  *{
  margin: 0;
  padding: 2;
  box-sizing: border-box;
  }
  body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 font-family: 'Ubuntu', sans-serif;
  }
  h1,h2,h3,h5,p,li,a{
   font-family: 'Ubuntu', sans-serif;
  }
  body a:hover{
  text-decoration: none;
  }
 body ul li{
  list-style: none;
 }
  .f_light{
  font-weight: 400;
  }
  .f_regular{
  font-weight: 400;
  }
  .f_medium{
  font-weight: 500;
  }
  .f_bold{
  font-weight: 700;
  }
  .clear{
  clear: both;
  }
  .pull-right{
  float: right;
  }
  .pull-left{
  float: left;
  }
  .white{
  color: rgb(255,255,255);
  }
  .blue{
    color: #142944;
  }
  .gray{
    color: #5e5b5c;
  }
  .black{
    color: #010101;
  }
  .sky-blue{
    color: #6db2e2;
  }
  .nav-head .navbar-expand-md{
    justify-content: space-between;
    padding: 0;
  }
   header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
   }
   /*header.shrink {
    animation: 0.4s 0.4s fadeInDown both;
}*/
/*shrink*/
header.shrink .phone-box a {
  font-size: 13px;
}
header.shrink .social-icons .s-icon {
  font-size: 15px;
}
header.shrink  .phone-box span:nth-child(1) {
  font-size: 27px;
}
header.shrink .navbar-mob .nav-item .nav-link {
    font-size: 17px;
    position: relative;
}
header .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 0;
    border-radius: 0;
    border:none;
    min-width: 300px;
    padding: 0;
     background-color: rgb(255, 255, 255);
     box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
header .navbar-expand-md .navbar-nav .about-menu {
  min-width: 180px;
}
.dropdown-toggle::after{
  display: none;
}
header .navbar-expand-md .navbar-nav .dropdown-menu:before{
 content: "";
    position: absolute;
    top: -17px;
    left: 50px;
    border-top: 8px solid #043572;
    border-bottom: 10px solid transparent;
    border-bottom: 10px solid re;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 2;
    transform: rotate(180deg);
} 
header .navbar-expand-md .navbar-nav .dropdown-menu:after{
 content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    background-color:#043572;
} 
header .navbar-expand-md .nav-link.dropdown-toggle span{
  font-size: 12px;
    display: inline-block;
    transform: rotate(-90deg);
    font-weight: 700;
    color: #010101;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
}
header .navbar-expand-md  .dropdown-menu li a{
  font-size: 17px;
  color:#043572; 
  display: block;
  width: 100%;
}
header .navbar-expand-md  .dropdown-menu li{
  padding: 10px;
  transition: all 0.3s ease-in-out;
  display: flex;
    align-items: center;
}
header .navbar-expand-md  .dropdown-menu li:hover{
  background-color:#ebeef1; 
}
header .navbar-expand-md  .dropdown-menu li:hover span{
 color: #043572;
}
header .navbar-expand-md  .dropdown-menu span{
  font-size: 35px;
  color: #e3e1e1; 
  display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
header.shrink .navbar-mob .nav-item {
    padding: 13px 22px;
}
header.shrink .navbar-mob {
  position: relative;
}

/*shrink*/

   header .container{
    padding: 0;
   }
  header .social-icons .s-icon{
    color: #b0c3be;
    font-size: 15px;
    padding: 5px 8px 5px 8px;
    border-left: 1px solid #e8e6e6;
    display: inline-block;
     transition: all 0.3s ease-in-out; 
  }
   header .social-icons .s-icon:hover{
    color: #253f64;
   }
  header .social-icons .s-icon:nth-child(3){
     border-right: 1px solid #e8e6e6;
  }
   header .phone-box a{
    font-size: 14px;
    padding-right: 15px;
    position: relative;
     transition: all 0.3s ease-in-out; 
   }
   header .phone-box span{
    display: inline-block;
    vertical-align: middle;
     padding-left: 10px;
     position: relative;
      transition: all 0.3s ease-in-out; 
   }
   header .phone-box a:nth-child(2):before{
    position: absolute;
    content: "";
    top: -5px;
    right: 0;
    height: 30px;
    width: 1px;
    background-color: #e8e6e6;
   }
   .logo-column{
    position: relative;
   }
   header .logo-box{
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    top:-75px;
   }
    header .logo-box img{
      width: 200px;
    }
   header .phone-box span:nth-child(1){
    font-size: 30px;
        color: #5e5b5c94;
   }
   header .phone-box span:nth-child(3){
    font-size: 18px;
   }
   header .top-bar {
    position: relative;
   }
    header .top-bar:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 90%;
      height: 1px;
      background: #e8e6e6;
    }
   header .navbar-mob .nav-item .nav-link{
    color:#010101;
    transition: all 0.3s ease-in-out; 
    position: relative;
    font-size: 19px;
    padding: 0;
    display: inline-block;
   }
    header .navbar-mob .nav-item {
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
}
    header .navbar-mob .nav-item:nth-child(6){
       padding-right:15px;
    }
   header .navbar-mob .nav-link.dropdown-toggle:before{
    display: none;
   }
   header .navbar-mob .nav-link.dropdown-toggle:hover  span{
    transform: rotate(90deg);
   }
  header .navbar-mob .nav-link:before{
    position: absolute;
   bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background-color:#043572;
    content: "";
    opacity: 0;
    transition: all 0.3s ease-in-out; 
   }
 /*  header.shrink .navbar-mob .nav-link:before{
  bottom: -13px;
   }*/
   header .navbar-mob .nav-link:hover:before,
   header .navbar-mob .nav-link.active:before{
    opacity: 1;
    width: 100%;
   }
   header .navbar-mob .nav-link:hover,
   header .navbar-mob .nav-link.active
   {
    color: #010101;
   }
   .slider-section{
    position: relative;
   }
  .slider-section .slider-div{
    margin-top: 90px;
  }
   .home-slider{
    position: relative;
   }
   .home-slider .caption h1{
    font-size: 68px;
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
   }
   .home-slider .caption h1:before{
   position: absolute;
  content: url(../images/white-bar.png);
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
   }
   .home-slider .caption p{
    font-size: 19px;
   }
   .home-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .home-slider.owl-theme .owl-dots{
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
  }
  .home-slider.owl-theme .owl-dots .owl-dot span{
    margin: 3px; 
  }
  .home-slider.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 30px;
    margin: 0;
    padding:0;
    background:transparent;
    display: inline-block;
    cursor: pointer;
    border-radius:0;
  }
  .home-slider.owl-theme .owl-nav [class*=owl-]:hover{
    color: #FFF;
    background:transparent;
  }
  .home-slider .owl-nav .owl-next{
    position: absolute;
    right: 20%;
    transform:rotate(180deg);
  } 
  .home-slider .owl-nav .owl-prev{
    position: absolute;
    left: 20%;
  }
  .home-slider .caption{
    position: absolute;
    top: 40%;
    left: 25%;
  }
   /*counter section*/
   .gray-line{
    position: relative;
  }
  .gray-line:before{
    position: absolute;
    content: "";
    top: 5px;
    right: 5px;
    height: 65px;
    width: 1px;
    background-color: rgb(232, 230, 230);
    transform: rotate(20deg);
  }
  .counter-outer .counter-icon{
    float: left;
    font-size: 65px;
    font-weight: 400;
    color: #043572;
  }
