@charset "utf-8";
/*********************************************
    base css
*********************************************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{margin:0; padding:0;}
body{
    font-family: "Poppins", serif;
    /*background: url(../images/bg.jpg) repeat;
    background-size: cover;*/

}
a{-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
ul, ol{list-style:none;}
img{max-width:100%;}
h1, h2, h3, h4, h5, h6{font-family: "Poppins", serif;}
p{font-size:14px; line-height:1.6; color:#3e3e45;}
.readmore{text-align:left;}
.readmore a{text-decoration:none;
    background:#C19B77; font-size:14px; color:#fff;
    padding:12px 24px; text-transform: uppercase;
    display:inline-block;
}
.readmore a:hover{background:#000;}
a{color:#000000;}
a:hover{color:#1b3f89;}

.mt {
  margin-top: 20px;
}

.small {
  width: 120px;
}

.medium {
  width: 160px;
}

.large {
  width: 230px;
}

.extra-large {
  width: 360px;
}


.btn-common {
background: #1b3f89;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-top: 24px;
    padding: 15px 70px;
    border: 0;
}

.btn-common:hover{color: #fff; opacity:0.8;}

ul{list-style: none; padding: 0; margin: 0;}


/*********Drop Down************/

.currency-switcher {
    position: relative;

}

.currency-switcher div.dropdown {
    position: relative;
    width: 100%;
}

.currency-switcher div.dropdown:after {
    content: "";
    position: absolute;
    margin: 0;
    width: 16px;
    height: 17px;
    background-image: url(http://botkits.ru/img/icons/down.svg);
    top: 15px;
    right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.currency-switcher div.dropdown.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.currency-switcher div.dropdown>div.caption {
    background: #fff;
    border-radius: 12px;
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    letter-spacing: 0.3px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
}
.currency-switcher div.caption i{position: absolute; right: 8px; top:18px;}

.currency-switcher div.dropdown>div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    top: 52px;
    z-index: -1;
    visibility: hidden;
    padding: 10px 0;
}

.currency-switcher div.dropdown.open>div.list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 9;
    visibility: visible;
}

.currency-switcher div.dropdown>div.list>div.item {
    padding: 10.5px 15px 10.5px 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.3px;
}

.currency-switcher div.dropdown>div.list>div.item.selected {
    background: rgba(36, 60, 187, 0.2);
    pointer-events: none;
    line-height: initial;
}

.currency-switcher div.dropdown>div.list>div.item:hover {
    background: #F8F9FB;
}

.currency-switcher div.dropdown>div.caption img,
.currency-switcher div.dropdown>div.list>div.item img,
.currency-switcher div.dropdown>div.caption svg,
.currency-switcher div.dropdown>div.list>div.item svg {
    position: absolute;
    margin-top: 2.5px;
    left: 15px;
}

.currency-switcher div.dropdown>div.list>div.item span,
.currency-switcher div.dropdown>div.caption span {
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 0.3px;
    color: #243CBB;
    position: absolute;
    right: 30px;
}

.currency-switcher div.dropdown>div.list>div.item span {
    right: 20px;
    line-height: 20px;
}

/*********************************************
        Header start
*********************************************/
header{padding-top: 25px; position: fixed; top:0; width: 100%; z-index: 9;}
header .container{max-width: 1300px;}
header.fixed{position: fixed;
    width: 100%;
    background: #fff;
    padding: 0px 0;z-index:999;top:0;left:0;}
header .bg-nav{background: #fff; padding: 0 12px; border-radius: 50px; box-shadow: rgba(0, 0, 128, 0.3) 0px 7px 29px 0px;}

.fixed .bg-nav{
    box-shadow: none;
}

header .navbar-nav{align-items: center; height: 100%;}
header .bg-nav .navbar-nav .nav-link{color: #2a2a2a; font-size: 1rem; font-weight: normal; padding-right: 1rem; padding-left: 1rem; line-height: 50px; border-top: 2px solid transparent; transition: all 0.5s ease; font-weight: 600;}
header .navbar-nav .nav-item:last-child .nav-link{font-size: 0.9rem; padding: 12.5px 30px; margin-right: 13px; background: #1b3f89!important; color: #fff;  border-radius: 50px; margin-left: 10px; line-height: initial; border-top: 2px solid #1b3f89!important; font-weight: 600;}
strong{color:#1b3f89;}


.drop-btn{background: #000; font-size: 0.9rem; padding: 12.5px 40px; margin-top: 10px; margin-bottom: 10px; background: #1b3f89; color: #fff; border-radius: 50px; border: 0; position: relative; cursor: pointer;}
.drop-down-sec{background: #fff;
    padding: 5px;
    border: 0;
    border-radius: 0 0 10px 10px;
    position: absolute;
    width: 150px;
    right: 0;
    top: 120%;display: none;}
.drop-down-sec .drop-item{padding:5px; border-bottom: 1px solid #eee; color: #000;}
.drop-down-sec .drop-item a{color: #000;}
.drop-down-sec .drop-item:last-child{border-bottom: 0;}
header .navbar-nav .nav-item.active .nav-link{background:url(../images/menu-hover.png) no-repeat; height: 100%;width: 100%;background-position: center;background-size: cover; border-top: 2px solid #1b3f89;}
header .navbar-nav .nav-item .nav-link:hover{border-top: 2px solid #1b3f89;}

header .navbar-nav .nav-item.active:last-child .nav-link{height:initial;width:initial;}



.navbar-brand{padding-left: 15px;}
.navbar-brand img{width: 144px; position: relative; top: 2px;}
.h-sec1{position: relative; background: #1b3f89; padding-top: 100px; } 
.mobile-banner{display: none;}
.mobile-banner img, .desk-banner img{width: 100%;}

.h-sec1 .over-sl{position: absolute;top: -34px;text-align: center;margin: 0 auto;width: 100%; }
.h-sec1-img{display: flex; position: relative; justify-content: flex-end;}
.h-sec1-img-l{position: absolute;left: -140px;top: 15px;}
.h-sec1-img-r{margin-top: 40px; margin-right: 80px;}
.h-sec1-con h1{color:#000000; margin-top: 60px; text-align: center; font-size: 3rem; line-height: 1.2; letter-spacing: -1px; margin-bottom: 20px;}
.h-sec1-rev{display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.h-sec1-rev ul{display: flex; margin-right: 13px;}
.h-sec1-rev ul li i{color: #ffe372; margin-right: 2px;}
.h-sec1-rev-con{position: relative; top: 0px; font-weight:600;font-size: 0.95rem; color: #000000;}
.h-sec1-form{padding: 25px 20px; background: #fff; border-radius: 20px; width:645px; margin-left: -100px;}
.form-sec{display: flex; flex-wrap: wrap; margin-bottom: 20px;}
.form-sec label {color: #6c6c6c; font-size: 0.9rem; margin-bottom: 5px; font-weight: 600;}
.form-wrap{width: 31%;  margin-right: 10px;}
.form-sec input{height: 50px; border: 1px solid #ddd; border-radius: 10px; padding: 0 15px; width:100%; font-weight: 600; color: #000;}
.form-sec input:focus-visible{box-shadow: none;  outline: 0;}
.form-text{color: #1b3f89; font-size: 0.9rem;}
.form-btn{text-align: center;}
.form-btn button{background: #1b3f89; color: #fff; text-align: center; border-radius: 10px; margin-top: 24px; padding: 15px 70px; border: 0;}
.h-sec2{padding-top: 220px;}
.h-sec2 .pad-0{padding-left: 0; padding-right: 0;}
.h-cen{text-align: center;}
.h-cen h2{font-size: 3rem; color:#000000; margin-bottom: 60px; letter-spacing: -1px;}
.pd-box{position: relative; overflow: hidden;}
.pr-img{position: relative; overflow: hidden;}
.pr-img img{width: 100%; height: 100%;}
.pr-text{position: absolute;padding: 60px;left: 50%;top: 70%;transform: translate(-50%, -50%);width: 100%;}
.pr-text h2{text-align: center; font-size: 2.1rem; letter-spacing: -1px; color:#000000; margin-bottom: 25px;}
.pr-text p{color: #1b3f89;text-align: center;font-weight: 600;font-size: 1.1rem;padding: 0 10px;}
.h-sec3{padding: 70px 0; position: relative;}
.h-sec3 h2{font-size: 3.2rem; color:#000000; margin-bottom: 30px; letter-spacing: -1px;}
.h-sec3 h3{font-size: 2rem; color:#1b3f89; margin-bottom: 17px; letter-spacing: -1px; font-weight: 500;}
.h-sec3 p{color: #555558; font-size: 1.3rem; font-weight: 400;}
.h-sec3-info{margin-top: 40px; padding-bottom: 40px;}
.h-sec3-info-list{display: flex; align-items: center;}
.info-list-img{margin-right: 30px; width: 14%;}
.info-list-img img{width: 84px;}
.info-list-con{width: 86%; padding-top: 20px; background: url(../images/line.png) no-repeat; background-size: 100%;}
.info-list-con h3{color:#000000; font-family: 'Helvetica'; margin-bottom: 10px;}
.info-list-con p{font-size: 0.95rem;}
.voo-img img{max-width: initial; width: 555px}
.query-form{}
.query-form form{
display: block;
    position: relative;
    text-align: left;
    width: 100%;
    min-width: 100%;
    border-radius: 24px;
    background-color: rgba(244, 244, 251, 0.9);
    padding: 38px 49px 41px 49px;
}
.query-form form h3{
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

.query-form form input{height: 60px; border-radius: 10px; padding-left: 20px;}
.query-form form textarea{border-radius: 10px; padding-left: 20px;}
.btn-form-sec{text-align: center;}
.btn-form-sec button{margin-top: 0; width:100%; font-weight: 600;}
.common-error {
    display: flex;
    font-size: 13px;
    border: 1px solid #c5b8b8;
    border-radius: 5px;
    margin-top: 20px;
    justify-content: center;
    background: #f0f0ff;
    width: inherit;
    padding: 10px;
    font-weight: 600;
    gap: 5px;
    align-items: center;
}
.common-error i{
    background: red;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}
.common-error i.success{
  background: green;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1b3f89;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 0 128 / 68%);
}
.h-sec3-info-list:first-child .info-list-con{background: none; padding-top: 0;}
.h-sec4{padding: 70px 0; position: relative; }
.h-sec4 h2{font-size: 4rem;padding: 0 98px;line-height: 1.1;letter-spacing: -1px; margin-bottom: 70px;}
.step-mobile{display:none;}
.step-row{position: relative;}

.step-row:before{
  background-image: url(../images/dotted-line.png);
    --background-overlay: '';
    background-position: 0px 50px;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    top:0;
    position: absolute;
    height:186px;
    width: 100%;
}
.step-row .mar-top-30{
  margin-top: 70px;
}
.step-box{
  position: relative;
  text-align: center;
}
.step-number-box{position: relative;}
.step-number{margin: 0px 0px 0px 0px;
    padding: 40px 40px 40px 40px;
    background-color: transparent;
    background-image: radial-gradient(at center center, #ffffff 0%, #1b3f89 60%);
    border-radius: 100% 100% 100% 100%;
    box-shadow: 0px 0px 50px 0px rgba(234.99999999999997, 89.99999999999987, 61.99999999999997, 0.1);
    text-align: center;
    height: 155px;
    width: 155px;
    margin: 0 auto;
    border: 5px dotted #ffffff;
}
.step-number strong{display:none;}
.step-number h2{
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: initial;
  text-shadow: 2px 2px #1b3f89;
  font-weight: 700;
}
.step-con h3{text-align: center;
    margin: 0;
    padding: 0;
    line-height: initial;
    font-size: 0.99rem;
    padding: 0 14px;
    margin-top: 20px;
    font-weight: 600;
}

.section-padding {
    padding: 70px 0px;
    position: relative;
    background: #f2f2ff;
}
.section-title h2 {
font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -1px;
 margin-bottom: 20px;
}
.about-icon-box:hover {
    border-color: #1b3f89;
}
.about-icon-box.style-2 {
    padding: 0;
    border: 0;
    padding-right: 40px;
    margin-top: 15px;
}
.about-icon-box {
    padding: 20px 40px;
    border-radius: 7px;
    border: 2px solid #eef4fc;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
}
.about-icon-box.style-2 .icon {
    background-color: #e6f0fb;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
}
.about-icon-box .icon {
    font-size: 40px;
    line-height: 1;
    color: #1b3f89;
    float: left;
    overflow: hidden;
    margin-right: 25px;
}
.about-icon-box .content {
    overflow: auto;
}
.about-icon-box.style-2 h3 {
    margin-top: -3px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1b3f89;
}
.about-icon-box.style-2 p {
    margin-top: 5px;
    font-size: 1rem;
}
.pt-50 {
    padding-top: 50px;
}
.single-features-item {
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0px 10px 60px 0px rgba(200, 226, 255, 0.45);
    overflow: hidden;
    margin-top: 30px;
    padding: 20px 20px;
    display: block;
    text-align: center;
    border:1px solid transparent;
    transition:all 0.5s ease;
}
.single-features-item:hover{border:1px solid #1b3f89;}
.single-features-item .icon {
    font-size: 60px;
    line-height: 1;
    color: #1b3f89;
    overflow: hidden;
    margin-bottom: 25px;
    float: none;
}
.single-features-item .content {
    overflow: auto;
}
.single-features-item .content h3 {
    transition: all 0.3s ease-in-out;
    margin-top: -3px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1b3f89;
    height: 50px;
}
.single-features-item .content p {
    margin-top: 5px;
    font-size: 1rem;
    padding: 0 20px;
    height: 80px;
}

.about-right-img img{width: 100%; border-radius: 20px; margin-top:20px;}


.process-con{position: relative;}
.process-con-sec{position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;}
.process-con-txt h3{color: #000000;
    letter-spacing: -1px;
    padding-right: 130px;
    font-size: 2rem;
    margin-bottom: 35px;}
.process-con-txt p{font-size: 1rem;
    font-weight: 600;
    line-height: 1.8;color: #1b3f89;}
 .get-quote{margin-top: 25px;}
 .get-quote a{background: #fff; color: #000; text-align: center; padding: 15px 40px; border-radius: 50px;border:0; display: inline-block;}
  .get-quote a:hover{background: #1b3f89; color: #fff;}
.process-con-txt.first{position: absolute;
    left: 25%;
    top: 50px;
    transform: translate(-50%, -50%);
    width: 50%;}

.process-con-txt.second{position: absolute;
    left: 76%;
    top: 535px;
    transform: translate(-50%, -50%);
    width: 50%;}
.process-con-txt.third{position: absolute;
    left: 25%;
    top: 1160px;
    transform: translate(-50%, -50%);
    width: 50%;}

/************** testimonials **************/
#testimonial-area{padding-top: 200px;}
#testimonial-area h2{font-size: 4.3rem; padding: 0 250px; letter-spacing: -1px;}
.testi-wrap {
  position: relative;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.client-rate ul{display: flex; justify-content: center; margin-bottom: 35px;}
.client-rate ul li i{color:#ffd530; margin: 0 2px;}
.client-text p{text-align: center; font-size: 1.2rem; font-weight: 600; color:#00182c; line-height: 1.9;}
.client-user-icon{display: flex;
    width: 54%;
    border: 1px solid #000;
    border-radius: 50px;
    margin: 0 auto;
    align-items: center;
    height: 100%; padding: 10px 15px; margin-top: 50px;}
.cuser-img{}
.cuser-img img{width: 60px; height: 60px; border-radius: 60px;}
.client-user-con{margin-left: 10px;}
.cuser-name{text-align: left; font-size: 1.3rem; font-weight: 600;}
.cuser-name span{display: block; font-size: 1rem;}
.client-info{position: relative;}
.user-quote{position: absolute;
    left: 69%;
    transform: translate(-50%, -50%);
    top: 4%;}


.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: 5.5%;
    top: -75px;
    transform: translate(-50%, -50%);
}
.client-single.position-3 {
  left: -10%;
  top: 200px;
  transform: translate(-50%, -50%);
  /*-webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;*/
}
.client-single.position-4 {
  left: 12%;
    top: 430px;
    transform: translate(-50%, -50%);
}
.client-single.position-5 {
 top: -120px;
    right: -18%;
    transform: translate(-50%, -50%);
}
.client-single.position-6 {
 top: 290px;
    right: -50px;
    transform: translate(-50%, -50%);
}
.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 80%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  /*-webkit-transform: scale(0.55);
  transform: scale(0.55);*/
  z-index: 99;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
  display: none;
}
.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#3890fe));
  background-image: linear-gradient(180deg, #9d5bfe 0%, #3890fe 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.client-single .client-img img, .client-user-img img {
  cursor: pointer;
}
.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
  display: none;
}

.client-comment {
  padding: 0 0px;
}
.client-comment h3 {
  font-size: 22px;
  line-height: 32px;
  color: #505b6d;
}
.client-comment span i {
  font-size: 60px;
  color: #0084ff;
  margin: 40px 0 24px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.client-info p {
  color: #0084ff;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
.client-single.position-7 {
    /*-webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;*/
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
.client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    /*-webkit-transform: scale(0.50);
    transform: scale(0.50);*/
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    /*-webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;*/
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 100%;
  }
}

.h-sec5{position: relative; padding: 70px 0; background: #f2f2ff;}
.h-sec5-img{position: relative;}
.h-sec5-img img {width: 100%; border-radius: 20px;}
.h-sec5-con{padding-left: 30px;}
.h-sec5-con h2{font-size: 3.5rem; color: #000000; letter-spacing: -1px; line-height: 1.1; margin-bottom: 30px;}
.h-sec5-con p{font-size: 1.1rem; color: #1b3f89; font-weight: 600;}
.h-sec5-con ul li{position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7;}
.h-sec5-con ul li strong{font-weight: 600;}
.h-sec5-con ul li:before{position: absolute; left: 0; top:5px; width: 30px; height: 30px; background: #e6f0fb; border-radius: 50px; content: "\2713"; color: #1b3f89; text-align: center; line-height: 30px;}


.app-btn{ display:flex; margin-top: 30px;}
.app-btn a{background: #1b3f89; padding: 8px 35px; text-decoration: none; color: #fff; display:flex; align-items: center; border-radius: 50px; font-size: 0.9rem; margin-right: 20px; border: 2px solid #1b3f89;}
.app-btn a span{line-height: 1.3;}
.app-btn a strong{display: block; font-weight: 600;}
.app-btn a i{font-size: 22px; margin-right: 15px;}
.app-btn a.google-play{border: 2px solid #000000; background: transparent; color: #000000;}
.app-btn a:hover{text-decoration: none;}
a:hover{text-decoration: none;}
/******** faq *************/
.h-sec6 {
  margin: 60px 0 90px;
}
.h-sec6 h2{font-size: 4rem; letter-spacing: -1px; padding: 0 100px; margin-bottom: 10px;}


.h-sec6 #faq .card {
  margin-bottom: 0px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

.h-sec6 #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.h-sec6 #faq .card .card-header .btn-header-link {
  color: #1b3f89;
  display: block;
  text-align: left;
  background: transparent;
  font-weight: 600;
    font-size: 1.35rem;
  padding: 35px 20px;
  border-radius: 0;
}
.h-sec6 #faq .card .card-header .btn-header-link:focus{
  box-shadow: none;
}

.h-sec6 #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-weight: 500;
  float: right;
}

.h-sec6 #faq .card .card-header .btn-header-link.collapsed {
  background: transparent;
  color: #000000;
}

.h-sec6 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.h-sec6 #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

.h-sec6 #faq .card .collapse {
  border: 0;
}

.h-sec6 #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #000000;
}

footer{border-top: 1px solid #ededed; padding-top: 50px; background: #f2f2ff;}
.footer-logo-sec{}
.flogo-img img{width: 207px; margin-bottom: 20px;}
.footer-text{ color:#000000;  font-size: 1.35rem; margin-bottom: 10px;}
.footer-text a{color: #000000; font-weight: 600; }
.social-link{display: flex;
    align-items: center;}
.follow-us{color:#000000;  font-size: 1.35rem;}
.social-link ul{display: flex; align-items: center; margin-left: 25px;}
.social-link ul li{margin-right: 5px;}
.social-link ul a i{height: 50px; width: 50px; border-radius: 50px; border: 1px solid #000000; color: #000000; line-height: 50px; font-size: 20px; text-align: center;}
.social-link ul a:hover i{background: #000000; color: #fff;}
.get-intouch{padding-left: 0px;}
.get-intouch .query-form form{min-width: 100%; background: #fffdfd; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.con-title{color:#000000;  font-size: 1.5rem; font-weight: 600; margin-bottom: 20px; padding-top: 45px;}
.get-con-info{}
.get-con-info a{font-size: 0.90rem;  letter-spacing: 0.2px;  color: #3e3e45;}
.get-con-info a:hover{color: #1b3f89;}
.footer-row{margin-top: 60px;}
.footer-title{color:#202126; font-size: 1.3rem; margin-bottom: 20px; text-transform: uppercase; font-weight:600;}
address{font-size: 1rem; color:#000000; }
address span{display: block;}
.useful-link ul{display: flex; flex-wrap: wrap;}
.useful-link ul li{width: 50%;}
.useful-link li a{color:#3e3e45; font-size: 1rem; display: block; margin-bottom: 10px;}
.useful-link li a:hover{color: #1b3f89;}
.footer-bottom{text-align: center; border-top: 1px solid rgba(5, 50, 87, 0.35); color:#000000; font-size: 1.1rem; padding: 20px 0; margin-top: 40px;}
.page-scroll{display: none;}
.step1{display: none;}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #212529;
  opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #212529;
  opacity: 1;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #212529;
  opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #212529;
  opacity: 1;
}
.h-sec6 #faq .card-body{font-size: 1rem;}
.footer-info{margin-top: 30px;}
.footer-info iframe{width: 100%; height: 300px;}

.contact-page__form {
    position: relative;
    background-color: #B3E5FC;
    height: 100%;
    padding:20px;
    border-radius: 15px;
}
.contact-page__form input[type=text], .contact-page__form input[type=email], .contact-page__form input[type=password], .contact-page__form input[type=tel], .contact-page__form textarea {
    height: 60px;
    padding-left: 26px;
    padding-inline-end: 26px;
    border-radius: 6px;
    border-color: #DBD8E6;
}
.contact-page__form textarea {height:initial;}
.contact-page__form button{margin-top:10px;}
.modal-header{justify-content:center; border:0; padding-bottom:0;}
.modal-content{background:#81D4FA; border-radius: 15px;}
.modal-header .close{position: absolute;
    right: 0;
    background: #fff;
    opacity: 1;
    border-radius: 50px;
    padding: 0;
    height: 40px;
    width: 40px;
    /* line-height: 8px; */
    top: 0px;}


.review-sec{padding:70px 0;background: #f2f2ff;}
.review-sec .h-cen h2{font-size: 3.50rem;
    letter-spacing: -1px;
    padding: 0 100px;
    margin-bottom: 10px; margin-bottom: 50px;}
.review-inner
{
  background:#fff;
  border: 1px dashed #ddd;
  height: 420px;
}
.review-inner:hover{
    border:1px solid #1b3f89;
}

.review-inner .rev-pic img
{
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.rev-con-pt
{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 20px;
    text-align: left;
}
.rev-con-pt ul{display:flex; margin-bottom:10px;}
.rev-con-pt ul li{margin-right:3px;}
.rev-con-pt ul li i{color:#ffc107;}
.rev-con-pt h3{
    font-size: 1.3rem;
    font-weight: 600;
    color: #1b3f89; margin-bottom: 15px;}
.rev-con-pt p{font-size: 1rem;}
.rev-con-pic{display: flex; align-items: center; height: 100%;}
.rev-con-pic img
{
width: 60px !important;
    height: 60px;
    background: #e6f0fb;
    margin: 0px auto 0;
    border-radius: 100px;
}
.rev-con-pt h6
{
  color: #333;
  margin: 10px 0;
}
.rev-con-pt h5
{
  margin: 10px 0 10px 0px;

}
.rev-bor
{
  background: #4fa2fb;
    width: 50px;
    height: 1px;
    margin: 0 auto 10px;
}
.rev-con-pt a
{
  color: #4fa2fb;
}
.owl-nav
{
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.owl-nav .owl-prev
{
display: inline-block;
background: #1b3f89;
color: #fff;
border-radius: 5px;
padding: 10px 20px;
margin: 10px 5px;
  border: 1px solid #fff;

}
.owl-nav .owl-prev:hover
{
  background:#000;
}
.owl-nav .owl-next
{
display: inline-block;
background:#1b3f89;
  color: #fff;
  border-radius: 5px;
padding: 10px 20px;
  margin: 10px 5px;
border: 1px solid #fff;


}
.owl-nav .owl-next:hover
{
  background:#000;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99;
}
.btn-whatsapp-pulse:hover{color: #fff;}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.btn-call-pulse i{transform: rotate(90deg);}

.btn-call-pulse {
    background: #ce0301;
    color: white;
    position: fixed;
    bottom: 120px;
    right: 20px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: callpulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 99;
}
.btn-call-pulse:hover{color: #fff;}

@keyframes callpulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 128, 0.46);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(0, 0, 128, 0);
    }
}

.btn-call-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-call-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: callpulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes callpulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.title-r {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align:center;
}
.sidebar-contact {
    position: fixed;
    top: 60%;
    left: -450px;
    transform: translateY(-50%);
    width: 400px;
    height: auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 9;
}
.sidebar-contact.active {
    left: 0;
}
.close-form i{
  position:absolute;
  height:48px;
  width:48px;
  text-align:center;
  cursor:pointer;
  background:#004ea2;
  top:0;
  color:#fff;
  right: -48px;
  line-height:48px;
  cursor:pointer;
}

.book-now {
    background: #ce0301;
    z-index: 9;
    border-radius: 0px 0px 5px 5px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
    position: fixed;
    left: 3%;
    top: 67%;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom left;
    width: 200px;
}
.book-now:hover{background:#1b3f89; color:#fff;}
.sidebar-contact .query-form form{min-width: 100%; padding: 0;}
.error-msg{
    display: block;
    margin-top: 10px;
    font-size: 14px; color:red;}

.thankyou-p {
    padding: 50px ;
    /* padding: 180px 0; */
    background: #fff;
}
.thankyou-p .thank-inf {
    text-align: center;
}
.thank-inf h1{color: #000;
    font-size: 4rem;
    margin: 20px 0 20px;
    line-height: 0.9;}
    .thank-inf p{
        color: #1f2933;
    font-size: 1.5rem;
    margin: 20px 0;
    line-height: 1.2;
    font-weight: 400;
    }

.style-3{display:none;}

.exprt-bx{
  background-color: #fff;
  padding: 17px 13px;
  height: 245px;
  border-radius: 17px;
  box-shadow: 2px 2px 7px 2px #ddd;
}

.exprt-bx h6{
  border-bottom: 1px solid #cacce2ab;
  padding-bottom: 6px;
  font-size: 18px;
  color: #01017e;
}

.exprt-bx p{
    font-size: 15px;
    line-height: 24px;
}
