.main-nav-hover-fade-inactive:hover>li>span>a {
  opacity: .35;
}

.main-nav-hover-fade-inactive:hover>li:hover>span>a {
  opacity: 1;
}

.text-off-white {
  color: #E5E4E2;
}

.text-off-white-0 {
  color: rgba(229, 228, 226, 0);
}

.text-off-white-10 {
  color: rgba(229, 228, 226, 0.1);
}

.text-off-white-20 {
  color: rgba(229, 228, 226, 0.2);
}

.text-off-white-30 {
  color: rgba(229, 228, 226, 0.3);
}

.text-off-white-40 {
  color: rgba(229, 228, 226, 0.4);
}

.text-off-white-50 {
  color: rgba(229, 228, 226, 0.5);
}

.text-off-white-60 {
  color: rgba(229, 228, 226, 0.6);
}

.text-off-white-70 {
  color: rgba(229, 228, 226, 0.7);
}

.text-off-white-80 {
  color: rgba(229, 228, 226, 0.8);
}

.text-off-white-90 {
  color: rgba(229, 228, 226, 0.9);
}

.bg-off-white {
  background-color: #FAF9F6;
}

.bg-off-white-0 {
  background-color: rgba(250, 249, 246, 0)
}

.bg-off-white-5 {
  background-color: rgba(250, 249, 246, .05)
}

.bg-off-white-10 {
  background-color: rgba(250, 249, 246, .1)
}

.bg-off-white-20 {
  background-color: rgba(250, 249, 246, .2)
}

.bg-off-white-30 {
  background-color: rgba(250, 249, 246, .3)
}

.bg-off-white-40 {
  background-color: rgba(250, 249, 246, .4)
}

.bg-off-white-50 {
  background-color: rgba(250, 249, 246, .5)
}

.bg-off-white-60 {
  background-color: rgba(250, 249, 246, .6)
}

.bg-off-white-70 {
  background-color: rgba(250, 249, 246, .7)
}

.bg-off-white-80 {
  background-color: rgba(250, 249, 246, .8)
}

.bg-off-white-90 {
  background-color: rgba(250, 249, 246, .9)
}

.bg-matt-black {
  background-color: #28282B;
}

.text-cornblue {
  color: #6495ED;
}

.bg-platinum {
  background-color: #E5E4E2;
}

.bg-brown {
  background-color: #733624;
}

.is-stuck .module-trigger .bars:before {
  background-color: #E5E4E2;
}


.ld-flipbox-face {
  backface-visibility: hidden;
}

.lqd-imggrp-single[data-hover3d] .lqd-imggrp-img-container,
.ld-flipbox-wrap,
.ld-flipbox-face {
  transform-style: preserve-3d;
}

[data-liquid-stack=true] {
  --lqd-stack-animation-speed: 1.2s;
}

.banner .btn-xlg {
  line-height: unset !important;
  letter-spacing: unset !important;
}

.blog .lqd-lp h2 .split-inner:after {
  background: #b6e7ff;
  /* background: rgba(9, 116, 255, 0.25); */
}

.lqd-pf-row .masonry-item {
  flex: 1;
}

.masonry-item p {
  font-family: 'Helvetica', sans-serif;
  font-size: larger;
}

.lqd-lp-style-19:hover .lqd-lp-img figure {
  transform: unset;
}

article .card {
  position: relative;
  width: min(100%, 300px);
  height: 360px;
  /* margin: 20px; */
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

article .card img :not(.t-suprio) {
  object-fit: contain;
  width: 100%;
}

article .card .content {
  position: absolute;
  bottom: -160px;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  backdrop-filter: blur(15px);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: bottom 0.4s;
  transition-delay: 0.65s;
}

article .card:hover .content {
  bottom: 0;
  transition-delay: 0s;
}

article .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #FAF9F6;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.1em;
  transition: 0.5s;
  transition-delay: 0.3s;
  opacity: 0;
  transform: translateY(-20px);
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

article .card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
}

article .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 600;
  text-transform: initial;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}

article .card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}

article .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

