@font-face {
    
    src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
    font-weight: 400;
}
* { box-sizing: border-box;}
body { font-weight: 400; color: #000; font-size: 16px; font-family: "Poppins", sans-serif; overflow-x: hidden; }  
a { text-decoration: none !important; transition: .3s all ease; } 
button{ transition: .3s all ease; }
li{ list-style: none; font-family: "Roboto", sans-serif;}
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0; } 
ul { margin-bottom: 0px; padding-left: 0;} 

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0px;
    background-color: transparent;
    transition: 0.3s;
}
header.scrolled{    background: #0C1C5F;}
.banner{
    position: relative;
    background: url('./../images/bgBlue.png') 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 65px;
}
.banner:after{
    position: absolute;
    content: '';
    background: url('./../images/vvvvvvv-100.png') 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    mix-blend-mode: color-dodge;
    opacity: 0.34;
    z-index: 1;
}
.banner .container{position: relative; z-index: 2;}
.headUl{
        display: flex;
    align-items: center;
}
img{max-width: 100%;}
.headerLogo{width: 400px;}
.headUl li{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.headUl li span{
    display: inline-block;
    margin-right: 10px;
}
.headUl li span img{ width: 14px;}
.ulItem{
    font-weight: 600;
    color: #FFFFFF;
    font-size: 13px;
}
.bannerCnt .light{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    
}
.font62{
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 50px;
}
.rightIcon { background: #FFFFFF; width: 22px; height: 22px; display: flex; justify-content: center; align-items: center; border-radius: 50%; color: #3258A3; margin-right: 14px; font-size: 12px; }
.bnrUl li{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 10px; font-family: "Roboto", sans-serif;
}
.bnrUl{margin-bottom: 50px;}
.font30{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
}
.bannerCnt .font30{width: 65%; margin-bottom: 30px;}
.brnForm{
    background: #FFFFFF;
    border-radius: 22px;
    overflow: hidden;
    padding: 30px 30px;
}
.font40{
    font-size: 22px;
    color: #0C1C5F;
    font-weight: 600;
    margin-bottom: 20px; line-height: 1;
}
.brnForm form label{
    font-size: 14px;
    color: #3B3B3B;
    margin-bottom: 6px;
}
.brnForm form input,
.form-select,
textarea.form-control{
    /* border: 1px solid #3258A3; */
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 15px;
    background-color: #EAF1FF;
}
.brnForm form input:focus,
.form-select:focus,
textarea.form-control:focus{
    border: 1px solid #3258A3; 
    background-color: #fff;
}
.mb3{    margin-bottom: 15px;}
.formBtn{
    font-size: 14px;
    font-weight: 600;
    padding: 3px 3px 3px 27px;
    border: 2px solid #0C1C5F;
    background: #0C1C5F;
    transition: .3s;
    color: #FFFFFF;
    border-radius: 30px;
    margin-top: 10px; font-family: "Roboto", sans-serif;
}
.formBtn span { width: 38px; height: 38px; display: inline-block; background: #E7B350; text-align: center; line-height: 38px; border-radius: 50%; color: #0c1c5f; font-weight: 700; font-size: 19px; margin-left: 30px; }
.release{    padding-top: 100px;}
.formBtn:hover{ background: #E7B350; color: #0c1c5f; border-color: #E7B350; }
.font48{
    font-size: 34px;
    color: #0C1C5F;
    font-weight: 600;
    text-align: center;
    padding: 0 15%;
    margin-bottom: 30px;
}
.brnForm [class*=col-]{ padding: 0 8px; }
.brnForm .row{ margin: 0 -8px; }
.btnGrp{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}
.btnGrp .formBtn{
    margin: 0 0;
    margin-right: 20px;
}
.howItWork { border-radius: 50px; font-size: 14px; font-weight: 600; padding: 3px 3px 3px 28px; border: 2px solid #0C1C5F; background: #fff; color: #0C1C5F; transition: .3s; display: inline-flex; align-items: center; justify-content: center;}
.howItWork span{
    margin-left: 25px;
    width: 38px;
    height: 38px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    color: #0c1c5f; font-size: 20px;
}
.relBox{
        background: #0C1C5F;
    border-radius: 19px;
    padding: 40px 30px;
    margin-bottom: 60px;
}
.relBoxImg{
    width: 80px;
    margin-bottom: 25px;
}
.relBoxCnt .font30{font-weight: 600;margin-bottom: 20px;}
.font18{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400; font-family: "Roboto", sans-serif;
}
.aboutSec{
    background: #F4F6FF;
    border-radius: 40px;
    padding: 70px 0px 50px;
    position: relative;
}
.aboutSec:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 200px;
    background: #F4F6FF;
    z-index: -1;
}
.font24{
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
}
.aboutDiv h4{ max-width: 90%; margin: 0 auto 20px; line-height: 1.4;  font-family: "Roboto", sans-serif;}
.trustedBy{padding: 50px 0px;}
.siperSlideTrust{position: relative;}
.trustSwiper{margin-top: 50px;position: static;}
.clientLogo{
    border: 1px solid #3258A3;
    border-radius: 20px;
    opacity: 1;
    background: #0C1C5F;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}
.swiper-button-prev{
    left: -5%;
    /* opacity: 1 !important; */
    width: 48px;
    height: 48px;
    z-index: 2;
}
.swiper-button-next{
    right: -5%;
    /* opacity: 1 !important; */
    width: 48px;
    height: 48px;
    z-index: 2;
}
footer{
    border-radius: 40px 40px 0px 0px;
    background: #0C1C5F;
    padding-top: 80px;
}
.ftrRight{margin-bottom: 90px;}
.ftrList .font18{
    margin-bottom: 20px;
}
.ftrItem,
address{
        font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 2px;
    display: block;
}
.copyRightCnt{
    display: flex;
    align-items: center;
    width: 100%;
}
.copyRight{
    border-top: 1px solid #E2EBFF60;
    padding: 30px 0;
}
.copyRightCnt p,
.copyRightCnt a{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 30px; font-family: "Roboto", sans-serif;
    
}
.headUl li:last-child{margin-right: 0px;}
.flexCnl{
    display: flex;
    align-items: center;
}

.headerLogo > img{ max-width: 240px; }
.bannerCnt h1{ max-width: 620px; }
.rightIcon i{ font-size: 15px; }
.offer_section{ margin-bottom: 120px; }
.offer_section .row{ background: linear-gradient(rgb(33, 39, 92), rgb(36, 89, 169), rgba(33, 39, 92, .5));  border-radius: 15px; padding: 60px 20px; margin: 0;}
.offer_section h2{ color: #fff; margin-bottom: 45px; }
.offer_block{ padding: 25px 30px; background: #fff; border-radius: 18px; box-shadow: 4px 4px #E7B350; transition: .5s all ease; align-items: center;}
.offer_block h3{ color: #0C1C5F; font-weight: 600; max-width: 65%; font-family: "Roboto", sans-serif;}
.offer_block > span{ display: inline-block; padding-right: 10px; }
.offer_block > span img{ max-width: 55px; }
.offer_block:hover{ box-shadow: 8px 8px #E7B350; }

.testimonial-section {
    border-radius: 40px 40px 40px 40px;
    background: #0C1C5F;
    padding: 0px 0px 50px 0px;
    margin: 30px auto 0;
}
.testimonial-section .font48 {
    font-size: 34px;
    color: #ffffff; font-weight: 400; margin-bottom: 20px;
}

.testimonial-section .swiper-button-prev,
.testimonial-section .swiper-button-next {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%; transition: .5s all ease;
}
.testimonial-section .swiper-button-prev i, .testimonial-section .swiper-button-next i{ font-size: 20px; transition: .5s all ease;}
.testimonial-section .swiper-button-prev:hover,
.testimonial-section .swiper-button-next:hover{ background: #fff; }
.testimonial-section .swiper-button-prev:hover i,
.testimonial-section .swiper-button-next:hover i{ color: #0C1C5F; }
.testimonial-card {
    background: #f4f6ff;
    border-radius: 19px;
    padding: 40px 30px 30px;
    width: 100%;
}

.quote-icon {
    font-size: 24px;
    color: #fff;
    background: #0c1c5f;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px; min-height: 200px; font-family: "Roboto", sans-serif;
}

.client-info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    display: flex;
    align-items: center;
    
}

.client-text {
    font-size: 17px;
    color: #444; padding-left: 20px; font-family: "Roboto", sans-serif;
}

.client-text span {
    display: block;
    font-size: 13px;
    color: #000000; line-height: 1.1;
}

.client-logo {
    width: 70px;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}

.relcard {
    background: #ffffff;
    border-radius: 19px;
    padding: 40px 50px;
    height: 100%;

}


.relcard .topp {

    text-align: left;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0C1C5F;
    opacity: 1;
     line-height: 1.2; max-width: 90%; margin-bottom: 30px;
}
.relcard1 .topp { margin-bottom: 25px; } 
.font48 {
    padding: 0 0%;
    color: #0C1C5F;

}

.customcard {
    width: 100%;
}

.customcard img {
    width: 100%; margin-top: 0px;
}

.relrtcard .relBoxCnt h3 {
    text-align: left;
    font-size: 44px;
    letter-spacing: 0px;
    color: #0C1C5F;
    opacity: 1; font-weight: normal;
}

.relrtcard .relBoxCnt p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0px;
    color: #0C1C5F;
    opacity: 1; font-family: "Roboto", sans-serif; font-weight: 400;
}

.relrtcard .relBoxCnt.card2 h3 {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    color: #0C1C5F;
    opacity: 1;
}

.relrtcard .relBoxCnt.card2 p {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #0C1C5F;
    opacity: 1;
    line-height: 1.1; margin-top: 15px;
}
.relrtcard { margin-bottom: 24px; }
.mt_sec{ margin-top: 100px; }
.ua_section{ background: #F4F6FF; padding: 100px 0 60px; }
.relcard1 .row{ padding-top: 10px; }
.footerLogo img{ max-width: 55%; }
#mainHeader .navbar{ flex-wrap: nowrap; }

































@media(min-width: 1600px){
   .container{ max-width: 1400px; }
} 

@media(max-width: 1600px){
   .offer_block h3{ font-size: 20px; max-width: 70%; }
} 

@media(max-width: 1367px){
   .testimonial-text{ min-height: 253px; }
   .headerLogo > img{ max-width: 280px; }
   #mainHeader .nav{ flex: 1 0 auto; }
} 
@media(max-width: 1199px){
.font62 { font-size: 32px;}
.bannerCnt .light{ font-size: 20px; }
.bnrUl li{ font-size: 18px; }
.font30{ font-size: 18px; }
.headerLogo > img { max-width: 250px; }
.navbar{ flex-wrap: nowrap; }
.headUl li{ margin-right: 15px; }
.ulItem{ font-size: 11px; }
#mainHeader .nav{ flex: 1 0 auto; }
.font48{ font-size: 30px; }
.offer_block h3{ max-width: 100%;}
.font24, .client-text{ font-size: 16px; }
.client-text span{ font-size: 12px; }
.clientLogo img{ max-width: 80%; }
.relrtcard .relBoxCnt.card2 p{ font-size: 16px; }
.relrtcard .relBoxCnt p{ font-size: 13px; line-height: 1.2; }
.ftrItem, address, .copyRightCnt p, .copyRightCnt a{ font-size: 13px; }
} 
@media(max-width: 991px){
    header{padding: 10px 0px;}
    .headerLogo{
        width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    }
    .headerLogo img{        width: 250px;}
    .headUl li{        margin-right: 20px;}
    .headUl li span img{width: 12px;}
    .ulItem{font-size: 10px;}
    .nav{
        width: 100%;
    justify-content: center;
    }
    .banner{padding-top: 150px;}
    .bannerCnt .light{font-size: 20px;}
    .font62 {font-size: 36px;margin-bottom: 20px;}
    .bnrUl{margin-bottom: 20px;}
    .bnrUl li{font-size: 20px;}
        .rightIcon {
        margin-right: 10px;
        font-size: 10px;
        width: 20px;
        height: 20px;
    }
    .font30{font-size: 20px;}
    .brnForm{margin-top: 30px;}
    .release {padding-top: 80px;}
    .font48{font-size: 26px;padding: 0 0%;}
    .formBtn span,.howItWork span{
        width: 35px;
    height: 35px;
    line-height: 35px;
        font-size: 16px;
    margin-left: 50px;
    }
    .howItWork span{margin-left: 20px;}
    .btnGrp{margin-bottom: 50px;}
    .relBox{min-height: auto; margin-bottom: 25px;}
    .font24{font-size: 16px;}
    .swiper-button-next{        right: -30px;}
    .swiper-button-prev{left: -30px;}
    .clientLogo{height: 80px;}
    .clientLogo img{width: 100px;}
    footer{padding-top: 60px;}
    .footerLogo{margin-bottom: 30px; text-align: center;}
    .ftrList{margin-bottom: 20px;}
    .offer_block{ margin-bottom: 25px; flex-wrap: wrap; }
    .offer_section .row{ justify-content: center; }
    .ftrRight { margin-bottom: 60px; }
    .relcard .topp{ max-width: 100%; margin-bottom: 25px; }
    .bannerCnt{ margin-bottom: 20px; }
    #mainHeader .navbar { flex-wrap: wrap; }
    .relcard1{ margin-top: 25px; }
    
}
@media(max-width: 767px){
    .container{ max-width: 600px; }
    .headerLogo{        margin-bottom: 15px;}
    .flexCnl{
        line-height: 0.8;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .headerLogo img{width: 170px;}
    .nav{
        /* overflow-x: scroll; */
    flex-wrap: nowrap;
    flex-direction: column;
    }
    .headUl{width: auto;flex-wrap: wrap;line-height: 1;justify-content: center;}
    .headUl li span img{width: 10px;}
    .headUl li span{margin-right: 5px;position: relative;
        top: 2px;}
    
    .ulItem{font-size: 10px;}
    .headUl li{
        margin-right: 0px;
        margin-bottom: 3px;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: baseline;
    }
    .banner {        padding-top: 150px;}
    .bannerCnt .font30{width: 100%;font-size: 16px;}
    .font62{font-size: 24px;}
    .bnrUl li{font-size: 14px;}
    .rightIcon {
        margin-right: 7px;
        font-size: 8px;
        width: 14px;
        height: 14px;
    }
    .brnForm{padding: 20px 15px;}
    .font40 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .brnForm form label{        font-size: 10px;}
    .mb3{margin-bottom: 10px;}
        .formBtn {
        padding: 4px 4px 4px 10px;
        font-size: 12px;
        margin-top: 10px;
    }
    .formBtn span, .howItWork span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        margin-left: 20px;
    }
    br{ display: none; }
    .release {padding-top: 40px;}
    .font48{font-size: 18px;margin-bottom: 20px;}
    .btnGrp{margin-bottom: 30px;}
    .btnGrp .formBtn{    margin-right: 10px;}
    .howItWork {
        font-size: 12px;
        padding: 4px 4px 4px 10px;
    }
    .howItWork span{margin-left: 0px;}
    .relBox {        padding: 25px 20px;margin-bottom: 20px;}
    .relBoxImg {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .relBoxCnt .font30{margin-bottom: 10px;}
    .font30{        font-size: 16px;}
    .font18{font-size: 12px;}
    .aboutSec{border-radius: 30px;    padding: 40px 0px;}
    .font24{font-size: 14px;margin-bottom: 20px;}
    .trustedBy{padding: 50px 0px 20px;}
    .trustSwiper{margin-top: 40px;padding: 0;}
    .clientLogo{        height: 60px;}
    .clientLogo img{width: 80px;}
    .swiper-button-next{
        width: 25px;
        height: 25px;
        right: -5px;
        background: #fff;
        border-radius: 50%;
    }
    .swiper-button-prev{left: -5px;
    width: 25px;
        height: 25px;
    background: #fff;
        border-radius: 50%;}
        footer {padding-top: 40px;border-radius: 30px 30px 0px 0px;}
        .ftrList .font18{margin-bottom: 15px;}
        .ftrItem, address{font-size: 10px;}
        .ftrRight{margin-bottom: 40px;}
        .copyRight {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .copyRightCnt p, .copyRightCnt a {
        font-size: 10px;
        margin-right: 10px;
        
    }
    .copyRightCnt p{
        width: 100%;
    text-align: center;
    }
    .copyRightCnt{flex-wrap: wrap;justify-content: center;}
    .navbar { flex-wrap: wrap; }
    #mainHeader .nav { flex: unset; }
    .offer_section .row{ padding: 40px 10px 20px; }
    .offer_section h2{ margin-bottom: 30px; }
    .offer_section { margin-bottom: 50px; }
    .aboutDiv h4{ max-width: 100%; }
    .testimonial-section .font48 { font-size: 30px;}
    .relcard{ padding: 35px 25px; }
    .relcard .topp{ font-size: 22px; margin-bottom: 20px; }
    .customcard img{ margin-top: 30px; }
    .relrtcard .relBoxCnt h3{ font-size: 35px; }
    .relrtcard .relBoxCnt.card2 p{ margin-top: 10px; }
    .mt_sec { margin-top: 50px; }
    .ua_section{ padding: 50px 0 20px; }
    .ftrRight { margin-bottom: 10px; }
    .testimonial-text{ min-height: auto; height: 160px; overflow-y: auto; font-size: 14px; }
    .testimonial-text::-webkit-scrollbar {
  width: 5px;
}


.testimonial-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.testimonial-text::-webkit-scrollbar-thumb {
  background: #0C1C5F; 
  border-radius: 10px;
}
.testimonial-card{ padding: 40px 10px 20px 30px; padding-right: 10px;}

}
@media(max-width: 479px){
    .container{ max-width: 350px; }
}