html{
    overflow-x: hidden;
}
body{
margin: 0px;
font-family: 'Switzer' !important;
overflow-x:hidden ;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Medium.eot');
    src: url('../fonts/Switzer-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Medium.woff2') format('woff2'),
        url('../fonts/Switzer-Medium.woff') format('woff'),
        url('../fonts/Switzer-Medium.ttf') format('truetype'),
        url('../fonts/Switzer-Medium.svg#Switzer-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Light.eot');
    src: url('../fonts/Switzer-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Light.woff2') format('woff2'),
        url('../fonts/Switzer-Light.woff') format('woff'),
        url('../fonts/Switzer-Light.ttf') format('truetype'),
        url('../fonts/Switzer-Light.svg#Switzer-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Semibold.eot');
    src: url('../fonts/Switzer-Semiboldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Semibold.woff2') format('woff2'),
        url('../fonts/Switzer-Semibold.woff') format('woff'),
        url('../fonts/Switzer-Semibold.ttf') format('truetype'),
        url('../fonts/Switzer-Semibold.svg#Switzer-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Bold.eot');
    src: url('../fonts/Switzer-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Bold.woff2') format('woff2'),
        url('../fonts/Switzer-Bold.woff') format('woff'),
        url('../fonts/Switzer-Bold.ttf') format('truetype'),
        url('../fonts/Switzer-Bold.svg#Switzer-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../fonts/Switzer-Regular.eot');
    src: url('../fonts/Switzer-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Switzer-Regular.woff2') format('woff2'),
        url('../fonts/Switzer-Regular.woff') format('woff'),
        url('../fonts/Switzer-Regular.ttf') format('truetype'),
        url('../fonts/Switzer-Regular.svg#Switzer-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




.ip-loader{
    margin-left: 0px!important;
    bottom: 45%!important;
    
}
.loader {
  width: 120px;
  height: 120px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
 fill: #1b9fda;

  
  animation: filter-animation 3s infinite;
  
}
.loading  img{
    width: 190px;
    animation: filter-animation 3s infinite;
}
@keyframes filter-animation {
  0% { transform: translateY(-3px); fill: #000;}
  25% { transform: translateY(3px); fill: #1b9fda;}
  50% { transform: translateY(-3px); fill: #06476F;}
   75% { transform: translateY(3px); fill: #1b9fda;}
 
  100% { transform: translateY(-3px); fill: #06476F;}
}


 

.header_area{
  float: left;
    width: 100%;
   /* border-bottom: solid 1px rgb(255 255 255 / 22%);*/
    /*position: absolute;*/
    z-index: 11;
    background-color: #fff;
}
.nav-brand img{
  width:250px;
  margin-top: 18px;
  margin-bottom: 9px;
}
.cost-calculater{
  float:right;
  
  /*border-right: solid 1px rgb(255 255 255 / 22%);*/
  padding-left:15px;
  padding-right:15px;
  padding-top: 22px;
  padding-bottom: 10px;
}

.cost-calculater a {
    padding: 10px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #2D3085;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #2D3085;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.cost-calculater a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.cost-calculater a .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.cost-calculater a .cost-icn img{
  width: 16px;
  margin-bottom: 4px;
}
.cost-calculater a:hover {
    color: #2D3085;
    text-decoration: none;
}

.cost-calculater a:hover:before {
    width: 100%;
    left: 0;
}

.cost-calculater a:hover .cost-icn {
    background: #2D3085;
    transition: .5s;
    
}
.cost-calculater a:hover .cost-icn img{
  filter: brightness(7);
  transition: .5s;
}

.banner{
  float: left;
  width: 100%;
  background: url(../images/bnr-bac.webp)#1D1F54;
   background-repeat: no-repeat;
    background-size: 216px;
    padding-top: 20px;
    padding-bottom: 50px;
    background-position-x: 105%;
    background-position-y: 100%;
}
.banner-txt-full{
  float: left;
  width: 100%;
    padding-top: 50px;
}
.banner-txt{
  float: left;
  width: 100%;
}
.banner-txt h1{
  float: left;
  width: 100%;
  font-weight: 300;
  font-size: 60px;
  color: white;
  line-height: 68px;
  margin-bottom: 22px;
}
.banner-txt h1 span{
  font-weight: 600;
  color: #B8D1F3;
}
.banner-txt p{
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  color: #EAEFF6;
  line-height: 28px;
}

.bnnr-lines{
  float: left;width: 100%;margin-top: -82px;
}
.bnnr-lines .bnnr-line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: #ededed36;
    overflow: hidden;
    z-index: 5;
}

.bnnr-lines .bnnr-line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #B8D1F3;
    -webkit-animation: moveLeftBounces-two 35s linear infinite;
    animation: moveLeftBounces-two 35s linear infinite;
    overflow: hidden;
}
@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(505px);
        transform: translateX(505px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slider-txt .owl-nav {
     width: 100%;
    position: relative;
    margin-top: 70px;

}
.slider-txt .owl-prev img {
    width: 41px;
    margin-right: 14px;
    filter: brightness(9);
}
.slider-txt .owl-next img {
       width: 41px;
        filter: brightness(9);
}
.bnr-img-full{
    float: left;
    width: 100%;
}
.bnr-img1{
    float: left;
    width: 28%;
    padding-top: 27px;
}
.bnr-img-contnt{
    float: left;
    width: 100%;
}
.bnr-img-contnt img{
    float: left;
    width: 100%;
}
.bnr-img2{
    float: left;
    width: 44%;
    padding: 0px 20px;
}
.slider-img1 .owl-nav{
    display: none;
}
.slider-img2 .owl-nav{
    display: none;
}
.slider-img3 .owl-nav{
    display: none;
}


.body1{
    float: left;
    width: 100%;
    background: #EDF4FE;
    padding-top: 35px;
    padding-bottom: 45px;
}
.b1-hed{
    float: left;
    width: 100%;
    padding-right: 44px;
}
.b1-hed-line{
    float: left;
    width: 36px;
    height: 1px;
    background: #1D1F54;
    margin-top: 8px;
    margin-right: 11px;
}
.b1-hed h4{
    float: none;
    font-weight: 300;
    font-size: 16px;
    color: #34353F;
}
.b1-hed h2{
float: left;
width: 100%;
font-weight: 300;
font-size: 50px;
line-height: 64px;
color: black;
margin-top: 7px;
margin-bottom: 11px;
}
.b1-hed h2 span{
    font-weight: 600;
}
.b1-hed p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 27px;
}
.b1-2{
    float: left;
    width: 100%;

}
.count{
    float: left;
    padding-top: 20px;
    width: auto;
    padding-left: 85px;
}
.cont-txt{
    width: 115px;
    float: left;
  }
  .cont-txt p{
    font-size: 17px;
    font-weight: 400;
    color: black;
    margin-top: 7px;
    line-height:25px;

  }
.count .item1:after {
    color: black;
    font-size: 46px;
    font-weight: 500;
    content: '+';
    position: absolute;
    font-style: italic;
    
}
.count .item1 {
    color: black;
    font-size: 46px;
    font-weight: 500;
   /*float: left;*/
    font-style: italic;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-top: 16px;
 }
 
.b1-2-bx{
    float: right;
    width: 133px;
    background: #1D1F54;
    padding: 20px 13px;
    
    border-radius: 30px;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.b1-2-bx img{
float: none;
margin: auto;
display: block;
width: 61px;
filter: brightness(1) invert(1);
}
.b1-2-bx p{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-top: 10px;
    margin-bottom: 0px;
}

.b1-2-bx:hover{
      background: black;
      cursor:pointer;
       transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}


.b1-2-bx2{
    float: left;
    margin-top: -33px;
}
.count2{
    padding-left: 30px;
}
.count .item3 {
    color: black;
    font-size: 46px;
    font-weight: 500;
   /*float: left;*/
    font-style: italic;
    line-height: 1;
    text-align: left;
    position: relative;
    margin-top: 16px;
 }



 .b1-hed-butn{
  float:left;
}

.more_btn {
   
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #1D1F54;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #1D1F54;
   
    
    overflow: hidden;
    text-align: center;
}

.b1-hed-butn a {
    padding: 9px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #1D1F54;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #1D1F54;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.b1-hed-butn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.b1-hed-butn a .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.b1-hed-butn a .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
}
.b1-hed-butn a:hover {
    color: #1D1F54;
    text-decoration: none;
}

.b1-hed-butn a:hover:before {
    width: 100%;
    left: 0;
}

.b1-hed-butn a:hover .cost-icn {
    background: #1D1F54;
    transition: .5s;
    
}
.b1-hed-butn a:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.body2{
    float: left;
    width: 100%;
    padding: 73px 0px;
}
.b2-hed{
float: left;
width: 30%;
padding-top: 53px;
padding-right: 15px;
}
.b2-hed h2{
    float: left;
    width: 100%;
    font-size: 51px;
    font-weight: 300;
    color: black;
    line-height: 63px;
    margin-bottom: 0px;
}
.b2-hed h2 span{
    font-weight: 600;
    color: #1D1F54;
}
.b2-2{
    float: left;
    width: 70%;
}
.b2-hed p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    margin-top: 18px;
    line-height: 28px;
}
#icon-bg img{
    width: 105px;
}

/*////-----body2-----////*/
.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 465px;
}
.accordion .tabs {
  flex: 1;
  background: url(../images/b2-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  border-radius: 30px;
  width: 96%;
  margin: 0px 2%;
}
.accordion .tabs2{
   background: url(../images/b2-2.webp);
   background-position: center; 
}
.accordion .tabs3{
   background: url(../images/b2-3.webp);
   background-position: center; 
}
.accordion .tabs + .tabs {
  border-left: 0.1rem solid lightgray;
}
.accordion .tabs:hover {
  cursor: pointer;
}
.accordion .tabs .tab-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: black;
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.accordion .tabs .tab-header .text > div {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: left top;
  width: 254px;
  bottom: 0px;
  font-weight: 600;
  font-size: 24px;
  color: white;
  line-height: 28px;
}
.accordion .tabs .tab-content {
  visibility: hidden;
  opacity: 0;
  color: white;
  position: relative;
  width: 100%;
}
.accordion .tabs .tab-content .tab-content-wrapper {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.accordion .tabs .tab-content .title-time {
  font-weight: bold;
  font-size: 5.4rem;
  text-transform: uppercase;
  margin: 2rem 0 10rem;
}
.accordion .tabs .tab-content .tab-img {
  position: absolute;
  top: -3rem;
  left: -3rem;
  right: -3rem;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.accordion .tabs .tab-content .tab-img img{
    width: 100%;
    height: 491px;
    object-fit: cover;
}
.accordion .tabs.is-active {
  flex: 5;
  flex-shrink: 0;
  border-radius: 30px;
}
.accordion .tabs.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 2;
  border-radius: 30px;
}
.accordion .tabs.is-active .tab-header {
  width: 0;
  visibility: hidden;
  opacity: 0;
}
.accordion .tabs.is-active .tab-content {
  visibility: visible;
  opacity: 1;
}
.accordion .tabs.is-active .tab-content .tab-content-wrapper {
  visibility: visible;
  opacity: 1;
}
.tab-para1{
   font-weight: 600;
    font-size: 25px;
    color: white;
    
}
.tab-para{
    padding-right: 75px;
    font-weight: normal;
    font-size: 14px;
    color: white;
    line-height: 25px;
    margin-bottom: 0px;
}
.tab-para-btn{
    float: right;
    width: 60px;
    height: 60px;
    background: #1D1F54;
    border-radius: 35px;
    margin-top: -81px;
    padding: 18px 0px;
}
.tab-para-btn img{
    width: 24px;
    filter: brightness(0) invert(1);
    width: 24px;
    filter: brightness(0) invert(1);
    float: none;
    margin: auto;
    display: block;
}
/*////-----body2-----////*/

#icon-bg{
  float:left;
  width:100%;
  margin-top:-189px;
}

#services-section{
  float:left;
  width:100%;
  padding-top:20px;
  padding-bottom:10px;
  background: rgb(237,244,254);
  background: linear-gradient(0deg, rgba(237,244,254,1) 0%, rgba(255,255,255,1) 100%);
}

#services-section h3{
  float:left;
  width:100%;
  color:#000000;
  font-size:55px;
  font-weight: 300;
  text-align:center;
     line-height: 70px;
}

#services-section h3 span{
  color:#1d1f54;
   font-weight: 600;
   float:left;
   width:100%;

}

#services-section p{
  float:left;
  width:100%;
  color:#000000;
  font-size:15px;
  text-align:center;
  padding-top: 10px;
      padding-left: 280px;
    padding-right: 280px;
    line-height: 27px;
    padding-bottom: 45px;
}

