/* @font-face { 

font-family:'Futura';
src: url('../fonts/futura/Futura.ttf');
src:  url('../fonts/futura/Futura.oft');
src:  url('../fonts/futura/Futura.svg');
font-weight: normal; 

}
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,500&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  /* font-size: 14px; */
  /* line-height: 1.8; */
  font-weight: 100;
  color: #2f4161;
  }

  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
  }
  a:hover, a:focus {
    text-decoration: none;
    color: #78d1b2;
    outline: none !important;
    }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  /* line-height: 1.5; */
  /* color: rgba(0, 0, 0, 0.9); */
  /* font-weight: 400; */
  }

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


.cardim-navbar-light {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .cardim-navbar-light {
      background: #0a2447 !important;
      position: relative;
      top: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      } }
  .cardim-navbar-light .container {
    width: 1110px;
    margin: 0 auto;
    padding: 0; }
  .cardim-navbar-light .navbar-brand {
    color: #000000;
    padding-top: .7rem;
    padding-bottom: .7rem; }
    .cardim-navbar-light .navbar-brand:hover, .cardim-navbar-light .navbar-brand:focus {
      color: #000000 !important; }
    @media (max-width: 991.98px) {
      .cardim-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .cardim-navbar-light .navbar-nav {
      padding-bottom: 20px;
      margin-right: 0; } }
  .cardim-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 2px;
    padding-right: 20px;
    color: #000000;
    font-weight: 400;
    opacity: 1 !important;
    }
    .cardim-navbar-light .navbar-nav > .nav-item > .nav-link span {
      position: relative;
      display: block;
      padding-bottom: 2px; }
      @media (max-width: 1199.98px) {
        .cardim-navbar-light .navbar-nav > .nav-item > .nav-link span {
          display: inline-block; } }
      .cardim-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #78d1b2;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        }
    .cardim-navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .cardim-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-top: 0;
        color: #fff; } }
  .cardim-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    border: 1px solid #0075f6;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 18px;
    padding-right: 18px;
    background: #0075f6;
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .cardim-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .cardim-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #0075f6;
      border: 1px solid #0075f6; }
  .cardim-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #a0f669;
    background: #a0f669 !important; }
  .cardim-navbar-light .navbar-nav > .nav-item .nav-link.active {
    background: transparent;
    background: none;
    color: #002448;
    }
    .cardim-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  @media (max-width: 991.98px) {
    .cardim-navbar-light .navbar-nav > .nav-item.active > a {
      color: #0075f6; } }
  .cardim-navbar-light .navbar-toggler {
    border: none;
    color: #77d2b2 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    }
    .cardim-navbar-light .navbar-toggler:hover, .cardim-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #0075f6;
      outline: none !important; }
  .cardim-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #002344 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    }



    .cardim-navbar-light.scrolled img.custom-logo{
    height: 70px;
    width: 100%;
    position: relative;
    top: 0;
    left: -111px;
}


    @media (max-width: 991.98px) {
      .cardim-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important; } }
    .cardim-navbar-light.scrolled .nav-item.active > a {
      color: #0075f6 !important; }
    .cardim-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #0075f6;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 5px !important;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .cardim-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .cardim-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #0075f6; }
    @media (max-width: 991.98px) {
      .cardim-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important; } }
    .cardim-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: #77d2b2;
      border-color: #77d2b2 !important;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em;
      }
    .cardim-navbar-light.scrolled .nav-link {
      color: #ffffff !important;
      }
      .cardim-navbar-light.scrolled .nav-link.active {
        color: #78d1b2 !important;
        }
    .cardim-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .cardim-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .cardim-navbar-light.scrolled .navbar-brand {
      color: #000000;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 24px; }

.navbar-brand {
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase; }

.hero h3.vr {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-orientation: sideways;
  text-align: center;
  text-orientation: sideways;
  margin: 0rem;
  position: absolute;
  top: 0;
  left: 4em;
  height: 100%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 16px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199.98px) {
    .hero h3.vr {
      opacity: 0;
      display: none; } }
/* 
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; } */
.one-item .owl-nav {
  display: none; }

.one-item .owl-dots {
  /* width: 15px; */
  /* text-align: right; */
  position: relative;
  bottom: 0;
  /* top: -180px; */
  /* left: 0; */
  /* right: -30px; */
  /* float: right; */
  }
  .one-item .owl-dots .owl-dot {
    /* display: inline-block; */
    margin: 0;
    }
    .one-item .owl-dots .owl-dot span {
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #78d1b2 !important;
      }
    .one-item .owl-dots .owl-dot.active span {
      background-color: #ffffff !important;
      }

.one-item .owl-stage {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.one-item .owl-item {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2);
  -o-transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2);
  transition: 0.1s all cubic-bezier(0.17, 0.67, 0.86, 0.2); }
  .one-item .owl-item:hover {
    z-index: 3;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }

    .one-item .owl-dots .owl-dot.active {
    background: transparent;
}

