/* [Core Stylesheet - 1.0] */
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  line-height: 28px;
  font-weight: 700; }

p {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  text-align: justify;
  }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

.bg-light {
    background-color: #f3f3f3!important;
}
img {
  height: auto;
  max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #0c4da2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; }
  .preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .preloader .lds-ellipsis div {
      position: absolute;
      top: 27px;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #fff;
      animation-timing-function: cubic-bezier(0, 1, 1, 0); }
      .preloader .lds-ellipsis div:nth-child(1) {
        left: 6px;
        -webkit-animation: lds-ellipsis1 0.6s infinite;
        animation: lds-ellipsis1 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(2) {
        left: 6px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(3) {
        left: 26px;
        -webkit-animation: lds-ellipsis2 0.6s infinite;
        animation: lds-ellipsis2 0.6s infinite; }
      .preloader .lds-ellipsis div:nth-child(4) {
        left: 45px;
        -webkit-animation: lds-ellipsis3 0.6s infinite;
        animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);




    transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }
/* :: 3.5.0 Miscellaneous */
.jarallax {
  position: relative;
  z-index: 0; }

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  }
  .section-heading .line {
    width: 25px;
    height: 5px;
    border-radius: 3px;
    background-color: #cfcfcf;
    margin-bottom: 16px; display: none;
    }
  .section-heading p {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #a5a5a5;
    text-transform: uppercase; }
  .section-heading h2 {
    font-size: 36px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 32px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading.white .line {
    background-color: #ffffff; }
  .section-heading.white p,
  .section-heading.white h2 {
    color: #0c4da2;
    line-height: normal;
    }
  .section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto; }

.box-shadow {
  position: relative;
  z-index: 1; }
  .box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip-inner {
  background-color: #d0d0d0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2); }

.tooltip .arrow::before {
  border-bottom-color: #d5d5d5; }

/*.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }*/

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #0c4da2 !important;
  }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f1f7f9 !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  }
  .bg-overlay::after {
    /* background-color: rgb(227 227 227 / 28%); */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    }

    .slide-bg-img.bg-overlay::after {
    background-color: rgb(0 0 0 / 8%);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.6.0 ScrollUp */
#scrollUp {
  background-color: #0c4da2;
  border-radius: 5px 0 0 5px;
  bottom: 70px;
  color: #ffffff;
  font-size: 10px;
  padding: 12px 0;
  height: 60px;
  line-height: 1.5;
  right: 0;
  text-align: center;
  width: 35px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  font-weight: 700;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
  text-transform: uppercase; }
  #scrollUp i {
    font-size: 18px;
    display: block; }
  #scrollUp:hover {
    background-color: #0c4da2;
    color: #ffffff; }

/* :: 3.7.0 Credit Button */
.credit-btn {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #8cabd3;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 175px;
  height: 48px;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  }
  .credit-btn:hover, .credit-btn:focus {
    font-size: 14px;
    font-weight: 700;
    background-color: #1e1e1e;
    color: #ffffff;
    }
  .credit-btn.btn-2 {
    background-color: #1a1a1a;
    color: #ffffff;
    }
    .credit-btn.btn-2:hover, .credit-btn.btn-2:focus {
      background-color: #8cabd3;
      color: #282828;
      }
  .credit-btn.btn-3 {
    background-color: transparent;
    color: #003679;
    border: 2px solid #003679;
    line-height: 44px; }
    .credit-btn.btn-3:hover, .credit-btn.btn-3:focus {
      border: 2px solid #003679;
      background-color: #003679;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: relative;
  z-index: 1000;
  width: 100%; }
  .header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #0c4da2; overflow: hidden;
    }
    .header-area .top-header-area .top-contact-info {
      position: relative;
      z-index: 1; }
      .header-area .top-header-area .top-contact-info a {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 0 0 0 35px;
        /* display: -webkit-box; */
        /*display: -ms-flexbox;*/
        /* display: flex; */
        /* -webkit-box-align: center; */
        /* align-items: center; */
        font-weight: 500;
        position: relative;
        }
        .header-area .top-header-area .top-contact-info a h6{ font-size: 11px; font-weight: 400; }
        .header-area .top-header-area .top-contact-info a span{color: #fff;}
        .header-area .top-header-area .top-contact-info a img {
          margin-right: 10px; position: absolute; left: 0; top: 2px; }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-contact-info a span {
            display: none; } }
        .header-area .top-header-area .top-contact-info a:first-child {
          margin-right: 110px; }
        .header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
          color: #9f9f9f;
          }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-contact-info a {
            font-size: 13px; } }
  .header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #e1e1e1;
    }
    .header-area .credit-main-menu::after {
      width: 50%;
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      z-index: 1;
      }
    .header-area .credit-main-menu .classy-nav-container {
      background-color: transparent;
      }
    .header-area .credit-main-menu .classy-navbar {
      height: 58px;
      padding: 0;
      background-color: #ffffff;
      }
      @media only screen and (max-width: 767px) {
        .header-area .credit-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-weight: 700;
        /* text-transform: capitalize; */
        font-size: 16px;
        padding: 0;
        color: #3c3c3c;
        display: block;
        line-height: 22px;
        height: auto;
        position: relative;
        }
        .header-area .credit-main-menu .classy-navbar .classynav ul li a i{
          color: #0c4da2;
          margin-left: 4px;
        }
        .header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
          color: #0c4da2;
          /*background: #0c4da2;*/
          }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; padding: 0 8px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #003679; }

             }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li a {
            color: #003679;
            background:transparent!important;
            padding: 8px 10px !important;
            }
            .header-area .credit-main-menu .classy-navbar .classynav ul li ul.dropdown li a:hover {
    color: #fff;
    background: #0c4da2 !important;
}
      .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
        padding-left: 0;}

        .header-area .credit-main-menu .classy-navbar .classynav > ul > li > a:after, .classynav ul li.cn-dropdown-item > a:after {
    background: transparent !important;
    margin: 0 auto;
}

         }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
            padding-left: 15px; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #2a2a2a;
        }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #003679; } }
        @media only screen and (max-width: 767px) {
          .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
          .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
            color: #003679; } }
      .header-area .credit-main-menu .classy-navbar .classynav ul li ul.dropdown li a {
        color: #4e4e4e;
        font-size: 14px;
        padding: 12px 18px !important;
        }
        .header-area .credit-main-menu .classy-navbar .classynav ul li ul.dropdown li a:hover {
        color: #fff;
        font-size: 14px;background: #0c4da2;
        }
      .header-area .credit-main-menu .classy-navbar .contact {
        position: relative;
        z-index: 0;
        padding-left: 105px;
        height: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        }
        .header-area .credit-main-menu .classy-navbar .contact::before {
          width: 100%;
          height: 200%;
          content: '';
          position: absolute;
          top: 0;
          left: 11px;
          z-index: -1;
          background-color: #e1e1e1;
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
          }
        .header-area .credit-main-menu .classy-navbar .contact::after {
          width: 1000%;
          height: 100%;
          content: '';
          position: absolute;
          top: 0;
          left: 62px;
          z-index: -1;
          background-color: #e1e1e1;
          }
        .header-area .credit-main-menu .classy-navbar .contact a {
          display: inline-block;
          font-size: 20px;
          color: #ffffff;
          font-weight: 700;
          line-height: 0;
          }
          .header-area .credit-main-menu .classy-navbar .contact a:hover {
            color: #0c4da2;
            }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 20px; } }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 18px; } }
          @media only screen and (max-width: 767px) {
            .header-area .credit-main-menu .classy-navbar .contact a {
              font-size: 14px;
              line-height: 70px; } }
  .header-area .is-sticky .credit-main-menu {
    box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }


    .logo{position: relative;padding: 0 15px;width: 490px;}
    .logo:before{content: '';position: absolute;left: -70px;top: -15px;background: #fff;width: 130%;height: 100px;transform: skewX(30deg);z-index: -1;}

    .exc-lo{height: 68px;}

    @media (max-width: 567px) {
      .exc-lo{display: none;}
  .logo {
    width: 450px;
    }

    }

     @media (max-width: 767px) {
      .header-area .credit-main-menu .classy-navbar .contact::before {
      top: 23%;
      left: 20px;
    }
     }


/* :: 5.0 Hero Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0; }
    .hero-area .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      background-color: #d2d2d2;
      border-radius: 50%;
      margin: 0 6px; }
      .hero-area .owl-dots .owl-dot.active {
        background-color: #0c4da2; }
  .hero-area .owl-prev,
  .hero-area .owl-next {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffff;
    background-color: #003679;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 46px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-prev,
      .hero-area .owl-next {
        left: 10px; } }
    .hero-area .owl-prev:hover,
    .hero-area .owl-next:hover {
      background-color: #8cabd3;
      color: #ffffff;
      }
  .hero-area .owl-next {
    left: auto;
    right: 20px; }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-next {
        right: 10px; } }
  .hero-area:hover .owl-next,
  .hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible; }

.single-slide {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 570px;
  background-color: #ffffff;
  overflow: hidden;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
      height: 350px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
      height: 450px;
      } }
  @media only screen and (max-width: 767px) {
    .single-slide {
      height: 350px; } }
  .single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index:-12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*-webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite;*/
   }
  