.sr-panel1{
  float:left;
  width:100%;
  padding-bottom:40px;
}

.srbg1{
  float:left;
  width:100%;
  border-radius:20px;
  background-color:white;
  padding-left:25px;
  padding-right:25px;
  padding-top: 55px;
  padding-bottom: 45px;
  height: 363px;
}

.left-push{
  float:left;
}

.srbg1 img{
  width:80px;
}

.srbg1 h4{
  float:left;
  width:100%;
  font-size:24px;
  color:black;
  font-weight:600;
  padding-top:17px;
}

.srbg1 p{
    float:left !important;
    width:100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom:0px !important;
}

.ex-more{
  float:left;
  color:#0a5321;
  font-size:15px;
  font-weight:600;
  text-decoration:underline;
}


.srbg2{
  float:left;
  width:100%;
  border-radius:20px;
  background-color:white;
  padding-left:25px;
  padding-right:25px;
  padding-top:45px;
  padding-bottom: 30px;
  margin-bottom:18px;
}


.srbg2 img{
  width: 80px;
  margin-right: 20px;
  float: left;
}

.srbg2 h4{
  /* float:left; */
  width:100%;
  font-size:24px;
  color:black;
  font-weight:600;
  padding-top: 0px;
  margin-top: -25px;
}

.srbg2 p{
    float: none !important;
    width:100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom:0px !important;
    margin-bottom: 4px;
}

.srb-l{
  float:left;
  width:32%;
}

.srb-r{
    float:left;
  width:68%;
}


.srbg3{
  float:left;
  width:100%;
  border-radius:20px;
  background-color:white;
  padding-left:25px;
  padding-right:25px;
  padding-top:45px;
  padding-bottom: 30px;
  margin-bottom:18px;
}


.srbg3 img{
  width: 80px;
  margin-right: 20px;
  float: left;
}

.srbg3 h4{
  /* float:left; */
  width:100%;
  font-size:24px;
  color:black;
  font-weight:600;
  padding-top: 0px;
  margin-top: -18px;
}

.srbg3 p{
    float: none !important;
    width:100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
    padding-top: 2px !important;
    padding-bottom:0px !important;
    margin-bottom: 4px;
}


.srb-l2{
  float:left;
  width: 25%;
}