.one-item .owl-dots .owl-dot {
  background: transparent;
}







  .owl-carousel.home-slider {
    position: relative;
    height: 115vh;
    z-index: 0;
    }
    .owl-carousel.home-slider:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 80%;
      background: #002448;
      opacity: 1;
      content: '';
      z-index: -1;
      }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 100vh;
      position: relative;
      z-index: 0;
      }


      .owl-carousel.home-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    height: 115vh;
}
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        /* position: absolute; */
        /* top: 0; */
        /* bottom: 0; */
        /* left: 0; */
        /* right: 0; */
        /* background: #000000; */
        /* opacity: 0; */
        }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 115vh;
        z-index: 0;
        }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-third {
          width: 100%;
          /* top: -100px; */
          /* border-radius: 1rem; */
          /* position: relative; */
          height: 115vh;
          z-index: -1;
          -webkit-box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
          box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
          }
          .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000;
            opacity: 0;
            height: 115vh;
            }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-third {
              width: 100%;
              z-index: 0; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
                opacity: .3; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third:after {
                opacity: 0; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-forth {
          width: 50%;
          position: relative;
          }
          @media (min-width: 768px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              position: absolute;
              top: 20%;
              left: 0;
              bottom: 0;
              right: 0;
              width: 79%;
              margin: 0 auto;
              /* background-color: #9ff66987; */
              } }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              padding: 1em; } }
          .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
            width: 100%; }
            @media (min-width: 992px) {
              .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                /* max-width: 81%; */
                padding-left: 6rem;
                padding-right: 6em;
                text-align: center;
                } }
        .owl-carousel.home-slider .slider-item .slider-text .icon-video {
          position: absolute;
          top: 120px;
          right: 70px;
          content: '';
          width: 70px;
          height: 70px;
          background: #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
          .owl-carousel.home-slider .slider-item .slider-text .icon-video span {
            font-size: 20px;
            color: #000000; }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          color: #000000;
          font-weight: 600;
          font-size: 20px;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #002448;
          }
        .owl-carousel.home-slider .slider-item .slider-text .text {
          position: relative;
          z-index: 1; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 60px;
          color: #000000;
          line-height: 1.2;
          font-weight: 800; }
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            font-weight: 800;
            color: #002448;
            }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              color: #fff;
              font-size: 50px; } }
          @media (max-width: 767.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 23px;
          font-weight: 400;
          }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h2 {
              color: #fff; } }
        .owl-carousel.home-slider .slider-item .slider-text p {
          color: rgba(0, 0, 0, 0.8);
          font-weight: 400; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text p {
              color: rgba(255, 255, 255, 0.7);
              font-size: 23px; } }
     
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      bottom: 60px !important;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .owl-carousel.home-slider .owl-nav {
          display: none; } }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        width: 60px;
        height: 60px;
        background: #fff !important;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        opacity: 1; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #000000; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-prev {
            right: 61px !important; } }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover, .owl-carousel.home-slider .owl-nav .owl-prev:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before {
            font-size: 20px;
            margin-top: 7px;
            color: #0075f6; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-next {
            right: 0 !important; } }
        .owl-carousel.home-slider .owl-nav .owl-next:hover, .owl-carousel.home-slider .owl-nav .owl-next:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            font-size: 24px;
            margin-top: 7px;
            color: #0075f6; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .owl-carousel.home-slider .owl-dots {
          display: none; } }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 600px;
    position: relative;
    background-position: top center; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .3;
      background: #fff; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 600px; }