.counter-outer h1{
  display: inline-block;
  /*margin-left: 20px;*/
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
  color:#043572;
}
.counter-outer h1.funds{
  margin-left: 5px;
}
.counter-outer .plus
{
  font-size: 30px;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  color:#043572;
}
.counter-outer i{
  font-size: 25px;
  font-weight: 700;
  color: #00459d;
  margin-left: 20px;
}
.counter-outer p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
  color: #010101;
}
.counter-outer .counter-detail{
  margin-left: 80px;
}
.slider-section .counter-div{
  box-shadow: 1px 1.732px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding: 20px 0 20px 45px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
   /*footer css*/
   .footer{
    background-color:#043572;
  }
  .footer .div-main {
    padding: 40px 0 30px 0;
  }
  .footer .section{
    float: left;
    position: relative;
  }
  .footer .section1{
    width: 20%;
  }
  .footer .section1 span.icon-clock-4 {
    float: none;
    display: inline-block;
  }
  .footer .section1 .wrapper .inner {
    margin-left: 5px;
    display: inline-block;
  }
  .footer .section2{
    width: 21%;
  }
  .footer .section3{
    width: 17%;
  }
  .footer .section4{
    width: 26%;
    position: relative;
  }
  .footer .section5 {
    width: 13%;
  }
  .footer .section4:before{
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    height: 200px;
    width: 1px;
    background-color: rgba(255, 255, 255,0.102);
  }
  .footer .section4 p {
    color: #ebf2fa;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0 ;
  }
  .footer .section1 .foot_logo {
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
  }
  .footer .middle-div .foot-social{
    color: #a7b0be;
    font-size: 18px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: super;
    transition: all 0.3s ease-in-out;
  }
  .footer .middle-div .foot-social:hover{
    color: #77bae9;
  }
  .footer-bottom{
    font-size: 13px;
    background-color: #013362;
    padding: 10px 0;
    color: #fff;
  }
  .footer-bottom a{
    font-size: 14px;
    transition: all 0.3s ease-in-out;
  }
  .footer-bottom a:hover{
    color: #77bae9
  }
  .footer-bottom .g-link{
    color: #fff;
  }
  .footer-bottom .g-link:hover{
    color: #77bae9;
  }
  .footer .wrapper span{
    float: left;
    color: #fff;
    font-size: 22px;
  }
 .footer .section h1 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
  .footer .section2 h1,
  .footer .section3 h1,
  .footer .section4 h1{
    margin-bottom: 5px;
  }
  .footer .section a,
  .footer .middle-div  ul li a {
    color: #ebf2fa;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    transition: all 0.3s ease-in-out;
  }
  .footer  ul{
    padding: 0 !important;
  }
  /*.footer .section a{
     margin-bottom: 7px;
  }*/
 /* .footer .section2 .legal{
    margin-bottom: 15px;
  }*/
  .footer .middle-div  ul li a{
    float: left;
    margin-right: 40px;
  }
  .footer .middle-div {
    padding: 10px 0 0 0;
    border-top: 1px solid  rgba(255, 255, 255,0.102)
  }
  .footer .section a:hover,
  .footer .middle-div  ul li a:hover  {
    color: #77bae9;
  }
  .footer .wrapper .inner{
    margin-left: 31px;
  }
  .footer .business-wrapper span{
    font-size: 25px;
  }
  .footer .business-wrapper span,
  .footer .call-wrapper span,
  .footer .address-wrapper span{
    margin-top: 5px;
  }
  .footer .call-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer .email-wrapper span {
    font-size: 34px;
    margin: -5px 0px 0 -10px;
  }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
    color: white;
  }
  
  .client{
    background-color: #f0f5fa;
    padding: 20px 0;
  }
  .client .client-wrapper{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 15px 0px rgba(19, 37, 56, 0.08);
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    transition: all 0.3s ease-in-out;
  }
  .client .client-wrapper:hover {
    bottom: 5px;
  }
  .client .item{
    padding: 20px 10px;
  }
  .client .owl-carousel .owl-item img {
    width: auto;
  }
  .client-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 33%;
    width: 100%;
  }
  .client-slider .item{
    background-color: #f0f5fa;
  }

  .client-slider.owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -30px;
    transform: rotate(180deg);
  }
  .client-slider.owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -30px;
  }
  .client-slider.owl-theme .owl-nav [class*=owl-] {
    color: #000000;
    font-size: 27px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
  }
  .client-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
    color: #000000;
    text-decoration: none;
  }
  .service .right_service {
    background: #043572;
    margin-bottom: 20px;
  }
  .service .right_service .nav-item {
    width: 33.33%;
    margin: 0;
  }
  .service .right_service .nav-link{
    background-color:#043572;
    text-align: center;
    padding: 20px 0px;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .service .right_service .nav-link:hover,
  .service .right_service .nav-link.active{
    background-color:#00c5cb;
  }
  .service .right_service .nav-link.active:before,
  .service .right_service .nav-link:hover:before{
    opacity: 1;
  }
  .service .right_service .nav-link:before{
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-top: 15px solid #00c5cb;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 1;
    opacity: 0;
  }
  .service  .down-arrow{
    font-size: 18px;
    transform: rotate(-90deg);
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto 20px;
  }
  .service .heading{
    font-size: 32px;
    margin-bottom: 10px;
  }
  .service .service-text{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .nav-tabs {
    border-bottom: none;
  }
  .service{
    padding: 85px 0 50px 0;
  }
  .service .right_service .nav-link span{
    display: block;
    font-size: 50px;
    margin: 0 0 10px;
  }
  .service .right_service .nav-link h1{
    font-size: 22px;
    margin-bottom: 0;
  }
  .service .right_service .nav-link p{
    font-size: 15px;
    margin: 0;
  }
  .service  .service-wrapper{
    display: flex;
    justify-content: space-evenly;
    padding: 0 15px;
  }
  .service  .service-wrapper img{
    width: 100%;
  }
  .service .service-single {
    position: relative;
    margin: 0 15px;
    border-radius: 5px;
    overflow: hidden;
  }
  .service .tab-content>.active .service-single{
    animation-name: zoomIn;
    animation-duration: 800ms;
  }
  .service .service-single  .icon-wrapper{
    position: relative;
    display: flex;
    /* padding: 30px 0; */
    background-color: rgba(255, 255, 255,0.231);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
.service .service-single .caption {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
-webkit-display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
background-color: rgba(30, 53, 85,0.8);
padding:  10px 0;
transition: all 0.3s ease-in-out;
text-align: center;
}

.service .service-single .caption span{
font-size: 60px;
display: inline-block;
font-weight: 300;
}
.service .service-single .caption span:before{
color: rgb(255,255,255);
}
.service .service-single .caption span.management-icon{
font-size: 80px;
display: inline-block;
}
.service .service-single .caption p{
font-size: 18px;
line-height: 1;
margin: 10px 0 0 10px;
}
.home-about{
padding: 70px 0;
background-image: url(../images/home-about-back.jpg);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover;
overflow: hidden;
}
.home-about .content-wrapper h1{
font-size: 35px;
}
.home-about .content-wrapper p {
font-size: 17px;
margin-bottom: 50px;
}
.home-about .content-wrapper a{
font-size: 14px;
width: 140px;
height: 45px;
background-color: rgb(70, 93, 124);
color: #fff;
padding: 0 20px;
border-radius: 30px;
margin: 0 30px 27px 0;
display: flex;
position: relative;
align-items: center;
transition: all 0.3s ease-in-out;
}
.home-about .content-wrapper a span{
position: absolute;
right: 5px;
top: 3px;
background-color: rgb(242, 249, 251);
border-radius: 50%;
width: 38px;
height: 38px;
text-align: center;
padding: 10px 0;
font-size: 18px;
transition: all 0.3s ease-in-out;
}
.home-about .content-wrapper a:hover {
background-color: rgb(255, 255, 255);
color: #465d7c;
}
.home-about .content-wrapper a:hover span {
background-color: rgb(20, 41, 68);
color: white;
}
.home-about .content-wrapper{
padding: 25px 155px 20px 0;
position: relative;
}

.home-about .content-wrapper:before{
position: absolute;
content: url(../images/round-strip.png);
top: -72px;
right: 0;

}
.about-right .single-wrapp p{
color: #fff;
font-size: 14px;
margin-bottom: 0;
text-align: center;
}
.about-right .single-wrapp span{
color: #fff;
font-size: 35px;
}
.about-right{
position: relative;
display: block;
}
.about-right img{
position: absolute;
top:26px;
left: -58px;
animation:wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
}
.home-about .container{
position: relative;
}.service .service-single .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(4, 53, 114, 0.78);
  padding:  10px 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.service .service-single .caption span{
  font-size: 60px;
  display: inline-block;
  font-weight: 300;
}
.service .service-single .caption span:before{
  color: rgb(255,255,255);
}
.service .service-single .caption span.management-icon{
  font-size: 80px;
  display: inline-block;
}
.service .service-single .caption p{
  font-size: 18px;
  line-height: 1;
  margin: 10px 0 0 10px;
}
.home-about{
  padding: 70px 0;
  background-image: url(../images/home-about-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.home-about .content-wrapper h1{
  font-size: 35px;
}
.home-about .content-wrapper p {
  font-size: 17px;
  margin-bottom: 50px;
}
.home-about .content-wrapper a{
  font-size: 14px;
  width: 140px;
  height: 45px;
  background-color: #043572;
  color: #fff;
  padding: 0 20px;
  border-radius: 30px;
  margin: 0 30px 27px 0;
  display: flex;
  position: relative;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.home-about .content-wrapper a span{
  position: absolute;
  right: 5px;
  top: 3px;
  background-color: rgb(242, 249, 251);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.home-about .content-wrapper a:hover {
  background-color: rgb(255, 255, 255);
  color: #465d7c;
}
.home-about .content-wrapper a:hover span {
  background-color:#043572;
  color: white;
}
.home-about .content-wrapper{
  padding: 25px 155px 20px 0;
  position: relative;
}

.home-about .content-wrapper:before{
  position: absolute;
  content: url(../images/round-strip.png);
  top: -72px;
  right: 0;

}
.about-right .single-wrapp p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
.about-right .single-wrapp span{
  color: #fff;
  font-size: 35px;
}
.about-right{
  position: relative;
  display: block;
}
.home-about .container{
  position: relative;
}
 .home-about .container:before{
       position: absolute;
    content: "";
    top: 51.6%;
    right: -420px;
    transform: translateY(-50%);
    background-color: #eeeded;
    height: 2px;
    width: 480px;
}
.about-right .single-wrapp{
 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.about-right .single-wrapp:nth-child(1){
position: absolute;
    top: -25px;
    left: 40px;
}
.about-right .single-wrapp:nth-child(2) {
    position: absolute;
    top: -25px;
    right: 130px;
}
.about-right .single-wrapp:nth-child(3) {
  position: absolute;
    top: 230px;
    left: 100px;
}
.about-right .single-wrapp:nth-child(4) {
   position: absolute;
    top: 230px;
    right: 40px;
}
.about-right .single-wrapp .icon-wrapp{
  background-color: rgba(255, 255, 255,0.141);
    width: 67px;
  height: 68px; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*video section css*/
.video{
  padding: 60px 0;
}
.video .video-wrapp video{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  outline: none;
}
.video .video-inner{
  overflow: hidden;
  border-radius: 20px;
}
.video .right-content p{
  font-size: 15px;
}
.video .right-content .heading{
  margin-bottom: 20px;
}
.video .right-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.video .right-content a{
  font-size: 14px;
  width: 140px;
  height: 45px;
  background-color:#043572;
  color: #fff;
  padding: 0 20px;
  border-radius: 30px;
  margin: 0 30px 27px 0;
  display: flex;
  position: relative;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.video .right-content a span {
  position: absolute;
  right: 5px;
  top: 3px;
  background-color: rgb(242, 249, 251);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.video .video-wrapp{
  position: relative;
}
.video .video-wrapp:before{
  position: absolute;
  right: -9px;
  top: 29px;
  height: 80%;
  border-radius: 30px;
  width: 20px;
  background: #043572;
  content: "";
  z-index: -1;
}
/*video section css*/
/*inner page banner css*/
.breadcum {
  position: relative;
  margin-top: 75px;
}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
} 
.breadcum h1 {
  font-size: 45px;
  display: inline-block;
}
.contact .field-wrapper:nth-child(5) .form-group{
  margin-bottom: 20px;
}
.form-div .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-color: #cad5d7;
  outline: 0;
  box-shadow: none;
}
.form-div p{
  font-size: 14px;
  line-height: 1.212;
}
.contact{
  margin-bottom: 70px;
}
.form-div .form-control {
  display: block;
  width: 100%;
  padding: 15px 0 0 0;
  font-size: 17px;
  color: #253f64;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #cad5d7;
  border-top:none;
  border-left:none;
  border-right:none;
  border-radius: 0;
  transition:unset;
}
.form-group option{
  font-size: 15px;
  color: #253f64;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 5px;
}
.form-div  .form-group{
  position: relative;
  margin-bottom: 60px;
}
.form-div  .form-group label{
  position: absolute;
  top: 5px;
  left: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: #253f64;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  pointer-events: none; 
  transition: all 0.3s ease-in-out;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.form-div{
  margin: 0 30px;
}
.form-div .contact-btn {
  font-size: 14px;
  width: 140px;
  height: 40px;
  background-color: #043572;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 30px 0 0 10px;
  display: inline-block;
  position: relative;
  outline: none;
  border: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form-div .contact-btn:hover{
  background-color: #627690ab; 
}
.form-div .contact-btn:hover .contact-arrow{
  background-color: #043572; 
}
.form-div .contact-arrow {
  position: absolute;
  right: 3px;
  top: 2px;
  background-color: #0060bc;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}
.form-div .captcha{
  margin: 25px 0;
}
.heading{
  font-size: 35px;
  margin-bottom: 30px;
  color: #043572;
}
.form-div h1.heading{
  margin: 60px 0 30px 0;
}
.form-div .help-block{
  font-size: 13px;
  color: rgba(255, 0, 0, 0.56)
}
.contact-right .top-content{
  background-image: url(../images/contact-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 35px 90px 35px;
}
.contact-right{
  margin-top: 55px;
}
.contact-right .top-content h1{
  font-size: 43px;
}
.contact-right .bottom-call p{
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
}
.contact-right .bottom-call a{
  font-size: 30px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.contact-right .bottom-call a:hover{
  color: #77bae9;
}
.contact-right .bottom-call{
  background-color: #465d7c;
  border-bottom-left-radius:10px; 
  border-bottom-right-radius:10px;
  padding: 30px 20px;
  position: relative;
}
.contact-right .bottom-call:before{
  content: "";
  position: absolute;
  top: -7px;
  left: 40px;
  border-top: 35px solid #253f64;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
}
.address{
  background-color:#043572;
  padding: 20px 0;
}
.address .address-wrapper{
  float: left;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.address .address-wrapper:nth-child(1){
  width: 40%;
}
.address .address-wrapper p,
.address .address-wrapper a
{
  color: #fff;
}
.address .address-wrapper span{
    color: #253f64;
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 25px;
}
.address .address-wrapper p{
  font-size: 16px;
  margin-bottom: 0;
   line-height: 1.25;
}
.address .address-wrapper a{
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.address .address-wrapper a:hover{
  color: #77bae9;
}
.address .icon-wrapp{
  position: relative;
  background-image: ;
}
.address .text{
  margin-left: 20px;
}
.address  .icon-wrapp:before{
  /*position: absolute;
  content: url(../images/icon-back.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;*/
}
.client_div {
  padding: 80px 0 30px;
}
.client_div .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.client_div .flex_item {
     background-color: rgb(255, 255, 255);
    box-shadow: 0.959px 10.958px 35px 0px rgba(19, 37, 56, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21%;
    min-height: 120px;
    border:1px solid rgb(227, 237, 239);
    border-radius: 5px;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
} 
.client_div .flex_item:before {
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 78%;
    border: 2px solid rgba(208,213,220,1);
     border-bottom-left-radius:50px; 
      border-bottom-right-radius:50px; 
    bottom: -5px;
    margin: 0 auto;
    z-index: -11;
    transition: all 0.5s ease-in-out;
}
.client_div .flex_item:hover:before {
    background:rgba(36,61,97,1);
     border: 2px solid rgba(36,61,97,1);
}
.client_modal {
  background: rgba(0, 0, 0, 0.68) !important;
}
.client_modal .modal-content {
  background-color: transparent;
  border: 0;
}
.client_modal .modal-body {
  padding: 10px 0;
}
.client_modal .modal-body:before {
  background: rgba(70,93,124,1);
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
}
.client_modal .close {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  font-size: 48px;
  margin: 0px -20px 0 auto;
  position: absolute;
  top: -30px;
  right: 0;
}
.client_modal .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.client_modal .flex_box .logo_box {
  width: 30%;
  padding: 0 20px 0 0;
  text-align: center;
}
.client_modal .flex_box .info_div {
  width: 70%;
}
.client_modal .info_div a {
  text-decoration: none;
  font-size: 17px;
  display: block;
  color: rgba(20,41,68,1);
}
.client_modal .flex_box {
  background: rgba(255,255,255,1);
  padding: 50px 30px;
  border-radius: 10px;
}
.client_modal .info_div p {
  color: rgba(77,93,102,1);
  font-size: 15px;
  margin: 0 0 20px;
} 
.height_25 {
  height: 25px;
}
/*error page*/
.error-div {
  padding: 80px 0;
}
.error-div h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.error-div h2 {
  font-size: 30px;
}
.error-div p {
  font-size: 16px;
  margin: 0 0 20px;
}
.error-div a{
  font-size: 14px;
  width: 140px;
  height: 40px;
  background-color: #253f64;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 30px 0 0 10px;
  display: inline-block;
  position: relative;
  outline: none;
  border: none;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.error-div a:hover{
  background-color: #627690ab;
}
.error-div  .contact-arrow {
  position: absolute;
  right: 3px;
  top: 2px;
  background-color: #627690ab;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
}
.error-div a:hover .contact-arrow{
  background-color:  #253f64;
  color: #fff;
} 
/*sitemap css*/
.sitemap{
  padding: 70px 0;
}
.sitemap a{
  display: block;
  transition: all 0.3s ease-in-out;
}
.sitemap .s-link:hover,
.sitemap .l-link.hover-link:hover {
  color:#77bae9 !important;
  cursor: pointer;
}
.sitemap .l-link{
  font-size: 18px;
}
.sitemap .l-link:hover{
  color: #142944 !important;
}
.sitemap .s-link{
  font-size: 16px;
      line-height: 1.3;
    margin: 0 0 10px;
}
.client_says{
  padding: 60px 0;
  background-color: #e9ebec;
}
.client-say-slider .item-inner{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0.5px 0.866px 31px 0px rgba(12, 57, 97, 0.08); 
  position: relative;
  padding: 40px 20px;
  text-align: center;
  transform: translateY(0);
  margin: 0 -2px;
  min-height: 340px;
  display:grid;
  display: -ms-inline-grid;
  align-items: center;
  justify-content: center;
}
.client-say-slider .item-inner p{
  font-size: 14px;
  display: table;
}
.client-say-slider .item{
  padding: 65px 0 110px 0;
}
.client-say-slider .item-inner .quote-img{
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
.client-say-slider .item-inner .img-wrapper{
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
}
.client-say-slider .item-inner .img-wrapper img{
  margin: 0 auto;
  width: 100px;
}
.client-say-slider .item-inner .img-wrapper h1{
  font-size: 16px;
  margin: 15px 0 0 0;
}
.client-say-slider .item-inner .img-wrapper h2{
  font-size: 15px;
  margin-bottom: 0;
}
.client-say-slider .item-inner .quote-img img{
  margin: 0 auto;
  width: auto;
}
.client-say-slider .owl-item.active {
  margin: 0;
}
.client-say-slider .owl-item.center{
 transform: translateY(-40px) ;
z-index: 2;
/*transition: all 0.5s ease-in-out;*/
}
.client-say-slider .owl-item.center .item-inner{
background-color:#043572; 
color: #fff;
}
.client-say-slider.owl-theme  .owl-nav{
  position: absolute;
  top: 45%;
  width: 100%;
  margin-top: 0;
}
.client-say-slider.owl-theme .owl-nav [class*=owl-] {
  color: #b3b3b3;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.client-say-slider.owl-carousel .owl-nav .owl-next{
  position: absolute;
  right: -40px;
  transform: rotate(180deg);
}
.client-say-slider.owl-carousel .owl-nav .owl-prev{
  position: absolute;
  left: -40px;
}
.client-say-slider.owl-theme .owl-nav [class*=owl-]:hover{
  color: #b3b3b3;
  background: transparent;
}
.vision  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.vision .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
}
.vision .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.vision .container {
  margin-top: 80px;
}
.vision .vision-wrapper{
  display: flex;
  margin: 0 20px; 
}
/*.vision .vision-wrapper .icon-div{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:  rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  border: 1px solid #fff;
  height: 140px;
    width: 300px;
}
.vision .vision-wrapper .icon-div span{
  font-size: 45px;
  display: block;
}
.vision .vision-wrapper .icon-div span.mission{
  font-size: 70px;
  display: block;
}
.vision .vision-wrapper .text-div {
    border: 1px solid #fff;
    border-top: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 65px;
    padding: 30px 10px 30px 40px;
    margin-left: -12px;
}
.vision .vision-wrapper .text-div:before {
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    height: 70px;
    width: 215px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 65px;
    border-left: transparent;
    border-bottom: transparent;
    border-right: transparent;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.vision .vision-wrapper .text-div:after {
    position: absolute;
    content: "";
    top: -1px;
    left: 3px;
    height: 70px;
    width: 60px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 65px;
    border-left: 0;
    border-bottom: 0;
    border-right: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.vision .vision-wrapper .text-div span{
  position: absolute;
  left: 70px;
    top: -20px;
    font-size: 26px;
}
.vision .vision-wrapper .text-div p{
  font-size: 16px;
  margin-bottom: 0;
}*/
.vision-div .nav-tabs .nav-item .nav-link {
  font-size: 35px;
  color: #fff;
}
.vision-div .nav-tabs .nav-item.show .nav-link, 
.vision-div .nav-tabs .nav-link.active {
  color: #77bae9;
  background-color: transparent;
  border-color: transparent;
}
.vision-div .nav-tabs .nav-link {
  border: none;
}
.vision-div .content-wrapper h1,
.vision-div .content-wrapper ul li{
  font-size: 18px;
}
.vision-div .content-wrapper ul li{
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.vision-div .content-wrapper ul li:before{
  content: url(../images/white-dot.png);
  position: absolute;
  left: 0;
  top: 0;
}
.vision-mission-wrap .icon-wrapper{
  text-align: center;
}
.vision-mission-wrap .icon-wrapper span {
  font-size: 80px;
  color: #fff;
}
.vision-mission-wrap .icon-wrapper span.icon-mission{
  font-size: 110px;
}
.vision-mission-wrap .icon-wrapper h1 {
  font-size: 25px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.vision-div .content-wrapper{
  padding: 20px 84px 0 20px;
}
.values{
  padding: 40px 0;
}
.values .icon-outer {
  display: flex;
  justify-content: space-around;
  padding: 0 70px;
  text-align: center;
}
.values .icon-wrapper{
  display: block;
}
.values .icon-wrapper:hover span{
  transform: translateY(-10px);
}
.values .icon-wrapper span {
  font-size: 80px;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  display: block;
  color: #043572;
}
.values  .icon-wrapper p {
  font-size: 16px;
  margin-top: 20px;
}
.about-info .left-img{
  display: block;
  text-align: center;
}
.about-info {
  padding: 50px 0;
}
.about-info .col{
  padding: 0;
}
.about-info .right-text{
  padding: 50px 29px 0 0;
}
.about-info .right-text h1{
  margin-bottom: 10px;
}
.about-info .right-text p{
  font-size: 15px;
}
/*blog css*/
.blog-main
{
  padding: 60px 0 30px;
}
.knowledge{
 padding: 0 0 20px;
}
.blog-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.blog-wrapper .blog-single{
  width: 31.5%;
  border: 1px solid rgb(223, 223, 225);
  border-radius: 5px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
  overflow: hidden;
}
.blog-wrapper .blog-single .img-wrapp{
  overflow: hidden;
}
.blog-wrapper .blog-single .img-wrapp img{
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.blog-wrapper .blog-single:hover .img-wrapp img{
  transform: scale(1.1);
}
.blog-wrapper .blog-single .blog-middle{
  display: flex;
  padding: 30px 30px 40px 30px;
}
.blog-middle .date-div h1{
  color: #043572;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 0.9;
}
.blog-middle .date-div p{
  color: #231f20;
  margin-bottom: 0;
  font-size: 13px;
  text-align: center;
}
.blog-middle .text-div p{
  color: #000000;
  font-size: 13px;
}
.blog-middle .text-div h1{
  color: #000000;
  font-size: 19px;
  margin: 0px 0px 10px;
  min-height: 50px;
}
.blog-middle .text-div{
  margin: 0 0 0 15px;
}
.blog-bottom{
  border-top: 1px solid rgb(223, 223, 225);
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-bottom span{
  display: inline-block;
  padding: 10px 0;
}
.blog-bottom span:nth-of-type(1){
  width: 35%; 
}
.blog-bottom span:nth-of-type(1) a{
  text-align: center;
  color: #fff;
  background-color:#043572;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 2px solid  #043572;
  padding: 13px 15px;
  transition: all 0.3s ease-in-out;
}
.blog-single span:nth-of-type(1):hover a{
  background-color:rgb(70, 93, 124); 
  border-top: 2px solid  rgb(70, 93, 124);
}

.blog-bottom span:nth-of-type(2){
  width: 50%;
  text-align: right; 
  font-size: 15px;
  color: #000000;
  border-right: 1px solid rgb(223, 223, 225);
  padding: 10px 15px;
}
.blog-bottom .icon-wrapper{
  width: 13%;
  text-align: center;
  position: relative;
}
.blog-bottom .blog_social{
  position: absolute;
  bottom: 35px;
  transition: height 0.3s;
  right: -10px;
  height: 0;
  overflow: hidden;
}
.blog-bottom .icon-wrapper:hover .blog_social{
  display: block;
  transition: height 0.8s;
  z-index: 99 !important;
  height: 125px;
}
.blog-bottom .blog_social a{
  border-radius: 5px;
  width: 30px;
  height: 30px;
  background-color: #1869ae;
  color: #fff;
  font-size: 14px;
  padding: 8px 5px;
  margin-bottom: 3px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog-bottom .blog_social a:hover{
  background-color: #253f64; 
}
.blog-bottom .icon-wrapper span{
  font-size: 18px;
  color: #000000;
  vertical-align: middle;
  background-color: transparent;
  border:none;
  transition: all 0.3s ease-in-out;
}
.blog-bottom .icon-wrapper:hover span{
  color: #6db2e2;
}
.knowledge .knowledge-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.knowledge .knowledge-wrapper .Knowledge-single{
  width: 30%;
  margin-bottom: 45px;
}
.knowledge  .Knowledge-single h1{
color: #000000;
    font-size: 21px;
    margin: 20px 0px 10px;
    text-align: center;
}
.knowledge  .Knowledge-single .image-wrapp{
  overflow: hidden;
}
.knowledge  .Knowledge-single:hover img{
  transform: scale(1.1);
} 
.knowledge  .Knowledge-single img{
   transition: all 0.3s ease-in-out;
}
/*.blog-bottom .icon-wrapper span:nth-child(1){
  width: unset;
}*/
/*blog detail*/
.related-blog{
  background-color: #e9ebec;
  padding: 40px 0;
}
.related-blog .blog-wrapper{
  justify-content: space-around;
}
.related-blog .all-blog{
  border: 1px solid rgb(37, 63, 100);
  display: block;
  margin: 20px auto;
  border-radius: 30px;
  width: 145px;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  color: #253f64;
  transition: all 0.3s ease-in-out;
}
.related-blog .all-blog:hover{
  color: #fff;
  background-color: #253f64;
}
.blog-detail .container{
  display: flex;
}
.blog-detail{
  padding: 70px 0;
}
.blog-detail .back-to-blog{
  width: 15%; 
}
.blog-detail .back-to{
  border: 1px solid rgba(37, 63, 100,0.302);
  border-radius: 30px;
  width: 120px;
  font-size: 12px;
  color: #253f64;
  display: inline-block;
  height: 34px;
  position: relative;
  padding: 6px 0 0px 35px;
  transition: all 0.3s ease-in-out;
}
.blog-detail .back-to-blog span{
  border-radius: 100%;
  padding: 7px;
  display: inline-block;
  font-size: 14px;
  background-color: #d1d6de;
  position: absolute;
  top: 2px;
  left: 2px;
  transform: rotate(180deg);
}
.blog-detail .back-to:hover{
  background-color: #253f64;
  color: #fff;
}
.blog-detail .blog-content{
  width: 65%;
}
.blog-detail .social-blog{
  width: 15%;
  text-align: center;
}
.blog-detail .sticky.fixed {
  position: sticky;
  top: 50px;
}
.blog-detail .blog-content .img-wrapp{
  border-radius: 10px;
  overflow: hidden;
}
.blog-detail .blog-content .img-outer{
  position: relative;
  margin-bottom: 40px;
}
.blog-detail .blog-content .img-outer:before{
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  height:0;
  width: 85%;
  border: 5px solid #253f64;
  border-radius: 20px;
  z-index: -1;
}
.blog-detail .blog-content .img-wrapp img{
  transition: all 0.3s ease-in-out;
}
.blog-detail .blog-content .img-wrapp:hover img{
  transform: scale(1.1);
}
.blog-content .date-left{
  float: left;
}
.blog-content .date-left h1{
  font-size: 40px;
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 0;
}
.blog-content .date-left p{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
.blog-content .content-right{
  margin-left: 65px;
}
.blog-content .content-right h1{
  font-size: 21px;
  color: #253f64;
  font-weight: 500;
  margin: 35px 0 25px 0;
  display: block;
}
.blog-content .content-right h2{
  font-size: 18px;
  color: #253f64;
  font-weight: 500;
  display: block;
  margin: 25px 0 10px;
}
.blog-content .content-right p,
.blog-content .content-right li
{
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #647680;
}
.blog-content .content-right p{
  margin-bottom: 15px;
}
.blog-content .content-right table{
  border: 1px solid #dee2e6;
}
.blog-content .content-right .table th {
  padding: 0;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.blog-content .content-right .table td,
.blog-content .content-right .table th {
  padding: 25px 10px;
  font-size: 15px;
}
.blog-content .content-right li{
  position: relative;
  padding-left: 20px;
}
.blog-content .content-right li:before{
  content: url(../images/list-dot.png);
  position: absolute;
  left: 0;
  top: 0;
}
.blog-detail  .social-blog span{
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
}
.blog-detail  .social-blog .blog-social{
  border: 2px solid rgb(198, 216, 219);
  border-radius: 5px;
  width: 37px;
  height: 37px;
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  padding:2px  5px;
  margin-bottom: 5px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.blog-detail  .social-blog .blog-social:hover{
  background-color: #1869ae;
  color: #fff;
}
.blog-detail  .social-blog li:nth-child(1) .blog-social{
  color: #3b5998;
  background-color:#fff;
}
.blog-detail  .social-blog li:nth-child(1) .blog-social:hover{
  background-color:#3b5998;
  color:#fff; 
}
.blog-detail  .social-blog li:nth-child(2) .blog-social{
  color: #1794d5;
}
.blog-detail  .social-blog li:nth-child(2) .blog-social:hover{
  color: #fff;
  background-color: #00acee;
}
.blog-detail  .social-blog li:nth-child(3) .blog-social{
  color: #2a4a8c;
}
.blog-detail  .social-blog li:nth-child(3) .blog-social:hover{
  color: #fff;
  background-color: #0e76a8;
}
.team{
  padding: 50px 0;
}
.team .core{
  padding: 60px 0 0 0;
}
.team .team-single{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 18px 0px rgba(69, 82, 116, 0.11);
  text-align: center; 
  overflow: hidden;
  margin: 0 15px;
  /*min-height: 400px;*/
  min-height: 285px;
  cursor: pointer;
margin-bottom:20px;
}
/*.team .team-single .text-middle{
  padding: 10px 15px 20px 15px;
  min-height: 190px;
}*/
.team .team-single .text-middle {
    padding: 10px 15px 20px 15px;
    min-height: 140px;
}
.team .core .team-single .text-middle,
.team .core .team-single{
  min-height: 0;
}
.team .team-single .img-wrapp:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background-color:#043572; 
  z-index: -1;
}
.team .team-single .img-wrapp{
  display: block;
  text-align: center;
  position: relative;
  z-index: 0;
  padding-top: 20px;
}
.team .team-single h1{
  color: #043572;
  font-size: 21px;
  margin-bottom: 0;
}
.team .team-single h2{
  color: #000000;
  font-size: 17px;
  margin-bottom: 20px;
}
.team .team-single h3{
  color: #060606;
  font-size: 15px;
  margin-bottom: 0; 
  min-height: 35px;
}
.team .team-single p{
  color: #7a97a0;
  font-size: 15px;
}
.team .team-single .social-connect{
  margin: 0 20px;
  border-top: 1px solid rgba(69, 82, 116,0.122);
  padding: 10px 0;
}
.team .team-single .social-connect span{
  color: #7a97a0;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.team .team-single .social-connect a{
  color: #0077b5;
  font-size: 30px;
  display: block;
   transition: all 0.3s ease-in-out;
   transform: translateY(0);
}
.team .team-single .social-connect a:hover{
transform: translateY(-5px);
}
/*services css*/
.services{
/* background-image: linear-gradient( #253f64 11% , #ffff 11%);*/
 position: relative;
}
.services:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background-color:#043572;
}
.services .top-nav .nav-link{
  background-color: #043572;
  padding: 21px 50px;
  display: flex;
  text-align: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 95px;
}
.services .top-nav .nav-link:before{
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 15px solid #00c5cb;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  z-index: 1;
  opacity: 0;
}
.services .bottom-content .service-detail .img-wrapp,
.cashathon .wrapp-outer .img-wrapp {
  overflow: hidden;
  border-radius: 40px;
}

.services .service-detail .img-wrapp img,
.cashathon .wrapp-outer .img-wrapp img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.services .service-detail .img-wrapp:hover img,
.cashathon .wrapp-outer:hover img  {
  transform: scale(1.1);
}
.services .service-detail .wrapp-outer,
.cashathon .wrapp-outer {
  position: relative; 
  z-index: 0;
  margin: 0 30px;
}
.services .service-detail .wrapp-outer:before,
.cashathon .wrapp-outer:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  border: 25px solid #043572;
  border-radius: 60px;
  z-index: -1;
}
.services  .service-detail .detail-icon,
.cashathon .wrapp-outer .detail-icon {
  position: absolute;
  top: 40px;
  right: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background-color: #043572;
  border: 5px solid #fff;
  border-radius: 100%;
}
.services  .service-detail .detail-icon span,
.cashathon .wrapp-outer .detail-icon span {
  font-size: 40px;
  color: #fff;
}
.services .service-detail .detail-icon span:before,
.cashathon .wrapp-outer .detail-icon span:before {
  color: #fff;
}
.services .service-detail {
  padding: 70px 0;
}
.services .tab-content>.active .service-detail {
  animation-name: fadeIn;
  animation-duration: 800ms;
}
.services .detail-content h1{
  font-size: 25px;
}
.services .detail-content p{
  font-size: 16px;
  color: #647680;
  margin-bottom: 8px;
}
.services .detail-content ul{
  margin-top: 25px;
}
.services .detail-content ul li,
.cashathon-list li {
  color: #647680;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  padding-left: 20px;
}
.services .detail-content ul li:before,
.cashathon-list li:before {
  content: url(../images/list-dot.png);
  position: absolute;
  left: 0;
  top: 0;
}
.services .detail-content{
  padding: 60px 70px 0 20px;
} 
.services .nav-tabs .nav-link.active,
.services .nav-tabs .nav-link:hover{
  background-color: #00c5cb;
}
.services .nav-tabs .nav-link.active:before,
.services .nav-tabs .nav-link:hover:before{
  opacity: 1;
}
.services .top-nav .nav-link span{
  color: #fff;
  display: inline-block;
  font-size: 45px;
  vertical-align: middle;
}
.services .top-nav .nav-link span.fund-icon{
  font-size: 53px; 
}
.services .top-nav .nav-link span.cfo-icon{
  font-size: 53px;
}
.services .top-nav .nav-link span:before{
  color: #fff;
}
.services .top-nav .nav-link h1{
  font-size: 17px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.services .nav-tabs .nav-item.show .nav-link,
.services .nav-tabs .nav-link.active,
.services .nav-tabs .nav-link{
  border: none;
  border-radius: 0;
}
 /*.nav-tabs .nav-item {
    margin-bottom: 0 !important;
}*/
.services .card-body {
  padding: 0;
  border-radius: 0;
}
.services .card{
  padding: 0;
  border-radius: 0;
}
.services .next-prev{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0,0.102);
  padding: 20px 0 40px;
}
.services .next-prev .prev,
.services .next-prev .next {
  display: flex;
  align-items: center;
}
.services .prev span:nth-child(1){
  display: inline-block;
  transform: rotateY(180deg);

}
.services .prev span:nth-child(1),
.services .next span:nth-child(4){
  color: #253f64;
  font-size: 18px;
}
.services .prev span:nth-child(2),
.services .next span:nth-child(3){
  color: #253f64;
  font-size: 17px;
  font-weight: 500;
  margin: 0 15px 0 10px;
}
.services .prev span:nth-child(3),
.services .next span:nth-child(2){
  color: #c9d0d9;
  font-size: 35px;
  display: inline-block;
  vertical-align: middle;
}
.services .prev span.cfo-icon:nth-child(3){
  font-size: 40px;
}
.services .next span.fund-icon:nth-child(2){
  font-size: 43px;
}
.services .prev span:nth-child(4),
.services .next span:nth-child(1){
  color: #647680;
  font-size:14px;
  line-height: 1.3;
  margin: 0 10px;
}
.services .next span:nth-child(1){
  text-align: right;
}
.privacy-policy{
  padding: 70px 0;
}
.privacy-policy p{
  font-size: 16px;
  color: #647680;
}
.privacy-policy h3{
  font-size: 17px;
  color: #142944;
  margin-top: 20px; 
}
.privacy-policy ol{
  margin-left: 30px;
}
.privacy-policy ol li{
  font-size: 16px;
  color: #647680;
  margin-bottom: 10px;
}
.top-arrow{
  position: fixed;
  right: 12%;
  bottom: 8%;
  border: 1px solid rgba(255, 255, 255,0.329);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  background-color: #223a5c;
  z-index: 1;
}
.top-arrow span{
  color:rgba(255, 255, 255,0.8);
  display: block;
  font-size: 18px;
  transform: rotate(90deg);
}

.cashathon:before {
  display: none;
}
.cashathon {
  position: relative;
  padding: 50px 0; 
}
.cashathon h2 {
  font-size: 20px;
  margin: 10px 0 10px;
}
/*.cashathon p {
    font-size: 16px;
    color: #647680;
    margin: 0 0 10px;
}*/

.footer .section .single-link {
  color: #77bae9;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
}
.footer .section .single-link:hover {
  color: rgb(255, 255, 255);
}

.services .detail-content p a {
      color: #77bae9;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
}
.services .detail-content p a:hover {
  color: #117ecb;
}

.business_modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    opacity: 1;
    font-size: 25px;
    border-radius: 50px;
}

.team-contents {
    text-align: center;
}
button.close {
    position: absolute;
    right: 5px;
    color: #000;
    opacity: 1;
    z-index:1;
}
.modal-content {
    border-radius: 0px;
}
.team-contents h2 {
    font-size: 23px;
    margin-top: 10px;
}

.business_modal .modal-content {
    border: 2px solid #253f64;
}
.business_modal p {
    margin-bottom: 5px;
}
.business_modal li {
    list-style-type: decimal;
    font-size: 15px;
    line-height: 28px;
}
.business_modal .modal-dialog {
    max-width: 600px;
}
div#intrance_modal h3 {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}
/*.business_modal p a {
    color: #000;
}*/

.footer-bottom .sky-blue {
    color: #fff;
}
.diligence-row{
  display: flex;
  align-items: center;
}
.new-wrapper{
  display: flex;
  align-items: center;
  justify-content:center;
  margin-top: 20px;
  padding: 20px 0px;
}
.new-wrapper .new-single {
    width: 14%;
    margin-right: 40px;
    height: 200px;
}
.new-wrapper .new-single .img-box {
    border: 2px solid #043572;
    margin-bottom: 13px;
}
.new-wrapper .new-single p{
  text-align: center;
  font-weight: 500;
}
.new-wrapper .new-single span {
    font-size: 111px;
    color: #0048a3;
    text-align: center;
    display: block;
}
.new-section .last-line{
  font-size: 20px
}
.new-section{
  padding-top: 30px;
}
.video .img-wrapper{
  overflow: hidden;
  margin: 0 auto;
}
.video .img-wrapper img{
  transition: 0.5s all ease-in-out;
  width: 100%;
}
.video .img-wrapper img:hover{
   transform: scale(1.1);
}
#msg-error, #msg-error2 {
    color: red;
    font-size: .8rem;
    font-weight: 600;
    margin-top: 0.8rem;
    display: none;
}

.loading-popup .modal-dialog {
/*        max-width: 1027px;*/
        margin-right: auto;
        margin-left: auto;
    }
.loading-popup button.btn-close {
    background: #fff;
    opacity: 1;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0;
    position: absolute;
    right: -30px;
    top: -15px;
    cursor: pointer;
    padding: 2px 12px;
    border: 0px;
}