
/* ===========================================================================
    Navigation
 */

.navigation-center .navbar-brand {
  position: absolute;
  top: 50%;
  -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}

.navigation-center .icon-menulist {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}



@media (max-width:991px) {
  .navigation-center .navbar-brand {
    position: relative;
    top:auto;
    -webkit-transform:translateY(0);
      -moz-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0);
  }
  .navigation-center .icon-menulist {
    position: relative;
    top:auto;
    -webkit-transform:translateY(0);
      -moz-transform:translateY(0);
      -o-transform:translateY(0);
      transform:translateY(0);
  }
}

@media (max-width:991px) {
  .navigation-center .dropdown-menu,
  .navigation-center .dropdown-item.hover,
  .navigation-center .dropdown-item:hover,
  .navigation-center .dropdown-item.active,
  .navigation-center .dropdown-item:active {
    background-color: rgba(0,0,0,.1)
  }

  .navigation-center .dropdown-menu .dropdown-item {
    color: rgba(255,255,255,.65);
  }

}



/* ===========================================================================
    Main 01
 */

#owl-intro .img-symbol {
  max-width: 100% !important;
    width: auto !important;
}

.height-hero {
  height: 100vh;
}

@media (max-width:574px) {
  .height-hero {
    height: 100vh;
  }
  #owl-intro .img-symbol {
      width: 100px !important;
  }
}

@-webkit-keyframes imagescale {
  0% {
    transform: scale(1)  rotate(.001deg);;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.3)  rotate(.001deg);;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}

@keyframes imagescale {
  0% {
    transform: scale(1)  rotate(.001deg);;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    transform: scale(1.3)  rotate(.001deg);;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
}

.owl-item.active .imagescale {
  animation: imagescale 8s ease-in-out infinite alternate;
  -webkit-animation: imagescale 8s ease-in-out infinite alternate;
  -moz-animation: imagescale 8s ease-in-out infinite alternate;
  -o-webkit-animation: imagescale 8s ease-in-out infinite alternate;
  /* animation-fill-mode: forwards; */
}

/* ===========================================================================
    Main 02 :: Banner
 */

.box-banner .card {
  overflow: hidden;
  margin-bottom:0;
}
.box-banner .card-img {
  min-height: 100%;
}

.box-banner .card:hover img {
  transform: scale(1.2, 1.2);
cursor: pointer;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
transition: all .4s ease;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
}
.box-banner h2 {
  color: #fff;
}
.box-banner .card,
.box-banner .card-img {
  border-radius: 0;
}

.box-banner .descrip {
  font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #cabe9f;
}

@media (max-width:574px) {
  .box-banner .card {
    margin-bottom: 15px;
  }
}


/* ===========================================================================
    Main 03
 */

.wrap-feature45-box {
  margin-top: 30px;
}

.wrap-feature45-box .main-tab {
  display: flex;
  width: 100%;
}

.wrap-feature45-box .main-tab>a {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 18px;

      color: #3f4448;
      background-color: #f8f8f8;
      text-align: center;
      margin: 0px 1px 0px 1px;
      border: none;
        padding: 20px 0;
      font-family: "Montserrat", sans-serif;
}

.wrap-feature45-box .main-tab>a.active {
  color: #ffffff !important;
  background-color: #cabe9f !important;
  position:relative;

}
.wrap-feature45-box .main-tab>a.active:after {
  position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -6px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 6px solid;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 0;
    border-top-color: #cabe9f !important;
}

.wrap-feature45-box .tab-pane {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .wrap-feature45-box .tab-pane {
    padding: 30px 0;
  }
  .wrap-feature45-box .tab-pane ul {
    padding-top: 0px;
  }

  .wrap-feature45-box a.nav-item i {
    font-size:24px;
  }
    }





/* ===========================================================================
    Main 05 :: Video Modal
 */

.modal-style-1 .modal-content {
  background-color: transparent;
  border: none;
}
.modal-style-1 .modal-header {
  border: none;
}
.modal-style-1 .modal-body {
  padding: 0 !important;
}


/* ===========================================================================
    Main 06 :: Counter
 */

 .client1 .client-box {
   margin: 0px;
   margin-top: 40px;
   border: 1px solid rgba(120, 130, 140, 0.13);
 }

 .client1 .client-box [class*="col-"] {
   min-height: 130px;
   border: 1px solid rgba(120, 130, 140, 0.13);
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
 }

.client-box .col-6 {
  border-right: 1px solid #eee;
}
.client-box .col-6.last {
  border-right: none;
}
@media (max-width:1023px) {
  .box-banner .card {
    margin-bottom: 30 px;
  }
}


/* ===========================================================================
      Main 07 :: Full CalltoBanner
*/
.wrap-feature21-box {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}




/* ===========================================================================
  Main 08
*/

.wrap-feature-24 {
  margin-top: 60px;
}

.wrap-feature-24 .card {
  overflow: hidden;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}

.wrap-feature-24 .card:hover {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}

.wrap-feature-24 .service-24 {
  text-align: center;
  padding: 40px 0;
  display: block;
}

.wrap-feature-24 .service-24 i {
  /* background: #cabe9f;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; */
  font-size: 50px;
}

.wrap-feature-24 .service-24 .ser-title {
  margin: 10px 0 5px;
  font-weight: 500;
}

.wrap-feature-24 .service-24:hover,
.wrap-feature-24 .service-24:focus {
  background: #3f4448;
}
.wrap-feature-24 .service-24:hover h6,
.wrap-feature-24 .service-24:focus h6 {
  color: #fff;
}
.wrap-feature-24 .service-24:hover p,
.wrap-feature-24 .service-24:focus p {
  color: rgba(255,255,255,.6);
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:hover .ser-title, .wrap-feature-24 .service-24:focus i, .wrap-feature-24 .service-24:focus .ser-title {
  /* color: #ffffff;
  text-fill-color: #ffffff;
  -webkit-text-fill-color: #ffffff; */
}

.wrap-feature-24 .service-24:hover i, .wrap-feature-24 .service-24:focus i {
  margin-bottom: 5px;
}
.wrap-feature-24  .card-body {
  padding: 30px;
}

.wrap-feature-24  .card-body .icon-space {
  padding: 0px 30px 20px 0px;
  font-size: 45px;
  margin: 0px;
}

.wrap-feature-24  .card-body p {
  margin-bottom: 0px;
}