.slider-text h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .slider-text h1 {
      font-size: 40px; } }

.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }
  .slider-text p strong {
    font-weight: 700; }
    .slider-text p strong a {
      color: #000000; }

.slider-text .breadcrumbs {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400; }
  .slider-text .breadcrumbs span {
    color: rgba(0, 0, 0, 0.8); }
    .slider-text .breadcrumbs span i {
      color: rgba(0, 0, 0, 0.8);
      padding-left: 5px;
      }
    .slider-text .breadcrumbs span a {
      color: black; }
      .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
        color: #0075f6; }
        .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
          color: #0075f6; }

.slider-text .bread {
  font-weight: 700;
  color: #ffffff;
  }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #082448; }
.bg-secondy{
  background: #78d1b2; }
  

.text-primary {
  color: #2f4161 !important; }

  .text-secondy{
  color: #78d1b2; }
  

.btn {
  cursor: pointer;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); 
border: 2px solid transparent;
-webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }

 .btn.btn-primary {
    background: #082448;
    border: 2px solid #082448 !important;
    color: #fff !important; 
  }
    .btn.btn-primary:hover {
      border: 2px solid #ffffff !important;
      background: #ffffff !important;
      color: #082448 !important;
      }



  .btn.btn-secondary {
    background: #ffffff !important;
    border: 2px solid #ffffff !important;
    color: #78d1b2 !important;
    }
    .btn.btn-secondary:hover {
      border: 2px solid #78d1b2 !important;
      background: #78d1b2 !important;
      color: #ffffff !important;
      }


    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #07adb5 !important;
      background: transparent !important;
      color: #07adb5 !important; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid #ffffff !important;
        background: rgba(0,0,0,0) !important;
        color: #fff !important;
        }


           .btn.btn-secondary.btn-outline-secondary {
      border: 2px solid #fff !important;
      background: transparent !important;
      color: #fff !important; }
      .btn.btn-secondary.btn-outline-secondary:hover {
        border: 2px solid #78d1b2 !important;
        background: rgba(0,0,0,0) !important;
        color: #78d1b2 !important;
        }


.btn-outline-primary {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-primary:hover {
    color: #071f48;
    background-color: #76d2b2;
    border-color: #76d2b2;
}
  

  .btn-outline-secondary {
    color: #353638;
    border-color: #353638;

}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

  .btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #353638 !important;
    }
    .btn.btn-white:hover {
      border: 1px solid #000000;
      background: #fff !important;
      color: #fff; }

    .btn.btn-white.btn-outline-primary {
      border: 2px solid #ffffff !important;
      background: transparent;
      color: #0bacb5 !important;
      }
      .btn.btn-white.btn-outline-primary:hover {
        border: 2px solid #ffffff !important;
        background: rgba(0,0,0,0) !important;
        color: #fff !important;
        }




.cardim-about .img-about {
  width: 100%;
  z-index: 0;
  position: relative; }
  .cardim-about .img-about .overlay {
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: #002448;
    margin-top: 40px;
    margin-left: -60px;
    opacity: 1;
    }
  .cardim-about .img-about .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    /* -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33); */
    -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
    /* box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33); */
    }

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services .icon {
    line-height: 1.3;
    position: relative; }
    .services .icon span {
      font-size: 60px;
      color: #0075f6;
      background: #9ff669;
      background: -moz-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #9ff669), color-stop(100%, #31de79));
      background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -o-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -ms-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -webkit-linear-gradient(315deg, #9ff669 0%, #31de79 100%);
      background: -o-linear-gradient(315deg, #9ff669 0%, #31de79 100%);
      background: linear-gradient(135deg, #9ff669 0%, #31de79 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ff669', endColorstr='#31de79', GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .services .media-body h3 {
    font-size: 18px;
    font-weight: 500; }

.services-1 {
  margin: 1rem !important;
  padding: 2em;
  border-radius: 1rem;
  background: #082448;
  width: 90% !important;
  -webkit-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 20px 69px -27px rgba(0, 0, 0, 0.17);
  }
  .services-1 .icon {
    display: block;
    margin-bottom: 30px; }
    .services-1 .icon i {
      font-size: 60px;
      line-height: 1.0;
      color: #000000;
      background: #9ff669;
      background: -moz-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #9ff669), color-stop(100%, #31de79));
      background: -webkit-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -o-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -ms-linear-gradient(-45deg, #9ff669 0%, #31de79 100%);
      background: -webkit-linear-gradient(315deg, #9ff669 0%, #31de79 100%);
      background: -o-linear-gradient(315deg, #9ff669 0%, #31de79 100%);
      background: linear-gradient(135deg, #092549 0%, #092549 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ff669', endColorstr='#31de79', GradientType=1 );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      }
  .services-1 .desc h3 {
    line-height: 1.3;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative; }
    .services-1 .desc h3:after {
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      content: '';
      width: 30px;
      height: 1px;
      background: #000000;
      margin: 0 auto; }
    .services-1 .desc h3 a {
      color: #ffffff;
      }
  .services-1 .desc h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 18px; }
  .services-1 .desc span {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #0075f6; }

.progress-wrap {
  width: 100%;
  margin-bottom: 30px; }
  .progress-wrap h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500; }

.progress {
  height: 20px;
  -webkit-box-shadow: none; 
  box-shadow: none;
  background: #f0f0f0;
  overflow: visible; 

/*  background-color: #e4c465; */
    -webkit-animation: progress-bar 5s ease-in-out;
    -webkit-animation-fill-mode:both; 
    -moz-animation: progress-bar 5s ease-in-out;
    -moz-animation-fill-mode:both; 

}

.progress-bar {
 /*  background: #0075f6; */
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .progress-bar:after {
    position: absolute;
    top: -2px;
    right: 0;
    width: 34px;
    height: 34px;
    content: '';
    background: #0075f6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    opacity: 0; }





@-webkit-keyframes progress-bar {
  0% { width: 0; }
  100% { width: 100%; }
}

@-moz-keyframes progress-bar {
  0% { width: 0; }
  100% { width: 100%; }
}



  .progress-bar span {
    position: absolute;
    top: -38px;
    right: 0;
    font-size: 20px;
    font-weight: 400; }


    span.te {
   /*  position: absolute;
    top: -38px; */
    right: -15px;
   /*  font-size: 20px;
    font-weight: 400; */
}

.cardim-hireme {
  background: #002047;
  }
  .cardim-hireme h2 {
    /* color: #76d2b2; */
    /* font-size: 40px; */
    /* font-weight: 300; */
    }
    .cardim-hireme h2 span {
      font-weight: 800; }

.project {
  width: 100%;
  height: 185px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  border-radius: 1rem;
  }
  .project.img-2 {
    height: 400px;
    border-radius: 1rem;
    }
    @media (max-width: 767.98px) {
      .project.img-2 {
        height: 285px; } }
    .project.img-2 .text {
      max-width: 45%;
      z-index: 1; }
      .project.img-2 .text h3 {
        font-size: 22px; }
        .project.img-2 .text h3 a {
          color: #fff; }
      .project.img-2 .text span {
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        letter-spacing: 2px; }
      @media (max-width: 767.98px) {
        .project.img-2 .text {
          max-width: 100%;
          opacity: 1; }
          .project.img-2 .text span {
            color: rgba(255, 255, 255, 0.8); } }
  .project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #78d1b2;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 1rem;
    }
    @media (max-width: 767.98px) {
      .project .overlay {
        opacity: .2; } }
  .project .text {
    max-width: 80%;
    z-index: 1;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .project .text h3 {
      font-size: 20px; }
      .project .text h3 a {
        color: #fff; }
    .project .text span {
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      letter-spacing: 2px; }
    @media (max-width: 767.98px) {
      .project .text {
        opacity: 1; }
        .project .text span {
          color: rgba(255, 255, 255, 0.8); } }
  .project:hover .overlay, .project:focus .overlay {
    opacity: .9; }
  .project:hover .text, .project:focus .text {
    opacity: 1; }

.aside-stretch {
  background: #2a8fff; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #2a8fff; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.cardim-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .cardim-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.cardim-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #002448 !important;
  }

.about-author .desc h3 {
  font-size: 24px; }

.cardim-section {
  padding: 7em 0;
  /* position: relative; */
  }
  @media (max-width: 767.98px) {
    .cardim-section {
      padding: 6em 0; } 
        .calendly-inline-widget{
 height: 1060px !important; 
  overflow:hidden !important;
}
    
    }

.cardim-no-pt {
  padding-top: 0 !important; }

.cardim-no-pb {
  padding-bottom: 0 !important; }

.cardim-bg-dark {
  background: #3c312e; }

.cardim-footer {
  font-size: 16px;
  background: #082447;
  padding: 7em 0 1rem 0;
  z-index: 0;
  }
  .cardim-footer .cardim-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .cardim-footer .cardim-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600; }

  .cardim-footer .cardim-footer-widget ul {
    padding-left:0; 
  }


#menu-footer-menu li:before {
content: "\f178";
  color: rgba(255, 255, 255, 0.6);
  font-family: 'icomoon' !important;
  display: inline-block;
  width: 1.3em; /* same as padding-left set on li */
}



  .cardim-footer .cardim-footer-widget ul li {
    margin-bottom: 10px; 
list-style-type: none;


  }
    .cardim-footer .cardim-footer-widget ul li a {
      color: #78d1b2;
      }
      .cardim-footer .cardim-footer-widget ul li a span {
        color: #78d1b2;
        }
  .cardim-footer .cardim-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .cardim-footer .cardim-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .cardim-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .cardim-footer a {
    color: rgba(255, 255, 255, 0.7); }
    .cardim-footer a:hover {
      color: #fff; }
  .cardim-footer .cardim-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000000; }

.cardim-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .cardim-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    /* background: #78d1b2; */
    border-radius: 50%;
    position: relative;
    border: 2px solid #78d1b2;
    }
    .cardim-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .cardim-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #0075f6; }

.media .cardim-icon {
  width: 100px; }
  .media .cardim-icon span {
    color: #0075f6; }

#map {
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 117, 246, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 117, 246, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(0, 117, 246, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(0, 117, 246, 0);
    box-shadow: 0 0 0 30px rgba(0, 117, 246, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 117, 246, 0);
    box-shadow: 0 0 0 0 rgba(0, 117, 246, 0); } }

.heading-section .subheading {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: black;
  letter-spacing: 3px; }

.heading-section h2 {
  /* font-size: 40px; */
  font-weight: 600;
  text-transform: initial;
  /* color: #2f4161; */
  }
  .heading-section h2 span {
    font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9) !important; }

.heading-section.heading-section-white h2 {
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }


.img-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1920px;
  }
  
.img,
.blog-img,
.user-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .cardim-counter {
    background-position: center center !important; } }

.cardim-counter .img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }

.cardim-counter .text {
  display: inline-block;
  -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17);
  box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17); }
  @media (min-width: 992px) {
    .cardim-counter .text {
      padding-left: 63px !important;
      margin-left: -115px;
      } }
  .cardim-counter .text p {
    font-size: 24px;
    line-height: 1; }
  .cardim-counter .text span.number {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    font-weight: 400; }
  .cardim-counter .text span {
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 198px;
  border-radius: 1rem;
  }

.blog-entry {
  position: relative; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    width: 100%;
    margin: 0 auto; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 500; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #78d1b2;
          }
  .blog-entry .meta {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .blog-entry .meta span {
      color: #0a2447;
      }
    .blog-entry .meta a {
      color: #0a2447;
      }
      .blog-entry .meta a:hover {
        color: #78d1b2;
        }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.block-6 {
  margin-bottom: 40px; }
  .block-6 .media-body p {
    font-size: 16px; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #a0f669;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #cccccc; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #a0f669;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .img {
  width: 100%;
  background-position: top center; }

.contact-section .contact-info p a {
  color: #fff; }

.contact-section .contact-form {
  width: 100%; }
  @media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
      display: block;
      width: 100%; } }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #0075f6; }
  .block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: #b3b3b3; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative;
    margin-bottom: 0; }
    .search-form .form-group input {
      padding-right: 50px;
      font-size: 14px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 18px;
    }

.categories, .sidelink {
  padding: 0;
  margin: 0; }
  .categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none; }
    .categories li:last-child, .sidelink li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .categories li a, .sidelink li a {
      display: block;
      color: #1a1a1a; }
      .categories li a span, .sidelink li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc; }
    .categories li.active a, .sidelink li.active a {
      color: #000000;
      font-style: italic; }

#cardim-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#cardim-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#cardim-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#cardim-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#cardim-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


    .cardim-navbar-light img.custom-logo {
    /* width: 100%; */
    height: 156px;
    position: relative;
    top: 67px;
    left: -111px;
}

.sidebar-box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}



  .sidebar-box .widget_title {
       font-weight: 500;
       margin-bottom: 20px;
       font-size: 18px;
       }
  
  .sidebar-box .author_widget {
    text-align: center; }
    .sidebar-box .author_widget h4 {
      font-size: 18px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 5px;
      margin-top: 30px; }
    .sidebar-box .author_widget p {
      margin-bottom: 0px; }
    .sidebar-box .author_widget .social_icon {
      padding: 7px 0px 15px; }
      .sidebar-box .author_widget .social_icon a {
        font-size: 14px;
        color: #222222;
        transition: all 0.2s linear; }
        .sidebar-box .author_widget .social_icon a + a {
          margin-left: 20px; }
        .sidebar-box .author_widget .social_icon a:hover {
          color: #00c9ff; }
  .sidebar-box .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px; }
    .sidebar-box .popular_post_widget .post_item .media-body h3 {
      font-size: 14px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 4px;
      transition: all 0.3s linear; }
      .sidebar-box .popular_post_widget .post_item .media-body h3:hover {
        color: #00c9ff; }
    .sidebar-box .popular_post_widget .post_item .media-body p {
      font-size: 12px;
      line-height: 21px;
      margin-bottom: 0px; }
  .sidebar-box .popular_post_widget .post_item + .post_item {
    margin-top: 20px; }






  .sidebar-box .post_category_widget .cat-list li {
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
    }
    .sidebar-box .post_category_widget .cat-list li a {
      font-size: 14px;
      line-height: 20px;
      color: #777; }
      .sidebar-box .post_category_widget .cat-list li a p {
        margin-bottom: 0px; }
    .sidebar-box .post_category_widget .cat-list li + li {
      padding-top: 15px; }
    .sidebar-box .post_category_widget .cat-list li:hover a {
      /* color: #00c9ff; */
      }
    .sidebar-box .post_category_widget .cat-list li:hover {
      /* border-color: #00c9ff; */
      }



    .sidebar-box .tag_cloud_widget a {
      display: inline-block;
      border: 1px solid #eee;
      background: #fff;
      padding: 0px 13px;
      margin-bottom: 8px;
      transition: all 0.3s ease 0s;
      color: #222222;
      font-size: 12px !important; }
      .sidebar-box .tag_cloud_widget a:hover {
        color: #fff; }


body.page-redes{
      /* background-image: url(../img/debut_light.png); */
      background-color: #002148;
}
.page-redes a{
   color: #fff;
}

.page-redes {
    /* margin: 9px; */
    text-align: center;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.page-redes .list-group-item-primary {
    color: #ffffff;
    background-color: #78d1b2!important;
}

.page-redes .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid #78d1b2;
}

.acf-map {
  width: 100%;
  height: 358px;
  margin: 0;
  border-radius: 1rem;
}

.acf-map img {
   max-width: inherit !important;
}
/* #missao{
  background-image: url(../img/brain.png) !important;
  background-position: center center;
  background-size: cover !important;
  } */
#reconhecimento{background-image: url(../img/bg-curvas.png) !important;
  background-position: center center;
  /*   background-repeat: no-repeat; *//* background-attachment: fixed !important; */
  background-size: cover !important;}


#agendamento span {
 
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.agendamento::before {

   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f684";
  /*    content: "\f004";
    font-family: icomoon; */
    position: absolute;
    width: 100px;
    height: 100px;
    top: -10%;
    right: -4%;
    color: #fafafa;
    font-size: 3.5em;
    background: #002148;
    z-index: 1;
    border-radius: 50%;
}



@media (max-width:575.98px) {

.calendly-inline-widget{
 height: 1051px !important; 
  overflow:hidden !important;
}

.cardim-navbar-light.scrolled img.custom-logo {
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cardim-navbar-light img.custom-logo{
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.agendamento::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f684";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -10%;
    right: 13px;
    color: #fafafa;
    font-size: 3.5em;
    background: #002148;
    z-index: 1;
    border-radius: 50%;
}

.owl-carousel.home-slider .slider-item .slider-text .icon-video {
    position: absolute;
    top: 120px;
    content: '';
    left: 155px;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

   .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          border: 1px solid #0a2447;
          padding: 12px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px;
          background-color: #0a2447;
          color: white;
          border-radius: 1rem;
          position: relative;
          left: 0;
          top: 163px;
          font-weight: 900;
          }

}
@media (min-width:576px) and (max-width:767.98px) {


  .cardim-navbar-light.scrolled img.custom-logo {
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cardim-navbar-light img.custom-logo{
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

   .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          border: 1px solid #0a2447;
          padding: 12px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px;
          background-color: #0a2447;
          color: white;
          border-radius: 1rem;
          position: relative;
          left: 0;
          top: 163px;
          font-weight: 900;
          }

}

@media (min-width:768px) and (max-width:991.98px) {

.cardim-navbar-light.scrolled img.custom-logo {
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cardim-navbar-light img.custom-logo{
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}



.cardim-navbar-light.scrolled img.custom-logo {
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.cardim-navbar-light img.custom-logo{
    height: 72px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.owl-carousel.home-slider .slider-item .slider-text .icon-video {
    position: absolute;
    top: 120px;
    content: '';
    left: 370px;
    width: 70px;
    height: 70px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

   .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          border: 1px solid #0a2447;
          padding: 12px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px;
          background-color: #0a2447;
          color: white;
          border-radius: 1rem;
          position: relative;
          left: 0;
          top:0;
          font-weight: 900;
          }

              .calendly-inline-widget{
 height: 1060px !important; 
  overflow:hidden !important;
}

}

@media (min-width:992px) and (max-width:1199.98px) {
   .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          border: 1px solid #0a2447;
          padding: 12px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px;
          background-color: #0a2447;
          color: white;
          border-radius: 1rem;
          position: relative;
          left: 336px;
          top: 0;
          font-weight: 900;
          }

.cardim-navbar-light img.custom-logo {
    height: 100px;
    /* position: relative; */
    top: 20px;
    left: -50px;
}

    .calendly-inline-widget{
 height: 1060px !important; 
  overflow:hidden !important;
}
}
@media (min-width:1200px) {

   .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          border: 1px solid #0a2447;
          padding: 12px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px;
          background-color: #0a2447;
          color: white;
          border-radius: 1rem;
          position: relative;
          left: 390px;
          top: -12 5px;
          font-weight: 900;
          }

          .cardim-navbar-light img.custom-logo {
    height: 100px;
    /* position: relative; */
    top: 20px;
    left: -50px;
}


.calendly-inline-widget{
 
     width:100%;
      height:670px;
      overflow:hidden !important;
}

    .calendly-inline-widget{
 height: 1060px !important; 
  overflow:hidden !important;
}
}



.nonloop-block-14 .owl-nav {
  display: none; }

.nonloop-block-14 .owl-dots {
  margin-top: 30px;
  width: 100%;
  text-align: center; }
  .nonloop-block-14 .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px; }
    .nonloop-block-14 .owl-dots .owl-dot span {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #78d2b2;
      }
    .nonloop-block-14 .owl-dots .owl-dot.active span {
      background-color: #f8f9fa;
      }


      #fotos {
    background-image: url(../img/brain.png) !important;
    background-position: center center;
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed !important; */
    background-size: cover !important;
}




#notfound {
  position: relative;
  height: 100vh;
  background: #142041;
}
#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.notfound .notfound-404 {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
  z-index: -1;
}
.notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50% , -50%);
    -ms-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    font-size: 224px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -12px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: -1px -1px 0px #aaff2e, 1px 1px 0px #213800;
    letter-spacing: -20px;
}
.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 0px #8400ff;
  letter-spacing: 13px;
  margin: 0;
}
.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid;
  background: transparent;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
      font-size: 182px;
  }
}