.srb-r2{
    float:left;
    width: 75%;
}

#fastest{
  float:left;
  width:100%;
  background-color:#1d1f54;
  padding-top:0px; 
  padding-bottom:0px;
}

.p-none{padding:0px !important;}

#fastest h5{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 55px;
    font-weight: 300;
    text-align: left;
    line-height: 70px;
    margin-bottom: 20px;
}

#fastest h5 span{
  color:#b8d1f3;
  font-weight:600;
}

.plr{
  padding-right: 113px;
  padding-left: 75px;
  padding-top:27px;
}
#fastest p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    color: white;
    line-height: 27px;
}
.fastest-lines{
  float: left;width: 100%;margin-top: 18px;
}
.fastest-lines .fastest-line {
    position: relative;
    width: 93%;
    height: 1px;
    background-color: #ededed36;
    overflow: hidden;
    z-index: 5;
}

.fastest-lines .fastest-line::after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 35px;
    top: 0;
    left: 0px;
    background-color: #B8D1F3;
    -webkit-animation: moveLeftBounces-three 35s linear infinite;
    animation: moveLeftBounces-three 35s linear infinite;
    overflow: hidden;
}
@keyframes moveLeftBounces-three {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(598px);
        transform: translateX(598px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
#fastest h4{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    color: #BBBDED;
   margin-top: 34px;
    margin-bottom: 10px;
}
.fastest-point{
    float: left;
    width: 100%;
    margin-top: 18px;
}
.fastest-point h6{
    float: none;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    color: #EDEDF3;
    line-height: 27px;
    padding-left: 37px;
    margin-top: -2px;
}
.fastest-point img{
float: left;
width: 25px;
}

.body5{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.b5-hed{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.b5-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 55px;
    line-height: 64px;
    color: black;
    margin-bottom: 20px;
}
.b5-hed h2 span{
    font-weight: 600;
    color: #1D1F54;
}
.b5-hed p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: black;
}
.b5-bx{
    float: left;
    width: 100%;
    padding: 0px 40px;
    height: 216px;
    border-bottom: 1px solid #B0B2E1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-bx h3{
    float: left;
    width: 90px;
    color: #1D1F54;
    font-weight: 500;
    font-size: 30px;
    padding-top: 45px;
}
.b5-bx-txt{
    float: left;
    width: 625px;
    padding: 45px 0px;
}
.b5-bx-txt h2{
    font-weight: 300;
    font-size: 34px;
    color: #474646;
    line-height: 42px;
    margin-bottom: 15px;
}
.b5-bx-txt p{
    font-weight: normal;
    font-size: 15px;
    color: black;
    line-height: 27px;
}
.b5-bx-img{
    float: left;
    width: 223px;
    height: 251px;
    object-fit: cover;
    margin-left: 15px;
    border-radius: 30px;
    border: 2px solid white;
    position: relative;
    opacity: 0;
    margin-top: -17px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    box-shadow: 0 1px 15px 0 rgb(0 0 0 / 17%);
}
.b5-bx-butn img{
    float: right;
    width: 55px;
    height: auto;
    padding-top: 77px;
}
.b5-bx:hover{
    background: #F5F5FA;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.b5-bx:hover .b5-bx-img{
    transform: scale(1.01) rotate(4deg);
    
    opacity: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    height: 251px;
    position: relative;
   
}

.body6{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #1D1F54;
}
.b6-img{
    float: left;
    width: 100%;
    padding-top: 45px;
}
.b6-img img{
    float: left;
    width: 100%;
    max-width: 520px;
}
.b6-txt{
    float: left;
    width: 100%;
}
.b6-txt h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 52px;
    line-height: 62px;
    color: white;
    margin-bottom: 25px;
}
.b6-txt h2 span{
    font-weight: 600;
    color: #B8D1F3;
}
.b6-txt p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    color: white;
    line-height: 27px;
}



.b6-hed-butn{
  float:left;
  margin-top: 15px;
}

.b6-hed-butn a {
    padding: 9px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #333568;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #333568;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.b6-hed-butn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.b6-hed-butn a .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.b6-hed-butn a .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
}
.b6-hed-butn a:hover {
    color: #333568;
    text-decoration: none;
}

.b6-hed-butn a:hover:before {
    width: 100%;
    left: 0;
}

.b6-hed-butn a:hover .cost-icn {
    background: #333568;
    transition: .5s;
    
}
.b6-hed-butn a:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}

.body7{
    float: left;
    width: 100%;
    padding: 130px 0px;
    background: url(../images/quote.webp);
    background-size: 306px;
    background-repeat: no-repeat;
}
.b7-hed{
    float: left;
    width: 100%;
}
.b7-hed h2{
    float: left;
    width: auto;
    text-align: right;
    font-weight: 500;
    font-size: 22px;
    color: #1D1F54;
    line-height: 28px;
}
.b7-hed h2::after{
    content: " ";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #1D1F54;
    margin-left: 14px;
    border-radius: 30px;
    top: 17px;
}
.b7-txt{
    float: none;
    width: 100%;
    padding-left: 220px;
}
.b7-txt h3{
    float: left;
    width: 100%;
    color: black;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 15px;
}
.b7-txt p{
    float: left;
    width: 100%;
    color: black;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
}
.b7-hed-full{
    float: left;
    width: 100%;
}
.b7 .owl-nav {
     width: 100%;
    position: relative;
    margin-top: 15px;
    padding-left: 220px;

}
.b7 .owl-prev img {
    width: 41px;
    margin-right: 14px;
}
.b7 .owl-next img {
       width: 41px;
}
.b7-testimonial{
    float: left;
    width: 100%;
}
.b7-testimonial h2{
position: relative;
    transform: rotate(90deg);
    font-weight: 300;
    font-size: 48px;
    color: #CDCDCD;
    line-height: 28px;
    float: left;
    width: 100%;
    margin-top: -20px;
    letter-spacing: 4px;
    margin-left: 56px;
}

.body8{
    float: left;
    width: 100%;
    background: #1D1F54;
    padding-top: 70px;
}
.b8-hed{
    float: left;
    width: 100%;
}
.b8-hed h2{
    float: left;
    font-weight: 300;
    font-size: 55px;
    line-height: 72px;
    color: white;
}
.b8-hed h2 span{
    font-weight: 600;
    color: #B8D1F3;
}
.b8-hed h3{
    float: right;
    text-align: right;
    font-weight: bold;
    font-size: 100px;
    line-height: 92px;
    color: #1D1F54;
    -webkit-text-stroke: 0.5px #cdcdcd6e;
    margin-top: -23px;
}
.b8-bx{
    float: left;
    width: 100%;
    margin-top: -80px;
    padding: 0px 5px;
}
.b8-bx img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.b8-bx h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #1D1F54;
}
.b8-bx p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #4A4747;
    margin-bottom: 20px;
}
.b8-bx h4{
    float: left;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #0B0E55;
    background: #CDCFF1;
    padding: 8px 15px;
    border-radius: 35px;
}

.b8-bx a img{
    float: right;
    width: 35px!important;
    margin-bottom: 0px!important;
    margin-top: 4px;
}
.b8-white{
    float: left;
    width: 100%;
   background: rgb(29,31,84);
background: linear-gradient(90deg, rgba(29,31,84,1) 4%, rgba(255,255,255,1) 4%);
    margin-top: 139px;
    padding-bottom: 70px;
}