article .card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}

article .card .content .sci li a {
  color: #FAF9F6;
  font-size: 24px;
}

.t-suprio {
  max-width: 134%;
  width: unset;
  object-fit: cover;
  position: relative;
  left: -92px;
}

.rounded-circle {
  border-radius: 50%;
  background-color: #FAF9F6;
  padding: 10px;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  position: relative;
  border-radius: 5em;
  background-color: rgba(250, 249, 246, 0.25);
  color: rgba(250, 249, 246, 0.25);
  transition: all .3s;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  background-color: #FAF9F6;
  color: #FAF9F6;
}

.services>div>div>div {
  cursor: pointer;
}


/* Carousel */

.owl-carousel1 {
  position: relative;
  margin-top: 30px;
}
.owl-carousel1 h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.owl-carousel1 .owl-stage-outer {
  padding: 30px 0;
}
.owl-carousel1 .owl-nav {
  display: none;
}
.owl-carousel1 .owl-dots {
  text-align: center;
}
.owl-carousel1 .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  /* border: 2px solid #01b0f8; */
  margin: 0 5px;
}
.owl-carousel1 .owl-dots .active {
  box-shadow: none;
}
.owl-carousel1 .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.owl-carousel1 .card {
  background: #E5E4E2;
  box-shadow: 0 10px 10px -7px #e5e4e28b;
  margin: 0 20px;
  padding: 20px;
  border-radius: 20px;
  border: 0;
}
.owl-carousel1 .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto;
  padding: 10px;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
  background-color: #FAF9F6;
}
.owl-carousel1 .card h5 {
  color: #6495ED;
  font-size: 21px;
  line-height: 1.3;
}
.owl-carousel1 .card h5 span {
  font-size: 18px;
  color: #666666;
}
.owl-carousel1 .card p {
  font-size: 18px;
  color: #555;
  padding-bottom: 15px;
}
.owl-carousel1 .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.owl-carousel1 .center {
  opacity: 1;
}
.owl-carousel1 .center h5 {
  font-size: 24px;
}
.owl-carousel1 .center h5 span {
  font-size: 20px;
}
.owl-carousel1 .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}

.owl-carousel .owl-item img {
  display: unset;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 6px;
  background: #E5E4E2;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  opacity: 1;
}

@media (max-width: 767px) {
  .tse-sub-title {
    font-size: 9vw !important;
  }


  .logo-sticky,
  .logo-default {
    width: 50px;
  }

  .lqd-mobile-sec .navbar-brand {
    padding: 10px 0;
  }

  .sm\:mb-10 {
    margin-bottom: 10px;
  }

  .sm\:mt-70 {
    margin-top: 70px;
  }

  .h-300 {
    max-width: 210%;
    height: auto;
    position: relative;
    left: -120px;
  }

  .s2 {
    margin-left: 0;
    margin-right: 0;
  }

  .owl-carousel1 {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  article .card img {
    position: relative;
    top: 50px;
  }

  .stats-exp {
    justify-content: start;
  }
}

@media (max-width: 1023px) {

  .logo-sticky,
  .logo-default {
    width: 70px;
  }

  .lqd-mobile-sec .navbar-brand {
    padding: 15px 0;
  }

  .h-300 {
    max-width: 210%;
    height: auto;
    position: relative;
    left: -120px;
  }
}

@media (max-width: 1199px) {
  .t-suprio {
    max-width: 150%;
    width: unset;
    object-fit: cover;
    position: relative;
    left: -89px;
  }

  article .card {
    height: 300px;
  }

  .h-300:first-child {
    max-width: 150%;
    height: auto;
    position: relative;
    left: -120px;
  }

  .h-300 {
    max-width: 210%;
    height: auto;
    position: relative;
    left: -120px;
  }
}

/* 00afff */

.drop-shadow {
  text-shadow: 2px 2px 0.5px black;
}

.drop-shadow-card-title {
  text-shadow: 2px 1px 4px black;
}

.text-25 {
  font-size: 25px;
}

.owl-dots{
  display: none;
}