#iframe {
    margin: 0 auto;
    display: block;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s; position:absolute; top:0; left:0; right:0;
}
  
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  display:block;
}

  .single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #0c4da2;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite; }
  .single-slide .welcome-text {
    position: relative;
    z-index: 1;  }
    .single-slide .welcome-text h6 {
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 15px; }
    .single-slide .welcome-text h2 {
      font-size: 42px;
      color: #ffffff;
      font-weight: 800;
      margin-bottom: 10px;
      line-height: 50px;
      /* text-transform: uppercase; */
      text-shadow: 0 0 20px #00000087; padding-top: 250px;
      }
      .single-slide .welcome-text h2 span {
        color: #8cabd3;
        }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-slide .welcome-text h2 {
          font-size: 38px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-slide .welcome-text h2 {
          font-size: 32px;
          padding-top: 200px;
          line-height: normal;
          } }
      @media only screen and (max-width: 767px) {
        .single-slide .welcome-text h2 {
          font-size: 18px;
          padding-top: 150px !important;
          line-height: normal;
          }
           }
    .single-slide .welcome-text p {
      font-size: 16px;
      color: #ffffff; }

@-webkit-keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes slide-du-indicator {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide-bg {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Features Area CSS */
.single-features-area {
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  padding: 10px;
  }
  .single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.8; }
    .single-features-area a{display: block; }
  .single-features-area img {
    margin-bottom: 15px;
    transition:all 0.3s;
    box-shadow: 0 0 12px #4e4e4e61;
    }

    .pro-pic .single-features-area img {
    margin-bottom: 0px;transition:all 0.3s; }

    .single-features-area:hover img{ transform: scale(1.05); transition:all 0.3s; }
  .single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #161616;
    text-align: center;
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-features-area h5 {
        font-size: 15px; } }
  .single-features-area:hover h5 {
    color: #161616;
    }

/* :: 7.0 Special Feature CSS */
.special-feature-area {
  position: relative;
  z-index: 1; }
  .special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #0c4da2; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .special-feature-area .special-feature-content .feature-text {
      position: relative;
      z-index: 1;
      max-width: 555px;
      margin-left: auto;
      padding-right: 70px; }
      .special-feature-area .special-feature-content .feature-text h6 {
        color: #ffffff;
        line-height: 1.7;
        margin-bottom: 50px;
        font-weight: 600; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .special-feature-area .special-feature-content .feature-text h6 {
            font-size: 14px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 465px;
          padding-right: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 350px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area .special-feature-content .feature-text {
          max-width: 100%;
          padding-right: 15px;
          padding-left: 15px; } }
  .special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px; } }
  .special-feature-area.style-2 .special-feature-content {
    background-color: #003679; }
    .special-feature-area.style-2 .special-feature-content .feature-text {
      margin-left: 0;
      margin-right: auto;
      padding-right: 0;
      padding-left: 70px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 20px; } }
      @media only screen and (max-width: 767px) {
        .special-feature-area.style-2 .special-feature-content .feature-text {
          padding-left: 15px;
          padding-right: 15px; } }

/* :: 8.0 CTA Area CSS */
.cta-area {
  position: relative;
  z-index: 1; }
  .cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }
  .cta-area .cta-content {
    position: relative;
    z-index: 1;
    padding: 100px 5% 100px 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #0c4da2;
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .cta-area .cta-content h6 {
      color: #212121;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      line-height: 1.8;
      }
    .cta-area .cta-content .single-skils-area .skills-text span {
      color: #003679;
      font-size: 18px;
      font-weight: 700;
      }
    .cta-area .cta-content .single-skils-area p {
      margin-bottom: 0;
       letter-spacing: 1px;
      color: #101010;
      text-transform: uppercase;
    line-height: normal;
      font-size: 16px;
      }

.cta-2-area {
  position: relative;
  z-index: 1;
  background-color: #0c4da2;
  padding-top: 50px;
  }
  .cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    .cta-2-area .cta-content .cta-text h4 {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0;
      font-weight: 600; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .cta-2-area .cta-content .cta-text h4 {
          font-size: 18px; } }
    .cta-2-area .cta-content .cta-text p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }

.contact--area .section-heading h2,
.news--area .section-heading h2 {
  font-size: 24px;
  color: #fff;
  }

.news--area {
  position: relative;
  z-index: 1;
  background: #0c4da2;
  padding: 20px;
  border-radius: 20px;
  }

  .icon-b{ margin:0 15px 0 0 ; }
  .icon-b i{ font-size: 52px; color: #fff; }

.single-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }
  .single-news-area:last-child {
    margin-bottom: 0; }
  .single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%; }
  .single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px; }
    .single-news-area .news-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #0c4da2;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-news-area .news-content a {
      display: block;
      font-weight: 400;
      font-size: 16px;
      margin-bottom: 0; }
      .single-news-area .news-content a:hover, .single-news-area .news-content a:focus {
        color: #0c4da2; }
    .single-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0;
      line-height: 1; }
      .single-news-area .news-content .news-meta a img {
        margin-right: 5px; }
      .single-news-area .news-content .news-meta a:last-child {
        margin-left: 31px; }
        .single-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -20px;
          z-index: 1; }
      .single-news-area .news-content .news-meta a:hover, .single-news-area .news-content .news-meta a:focus {
        color: #0c4da2; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .single-news-area .news-content .news-meta a {
          font-size: 10px; } }

          .news-meta a{}

.contact--area {
  position: relative;
  z-index: 1;
  background: #808ecb;
  padding: 20px;
  border-radius: 20px;
  }
  .contact--area .contact-content {
    padding: 55px 20px 20px;
    background-color: #ffffff;
    /* border: 1px solid #afbace; */
    }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .contact--area .contact-content {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .contact--area .contact-content {
        padding: 20px; } }
    .contact--area .contact-content .single-contact-content {
      position: relative;
      z-index: 1;
      margin-bottom: 45px; }
      .contact--area .contact-content .single-contact-content:last-child {
        margin-bottom: 0; }
      .contact--area .contact-content .single-contact-content .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        color: #0c4da2;
        text-align: center;
        margin-right: 15px;
        background-color: #0c4da2;
        }
      .contact--area .contact-content .single-contact-content .text p {
        font-weight: 600;
        color: #212121;
        margin-bottom: 0;
        text-align: left;!;!i;!;
        }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 14px;
            } }
        @media only screen and (max-width: 767px) {
          .contact--area .contact-content .single-contact-content .text p {
            font-size: 12px; } 

          }
      .contact--area .contact-content .single-contact-content .text span {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #838383; }
  .contact--area.contact-page .contact-content {
    padding: 35px;
    border: none;
    background-color: #003679; }
    .contact--area.contact-page .contact-content h5 {
      color: #ffffff;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 35px; }
    .contact--area.contact-page .contact-content .single-contact-content .text p,
    .contact--area.contact-page .contact-content .single-contact-content .text span {
      color: #ffffff; }

/* :: 9.0 Newsletter Area CSS */
.newsletter-area {
  position: relative;
  z-index: 3; }
  .newsletter-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(128 142 203 / 52%);
    z-index: -1;
    }
  .newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .newsletter-area .nl-content h2 {
      color: #ffffff;
      margin-bottom: 25px;
      display: block;
      font-weight: 400;
      font-size: 30px; }
      @media only screen and (max-width: 767px) {
        .newsletter-area .nl-content h2 {
          font-size: 18px; } }
    .newsletter-area .nl-content form {
      width: 100%;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .newsletter-area .nl-content form input {
        width: 100%;
        height: 45px;
        background-color: #ffffff;
        border-radius: 30px;
        border: none;
        font-size: 12px;
        font-style: italic;
        padding: 0 20px; }
      .newsletter-area .nl-content form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 130px;
        height: 45px;
        background-color: #0c4da2;
        border: none;
        border-radius: 0 30px 30px 0;
        top: 0;
        right: 0;
        font-weight: 700;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        z-index: 20; }
        .newsletter-area .nl-content form button:hover {
          background-color: #003679; }
        .newsletter-area .nl-content form button:focus {
          outline: none;
          box-shadow: none; }
        @media only screen and (max-width: 767px) {
          .newsletter-area .nl-content form button {
            width: 100px; } }
    .newsletter-area .nl-content p {
      font-size: 12px;
      color: #ffffff;
      margin-bottom: 0; }

/* :: 10.0 Team Member Area CSS */
.single-team-member-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-team-member-area .team-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 180px;
    border-radius: 50%;
    margin: 0 auto 40px;
    height: 180px; }
    .single-team-member-area .team-thumb::after {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      content: '';
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 8px solid #003679;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 100;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden; }
    .single-team-member-area .team-thumb img {
      border-radius: 50%; }
    .single-team-member-area .team-thumb .view-more a {
      position: absolute;
      width: 62px;
      height: 62px;
      border-radius: 15px;
      background-color: #0c4da2;
      text-align: center;
      bottom: -10px;
      right: 0;
      z-index: 300;
      color: #ffffff;
      line-height: 62px;
      font-size: 18px; }
      .single-team-member-area .team-thumb .view-more a:hover {
        background-color: #003679; }
    .single-team-member-area .team-thumb:hover {
      box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2); }
      .single-team-member-area .team-thumb:hover::after {
        opacity: 1;
        visibility: visible; }
  .single-team-member-area .team-info {
    position: relative;
    z-index: 1; }
    .single-team-member-area .team-info h5 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 18px;
      margin-bottom: 5px; }
    .single-team-member-area .team-info h6 {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0;
      color: #6e6e6e; }
  .single-team-member-area:hover .team-info h5 {
    color: #0c4da2; }

/* :: 11.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #0c4da2;
  }
  .footer-area .single-footer-widget {
    position: relative;
    z-index: 1; }
    .footer-area .single-footer-widget .widget-title {
      font-size: 18px;
      color: #8cabd3;
      margin-bottom: 20px;
      font-weight: 600;
      }
    .footer-area .single-footer-widget ul li a {
      display: block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 5px;
      position: relative;
      z-index: 1;
      padding-left: 15px;
      }
      .footer-area .single-footer-widget ul li a::before {
        content: '';
        width: 6px;
        height: 6px;
        top: 7px;
        left: 0;
        border-radius: 50%;
        background-color: #ffffff;
        position: absolute;
        z-index: 1;
        }
      .footer-area .single-footer-widget ul li a:hover, .footer-area .single-footer-widget ul li a:focus {
        color: #8cabd3;
        padding-left: 20px;
        }
    .footer-area .single-footer-widget ul li:last-child a {
      margin-bottom: 0; }
  .footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    border-top: 1px solid #8cabd359;
    padding: 5px 0;
    background: #fff;
    }
    .footer-area .copywrite-area .copywrite-text {
      font-size: 14px;
      margin-bottom: 0;
      color: #587395;
      font-weight: 400;
      }
      @media only screen and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 30px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copywrite-area .copywrite-text {
          margin-top: 0; } }
      .footer-area .copywrite-area .copywrite-text a {
        color: #8cabd3;
        font-size: 14px;
        font-weight: 400;
        }
        .footer-area .copywrite-area .copywrite-text a:hover, .footer-area .copywrite-area .copywrite-text a:focus {
          color: #0c4da2;
          }

/* :: 12.0 Blog Area CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 140px;
  /* background: #222222; */
  }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 180px; } }
  .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px; } }
  .breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
      color: #ffffff; }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
      color: #ffffff;
      font-size: 16px;
      font-weight: 600;
      }
    .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
      font-size: 16px;
      color: #ffffff;
      font-weight: 600; }
      .breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
        color: #0c4da2; }