.footer{
    float: left;
    width: 100%;
    background: url(../images/ft-bac.webp)#EEF3FB;
    background-size: 188px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 72px;
}
.ft-logo{
    float: left;
    width: 100%;
}
.ft-logo a img{
    float: left;
    width: 100%;
    max-width: 246px;
    margin-bottom: 30px;
}
.ft-logo h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
}
.ft-logo p{
    float: left;
    width: 100%;
    font-weight: normal;
    color: #13233A;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 17px;
}
.ft-logo input{
    float: left;
    width: 89%;
    padding: 20px 28px;
    background: white;
    font-weight: normal;
    font-size: 14px;
    color: #89919C;
    outline: none;
    border: none;
    border-radius: 35px;
    /*box-shadow: 0 1px 15px 0 rgb(0 0 0 / 17%);*/
}
.ft-butn{
    float: left;
    margin-top: 28px;

}

.ft-butn button{
    padding: 0px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #333568;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #333568;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.ft-butn button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.ft-butn button .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.ft-butn button .cost-icn img{
    width: 18px;
    margin-bottom: 4px;
}
.ft-butn button:hover {
    color: #333568;
    text-decoration: none;
}

.ft-butn button:hover:before {
    width: 100%;
    left: 0;
}

.ft-butn button:hover .cost-icn {
    background: #333568;
    transition: .5s;
    
}
.ft-butn button:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.ft-butn button:focus{
    outline: none;
}