.five-item .slick-prev:before, .five-item .slick-next:before {
    font-size: 34px;
     opacity: 1 !important;
    color: #092549;
 
}


.five-item .slick-prev, .five-item .slick-next {
    top: 46%;
    z-index: 9999;
 
}

.two-item .slick-prev:before, .two-item .slick-next:before {
    font-size: 34px;
     opacity: 1 !important;
    color: #092549;
 
}


.two-item .slick-prev, .two-item .slick-next {
    top: 46%;
    z-index: 9999;
 
}



.servico-item .slick-prev:before, .servico-item .slick-next:before {
    font-size: 34px;
     opacity: 1 !important;
    color: #78d1b2;
 
}


.servico-item .slick-prev, .servico-item .slick-next {
    top: 46%;
    z-index: 9999;
 
}



@media (max-width:575.98px) {
.two-item .slick-prev {
    left: 0;
    width: 45px;
    height: 45px;
}

.two-item .slick-next {
    right: 0;
    width: 45px;
    height: 45px;
    
}

.five-item .slick-prev {
    left: 0;
    width: 45px;
    height: 45px;
}

.five-item .slick-next {
    right: 0;
    width: 45px;
    height: 45px;
    
}

.servico-item .slick-prev {
    left: 0;
    width: 45px;
    height: 45px;
}

.servico-item .slick-next {
    right: 0;
    width: 45px;
    height: 45px;
   
}
}