.single-latest-news-area {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .single-latest-news-area:last-child {
    margin-bottom: 0; }
  .single-latest-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%; }
  .single-latest-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding-left: 10px; }
    .single-latest-news-area .news-content a {
      display: block;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 0;
      color: #ffffff; }
      .single-latest-news-area .news-content a:hover, .single-latest-news-area .news-content a:focus {
        color: #0c4da2; }
    .single-latest-news-area .news-content .news-meta a {
      position: relative;
      z-index: 1;
      display: inline-block;
      font-size: 12px;
      color: #838383;
      font-weight: 600;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-latest-news-area .news-content .news-meta a {
          font-size: 9px; } }
      .single-latest-news-area .news-content .news-meta a img {
        margin-right: 2px; }
      .single-latest-news-area .news-content .news-meta a:last-child {
        margin-left: 21px; }
        .single-latest-news-area .news-content .news-meta a:last-child::after {
          content: '|';
          position: absolute;
          top: 0;
          left: -15px;
          z-index: 1; }
      .single-latest-news-area .news-content .news-meta a:hover, .single-latest-news-area .news-content .news-meta a:focus {
        color: #0c4da2; }

.single-blog-area {
  position: relative;
  z-index: 1; }
  .single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-blog-area .blog-thumbnail a {
      display: block; }
      .single-blog-area .blog-thumbnail a img {
        border-radius: 5px; }
  .single-blog-area .blog-content {
    position: relative;
    z-index: 1; }
    .single-blog-area .blog-content span {
      font-size: 10px;
      color: #ffffff;
      background-color: #0c4da2;
      padding: 3px 15px;
      border-radius: 30px;
      display: inline-block;
      margin-bottom: 5px; }
    .single-blog-area .blog-content .post-title {
      display: block;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 0;
      color: #212121; }
      .single-blog-area .blog-content .post-title:hover, .single-blog-area .blog-content .post-title:focus {
        color: #0c4da2; }
    .single-blog-area .blog-content .blog-meta {
      margin-bottom: 30px; }
      .single-blog-area .blog-content .blog-meta a {
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 12px;
        color: #838383;
        font-weight: 600;
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-area .blog-content .blog-meta a {
            font-size: 9px; } }
        .single-blog-area .blog-content .blog-meta a img {
          margin-right: 2px; }
        .single-blog-area .blog-content .blog-meta a:last-child {
          margin-left: 21px; }
          .single-blog-area .blog-content .blog-meta a:last-child::after {
            content: '|';
            position: absolute;
            top: 0;
            left: -15px;
            z-index: 1; }
        .single-blog-area .blog-content .blog-meta a:hover, .single-blog-area .blog-content .blog-meta a:focus {
          color: #0c4da2; }
    .single-blog-area .blog-content p {
      margin-bottom: 0; }

.post-details-content {
  position: relative;
  z-index: 1; }
  .post-details-content img {
    border-radius: 5px;
    margin-bottom: 30px; }
  .post-details-content p {
    margin-bottom: 25px; }

.pagination {
  position: relative;
  z-index: 1; }
  .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      color: #ffffff;
      background-color: #0c4da2; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #0c4da2; }

.sidebar-area {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-area {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-area {
      margin-top: 100px; } }

.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-widget-area:last-child {
    margin-bottom: 0; }
  .single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px; }
    .single-widget-area .widget-heading .line {
      width: 30px;
      height: 8px;
      background-color: #0c4da2;
      border-radius: 5px;
      display: block;
      margin-bottom: 15px; }
  .single-widget-area.search-widget {
    position: relative;
    z-index: 1; }
    .single-widget-area.search-widget form {
      position: relative;
      z-index: 1; }
      .single-widget-area.search-widget form input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: none;
        background-color: #f1f7f9;
        padding: 0 20px;
        font-size: 12px;
        font-style: italic; }
      .single-widget-area.search-widget form button {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        width: 125px;
        height: 50px;
        border: none;
        top: 0;
        right: 0;
        z-index: 99;
        background-color: #003679;
        color: #0c4da2;
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
        border-radius: 5px;
        cursor: pointer; }
        .single-widget-area.search-widget form button:hover {
          background-color: #0c4da2;
          color: #003679; }
  .single-widget-area.cata-widget ul {
    padding-left: 35px; }
    .single-widget-area.cata-widget ul li a {
      display: block;
      font-size: 15px;
      padding: 7px 0;
      font-weight: 600;
      color: #003679; }
      .single-widget-area.cata-widget ul li a:hover, .single-widget-area.cata-widget ul li a:focus {
        color: #0c4da2; }

.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
      position: relative;
      z-index: 1;
      margin-bottom: 5px;
      display: inline-block;
      font-size: 14px;
      color: #212121;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .post-author,
        .comment_area .comment-content .comment-meta .post-date,
        .comment_area .comment-content .comment-meta .reply {
          font-size: 12px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-meta .post-author::after,
      .comment_area .comment-content .comment-meta .post-date::after,
      .comment_area .comment-content .comment-meta .reply::after {
        position: absolute;
        top: 0;
        right: -16px;
        content: '|';
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .post-author::after,
          .comment_area .comment-content .comment-meta .post-date::after,
          .comment_area .comment-content .comment-meta .reply::after {
            right: -8px; } }
      .comment_area .comment-content .comment-meta .post-author:hover,
      .comment_area .comment-content .comment-meta .post-date:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #003679; }
    .comment_area .comment-content .comment-meta .reply {
      margin-right: 0; }
      .comment_area .comment-content .comment-meta .reply::after {
        display: none; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

/* :: 13.0 Contact Area CSS */
.contact-advisor {
  position: relative;
  z-index: 1;
  /* background-color: #8cabd3; */ /*#0c4da2*/
  padding: 35px 15px 0;
  }
  .contact-advisor h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px; }
  .contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px; }
    .contact-advisor .single-advisor:last-child {
      margin-bottom: 0; }
    .contact-advisor .single-advisor .advisor-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
      width: 80px;
      margin-right: 30px; }
    .contact-advisor .single-advisor .advisor-info h6 {
      color: #000000;
      margin-bottom: 5px;
      font-weight: 600;
      }
    .contact-advisor .single-advisor .advisor-info span {
      font-size: 12px;
      text-transform: capitalize;
      margin-bottom: 0px;
      display: block;
      color: #0d315f;
      }
    .contact-advisor .single-advisor .advisor-info p {
      font-size: 14px;
      margin-bottom: 0;
      line-height: 1;
      font-weight: 700;
      color: #0e3260;
      }

.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 250px; }

.map-area {
  position: relative;
  z-index: 2;
  height: 360px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
      height: 360px; } }
  @media only screen and (max-width: 767px) {
    .map-area {
      height: 360px; } }
  .map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0; }
  .map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .map-area .contact---area .contact-page {
      background-color: #003679;
      padding: 70px 45px; }
      @media only screen and (max-width: 767px) {
        .map-area .contact---area .contact-page {
          padding: 40px 30px; } }
      .map-area .contact---area .contact-page h4 {
        color: #ffffff;
        font-weight: 600; }

/* :: 14.0 Elements Area CSS */
.elements-title {
  position: relative;
  z-index: 1; }
  .elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #0c4da2;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px; }
  .elements-title h2 {
    font-size: 24px;
    margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area .icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #003679;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px; }
  .single-service-area .text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px; }
  .single-service-area .text p {
    margin-bottom: 0; }
  .single-service-area:hover .icon, .single-service-area:focus .icon {
    background-color: #0c4da2; }
  .single-service-area:hover .text h5, .single-service-area:focus .text h5 {
    color: #0c4da2; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    .single-cool-fact .scf-icon i {
      color: #0c4da2;
      font-size: 65px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px; }
        .single-cool-fact .scf-icon i {
          font-size: 40px; } }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 24px; } }
  .single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1; }
  .single-cool-fact.white .scf-icon i,
  .single-cool-fact.white .scf-text h2,
  .single-cool-fact.white .scf-text p {
    color: #ffffff; }

.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    font-family: "Open Sans", sans-serif;
    background-color: #003679;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #0c4da2;
      color: #ffffff; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0; }

.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
    }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
    .single-skils-area .skills-text span {
      font-size: 42px;
      color: #212121;
      font-weight: 800;
      }
  .single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #212121;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
    }

