* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*::after,
*::before{
    box-sizing: border-box;
}

:root{
    --main-color:#06953B;
    --light-color:#EAFFF2;
    --button-color:#052973;
    --hover-color:#053697;
}
@keyframes pulse-me {
    0% {
        transform: scale(.9);
        opacity: .2;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
    50% {
        opacity: .5
    }
    70% {
        opacity: .09
    }
    100% {
        transform: scale(2.1);
        opacity: 0;
        -webkit-transform: scale(2.1);
        -moz-transform: scale(2.1);
        -ms-transform: scale(2.1);
        -o-transform: scale(2.1)
    }
}
main {
    margin:80px auto 0 auto;
    max-width: 1920px;
}
main > *{
    padding: 40px 0;
}
[data-toggle="popup"],
.common-button {
    background-color: var(--button-color);
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    padding: 13px 30px 14px 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
[data-toggle="popup"]:hover,
.common-button:hover {
    background-color: #0868ce;
    color: #fff;
}
a:hover,
a:focus,
a:active,
a:valid,
a {
    text-decoration: none;
}
button {
    outline: none;
    border: none;
}
.enq-popup-button-block {
    text-align: center;
}
* {
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style: none;
    margin: 0;
}
img {
    border: none;
    outline: 0;
    max-width: 100%;
}
.btn__div {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    grid-gap: 20px;
    margin: 15px 0 0 0;
}
.btn__div.center{
    justify-content: center;
}
.play-anim-ico {
    background-image: url(play-button1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    position: relative;
}
.play-anim-ico:after {
    position: absolute;
    width: 34px;
    height: 34px;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -17px 0 0 -17px;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 13px #ffffff;
    transform: scale(0.9);
    transform-origin: center center;
    animation: pulse-me 1s linear infinite;
    -webkit-animation: pulse-me 1s linear infinite;
}
.play-anim-ico.theme {
    background-image: url(../index-2.html);
}
.play-anim-ico.theme:after {
    box-shadow: 0 0 0 13px #1D59C4;
}
.common-btn {
    background-color: var(--button-color);
    font-size: 18px;
    line-height: 1em;
    text-transform: capitalize;
    font-weight: bold;
    padding: 16px 15px;
    min-height: 56px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    border-radius: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}
.blink {
    animation: blink 2s infinite;
    -webkit-animation: blink 2s infinite;
}
.play-anim-ico.blink:after{
    display: none;
}
@keyframes blink {
    30% {
        opacity: 0
    }
}
.common-btn img{
    width: 24px;
    height: 24px;
}
.common-btn:hover,
.common-btn:focus {
    background: var(--hover-color);
    color: #fff;
}
.common-btn.bg-white{
    background-color: #fff;
    color: var(--button-color);
}
.common-btn.bg-white:hover{
    background-color: #000;
    color: #fff;
}
.common-btn small{
    display: block;
    font-size: 12px;
}
.border-btn {
    color: #1D59C4;
    text-align: center;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    padding: 10px 15px 12px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 7.175px;
    border: 1px solid #1D59C4;
    background: transparent;
    -webkit-border-radius: 7.175px;
    -moz-border-radius: 7.175px;
    -ms-border-radius: 7.175px;
    -o-border-radius: 7.175px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.border-btn:hover,
.border-btn:focus {
    background: #1D59C4;
    color: #fff;
    border: 1px solid #1D59C4;
}
.border-btn img {
    height: 12px;
    vertical-align: middle;
}
.border-btn:hover img{
    filter: brightness(0) invert(1);
}
p strong {
    font-size: 20px;
    color: #424242;
}
p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
p:last-child {
    margin-bottom: 0;
}
b{
    font-size: 18px;
    line-height: normal;
    margin: 0 0 12px 0;
}
.d-block{
    display: block;
}
.heading-area{
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
}

.main-title {
    color: var(--main-color);
    font-size: 37.08px;
    font-weight: 700;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -8px;
}
.sub-title {
    color: #000;
    font-size: 18.54px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    margin: 5px 0 15px 0;
}
.heading-area.center > *{
    text-align: center;
}
.heading-area.white > *{
    color: #fff;
}
.heading-area.white .main-title> *{
    color: #fff;
}
.heading-area > p{
    margin-top: 5px;
}
.deskop-none{
    display: none;
}
/* --------------------------------------------------- */
.banner-section {
    margin-top: 80px;
    background-image: url(banner-image-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0 30px 0;
}

.banner-section-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-section-left {
    width: 578px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.banner-section-right {
    padding-left: 10px;
    width: calc(100% - 578px);
    width: -o-calc(100% - 578px);
    width: -ms-calc(100% - 578px);
    width: -moz-calc(100% - 578px);
    width: -webkit-calc(100% - 578px);
}

.banner-section-left img {
    margin-bottom: 0;
    margin-left: -28px;
    max-width: 789px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

.banner-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #009c3b;
    margin: 0 0 10px 0;
    line-height: 1em;
    text-transform: capitalize;
}
.banner-section h1 ~ b {
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.banner-section-right h2 {
    margin-top: 0;
}

.banner-section strong {
    font-size: 17px;
    color: #000;
    display: block;
    line-height: 25.4px;
    font-weight: 600;
}

.banner-section p {
    color: #000;
    line-height: 23px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
}

.baner-buttons-row {
    display: flex;
    flex-wrap: wrap;
}

.banner-section .gen-btn {
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    padding: 10px 15px 10px 15px;
    min-width: auto;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
}

.banner-section .gen-btn:hover {
    color: #fff;
    background-color: #009c3b;
}

.banner-section .gen-btn.havevideo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    font-size: 13px;
}

.banner-section .gen-btn .play-anim-ico {
    width: 30px;
    height: 30px;
    background-image: url(play-button1.svg);
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    background-size: contain;
}

.banner-section .gen-btn .play-anim-ico:after {
    display: none;
}

.banner-section .gen-btn.havevideo small {
    font-size: 12px;
    display: block;
}
.banner-section .common-btn{
    padding: 10px 15px;
    min-height: 50px;
}
.banner-section .common-btn div{
    text-transform: uppercase;
    font-size: 13px;
}

/* ------------------------------------------------------- */
.graybg{
    background-color: #f8f8f8;
}
.wc-section{
    overflow: hidden;
    position: relative;
}
.wc-section::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(taxi-app-4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 42%;
    height: 100%;
    border-radius: 0 51.5px 51.5px 0;
    -webkit-border-radius: 0 51.5px 51.5px 0;
    -moz-border-radius: 0 51.5px 51.5px 0;
    -ms-border-radius: 0 51.5px 51.5px 0;
    -o-border-radius: 0 51.5px 51.5px 0;
}
.wc-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wc-left{
    width: 42%;
}
.wc-right{
    width: 57%;
}
ul.statistics {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 10px;
    margin: 10px 0 0 0;
}
ul.statistics li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
ul.statistics li strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    display: block;
    color: #000;
    width: calc(100% - 63px);
    width: -webkit-calc(100% - 63px);
    width: -moz-calc(100% - 63px);
    width: -ms-calc(100% - 63px);
    width: -o-calc(100% - 63px);
}
ul.statistics li strong p {
    text-align: left;
}
ul.statistics li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: var(--light-color);
}
ul.statistics li i img {
    height: 35px;
    width: 35px;
    display: inline-block;
    font-size: 0;
}
/* ------------------------------------------------------- */
.ow-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ow-left {
    width: 50%;
}
.ow-right {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
/* -------------------------------------------------------------------- */
.wl-section{
    background-color: #f8f8f8;
}
.wl-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.wl-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wl-right {
    width: 53%;
}
.wl-left img{
    width: 100%;
}
/* ------------------------------------------------------ */
.pd-section{
    background-color: #F7F7F7;
}
.pd-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.pd_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}
.pd__left {
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 15px;
}
.pd__right{
    width: 100%;
    display: grid;
    grid-template-columns: 0.5fr 0.97fr 0.5fr;
    gap: 15px;
}

.pd-img-box .pd__img{
    position: relative;
    overflow: hidden;
    border-radius: 18.11px;
}

.pd-img-box .pd__img > img{
    vertical-align: top;
    border-radius: 18.11px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.pd-img-box .pd__overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6,149,59,0.44);
    padding: 18px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.pd-img-box .pd__overlay strong{
    display: block;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
}
.pd-img-box .pd__overlay i{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ------------------------------------------------------ */
.ft_inner{
    margin: 0 auto;
    max-width: 1310px;
    padding: 0 15px;
}
.fet_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 20px;
}
.fet_list li{
    padding: 0 10px;
    width: 25%;
}
.fet_list .fet_caption{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
    text-align: center;
    align-items: center;
    border: 2px solid var(--main-color);
    background-color: #fff;
    min-height: 100%;
}
.fet_list .fet_caption i{
    color: var(--main-color);
    font-size: 40px;
    margin: 0 0 15px 0;
    display: block;
}
.fet_list .fet_caption strong{
    display: block;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.fet_list .fet_caption p{
    text-align: center;
}
/* ------------------------------------------------------ */
.why-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.why__list {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 25px;
}
.why__list li{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.why__list li:first-child{
    text-align: right;
}
.why__list li .why_box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.why__list li:last-child .why_box{
    align-items: flex-start;
}
.why__list li .why_box p{
    text-align: right;
}
.why__list li:last-child .why_box p{
    text-align: left;
}
.why__list i{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0 10px 0;
    font-size: 44px;
}
.why__list strong{
    display: block;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1em;
}
.why__image{
    text-align: center;
}
.why__image img{
    vertical-align: top;
}
/* ------------------------------------------------------ */

.pg-used{
    background-color: #f8f8f8;
    padding-bottom: 0;
}
.pg-used-inner{
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.pg-logos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 10px 0;
}
.pg-logos li{
    position: relative;
    width: calc(33.33% - 15px);
    width: -webkit-calc(33.33% - 15px);
    width: -moz-calc(33.33% - 15px);
    width: -ms-calc(33.33% - 15px);
    width: -o-calc(33.33% - 15px);
    background-color: transparent;
    min-height: 246.18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

}
.pg-logos li::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border: 2px solid #CBCBCB;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
}
.contact-row{
    font-size: 24px;
    background-color: var(--button-color);
    padding: 22px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 25px;
}
.contact-row  a{
    color: var(--main-color);
}
.client-reviews {
    background-color: #ebebeb;
}

.client-reviews.countryclient {
    margin: 0;
}
.client-reviews.countryclient ul{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.client-reviews.countryclient ul li{
    width: 100%;
    padding: 0;
    margin: 0;
}

.client-reviews.countryclient ul li a {
    margin: 0;
    padding: 0;
    overflow: initial;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    background: transparent;
}
.client-reviews.countryclient ul li a::after {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-size: 34px;
}
.client-reviews.countryclient ul li a::before {
    padding-top: 100%;
}

.client-reviews.countryclient ul li a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.client-reviews.countryclient ul li a::before {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    right: -10px;
    top: -10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30), 0 0 0 15px #009c3b inset;
    outline: 3px solid #fff;
}

.client-reviews a.client-reviews-btn {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    padding: 11px 90px 16px 90px;
    transition: all 0.5s ease 0s;
    background-color: #002776;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
}

.client-reviews a.client-reviews-btn:hover {
    background-color: #ffdf00;
    color: #002776;
}

.client-reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}

.client-reviews ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    row-gap: 20px;
}

.client-reviews ul li {
    width: 25%;
    padding: 0 10px;
}

.client-reviews ul li a {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    overflow: hidden;
    border: 8px solid #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    width: 100%;
}

.client-reviews ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 71%;
}

.client-reviews ul li a img {
    position: absolute;
    left: 0;
    top: 0;
}

.client-reviews ul li img {
    width: 100%;
    border-radius: 12px;
    vertical-align: top;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.client-reviews ul li a::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: 15px;
    right: 15px;
    background-image: url(play-button-15.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    z-index: 1;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.client-reviews ul li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #002776;
    color: #fff;
    padding: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.client-reviews ul li.morereview a:hover {
    background-color: #ffdf00;
    color: #000;
}

.client-reviews ul li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 0;
}

.client-reviews ul li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.client-reviews ul li.morereview a:hover:after {
    border-color: #000;
}

.client-reviews ul li.morereview a:hover:before {
    border-color: #000;
}

/*****************client-revies stylesheet end***********************/
/*****************technology-section stylesheet start***********************/
.technology-section {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 35px;
}

.technology-section h3 {
    font-size: 31px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #009c3b;
    text-align: center;
    text-transform: uppercase;
    display: inline-block
}

.technology-section .small-cont {
    text-align: center;
    display: block;
    padding-top: 18px;
    position: relative;
}

.technology-section .small-cont:before {
    content: '';
    position: absolute;
    left: 50%;
    height: 2px;
    width: 70px;
    background-color: #fac82b;
    margin-left: -35px;
    top: 0;
}

.technology-section-inner {
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

.technology-section p {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0 20px 0;
    max-width: 847px;
    text-align: center;
    margin: 0 auto;
}

.technology-section-inner ul li {
    max-height: 104px;
    display: inline-flex !important;
    width: calc(25% - 20px);
    width: -o-calc(25% - 20px);
    width: -ms-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 10px;
    border: 1px solid #c8c8c8;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-bottom: 16px;
    padding: 10px 0;
    display: inline-block;
}

.technology-section-inner ul li:hover {
    border-color: #009c3b;
}

.technology-section-inner ul {
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin: 0 -10px;
}

/*****************technology-section stylesheet end***********************/
.look-at-demo {
    margin: 0px;
    padding: 45px 0 45px 0;
    background: rgba(0, 0, 0, 0) url("look-demo-bg-2.jpg") no-repeat center top 0;
    background-size: cover;
    height: auto;
    position: relative;
    z-index: 1;
}

.look-at-demo-inner {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    text-align: center;
    position: relative;
}

.look-at-demo h3 {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.look-at-demo h3 span {
    font-size: 17px;
    color: #fff;
    line-height: 25.4px;
    font-weight: 600;
    display: block;
}

.look-at-demo ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    justify-content: center;
}

.look-at-demo ul li {
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.look-at-demo ul li img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
}

.look-at-demo p {
    text-align: center;
    color: #fff;
}

@media screen and (max-width:1600px) {
    .banner-section-left img {
        max-width: 44vw;
    }
}

@media (max-width:1400px) {
    .banner-section h1 {
        font-size: 40px;
        line-height: 1.1em;
        margin: 0 0 5px 0;
    }
    .banner-section h1 ~ b {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .banner-section p {
        color: #000;
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 400;
    }
    .banner-section-inner{
        padding: 0 15px;
    }
    .banner-section-left img {
        max-width: 100%;
    }
    .main-title {
        font-size: 33px;
    }
    .pg-logos li {
        min-height: 166.18px;
    }
    p{
        font-size: 15px;
        line-height: 21px;
    }
    .why__list {
        grid-template-columns: 1.9fr 1fr 1.9fr;
    }
}

@media (max-width:1199px) {
    .banner-section-left{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .client-reviews ul li.morereview a {
        font-size: 2.3vw;
        line-height: 3.3vw;
    }
    .banner-section-right{
        padding: 0;
        width: 100%;
    }
    .pd-img-box .pd__overlay {
        padding: 10px;
        font-size: 17px;
    }
    .pd-img-box .pd__overlay i {
        width: 20px;
        height: 20px;
    }
}

@media (max-width:991px) {
    .banner-section h1 {
        font-size: 35px;
    }
    .deskop-none{
        display: block;
    }
    .wc-section{
        margin: 0;
    }
    .wc-section::before{
        display: none;
    }
    .wc-left{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .wc-right{
        width: 100%;
    }
    .main-title {
        font-size: 30px;
    }
    .fet_list li {
        width: 50%;
    }
    .why-section{
        padding-bottom: 40px;
    }
    .why__list li:nth-child(2){
        display: none;
    }
    .why__list {
        grid-template-columns: 1fr 1fr;
    }
    .ow-right {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .ow-left{
        width: 100%;
    }
    .ow-inner{
        flex-direction: column-reverse;
    }
    .wl-left{
        width: 100%;
        margin: 0 0 25px 0;
    }
    .wl-right{
        width: 100%;
    }
    .client-reviews.countryclient ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .pd__right {
        display: flex;
        flex-wrap: wrap;
    }
    .pd__right .pd-img-box{
        width: calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: -ms-calc(50% - 15px);
        width: -o-calc(50% - 15px);
    }
    .pd__right .pd-img-box:nth-child(2){
        order: 3;
        width: 100%;
    }
    .pd__right .pd-img-box:last-child{
        order: 2;
    }
    .client-reviews ul li {
        width: 33.33%;
    }
}

@media (max-width:630px) {
    .banner-section h1 {
        font-size: 30px;
    }
    .banner-section h1 ~ b {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .btn__div {
        grid-gap: 15px;
    }
    .common-btn {
        font-size: 16px;
    }
    .banner-section strong {
        font-size: 16px;
        line-height: 1.1em;
    }
    .main-title {
        font-size: 26px;
    }
    b {
        font-size: 16px;
    }
    ul.statistics {
        grid-template-columns: 1fr 1fr;
    }
    ul.statistics li strong {
        font-size: 16px;
        width: calc(100% - 53px);
        width: -webkit-calc(100% - 53px);
        width: -moz-calc(100% - 53px);
        width: -ms-calc(100% - 53px);
        width: -o-calc(100% - 53px);
    }
    ul.statistics li i {
        width: 40px;
        height: 40px;
    }
    ul.statistics li i img {
        height: 30px;
        width: 30px;
    }
    ul.statistics li strong p {
        text-align: left;
        font-size: 14px;
        line-height: 19px;
    }
    .fet_list li{
        width: 100%;
        padding: 0;
    }
    .why__list {
        grid-template-columns: 1fr;
    }
    .why__list li .why_box{
        align-items: flex-start;
    }
    .why__list li .why_box p{
        text-align: left;
    }
    .pg-logos{
        gap: 10px;
    }
    .pg-logos li {
        width: calc(50% - 5px);
        width: -webkit-calc(50% - 5px);
        width: -moz-calc(50% - 5px);
        width: -ms-calc(50% - 5px);
        width: -o-calc(50% - 5px);
        min-height: inherit;
    }
    .pg-logos li:last-child{
        width: 100%;
    }
    .contact-row {
        font-size: 18px;
        padding: 12px;
        margin-top: 20px;
    }
    .client-reviews.countryclient ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .pd__left {
        grid-template-columns: 1fr;
    }
    .pd__right .pd-img-box{
        width: 100%;
    }
    .pd-img-box .pd__img > img {
        border-radius: 8px;
    }
    .client-reviews ul li {
        width: 50%;
        padding: 0 7px;
    }
    .client-reviews ul li a{
        border: 0;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .client-reviews ul li a img{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
.client-reviews ul li a::after {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-size: 30px;
}
.client-reviews ul li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}
.client-reviews ul li.morereview a {
    font-size: 4.3vw;
    line-height: 5.3vw;
}
.client-reviews ul {
    row-gap: 20px;
}
}