.quicklink{
    float: left;
    width: 100%;
}
.quicklink h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 18px;
}
.quicklink a{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    color: #13233A;
    margin-bottom: 10px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink a:hover{
    color: black;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink2{
    float: left;
    width: 100%;
    margin-top: 0px;
}
.quicklink2 h3{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}
.quicklink2 p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    color: #13233A;
    margin-bottom: 8px;
    line-height: 30px;
}
.quicklink2 h4{
    float: left;
    width: 100%;
    color: #13233A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 12px;
}
.quicklink2 a{
    color: #13233A;
    font-weight: normal;
    font-size: 14px;
    margin-left: 3px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink2 a:hover{
    color: black;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink2 h2{
    float: left;
    width: 100%;
    color: #0B418D;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.quicklink-p{
    padding-left: 25px;
}

.ft-media{
    float: left;
    width: 100%;
    margin-top: -36px;
    margin-bottom: 55px;
}
.ft-media h3{
    float: left;
    font-weight: 600;
    font-size: 18px;
    color: black;
}
.conect-img{
    float: none;
}
.conect-img a{
     float: none;
     background: white;
    border-radius: 50px;
    padding: 12px;
    margin-left: 18px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.conect-img a img{
    float: none;
    width: 23px;
    height: 23px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.conect-img a:hover{
    background: #3C6CAA;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.conect-img a:hover img{
    filter: brightness(0) invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ft-copy{
    float: left;
    width: 100%;
    padding: 25px 0px;
    text-align: center;
    border-top: 1px solid #0000001a;
}
.ft-copy p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    color: black;
    margin-bottom: 0px;
}

.iner-bnr-hed{
    float: left;
    width: 100%;
    padding: 40px 0px;
   background: url(../images/bnr-bac.webp)#1D1F54;
    background-repeat: no-repeat;
    background-size: 130px;
    background-position: right bottom;
}
.iner-bnr-hed h2{
    float:left;
    width:100%;
    font-weight:300;
    font-size:36px;
    color: white;
}
.about-b1{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.about-b1-hed{
    float: left;
    width: 100%;
}
.about-b1-hed h2{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 55px;
    color: black;
    margin-bottom: 15px;
}
.about-b1-hed h2 span{
    color: #1D1F54;
    font-weight: 600;
}
.about-b1-hed p{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    color: black;
    line-height: 28px;
    padding: 0px 8%;
}

.about-b1-txt{
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-b1-txt img{
    float: left;
    width: 300px;
    margin-right: 60px;
    
}
.about-b1-txt h3{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 15px;
}
.about-b1-txt p{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 28px;
}
.about-b2{
    background: #EDF4FE;
}
.about-b2-hed{
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.about-b2-hed h2{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 50px;
    color: black;
}
.about-b2-hed h2 span{
    font-weight: 600;
}
.ab-b2-bx{
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: white;
    border: 1px solid transparent;
    padding: 25px;
    margin-bottom: 20px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.ab-b2-bx:hover{
    border: 1px solid #1D1F54;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.ab-b2-bx:hover h2{
    color: #1D1F54;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ab-b2-bx img{
    float: left;
    width: 80px;
}
.ab-b2-bx-txt{
    float: none;
    width: 100%;
    padding-left: 100px;
}
.ab-b2-bx-txt h2{
    float: left;
    width: 100%;
    font-size: 24px;
    color: black;
    font-weight: 600;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ab-b2-bx-txt p{
   float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: 300; 
    line-height: 27px;
    margin-bottom: 0px;
}
.mission{
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #1d1f5430;
    border-radius: 20px;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.mission:hover{
    border: 1px solid transparent;
    background: #EDF4FE;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.mission:hover img{
    background: white;
    border: 1px solid #1d1f5430;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.mission img{
    float: left;
    width: 95px;
    border: 1px solid transparent;
    position: relative;
    margin-top: -42px;
    padding: 10px;
    border-radius: 12px;
    background: #edf4fe;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.mission h2{
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1D1F54;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
}
.mission p{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    color: black;
    font-weight: normal;
    margin-bottom: 0px;
}
.mngmnt-full{
    float: left;
    width: 80%;
    margin: 0 10%;
    border-radius: 20px;
    background: #EDF4FE;
    padding: 40px;
    margin-top: 40px;
}
.mngmnt-img{
    float: left;
    width: 40%;
    border-radius: 16px;
}
.mngmnt-txt{
    float: left;
    width: 60%;
    padding-left: 40px;
}
.mngmnt-txt h3{
    float: left;
    width: 100%;
    font-size: 40px;
    color: black;
    font-weight: 600;
    margin-bottom: 12px;
}
.mngmnt-txt h4{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #1D1F54;
    font-weight: normal;
}
.mngmnt-txt p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
    margin-top: 12px;
    line-height: 27px;
}




.mngmnt-butn{
    float: left;
    margin-top: 15px;

}

.mngmnt-butn a{
    padding: 9px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #333568;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #333568;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.mngmnt-butn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.mngmnt-butn a .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.mngmnt-butn a .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
}
.mngmnt-butn a:hover {
    color: #333568;
    text-decoration: none;
}

.mngmnt-butn a:hover:before {
    width: 100%;
    left: 0;
}

.mngmnt-butn a:hover .cost-icn {
    background: #333568;
    transition: .5s;
    
}
.mngmnt-butn a:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.mngmnt-butn a:focus{
    outline: none;
}
.mngmnt-icon{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.mngmnt-icon a{
     float: none;
     background: white;
    border-radius: 50px;
    padding: 12px;
    margin-right: 15px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.mngmnt-icon a img{
    float: none;
    width: 23px;
    height: 23px;
    margin-top: -3px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.mngmnt-icon a:hover{
    background: #3C6CAA;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.mngmnt-icon a:hover img{
    filter: brightness(0) invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.main-btn-circle{
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    outline: none;
    cursor: pointer;
    z-index: 100;
    background: #1D1F54;
    color: white;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}



.popup{
  position: fixed;
    top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
}
.popup.active{
  top:0;
  background-color: #000000a8; 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 568px;
  min-width: 320px;
  margin-top: 150px;
  padding: 25px;
  color: #070000;
  /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
}
.popup.active .popup-content{
  margin-top: 0px;
}

.form-group{
    position: relative;
    width: 90%;
    margin: 0px auto;
}

.popup .fade-out{
  position: absolute;
     top: 11px;
    right: 12px;
  text-align: center;
  font-size: 15px;
}


.req-form {
    width: 767px;
    float: right;
    height: auto;
    margin-right: 0;
    opacity: 1;
    background: #EDF4FE;
    background-size: 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    padding: 30px 30px 30px 30px;
    top: 0;
    position: relative;
    right: 0;
    /* height: 100%; */
    z-index: 99;
}
.form-inner p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    color: black;
}
.form-inner h2{
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #1D1F54;
}
.form-inner h3{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
}


.expertise-b1-txt{
    float: left;
    width: 100%;
    margin-top: 15px;
   
}
.expertise-b1-txt img{
    float: left;
    width: 500px;
    margin-right: 45px;
    
}
.expertise-b1-txt p{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 28px;
}
.expertise-point{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.expertise-point h2{
    float: left;
    width: 100%;
    font-weight: normal;
    font-weight: normal;
    font-size: 43px;
    color: black;
    line-height: 57px;
   
}
.expertise-point h2 span{
    font-weight: 600;
   /* color: #1D1F54;*/
}
.expertise-points{
  float: left;
  width: 100%;
  border-left: 6px solid #1d1f540f;
}
.expertise-points p{
  float: left;
  width: 100%;
  position: relative;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    color: black;
    padding-left: 35px;
    margin-bottom: 30px;
}
.expertise-points p::before {
    content: " ";
    background: #1D1F54;
    background-size: cover;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    left: -14px;
    position: absolute;
}


.expertise-points-bxs{
  float: left;
  width: 100%;
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
  
}
.expertise-points-bxs:hover{
    background:#1D1F54;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.expertise-points-bxs:hover p{
   color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.expertise-points-bxs:hover p::before{
   background: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}




.expertise-points-bxs p{
  float: left;
  width: 100%;
  position: relative;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    color: black;
    padding-left: 25px;
    margin-bottom: 0px;
    
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.expertise-points-bxs p::before {
    content: " ";
    background: #1D1F54;
    background-size: cover;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0px;
    margin-top: 7px;
    position: absolute;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.expertise-h4{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: black;
    margin-top: 25px;
}

.expertise-bx-full{
    float: left;
    width: 100%;
   
}
.expertise-bx-full h2{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 55px;
    color: black;
    margin-bottom: 15px;
}
.expertise-bx-full h2 span{
    font-weight: 600;
}
.expertise-bx-full p{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
}
.expertise-bx{
    float: left;
    width: 100%;
    padding: 25px;
    border: 1px solid #1d1f5430;
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
    margin-top: 50px;
}
.expertise-bx:hover{
    border: 1px solid transparent;
    background: #EDF4FE;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.expertise-bx:hover img{
    background: white;
    border: 1px solid #1d1f5430;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.expertise-bx img{
    float: left;
    width: 95px;
    border: 1px solid transparent;
    position: relative;
    margin-top: -42px;
    padding: 10px;
    border-radius: 12px;
    background: #edf4fe;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.expertise-bx h2{
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1D1F54;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
}
.expertise-bx p{
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    color: black;
    font-weight: normal;
    margin-bottom: 0px;
}

.business-license-ft{
    float: left;
    width: 100%;
    padding: 40px;
    background: #EEF3FB;
    border-radius: 25px;
    margin-top: 55px;
}
.business-license-ft h2{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 35px;
    color: black;
    margin-bottom: 20px;
}
.business-license-ft h2 span{
    font-weight: 600;
}
.business-license-ft p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: black;
}

.licenece-b1-txt{
    float: left;
    width: 100%;
    margin-top: 15px;
   
}
.licenece-b1-txt img{
    float: left;
    width: 500px;
    margin-right: 45px;
    border-radius: 30px;
    
}
.licenece-b1-txt h2 {
    width: 100%;
    font-weight: 300;
    font-size: 48px;
    color: black;
    margin-bottom: 15px;
}
.licenece-b1-txt h2 span{
    font-weight: 600;
    color: #1D1F54;
}
.licenece-b1-txt h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 15px;
}
.licenece-b1-txt p{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 28px;
}




.comercil-points-bxs{
  float: left;
  width: 100%;
  background: #EDF4FE;
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 15px;
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
  
}
.comercil-points-bxs:hover{
    background:#1D1F54;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.comercil-points-bxs:hover p{
   color: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.comercil-points-bxs:hover p::before{
   background: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}




.comercil-points-bxs p{
  float: left;
  width: 100%;
  position: relative;
    font-size: 17px;
    font-weight: normal;
    line-height: 27px;
    color: black;
    padding-left: 25px;
    margin-bottom: 0px;
    
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}
.comercil-points-bxs p::before {
    content: " ";
    background: #1D1F54;
    background-size: cover;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0px;
    margin-top: 7px;
    position: absolute;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s!important;
}















.licence-points{
  float: left;
  width: 100%;
  border-left: 6px solid #1d1f540f;
  margin-top: 8px;
  margin-bottom: 25px;
}
.licence-points-bx{
    float: left;
    width: 100%;
}
.licence-points-bx h5{
    float: left;
    font-weight: 600;
    font-size: 18px;
    background: #1D1F54;
    color: white;
    padding: 7px;
    border-radius: 38px;
    margin-left: -21px;
}
.licence-points-bx h4{
  
  width: 100%;
  position: relative;
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    color: black;
    padding-left: 30px;
    margin-top: 2px;
    margin-bottom: 30px;
}


.licence-contact{
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 30px;
    background: white;
}
.licence-contact h3{
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 11px;
    text-align: center;
    font-size: 24px;
    color: white;
    background: #1D1F54;
    font-weight: 600;
    margin-bottom: 15px;
}
.licence-contact p{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    margin-top: 12px;
}
.licence-contact-bx-ful{
    float: left;
    width: 100%;
    background: #EDF4FE;
    border-radius: 20px;
    padding: 22px 15px;
    margin-top: 15px;
    margin-bottom: 32px;
}
.licence-contact-bx{
    float: left;
    width: 50%;
    text-align: center;
    
}
.licence-contact-bx h2{
    float: left;
    width: 100%;
    font-size: 18px;
    color: black;
    
    font-weight: 600;
}
.licence-contact-bx a{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
}
.licence-contact-bx a:hover{
    text-decoration: none;
    color: #1D1F54;
}
.licence-contact input{
   float: left;
    width: 48%;
    margin: 0px 1%;
    margin-top: 18px;
    padding: 19px 24px;
    background: #edf4fe;
    font-weight: normal;
    font-size: 14px;
    color: #89919C;
    outline: none;
    border: none;
    border-radius: 15px;
    /*box-shadow: 0 1px 15px 0 rgb(0 0 0 / 17%);*/
}

.licence-contact-butn{
    float: left;
    margin-top: 20px;

}

.licence-contact-butn button{
    padding: 0px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #333568;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #333568;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.licence-contact-butn button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.licence-contact-butn button .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.licence-contact-butn button .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
}
.licence-contact-butn button:hover {
    color: #333568;
    text-decoration: none;
}

.licence-contact-butn button:hover:before {
    width: 100%;
    left: 0;
}

.licence-contact-butn button:hover .cost-icn {
    background: #333568;
    transition: .5s;
    
}
.licence-contact-butn button:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.licence-contact-butn button:focus{
    outline: none;
}


.licence-othr-bx{
    float: left;
    width: 100%;
    padding: 0px 5px;
}
.licence-othr-bx img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.licence-othr-bx h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #1D1F54;
}
.licence-othr-bx p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #4A4747;
    margin-bottom: 20px;
}

.licence-othr-butn{
  float:left;
}

.licence-othr-butn a {
    padding: 9px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #1D1F54;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #1D1F54;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.licence-othr-butn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.licence-othr-butn a .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.licence-othr-butn a .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
    float: none;
    display: inline-block;
}
.licence-othr-butn a:hover {
    color: #1D1F54;
    text-decoration: none;
}

.licence-othr-butn a:hover:before {
    width: 100%;
    left: 0;
}

.licence-othr-butn a:hover .cost-icn {
    background: #1D1F54;
    transition: .5s;
    
}
.licence-othr-butn a:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.licence-othr-bx-full{
    float: left;
    width: 100%;
}

.slider-licences .owl-nav {
     width: 100%;
    position: relative;
    margin-top: 70px;
    text-align: center;

}
.slider-licences .owl-prev img {
    width: 41px;
    margin-right: 14px;
}
.slider-licences .owl-next img {
       width: 41px;
}

.tourism-bx-full{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.tourism-bx-full h3{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 20px;
}
.tourism-bx-full p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: black;
}
.tourism-bx{
    float: left;
    width: 100%;
    border-radius: 20px;
    background: #EDF4FE;
    padding: 30px;
    margin-top: 20px;
}


.tourism-bx h4{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 15px;
}
.tourism-bx p{
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 28px;
    margin-bottom: 0px;
}
.mainland-b1 h3{
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 15px;
}
.mainland-b1 p{
    float: left;
   width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 28px;
}
.mainland-hed{
    float: left;
    width: 100%;
    font-weight: 300;
    font-size: 42px;
    line-height: 52px;
margin-top: 15px;
    color: black;
    margin-bottom: 45px;
}
.mainland-hed span{
    color: #1D1F54;
    font-weight: 600;
}

.mainland-bx{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.mainland-bx img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.mainland-bx h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #1D1F54;
}
.mainland-bx p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #4A4747;
    margin-bottom: 20px;
}
.expertise-point h3{
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #1D1F54;
    margin-bottom: 15px;
}
.ten-year{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: -1px;
}
.ten-year img{
    float: none;
    width: 100%;
    max-width: 800px;
}

.blog-bx{
    float: left;
    width: 100%;
   margin-bottom: 30px;
    padding: 0px 5px;
}
.blog-bx img{
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blog-bx h3{
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #1D1F54;
}
.blog-bx p{
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #4A4747;
    margin-bottom: 20px;
}
.blog-bx h4{
    float: left;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #0B0E55;
    background: #CDCFF1;
    padding: 8px 15px;
    border-radius: 35px;
}

.blog-bx a img{
    float: right;
    width: 35px!important;
    margin-bottom: 0px!important;
    margin-top: 4px;
}

.contact-bx{
    float: left;
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    background: #EDF4FE;
}

.contact-bx h2{
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1D1F54;
    font-weight: 600;
    
}

.contact-bx p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 4px;
}
.contact-bx-adrs h4{
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #1D1F54;
}
.contact-bx-adrs a{
    float: left;
    width: 100%;
    font-size: 15px;
    color: black;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 4px;
    text-decoration: none;
}
.contact-bx-adrs{
   float: left;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: white;
    border-radius: 10px;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-form {
    float: left;
    width: 100%;
    padding: 30px;
   
}
.contact-form-hed {
    float: left;
    width: 100%;
}
.contact-form-hed h3 {
    float: left;
    width: 100%;
    font-size: 28px;
    color: #1D1F54;
    font-weight: 600;
}
.contact-form-hed p {
    float: left;
    font-weight: normal;
    font-size: 15px;
    line-height: 27px;
    color: black;
    margin-bottom: 0px;
    margin-top: 8px;
}
.contact-forms {
    float: left;
    width: 100%;
    padding: 25px 0px;
    border-radius: 0px 0px 15px 15px;
}

.s-form {
    
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 70px;
    margin-bottom: 30px;
    
    outline: none;
    background: #edf4fe;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
   outline: none;
    border: none;
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 15px;
    /* margin-top: 17px; */
    border-radius: 10px;
}

.contacts-butn{
    float: left;
    margin-top: 20px;

}

.contacts-butn button{
    padding: 0px 0px 0px 0px;
    width: 183px;
    height: 52px;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    background: #333568;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #333568;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.contacts-butn button:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.contacts-butn button .cost-icn {
    
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 1px;
    transition: .5s;
}
.contacts-butn button .cost-icn img{
    width: 12px;
    margin-bottom: 4px;
}
.contacts-butn button:hover {
    color: #333568;
    text-decoration: none;
}

.contacts-butn button:hover:before {
    width: 100%;
    left: 0;
}

.contacts-butn button:hover .cost-icn {
    background: #333568;
    transition: .5s;
    
}
.contacts-butn button:hover .cost-icn img{
    filter: brightness(10);
    transition: .5s;
}
.contacts-butn button:focus{
    outline: none;
}



.b7-testimonial-mob{
    float: left;
    width: 100%;
    display: none;
}
.b7-testimonial-mob h2{
position: relative;

    transform: rotate(90deg);
    font-weight: 300;
    font-size: 48px;
    color: #CDCDCD;
    line-height: 28px;
    float: left;
    width: 100%;
    margin-top: -20px;
    letter-spacing: 4px;
    margin-left: 56px;
}




@media (min-width: 576px){
    .mob-b1-2{
        display: none;
    }
    .mob-b2-2{
        display: none;
    }
}

@media (max-width: 400px){
    .b7-testimonial h2{
        font-size: 30px!important;
    }
    .b7-testimonial-mob h2{
    font-size: 30px!important;
    }
}



@media (max-width: 991px){
     
    
    .cost-calculater{
        margin-right: 50px;
    }
    .navigation-portrait .nav-menus-wrapper{
        background-color: #5a96e7!important;
    }
    .nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #000;
  color: #0e0f2a!important;
}
.navigation-portrait .nav-menu > li{
    border-top: solid 1px #f0f0f033!important;
}
.navigation-portrait .nav-menu > li:last-child{
    border-bottom: solid 1px #f0f0f033!important;
}
}





@media (max-width: 575px){
    .banner-txt h1{
        font-size: 40px;
    line-height: 50px;
    }
    .banner-txt h1 br{
        display: none;
    }
    .expertise-points-bxs{
        margin-bottom: 15px;
    }
    .b1-hed h2{
        font-size:45px;
        line-height:51px;
    }
    .b2-hed{
        width: 100%;
        padding-top: 0px;
        padding-left:15px;
    }
    .body2{
        padding: 55px 0px 0px;
    }
    .b2-hed h2{
        font-size: 45px;
        line-height: 61px;
    }
    #services-section h3{
        font-size: 45px;
        line-height: 61px;
    }
    #services-section p{
        padding-left: 0px;
        padding-right: 0px;
    }
    #services-section{
        background: linear-gradient(0deg, rgba(237,244,254,1) 67%, rgba(255,255,255,1) 100%);
    }
    .srbg1{
        height: auto;
        padding-top: 40px;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
    .srbg2{
        padding-top: 40px;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
    .srbg2 h4{
        margin-top: 0px;
        padding-top: 17px;
    }
    .srb-l{
        width: 100%;
    }
    .srb-r{
        width: 100%;
    }
    .srbg2 p{
        margin-bottom: 13px
    }
    .sr-panel1{
        padding-bottom: 0px;
    }
    .srbg3{
        padding-top: 40px;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
    .srb-l2{
       width: 100%; 
    }
    .srb-r2{
        width: 100%;
    }
    .srbg3 h4{
        margin-top: 0px;
        padding-top: 17px;
    }
    .p-none img{
        width: 100%;
    }
    .plr{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 55px;
    }
    #fastest h5{
        font-size: 45px;
        line-height: 61px;
    }
    .b6-txt h2{
        font-size: 45px;
        line-height: 60px;
    }
    .b6-txt{
        margin-top: 40px;
    }
    .b7-testimonial{
        display: none;
    }
    .b7-testimonial h2{
        transform: rotate(0deg);
        margin-top: 50px;
        text-align: center;
         margin-left: 0px; 
        
    }
    .b7-testimonial-mob{
        display: block;
    }
    .b7-txt h3 br{
        display: none;
    }
    .b7-testimonial-mob h2{
    transform: rotate(0deg);
        margin-top: 0px;
        margin-bottom: 45px;
        text-align: center;
         margin-left: 0px; 
    }
    .body7{
        padding-bottom: 45px;
        padding-top: 60px;
        background-size: 151px;
    }
    .b8-white{
        background: linear-gradient(180deg, rgba(29,31,84,1) 3%, rgba(255,255,255,1) 3%);
        margin-top: 50px;
        padding-bottom:  50px;
    }
    .b8-hed h2{
        font-size: 45px;
        line-height: 60px;
    }
    .b8-bx{
        margin-bottom: 25px;
        margin-top: 0px;
        padding: 0px;
    }
.quicklink{
    margin-top: 20px;
}
.quicklink-p{
    padding-left: 0px
}
.ft-media{
    margin-top: 20px;
}
.ft-media h3{
    width: 100%;
}
.conect-img{
    float: left;
    margin-top: 15px;
}
.conect-img a{
   margin-left: 0px;
    margin-right: 15px;
}
.b1-2{
    display: none;
}
.count{
    text-align: center;
    width: 50%;
    padding-left: 0px;
}
.cont-txt{
    width: 100%;
}
.count .item1{
    margin-left: -26px;
}
.cont-txt p br{
    display: none;
}
.b1-2-bx{
    width: 49%;
    margin-top: 20px;
}
.b1-2-bx p{
    text-align: center;
}
.b2-2{
    display: none;
}
.b2-2-bx{
    float: left;
    width: 100%;
}
.b2-2-bx-img{
    float: left;
    width: 100%;
    border-radius: 20px;
}
.b2-2-bx-txt {
    position: relative;
    z-index: 3;
    bottom: 76px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: 100%;
    float: left;
}
.b2-2-bx-txt h2{
    font-weight: 600;
    font-size: 25px;
    color: white;
}
#icon-bg{
    display: none;
}

.b5-bx{
    height: auto;
    padding: 0px 20px 20px;
}
.b5-bx h3{
    padding-top: 20px;
}
.b5-bx-txt{
    width: 100%;
    padding: 0px;
}
.b5-bx-txt h2{
    font-size: 28px;
    margin-bottom: 7px;
}
.b5-bx-img{
    display: none;
}
.b5-bx-butn img{
    float: left;
    padding-top: 0px;
}
.b5-hed h2{
    font-size: 45px;
    line-height: 61px;
}
.body6{
    padding: 55px 0px;
}
.b7-hed h2{
    width: 100%;
    text-align: left;
}
.b7-hed h2::after{
    margin-left: 97px;
}
.b7-txt{
    float: left;
    padding-left: 0px;
}
.b7 .owl-nav{
    padding-left: 0px;
}
.body8{
padding-top: 55px;
}
.b8-hed h2 br{
    display: none;
}
.b8-hed h3{
    display: none;
}
.b1-hed{
    padding-right: 0px;
}
.iner-bnr-hed h2{
    font-size: 30px;
}
.about-b1-txt{
    margin-top: 35px;
}
.about-b1-hed h2{
    font-size: 45px;
}
.about-b1-hed p{
    padding: 0px;
}
.about-b1-txt img{
    max-width: 300px;
    width: 100%;
    margin-right: 0px;
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
.mission{
    margin-bottom: 40px;
}
.about-b1{
    padding: 50px 0px;
}
.about-b2-hed h2{
    font-size: 45px;
}
.ab-b2-bx-txt{
    float: left;
    padding-left: 0px;
    padding-top: 15px;
}
.mngmnt-full{
    width: 100%;
    margin: auto;
    padding: 15px;
    padding-bottom: 40px;
    margin-top: 30px;
}
.mngmnt-img{
    width: 100%;
}
.mngmnt-txt{
    padding-left: 0px;
    width: 100%;
    margin-top: 20px;
}
.mngmnt-txt h3{
    font-size: 30px;
    margin-bottom: 8px;
}
.mngmnt-txt p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.expertise-b1-txt img{
    width: 100%;
    margin-right: 0px;
    max-width: 500px;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.expertise-point h2 br{
    display: none;
}
.expertise-point h2{
    font-size: 33px;
    line-height: 42px;
}
.expertise-bx-full h2 br{
    display: none;
}
.expertise-bx-full h2{
    font-size: 38px;
}
.expertise-bx-full p br{
    display: none;
}
.business-license-ft{
    padding: 25px;
}
.business-license-ft h2{
    font-size: 30px;
}
.licenece-b1-txt img{
    width: 100%;
    margin-left: 0px;
}
.licenece-b1-txt h2{
    float: left;
    margin-top: 25px;
    font-size: 40px;
}
.licence-points{
    margin-left: 15px;
}
.licence-contact{
    margin-bottom: 20px;
}
.licence-contact-bx{
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}
.licence-contact input{
    width: 100%;
}
.licence-othr-bx-full{
    padding: 0 15px;
}
.tourism-bx p{
    margin-bottom: 0px;
}
.iner-bnr-hed{
    background-size: 85px;
}
.mainland-hed{
    font-size: 35px;
    line-height: 42px;
}
.about-b1-hed h2 br{
    display: none;
}
.ten-year{
    margin-top: 45px;
}
.contact-form{
    padding: 0px;
    margin-top: 45px;
}

.nav-brand img{
    width: 190px;
}
.cost-calculater a .cost-icn{
    display: none!important;
}
.cost-calculater a {
    padding: 15px 0px 0px 0px;
    width: 150px;
    
}
.navigation-portrait .nav-toggle{
    margin-right: -18px;
    margin-top: -13px;
}
.cost-calculater {
    margin-right: 20px!important;
}
.banner-txt-full{
    padding-top: 20px;
}
}

@media (min-width: 300px) and (max-width: 426px){
    .navigation-portrait .nav-toggle{
   
    margin-top: -26px!important;
}
}
@media (min-width: 300px) and (max-width: 355px){
    .cost-calculater{
        padding-right: 12px;
        padding-left: 0px;
    }
    .cost-calculater a{
        width: 123px!important;
    }
    .banner-txt h1 {
    font-size: 33px!important;
    line-height: 43px!important;
}
}


@media (min-width: 576px) and (max-width: 767px){
    .b1-hed{
    padding-right: 0px;
}
.iner-bnr-hed h2{
    font-size: 45px;
}
.expertise-points-bxs{
        margin-bottom: 15px;
    }
    .count{
        width: 187px;
    padding-left: 0px;
     padding-right: 0px; 
    text-align: center;
    }
    .cont-txt{
        width: 100%;
    }
    .b1-2-bx{
        width: 136px;
    }
    .count2{
        padding-left: 0px;
    }
    .cont-txt p br{
        display: none;
    }
    .count .item1{
        margin-left: -26px;
    }
    .b1-2-bx2{
        margin-top: 0px;
    }
    .count{
        padding-top: 55px;
    }
    .b2-hed{
        width: 100%;
        padding-top: 0px;
    }
    .b2-2{
        width: 100%;
        
    }
    #services-section p{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .srbg1{
        height: auto;
        margin-bottom: 20px;
    }
    #services-section{
        background: linear-gradient(0deg, rgba(237,244,254,1) 87%, rgba(255,255,255,1) 100%);
    }
    .sr-panel1{
        padding-bottom: 0px;
    }
    .p-none img{
        width: 100%;
    }
    .plr{
        padding-bottom: 50px;
    }
    .b5-bx{
    height: auto;
    padding: 0px 20px 20px;
}
.b5-bx h3{
    padding-top: 20px;
}
.b5-bx-txt{
    width: 100%;
    padding: 0px;
}
.b5-bx-txt h2{
    font-size: 28px;
    margin-bottom: 7px;
}
.b5-bx-img{
    display: none;
}
.b5-bx-butn img{
    float: left;
    padding-top: 0px;
}
.b7-testimonial h2 {
    transform: rotate(0deg);
    margin-top: 50px;
    text-align: center;
    margin-left: 0px;
}
.body7{
    padding-top: 60px;
    background-size: 200px;
    padding-bottom: 0px;
}
.b8-hed h3{
    display: none;
}
.b8-white {
    background: linear-gradient(180deg, rgba(29,31,84,1) 3%, rgba(255,255,255,1) 3%);
    margin-top: 50px;
    padding-bottom: 50px;
}
.b8-bx {
    margin-bottom: 25px;
    margin-top: 0px;
    padding: 0px;
}
.quicklink-p{
    padding-left: 0px;
    margin-top: 20px;
}
.ft-logo p br{
    display: none;
}
.ft-media{
    margin-top: 20px;
}
.about-b1-hed p{
    padding: 0px;
}
.about-b1-txt{margin-top: 30px;}
.about-b1-txt img{
    width: 160px;
    margin-right: 32px;
}
.mission{
    margin-bottom: 40px;
}
.about-b1{
    padding-bottom: 40px;
}
.mngmnt-full{
    width: 100%;
    margin: 0px;
    padding: 20px;
    margin-top: 30px;
    padding-bottom: 40px;
}
.mngmnt-txt{
    padding-left: 20px;
}
.mngmnt-txt h3{
    font-size: 30px;
}
.expertise-b1-txt img{
    max-width: 500px;
    width: 100%;
    float: none;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.expertise-bx-full h2 br{
    display: none;
}
.expertise-bx-full h2{
    font-size: 40px;
}
.expertise-point h2{
    font-size: 38px;
    line-height: 49px;
}
.expertise-point h2 br{
    display: none;
}
.expertise-bx-full p br{
    display: none;
}
.licenece-b1-txt img{
    width: 100%;
    margin: 0px;
}
.licenece-b1-txt h2{
    float: left;
    font-size: 45px;
    margin-top: 25px;
}
.licence-contact{
    margin-bottom: 15px;
}
.tourism-bx p{
    margin-bottom: 0px;
}
.contact-bx-adrs p{
    padding-right: 70px;
}
}


@media (min-width: 768px) and (max-width: 991px){
    .banner-txt h1{
        font-size: 33px;
        line-height: 41px;
    }
    .banner-txt-full{
        padding-top: 25px;
    }
    .bnr-img1{
        width: 25%;
    }
    .bnr-img2{
        width: 50%;
    }
    .b1-hed{
    padding-right: 0px;
}
.count{
    padding-left: 121px;
}
.b1-2-bx{
    width: 175px;
}
.b1-2-bx2{
    margin-top: 0px;
}
.b2-hed h2{
    font-size: 40px;
    line-height: 48px;
}
.b2-hed{
   padding-right: 0px;
        padding-top: 20px;
}
#services-section p{
    padding-left: 0px;
    padding-right: 0px;
}
#services-section{
    background: linear-gradient(0deg, rgba(237,244,254,1) 84%, rgba(255,255,255,1) 100%);
}
.srbg2{
    width: 46%;

    margin: 0 2%;
    margin-top: 25px;
}
.srb-l2{
    width: 100%;
}
.srb-r2{
    width: 100%;
}
.srbg3 h4{
    margin-top: 15px;
}
.sr-panel1{
    padding-bottom: 25px;
}
.p-none img{
    display: none;
}
.plr{
    padding-bottom: 50px;
}
.b5-bx{
    padding: 0px 15px;
    height: auto;
}
.b5-bx h3{
    width: 60px;
}
.b5-bx-txt h2{
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 0px;
}
.b5-bx-txt {
    float: left;
    width: 380px;
    padding: 45px 0px;
}
.b5-bx-img{
    width: 150px;
    margin-top: 5px;
}
.b5-bx:hover .b5-bx-img{
    height: 255px;
    margin-top: 5px;
}
.b5-bx-butn img {
    width: 40px;
    padding-top: 113px;
}
.b6-txt h2{
    font-size: 35px;
    line-height: 45px;
}
.b6-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b6-img img{
    align-items: center;
    justify-content: center;
    display: inline-grid;
}
.b7-testimonial h2 {
    transform: rotate(0deg);
    margin-top: 50px;
    text-align: center;
    margin-left: 0px;
}
.body7{
    padding-top: 70px;
    padding-bottom: 0px;
}
.b8-hed h2{
    width: 69%;
}
.b8-hed h2 br{
    display: none;
}
.b8-hed h3{
    font-size: 87px;
    line-height: 82px;
    margin-top: 0px;
}
.b8-bx h3{
    font-size: 16px;
}
.quicklink-p{
    padding-left: 0px;
    margin-top: 20px;
}
.ft-media{
    margin-top: 20px;
}
.about-b1-txt img{
    width: 200px;
    margin-right: 40px;
}
.mngmnt-full{
    width: 90%;
    margin: 0 5%;
    padding: 28px;
    margin-top: 30px;
}
.mngmnt-txt{
    padding-left: 20px;
}
.expertise-bx-full h2 br{
    display: none;
}
.expertise-b1-txt img{
    width: 350px;
    margin-right: 40px;
}
.licenece-b1-txt img{
    width: 350px;
    margin-right: 30px;
}
.licenece-b1-txt h2{
    font-size: 35px;
}
.licence-contact{
    margin-bottom: 20px;
}
.contact-bx{
    padding: 20px;
}
.contact-form{
    padding: 20px;
}
}


@media (min-width: 992px) and (max-width: 1199px){
    .count{
        padding-left: 35px;
    }
    .b2-hed h2{
        font-size: 45px;
        line-height: 55px;
    }
    .srb-l{
        width: 25%;
    }
    .srb-r{
        width: 75%;
    }
    .srbg2 img{
        width: 94%;
    }
    .p-none img{
        width: 100%;
    }
    .plr {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 25px;
}
#fastest h5{
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 11px;
}
.b5-bx{
    padding: 0px 20px;
}
.b5-bx h3{
    width: 60px;
}
.b5-bx-txt h2{
    font-size: 28px;
}
.b5-bx-txt{
    width: 530px;
}
.b8-white{
    background: linear-gradient(90deg, rgba(29,31,84,1) 2%, rgba(255,255,255,1) 2%);
}
.quicklink-p{
    padding-left: 0px;
}
}