.credit-tabs-content {
  position: relative;
  z-index: 1; }
  .credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
    .credit-tabs-content .nav-tabs h5{ padding:8px 10px; }
    .credit-tabs-content .nav-tabs .nav-link {
      background-color: #f1f7f9;
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #212121;
      margin: 0 2px;
      border-radius: 5px;
      font-size: 16px;
      font-weight: 600; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .credit-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 14px; }

          .top-contact-info{ display: none !important; }
           }
          }
      .credit-tabs-content .nav-tabs .nav-link.active {
        background-color: #003679;
        color: #ffffff; }
  .credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
    .credit-tabs-content .credit-tab-text p {
      margin-bottom: 0; }
  .credit-tabs-content .tab-content h6 {
    font-size: 18px; }

  .credit-tabs-content  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #0c4da2 !important;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
    color: #fff !important;
}


.single-icons {
  position: relative;
  z-index: 1;
  background-color: #003679;
  border-radius: 5px;
  text-align: center;
  padding: 50px 20px; }
  .single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff; }
  .single-icons span {
    display: block;
    color: #fff; }


/* ====== The End ====== */


.news-meta p{padding:20px 0 10px;color: #fff;}
.sld-im{ width:320px; position:absolute; right:0; top:0;}
.sld-im img{ width:100%;}

@media only screen and (max-width: 991px){
  .sld-im {
    width: 180px !important;
    position: relative !important;
  }
  }
  
  
.qul-s:before{ content:''; position:absolute; width:42px; height:6px; /*background:#F30;*/ left:25px; top:-2px;}
.clnt-b img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  transition:all 0.3s; opacity:0.6;
  }
.clnt-b img:hover{ -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); transition:all 0.3s; opacity:1;}


.prod-area{ background: url(img/prod-bg.png) no-repeat center center; background-size: cover; }     

/* CV From */

