*{
    padding:0;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'EB Garamond', serif;
}
.header-top{
    background: #004da1;
    padding: 10px 0;
}
a{
    text-decoration: none !important;
}
p{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 17px;
}
.text-white{
      color:#fff !important;}


.top-address p i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
.top-address p  {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    font-family: 'Lato', sans-serif !important;
    display: inline-block;
    margin-bottom: 0;
}
.top-address a i {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
.top-address a  {
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    font-family: 'Lato', sans-serif !important;
    display: inline-block;
    margin-bottom: 0;
}
.top-address a:hover{
  color:#55d2e0;
}
.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.top-right-menu ul.social-icons li {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    text-align: center;
}
.top-right-menu ul.social-icons li a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
/* header */
.brochure{
  display: inline-block;
}
.navbar{
  background: #e5fcff;
}
.navbar-light .navbar-nav .nav-link {
  color: #004da1 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.navbar-light .navbar-nav .nav-link.active{
  color:#000 !important
}
  
.navbar-light .navbar-nav .nav-link:hover{
  color:#000 !important
}
  /* banner */
  @media (min-width: 992px) {
    .slider, .slide {
      /* height: 80vh; */
    }
  }
  .slide {
    position: relative;
  }
  .slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /* @media (min-width: 992px) {
    .slide .slide__img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
    }
  } */
  .slide .slide__img img {
    max-width: 100%;
    height: auto;
    width: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    transition: all 1s ease;
  }
  .slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
background:rgba(250,250,250,0.7);
padding:0 10px;
  }
  .slide .slide__content--headings {
    text-align: center;
    color: #335bec;
  }
  .slide .slide__content--headings h2 {
    font-size: 4.5rem;
    margin: 10px 0;
  }
  @media  (max-width:700px){
    .slide .slide__content--headings h2{
      font-size:32px;
    }
  }
  @media  (max-width:400px){
    .slide .slide__content--headings h2{
      font-size:20px;
    }
    .slide .slide__content--headings p{
      font-size: 16px;
    }
  }
  .slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }
  .slick-dotted .slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .simple-dots .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button {
    border-radius: 50%;
    background-color: white;
    opacity: 0.25;
    width: 20px;
    height: 20px;
  }
  .simple-dots .slick-dots li button:hover,
  .simple-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
  }
  .stick-dots .slick-dots li button {
    position: relative;
    background-color: #335bec;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
  }
  .stick-dots .slick-dots li button:hover,
  .stick-dots .slick-dots li button:focus {
    opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
    color: white;
    opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover,
  .stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
  }
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  @keyframes zoomInImage {
    from {
      transform: scale3d(1, 1, 1);
    }
    to {
      transform: scale3d(1.1, 1.1, 1.1);
    }
  }
  .zoomInImage {
    -webkit-animation-name: zoomInImage;
            animation-name: zoomInImage;
  }
  @-webkit-keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  @keyframes zoomOutImage {
    from {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  .zoomOutImage {
    -webkit-animation-name: zoomOutImage;
            animation-name: zoomOutImage;
  }
  .breadcrumbs h2{
    font-size: 38px;
    color: #004da1;
    font-weight: 500;
  }

  /* services */

  .sec-pad{
     padding: 50px 0;
  }
  .sec-title{
    padding-bottom: 50px;
  }
  .sub-title h5{
    color: #24B5FC;
    font-size: 22px;
    font-weight: normal;
    
  }
  .sec-title h2{
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 700;
    transition: .5s;
    font-size: 60px;
    color: #002c8f;
  
  }

  .feature-item {
    text-align: center;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    border-radius:0.5rem;
    border-bottom: 0.4rem solid #55d2e0;
    margin-bottom: 20px;
}
.feature-item i {
  height: 80px;
  width: 80px;
  background-color: #55d2e0;
  font-size: 45px;
  border-radius: 50%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.feature-item h3 {
  font-size: 34px;
  font-weight: 600;
  color: #002c8f;
  padding-bottom: 0.5rem;
}
  /* .single-service-style1 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto 30px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px #0000001a;
    padding: 40px 40px 32px;
    border-radius: 10px;
}
  .single-service-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 190px;
    background-attachment: scroll;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.single-service-style1 .img-holder {
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 1;
}
.single-service-style1 .img-holder img {
    width: 100%;
    border-radius: 50%;
    border: 11px solid #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 200px;
    height: 200px;
} */
.sec-title{
    color: #14539a;
    font-size: 32px;
}
/* about */
.featured-service-sec{
 background-color: #F1F6FB;
 background-image: url(../images/bg1.png);
 background-repeat: no-repeat;
 background-size: cover;
}
.about-text h3{
    font-size: 34px;
    color: #002c8f;
    font-weight: 600;
}
.about-text h4{
    font-size: 30px;
    color: #002c8f;
    font-weight: 600;
}
/* faq */
.faq-sec{
  background: url(../images/droplet.png);
  background-repeat: no-repeat;
  background-position: center bottom;

}
.faq__panel{
  padding: 7px 21px;
  margin-bottom: 24px;
  border: 1px solid #0e4fff;
  border-radius: 7px;
}
.faq__label{
  padding-block: 7px;
  color: #002c8f;
  cursor: pointer;
  font-size: 24px;
  font-family: 'EB Garamond', serif;
  font-weight: 500;
}
.faq__panel-answer{
  color: #000000;
  padding-top: 5px;
  padding-bottom: 7px;
}
/* project */
.project-content{
  text-align: center;
  border-radius: 8px;
  box-shadow:0px 7px 5px -2px rgba(0,0,0,0.09);
  background: #fff;
  padding: 20px;
}
/* footer */
.footer{
  background: #e9fcff;
  padding: 50px 0 0;
}
.social-big li {
  display: inline;
  margin-right: 12px !important;
  vertical-align: middle;
}
.social-big li .fa {
  background-color: #89ddff;
  color: #112c91;
  transition: all .3s ease;
}
.social-big li a {
  color: #fff;
  background: #112c91;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  transition: all .3s ease;
}
.footer{
  position: relative;
}
.footer::before{
  content:"" ;
  position: absolute;
  left: 0;
  right: 0;
  background:url(../images/bg3.png);

}
.footer-bottom{
  background: #24b5fc;
}
.copy p{
  margin: 0;
  font-size: 14px;
  padding: 5px 0;
  color: #FFF;
}
/* breadcrumbs */
.about-details{
  background: url(../images/bg5.jpg);
}
.about{
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  background: #fff;
  padding: 20px;
}
.breadcrumbs{
  background: linear-gradient(to top,#4ce4f6 0%,rgba(0,0,0,0) 100%);
  background-color: #81d5e0;
  padding: 20px 0;
}
/* about */
.features-list li{
  font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    list-style: none;
    padding-bottom: 10px;
}
.features-list li i{
  color: #24B5FC;
  position: relative;
  padding-right: 10px;
}
.sub-head h3{
  color: #002c8f;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
/* gallery */
.gallery-img{
  margin-bottom: 20px;
    cursor: pointer;
}
/* contact */
.contact-list li{
  font-size: 22px;
    font-weight: 600;
    color: #002c8f;
    padding-bottom: 10px;
    list-style: none;
}
.contact-list li a{
  font-size: 22px;
    font-weight: 600;
    color: #002c8f;
    padding-bottom: 10px;
    list-style: none;
}
.map iframe{
  border: none;
  width:100%;
  height: 250px;
}
.applications h4{
  color: #002c8f;
  font-weight: 500;
  font-size: 30px;
  /* margin-bottom: 20px; */
  padding-bottom: 20px;
}
/* other-services */
.other-services{
  background: url(../images/bg4.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
/* gallery */
/* .gallery-img:hover{
  transform: scale(1.1);
  transition: all .2s ease-in;
} */

.hita-video {
    text-align: center;
}
.hita-video iframe {
    width: 100%;
    height: 315px;
}

  figure.testi {

  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
figure.testi * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testi img {
  max-width: 100%;
  vertical-align: middle;
}
figure.testi blockquote {
  position: relative;
  background-color: #ffffff;
  padding: 25px 50px 25px 50px;
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.testi blockquote:before,
figure.testi blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.testi blockquote:before {
  top: 25px;
  left: 20px;
}
figure.testi blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.testi .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  margin: 0;
  position: absolute;
}