.hero {
	padding: 100px 0 100px 0;
	background: #002344;
}


.hero h4 {font-weight: 300;color: #fff;font-family: 'Montserrat';font-size: 20px;padding: 0 5rem;padding-top: 17px;}


.hero h2 {
	font-size: 28px;
	font-weight: 700;
	color: #78d1b2;
	line-height: 1.3;
  letter-spacing: -1px;
  font-family: 'Montserrat';
}

.hero h1 {
font-size: 3rem;;
	font-weight: 700;
	color: #78d1b2;

  font-family: 'Montserrat';
}

.hero p {
	font-size: 16px;
	/* font-weight: 500; */
	color: #627382;
	color: #ffffff;
	line-height: 1.6;
	/* letter-spacing: 0; */
	/* margin-top: 20px; */
	font-family: 'Montserrat';
}


.hero img {
	margin-top: 25px;
}



.hero{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
	}



@media only screen and (min-width: 767px) {



	.hero h2 {
		font-size: 38px;
	}




	.hero {
		padding: 125px 0 100px 0;
	}




}


@media (max-width: 575.98px){
  .btn-action {

	padding: 0 5px !important;
	  font-size: 9px !important;
	  width: 85% !important;

}
	
	
	._form_1 ._submit {
   
    font-size: 14px !important;

}
	
	.hero h4 {
 
    font-size: 20px;
    padding: 0;
    padding-top: 17px;
}
}

  
.btn-action {
	font-family: 'Montserrat';
	display: inline-block;
	height: 45px;
	padding: 0 30px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 2px;
/* 	margin: 20px 0; */
	margin-bottom: 23px;
	margin-left: 25px;
	margin-right: 25px;
	width: 90%;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	background-color: #ffffff;
	background: #ffffff;
	color: #072244;
	border: 1px solid transparent !important;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
	/* margin: 0 auto; */
}

.btn-action:hover {
	color: #072244;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 100,.2);
	border: 1px solid transparent !important;
	outline: none !important;
	text-decoration: none;
}

.btn-action:focus, .btn-action:active {
	background: #78d1b2;
	color: #FFFFFF;
	border: 1px solid transparent !important;
	outline: none !important;
}


.wp-block-activecampaign-form-activecampaign-form-block {
  
    background: #002344 !important;
}


 ._field-wrapper input[type="text"], ._field-wrapper input[type="date"], ._field-wrapper textarea {
/*     padding: 12px !important; */
    height: 45px !important;
    text-align: center;
    border: #002344 1px solid !important;
    border-radius: 23px !important;
    color: #002344 !important;
    font-size: 15px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-family: 'Montserrat';
} 

._form_1 ._submit {
	height: 45px !important;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    background: #78d1b2 !important;
    border: 0 !important;
    -moz-border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important;
    color: #fff !important;
    padding: 11px !important;
}