#ft-form {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15
}
#ft-form *,
#ft-form ::after,
#ft-form ::before {
  box-sizing: border-box
}
#ft-form input,
#ft-form select,
#ft-form textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
#ft-form select {
  text-transform: none
}
#ft-form [type=submit] {
  -webkit-appearance: button
}
#ft-form legend {
  padding: 0
}
#ft-form h2,
#ft-form p {
  margin: 0
}
#ft-form fieldset {
  margin: 0;
  padding: 0
}
#ft-form html {
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.5
}
#ft-form body {
  font-family: inherit;
  line-height: inherit
}
#ft-form *,
#ft-form ::after,
#ft-form ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}
#ft-form textarea {
  resize: vertical
}
#ft-form input::-moz-placeholder,
#ft-form textarea::-moz-placeholder {
  color: #9ca3af
}
#ft-form input:-ms-input-placeholder,
#ft-form textarea:-ms-input-placeholder {
  color: #9ca3af
}
#ft-form input::placeholder,
#ft-form textarea::placeholder {
  color: #9ca3af
}
#ft-form h2 {
  font-size: inherit;
  font-weight: inherit
}
#ft-form input,
#ft-form select,
#ft-form textarea {
  padding: 0;
  line-height: inherit;
  color: inherit
}
#ft-form [type=date],
#ft-form [type=email],
#ft-form [type=tel],
#ft-form [type=text],
#ft-form select,
#ft-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: .5rem;
  padding-right: .75rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 1.5rem
}
#ft-form [type=date]:focus,
#ft-form [type=email]:focus,
#ft-form [type=tel]:focus,
#ft-form [type=text]:focus,
#ft-form select:focus,
#ft-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199,210,254,.5), 0 0 #0000;
  border-color: #2563eb
}
#ft-form input::-moz-placeholder,
#ft-form textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1
}
#ft-form input:-ms-input-placeholder,
#ft-form textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1
}
#ft-form input::placeholder,
#ft-form textarea::placeholder {
  color: #6b7280;
  opacity: 1
}
#ft-form select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}
#ft-form [type=checkbox],
#ft-form [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px
}
#ft-form [type=checkbox] {
  border-radius: 0
}
#ft-form [type=radio] {
  border-radius: 100%
}
#ft-form [type=checkbox]:focus,
#ft-form [type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199,210,254,.5), 0 0 #0000;
}
#ft-form [type=checkbox]:checked,
#ft-form [type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}
#ft-form [type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}
#ft-form [type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}
#ft-form [type=checkbox]:checked:focus,
#ft-form [type=checkbox]:checked:hover,
#ft-form [type=radio]:checked:focus,
#ft-form [type=radio]:checked:hover {
  border-color: transparent;
  background-color: currentColor
}
#ft-form [type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat
}
#ft-form [type=checkbox]:indeterminate:focus,
#ft-form [type=checkbox]:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor
}
#ft-form [type=file] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit
}
#ft-form [type=file]:focus {
  outline: 1px auto -webkit-focus-ring-color
}
#ft-form fieldset {
  font-size: 100%;
  margin-top: 3rem;
  margin-bottom: 1.5rem
}
#ft-form fieldset:first-child {
  margin-top: 0
}
#ft-form fieldset > * {
  display: block;
  margin-bottom: 0.8rem;
}
#ft-form fieldset > :last-child {
  margin-bottom: 0
}
#ft-form fieldset > .two-cols > * {
  display: block;
  margin-bottom: 1.5rem
}
#ft-form fieldset > .two-cols > :last-child {
  margin-bottom: 0
}
@media only screen and (min-width:640px) {
  #ft-form fieldset > .two-cols {
    display: flex;
    align-items: flex-end
  }
  #ft-form fieldset > .two-cols > * {
    display: block;
    margin-right: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    flex: 1
  }
  #ft-form fieldset > .two-cols > :last-child {
    margin-right: 0
  }
}
#ft-form fieldset div > label {
  display: inline-block;
  align-items: flex-start;
  margin-top: .5rem;
  /* width: 100%; */
}
#ft-form fieldset div > label:last-child {
  margin: .5rem 0 0 0
}
#ft-form fieldset div.inline {
  padding: .55rem 0 0;
  width: 100%
}
#ft-form fieldset div.inline > label {
  width: auto;
  margin-right: .5rem
}
#ft-form fieldset div.inline > label:last-child {
  margin-right: 0
}
#ft-form fieldset > .two-cols div.inline {
  padding: .55rem 0
}
#ft-form fieldset > legend {
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 1rem
}
#ft-form fieldset > p {
  margin: 0
}
#ft-form [type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding-top: .5rem;
  padding-right: .75rem;
  padding-bottom: .5rem;
  padding-left: .75rem;
  font-size: 1rem;
  line-height: 1.5rem
}
#ft-form [type=file]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px rgba(199,210,254,.5), 0 0 #0000;
  border-color: #2563eb
}
#ft-form [multiple],
#ft-form [type=date],
#ft-form [type=datetime-local],
#ft-form [type=email],
#ft-form [type=file],
#ft-form [type=month],
#ft-form [type=number],
#ft-form [type=password],
#ft-form [type=search],
#ft-form [type=tel],
#ft-form [type=text],
#ft-form [type=time],
#ft-form [type=url],
#ft-form [type=week],
#ft-form select,
#ft-form textarea {
  border-radius: .200rem;
  margin-top: .25rem;
  box-shadow: 0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(0,0,0,.05);
  border-color: #bbb;
  width: 100%
}
#ft-form [multiple] select,
#ft-form [type=date] select,
#ft-form [type=datetime-local] select,
#ft-form [type=email] select,
#ft-form [type=file] select,
#ft-form [type=month] select,
#ft-form [type=number] select,
#ft-form [type=password] select,
#ft-form [type=search] select,
#ft-form [type=tel] select,
#ft-form [type=text] select,
#ft-form [type=time] select,
#ft-form [type=url] select,
#ft-form [type=week] select,
#ft-form select select,
#ft-form textarea select {
  padding-right: 2.5rem
}
#ft-form [multiple]:focus,
#ft-form [type=date]:focus,
#ft-form [type=datetime-local]:focus,
#ft-form [type=email]:focus,
#ft-form [type=file]:focus,
#ft-form [type=month]:focus,
#ft-form [type=number]:focus,
#ft-form [type=password]:focus,
#ft-form [type=search]:focus,
#ft-form [type=tel]:focus,
#ft-form [type=text]:focus,
#ft-form [type=time]:focus,
#ft-form [type=url]:focus,
#ft-form [type=week]:focus,
#ft-form select:focus,
#ft-form textarea:focus {
  border-color: #bbb;
  box-shadow: 0 0 0 0 #fff,0 0 0 3px rgba(199,210,254,.5),0 0 #0000
}
#ft-form [type=checkbox],
#ft-form [type=radio] {
  color: #4f46e5;
  box-shadow: none;
  border-radius: .25rem;
  border-color: #bbb;
  margin-right: .5rem
}
#ft-form [type=checkbox]:focus,
#ft-form [type=radio]:focus {
  border-color: #bbb;
  box-shadow: 0 0 0 0 #fff,0 0 0 3px rgba(199,210,254,.5),0 0 #0000
}
#ft-form [type=radio] {
  border-radius: 100%
}
#ft-form .btns {
  text-align: right;
  margin-top: 3rem
}
#ft-form .btns > input[type=button],
#ft-form .btns > input[type=reset],
#ft-form .btns > input[type=submit] {
  display: inline-block;
  box-shadow: 0 0 #0000,0 0 #0000,0 1px 2px 0 rgba(0,0,0,.05);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  line-height: 1.25rem;
  border-width: 1px;
  border-radius: .375rem;
  border-color: #bbb;
  background-color: #fff;
  cursor: pointer;
  margin-left: .5rem;
  font-weight: 700
}
#ft-form .btns > input[type=button]:focus,
#ft-form .btns > input[type=reset]:focus,
#ft-form .btns > input[type=submit]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-color: #bbb;
  box-shadow: 0 0 0 2px #fff,0 0 0 4px rgba(199,210,254,.5),0 0 #0000
}
#ft-form .btns > input[type=submit] {
  background-color: #282828;
  transition: background-color .1s;
  color: #fff;
  text-transform: uppercase;
}
#ft-form .btns > input[type=submit]:hover {
  background-color: #0c4da2;
}
.contr-b{ margin-top: -120px; }
.cntr-box{
    background: #ebeaea;
    padding: 20px 0;
}
.cntr-box h1{
    font-size: 36px;
    margin: 0;
}
.cntr-box p{
    font-size: 16px;
    font-weight: 700;
}
@media (min-width: 1279px){}
.container {
    max-width: 1250px;
}
}



.counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}


.counters-text h1 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 36px;
    font-weight: 800;
}

.counters-text h1::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -25px;
}

.counters-text p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.segm-sec{
    padding: 60px;
}
.segm-sec h4{
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    color: #000;
}
.seg-bar{ text-align: center; }
.seg-bar img{
    background: #0c4da2;
    width: 100px;
    margin: 0 auto 15px;
    border-radius: 100px 100px;
    padding: 10px;
}
.seg-bar h5{
    font-size: 32px;
    margin: 0;
    padding: 0;
}
.seg-bar p{font-weight: 600;text-align: center;}

.slick-arrow{
    border: none;
    width: 52px;
    height: 52px;
    background: #0c4da2;
    color: #fff;
    border-radius: 50px 50px;
    position: absolute;
    z-index: 9;
    top: 40%;
}
button.slick-arrow:focus{outline: none;}
.slick-prev{left: -10px;}
.slick-next{ right: -10px; }

@media (max-width: 767px){

  .segm-sec .slick-prev{left: -30px;}
.segm-sec .slick-next{ right: -30px; }

.pro-pic .slick-arrow {
    border: none;
    width: 32px;
    height: 32px;
    top: 31%;
}
}

.annus-sec h4{
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    color: #000;
}

.footer-logo{ width: 340px; }
.ttl-clr{ color: #0c4da2 !important; }

/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}


/* Contact Form */
.form-b{
    background: #fff;
    box-shadow: 0 0 40px #e7e7e7;
    padding: 50px;
}
.form-b label{color:#333;font-size: 14px;display: none;}
.form-b input, .form-b textarea {
    border: none;
    border: 1px solid #c1c1c1;
    box-shadow:
    none;
    padding: 10px 15px;
    border-radius: 0;
    /* background: #efefef87; */
    font-size: 14px;
}
.form-b ::placeholder{ color:#999999;}
.form-b .dee{
    padding: 10px 15px;
    background: #262626;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
    border: none; cursor: pointer;
}

.form-b .form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
}


.bg-light2 {
    background-color: #dee6ef!important;
}

.cod-btn{
    background: #0c4da2;
    display: inline-block;
    padding: 10px 20px;
    /* border-radius: 8px; */
    color: #fff;
    position: absolute;
    right: 0;
    top: -40px;
}
.cod-btn:hover{ background:#333; color:#fff; }
.gl-t{
    padding: 15px 0px 0px;
}

.wrapper3 {
  width:100%;
  margin: 0;
  }
  .inf-sld{
    text-align: center;
    margin: 0 auto;
    min-width: 100%;
    /* left: 0; */
    /* right: 0; */
    padding: 20px 0;
    position: relative;
    /* margin-left: 0; */
    /* left: 0; */
    border: solid 1px #d3d3d3;
    }
#slider {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 4px;
  top: 0;
  left: 0px;
  z-index: 2;
  height: auto !important;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block!important;
  float: left;
  margin: 0;
  padding: 0;
  width: 400px;
  height: auto;
  background: #000000;
  text-align: center;
  /* line-height: 300px; */
}
#slider a.control_prev, #slider a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 2% 1.5%;
  width: auto;
  height: auto;
  background: #1c1c1c;
  color: #ECF0F1;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.3;
  cursor: pointer;
}
#slider a.control_prev:hover, #slider a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#slider a.control_prev {
  border-radius: 0 5px 5px 0;
}
#slider a.control_next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.slider_option {
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.wht-i{ width:36px; height:auto; position:absolute; right:12px; top:12px; display:block; }

.vlu-b{
    background: #000;
    position: relative;
    /* min-height: 350px; */
}
.vlu-b img{
    position: relative;
    opacity: 0.3;
    width: 100%;
    z-index: 2;
    object-fit: cover;
    height: 100%;
}
.vlu-b h1{
    font-size: 122px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 10px;
    opacity: 0.1;
    z-index: 3;
}
.vlu-b:after{content:'';background: #00000021;height: 0%;width: 100%;z-index: 2;position: absolute;left: 0;bottom: 0;}
.vlu-b:hover:after{background: #00000061;height: 100%; transition: all 0.3s;}
.vlu-cnt{
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.vlu-cnt h3{
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: normal;
}
.vlu-cnt p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    text-align: left;
}


/* Product Page *************/
.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#tab-but {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-but li {
  display: inline-block;
  /* width: 20%; */
}
#tab-but li a {
  display: block;
  padding: 15px 25px;
  background: #0c4da2;
  border: 1px solid #2672d5;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#tab-but li:not(:first-child) a {
  border-left: none;
}
#tab-but li a:hover,
#tab-but .is-active a {
  border-bottom-color: transparent;
  background: #1b5fb9;
}
.tab-contents {
  padding: .5em 2em 1em;
  /*border: 1px solid #ddd;*/
  min-height: 380px;
}

.tab-button-outer {
  display: none;
}

.tab-contents h2{}
.tab-contents p{
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
    background: #0c4da2;
    text-align: center;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
.tab-select-outer{
    padding: 10px 20px; position: relative;
}
.tab-select-outer #tab-select{
    background: #2370d5;
    padding: 12px 25px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border: none;
    font-weight: 600;
    text-transform: uppercase; appearance: none; outline: none;
}

.tab-select-outer i{position:absolute;right: 35px;top: 22px;font-size: 22px;color: #fff;}

}
.slg-sec{
    background: #0c4da2;
    padding: 0px 0;
}
.pr-spc{padding: 25px 0px;}
.pr-spc h3 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 900;
    display: inline-block;
}
.pr-spc span {
    display: inline-block;
    color: #d7d7d7;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
}

.pro-pic .single-features-area {
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff6b;
  padding: 0px;
  }

.prd-pp{
    padding: 50px 0 10px;
    text-align: center;
}
.prd-pp li{
    display: inline-block;
    width: 170px;
    margin: 0 10px 15px;
    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px){
  .tab-contents {
    padding: 0.5em 0em 1em;
  }
.prd-pp li{
    width: 150px;
    margin: 0 10px 15px;
}
}
.thumb-h{border: 1px solid #e7e7e7;padding: 10px;min-height: 206px;}
.prd-pp li img{transition:all 0.3s;}
.prd-pp li a{display: block;padding: 5px;font-size: 14px;color: #27398f;font-weight: 700;}
.prd-pp li h3{font-size: 12px;margin-bottom:0;line-height: normal;text-transform: uppercase;}
.prd-pp li a:hover img{ transform:scale(1.1); transition:all 0.3s; }
.prd-pp li a:hover h3{ color:#0c4da2; }

.text-blue{color: #0c4da2;}

#jurn-sec{/*background: #efefef;*/}
.sec-bx{position:relative;height: 350px;width: 100%;}
.sec-bx a{
    display: contents;
    position: relative;
    z-index: 0;
}
.sec-bx a:hover img{opacity: 0.9;transition:all 0.5s;}
.sec-bx img{
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition:all 0.2s;
}
.sec-bx h3{
    position: absolute;
    top: 30px;
    left: 40px;
    color: #fff;
}
.sec-bx:before{
  content:'';
  position: absolute;
  top:0;
  left:0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.87718837535014) 0%, rgba(0,0,0,0) 100%)
  z-index: 0;
  width: 100%;
  height: 100%;
  }

  .sec-bx a iframe{position: absolute;
    left: 0;
    top: 0;
  }

  .sec-bx a video{position: relative;}

  .scl-b{
    text-align: center;
}
.scl-b a:hover img{
    bottom: 5px; transition: all 0.3s;
}
.scl-b a img{position: relative; bottom: 0; transition: all 0.3s;}
  .scl-b a{
    width: 42px;
    height: 42px;
    display: inline-block;
    /* background: #333; */
    color: #fff; 
    border-radius: 50px;
    padding: 0;
    margin: 0 1px;
}
}

.scl-b a:hover{
    /* background: #dbdbdb; */
    color: #343434;
    }

.mng-cont{
    position: relative;
}
.mng-dic{
    background: #fbfbfb;
    position: absolute;
    bottom: 15px;
    right: -115px;
    padding: 15px 20px;
    max-width: 250px;
    width: 100%;
}

.mng-d2{
    background: #fbfbfb;
    position: absolute;
    bottom: 15px;
    left: -115px;
    right: auto;
    padding: 15px 20px;
    max-width: 250px;
    width: 100%;
    z-index: 9;
}

@media (max-width: 767px){
  .mng-dic{
    bottom: 40px;
    right: 0;
    padding: 12px 25px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mng-d2{
    bottom: 40px;
    left: 0;
    right: auto;
    padding: 15px 25px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
}
.mng-dic h3{
    font-size: 22px;
    margin: 0;
}
.mng-dic p{
    padding: 0 0 10px;
    margin: 0;
    font-size: 14px;
    color: #959595;
}
.mng-dic > a{
    color: #dd0909;
    font-size: 14px;
    display: inline-block;
    margin: 10px 0;
}

.mng-dic > a.scl-lnk{
    color: #fff;
    background: #0274b3;
    font-size: 18px;
    display: inline-block;
    margin: 5px 0 5px 100px;
    padding: 0px 5px;
    border-radius:5px;
} 
.mng-dic a.scl-lnk i{margin-left: 0px;}

.cnt-in a{
    font-size: 14px;
    display: block;
}
.cnt-in a:hover{}

.mng-dic a i{margin-left: 5px;}
.pd-bb{
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 15px;
}
.pd-bb img{
    width: 180px;
    margin: 0 auto;transition:all 0.3s;
}

.pd-bb:hover img{ transition:all 0.3s; transform:rotate(5deg); }
.pd-bb a i{transition:all 0.3s;}
.pd-bb a{
    display: block;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 700;
}
.pd-bb a:hover i{ margin-left:10px; transition:all 0.3s; }

 /* Contact Form */
.form-b{
    background: #fff;
    box-shadow: 0 0 40px #e7e7e7;
    padding: 50px;
}
.form-b label{color:#333;font-size: 14px;display: none;}
.form-b input, .form-b textarea {
    border: none;
    border: 1px solid #e7e7e7;
    box-shadow:
    none;
    padding: 12px 15px;
    border-radius: 0;
    /* background: #efefef87; */
    font-size: 14px;
    height: auto;
}
.form-b ::placeholder{ color:#999999;}
.form-b .dee{
    padding: 10px 15px;
    background: #262626;
    color: #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
    border: none; cursor: pointer;
}

.form-b .form-control:focus {
    color: #495057;
    /* background-color: #fff; */
    border-color: #c1c1c1;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #d4d4d4;
}

.form-b .heading-section h3{ color:#0c4da2; }
.form-b p{ text-align:center!important; }


.menu-box{}
.menu-box h3{font-size: 32px;color: #0c4da2;padding:0 0 15px;/* text-transform: uppercase; */font-weight: 800;line-height: normal;}


.gal-item{
  overflow: hidden;
  padding: 8px;
}
.gal-item .box{
  height: 100%;
  overflow: hidden;
}
.qual-bx img{
  height: auto;
  width: 100%;
  object-fit:cover;
}


.border-t{ border-top:1px solid #c9c9c9; } 
.border-b{border-bottom:1px solid #c9c9c9;}

.sus-sec{ background-size:cover; padding:80px 0 40px ; }


.sus-cnt{padding: 20px;}
.sus-cnt h1{ font-size:52px; }
.sus-cnt img{ width:30px; }
.sus-cnt h3{ font-size:16px; }

.rounded {
    border-radius: 1.5rem !important;
}

.qul-b{}
.qul-b img{ width:82px; }
.im-b{ overflow:hidden; border:1px solid #e7e7e7; margin: 0 0 20px;}
.im-b a{ display:block; }
.im-b a img{transform:scale(1); transition:all 0.3s;}
.im-b a:hover img{ transform:scale(1.08); transition:all 0.3s; }


.loc-bb{ overflow:hidden; }
.loc-bb img{ transform:scale(1.0);  transition:all 0.3s;}
.loc-bb:hover img{ transform:scale(1.05); transition:all 0.3s; }


/* Parallax */
#second{
  background: url(img/bg2.jpg) no-repeat center center; fixed;
  overflow: hidden; transition: all 0.3s; background-size:cover ;

}

.certi-b{}
.certi-b a img{ border:1px dashed #e7e7e7; transition:all 0.3s; }
.certi-b a:hover img{ transform:scale(1.08);transition:all 0.3s; }
.crt-img{overflow: hidden;}
.certi-b a h3{ font-size:14px; padding:8px 0 0; }
.certi-b a:hover h3{color: #dd1919;}

.why-sc{ position:relative; padding-left:82px; }
.why-sc img{position: absolute; left: 0; top: 0; width: 72px; background: #0b4da1; border-radius: 50% 50%; padding: 8px;}
.why-cnt{}
.why-cnt h3{ font-size:16px; }
.why-cnt p{ text-align:left }

.aply-btn{ display:block; padding:15px 0; text-align:center; font-size:18px; background:#0c4da2; color:#fff; border-radius:10px; text-transform: uppercase;}
.aply-btn:hover{background:#333; color:#fff;font-size:18px; }