@import url("icons.css");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --bringer-border-mask: linear-gradient(#000, #000) content-box content-box,
    linear-gradient(#000, #000);
}
/* body{
  scroll-behavior: smooth;
} */
.home-preview .tc-navbar-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0px 5vw;
}
.home-preview .tc-navbar-preview .content {
  padding: 10px 0 0 20px;
}
.home-preview .tc-navbar-preview .content .navbar-brand {
  max-width: 145px;
  -webkit-margin-end: 100px;
  margin-inline-end: 100px;
}
.home-preview .tc-navbar-preview .content .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.home-preview .tc-navbar-preview .content .navbar-nav .nav-link:hover,
.home-preview .tc-navbar-preview .content .navbar-nav .nav-link.active {
  color: var(--color-orange1);
}
.home-preview .tc-navbar-preview .content .nav-side .icon {
  font-size: 14px;
  color: #fff;
}
.home-preview .tc-navbar-preview .dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #45261f, #20201f, #34301c);
}
.home-preview .tc-navbar-preview .dropdown-menu li:last-of-type .dropdown-item {
  border: 0;
}
.home-preview .tc-navbar-preview .dropdown-menu .dropdown-item {
  color: #fff;
  border-color: #fff2;
  padding: 15px 20px;
  text-transform: capitalize;
  font-size: 13px;
}
.home-preview .tc-navbar-preview .dropdown-menu .dropdown-item:hover {
  background-color: #20201f;
}
.home-preview .tc-header-preview {
  position: relative;
}
.home-preview .tc-header-preview .slider-card {
  position: relative;
}
.home-preview .tc-header-preview .slider-card .img {
  height: 700px;
  position: relative;
  min-height: 100vh;
}
.home-preview .tc-header-preview .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 3%;
  pointer-events: none;
}
.home-preview .tc-header-preview .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.home-preview .tc-header-preview .slider-card .info h1 {
  font-size: calc(12vw + 20px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-preview .tc-header-preview .slider-card1 {
  position: relative;
}
.home-preview .tc-header-preview .slider-card1 .img {
  height: 500px;
  position: relative;
  min-height: 40vh;
}
.home-preview .tc-header-preview .slider-card1 .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 40%;
  pointer-events: none;
}
.home-preview .tc-header-preview .slider-card1 .info {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.home-preview .tc-header-preview .slider-card1 .info h1 {
  font-size: calc(3vw + 05px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-preview .tc-header-preview .features-txt {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  margin-top: 50px;
}
.home-preview .tc-header-preview .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
  bottom: -80px;
}
.home-preview .tc-header-preview .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}
.home-preview .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.home-preview .tc-header-preview .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
}
.home-preview .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.home-preview .tc-header-preview .float-social-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1vw;
  z-index: 20;
}
.home-preview .tc-header-preview .float-social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.home-preview .tc-header-preview .float-social-links a:hover {
  background-color: #4cc5ba;
}
.home-preview .tc-header-preview .float-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1vw;
  z-index: 20;
}
.home-preview .tc-header-preview .float-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.home-preview .tc-header-preview .float-icons a:hover {
  background-color: var(--color-orange1);
}
.home-preview .tc-demos {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.home-preview .tc-demos .demo-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid #9993;
  overflow: hidden;
  margin-top: 30px;
  display: block;
}
.home-preview .tc-demos .demo-card .img {
  height: 750px;
}
.home-preview .tc-demos .demo-card .img img {
  -o-object-position: top;
  object-position: top;
}
.home-preview .tc-demos .demo-card .info {
  padding: 30px;
  border-top: 1px solid #9993;
}
.home-preview .tc-demos .demo-card.comming-card {
  position: relative;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background-color: #f1eee9;
}
.home-preview .tc-demos .marq-content {
  position: relative;
}
.home-preview .tc-demos .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.home-preview .tc-demos .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.home-preview
  .tc-demos
  .marq-content
  .marq-slider
  .swiper-wrapper
  .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-demos .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.home-preview .tc-demos .marq-content .marq-slider a:hover {
  color: #000;
}
.home-preview .tc-dark-sections {
  position: relative;
  background-image: url(../img/dark_bg.png);
  background-size: cover;
  color: #fff;
}
.home-preview .tc-elementor {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-elementor .info ul li {
  font-size: 20px;
  margin: 15px 0;
}
.home-preview .tc-elementor .info ul li .icon {
  color: #4ca515;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
.home-preview .tc-elementor .img {
  position: relative;
}
.home-preview .tc-elementor .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-library {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-builder {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-builder .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 520px;
}
.home-preview .tc-builder .imgs .img1 {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-preview .tc-options {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-options .info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-preview .tc-options .info .items .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-preview .tc-options .info .items .item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-preview .tc-features-cards {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-features-cards .cards {
  position: relative;
}
.home-preview .tc-features-cards .cards .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-preview .tc-features-cards .cards .col-lg-3:last-of-type .item::after {
  display: none;
}
.home-preview .tc-features-cards .cards .item {
  position: relative;
  padding: 40px;
  z-index: 5;
  min-height: 450px;
}
.home-preview .tc-features-cards .cards .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ada195),
    color-stop(#ada19522),
    to(transparent)
  );
  background-image: linear-gradient(to bottom, #ada195, #ada19522, transparent);
  top: 0;
  right: 0;
}
.home-preview .tc-features-cards .cards .item .top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.home-preview .tc-features-cards .cards .item .top-cont .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff4;
  color: var(--color-orange1);
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-preview .tc-inner-pages {
  position: relative;
}
.home-preview .tc-inner-pages .pages-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .home-preview .tc-inner-pages .pages-slider {
    -webkit-margin-start: calc((100vw - 1320px) / 2);
    margin-inline-start: calc((100vw - 1320px) / 2);
  }
}
.home-preview .tc-inner-pages .pages-slider .img img {
  height: 700px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: -50px;
}
.home-preview .tc-save-money {
  position: relative;
  padding: 150px 0 80px;
  background-color: #f1eee9;
}
.home-preview .tc-features {
  position: relative;
  padding: 50px 0 80px;
  background-color: #f1eee9;
}
.home-preview .tc-features .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.home-preview .tc-features .item .info {
  padding: 30px;
  min-height: 200px;
}
.home-preview .tc-features .item .img {
  position: relative;
  height: 360px;
  margin-top: 10px;
}
.home-preview .tc-features .item .img img {
  -o-object-position: top;
  object-position: top;
}
.home-preview .tc-layouts {
  position: relative;
  padding: 150px 0 80px;
  background-color: #f1eee9;
}
.home-preview .tc-layouts .circle {
  position: absolute;
  top: -100px;
  right: 20px;
  height: calc(100% + 200px);
  max-height: unset;
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home-preview .tc-layouts .icon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-preview .tc-layouts .icon-cards .item {
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  margin-top: 40px;
  text-align: center;
}
.home-preview .tc-layouts .icon-cards .item .icon {
  height: 90px;
  margin-bottom: 15px;
}
.home-preview .tc-layouts .img {
  position: relative;
}
.home-preview .tc-layouts .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 100px);
  max-width: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-woocommerce {
  position: relative;
  padding: 80px 0;
  background-color: #f1eee9;
}
.home-preview .tc-woocommerce .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}
.home-preview .tc-woocommerce .img {
  position: relative;
}
.home-preview .tc-woocommerce .img .sub-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-woocommerce .info .tags {
  margin: 0 -3px;
}
.home-preview .tc-woocommerce .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: capitalize;
  margin: 6px 3px;
  background-color: #e0dcd4;
  border-radius: 5px;
}
.home-preview .tc-woocommerce .info .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.home-preview .tc-mobile {
  position: relative;
  padding: 80px 0;
  background-color: #f1eee9;
}
.home-preview .tc-mobile .marq-content {
  position: relative;
  overflow: hidden;
}
.home-preview .tc-mobile .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.home-preview .tc-mobile .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.home-preview
  .tc-mobile
  .marq-content
  .marq-slider
  .swiper-wrapper
  .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-mobile .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.home-preview .tc-mobile .marq-content .marq-slider a:hover {
  color: #bfb6a8;
  -webkit-text-stroke: 1px #bfb6a8;
}
.home-preview .tc-mobile .patt {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: calc(100% + 100px);
  max-height: unset;
}
.home-preview .tc-more-features {
  position: relative;
  padding: 80px 0;
  background-color: #f1eee9;
}
.home-preview .tc-more-features .feat-card {
  text-align: center;
  padding: 0 20px;
  margin-top: 80px;
}
.home-preview .tc-more-features .feat-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 35px;
  color: var(--color-orange1);
}
.home-preview .tc-dark-sections-st2 {
  position: relative;
  background-image: url(../img/dark_bg2.png);
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}
.home-preview .tc-testimonials {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-testimonials .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}
.home-preview .tc-testimonials .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
  color: var(--color-orange1);
}
.home-preview .tc-testimonials .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  font-size: 20px;
}
.home-preview .tc-testimonials .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.home-preview .tc-testimonials .testimonials-content {
  position: relative;
  margin-top: 50px;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next,
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
  top: 40%;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next::after,
.home-preview
  .tc-testimonials
  .testimonials-content
  .swiper-button-prev::after {
  color: #fff;
  font-size: 25px;
}
.home-preview
  .tc-testimonials
  .testimonials-content
  .swiper-button-next:hover::after,
.home-preview
  .tc-testimonials
  .testimonials-content
  .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next {
  right: 5vw;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
  left: 5vw;
}
.home-preview .tc-testimonials .testimonials-content .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.home-preview
  .tc-testimonials
  .testimonials-content
  .testimonials-slider
  .slide-card {
  text-align: center;
}
.home-preview
  .tc-testimonials
  .testimonials-content
  .testimonials-slider
  .slide-card
  .main-text {
  font-size: 60px;
  font-family: "Instrument Serif", serif;
  font-weight: 500;
}
.home-preview .tc-faq {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-faq .accordion {
  position: relative;
  padding: 3vw 5vw 8vw;
}
.home-preview .tc-faq .accordion .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-preview .tc-faq .accordion .accordion-item {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #666;
}
.home-preview .tc-faq .accordion .accordion-item:last-of-type {
  border: 0;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}
.home-preview
  .tc-faq
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  color: var(--color-orange1);
  border-radius: 0;
}
.home-preview
  .tc-faq
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  content: "";
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button .num {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}
.home-preview .tc-purchase {
  position: relative;
  padding-top: 80px;
}
.home-preview .tc-purchase .content {
  position: relative;
  text-align: center;
}
.home-preview .tc-purchase .content h2 {
  font-size: 72px;
  font-weight: 500;
}
.home-preview .tc-purchase .foot-img {
  position: relative;
}
.home-preview .tc-purchase .foot-img .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: -50px 0 -150px auto;
}
.home-preview .tc-purchase .foot-img .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.home-preview .tc-purchase .foot-img .img {
  width: 90%;
  margin-top: 50px;
  display: block;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

@media screen and (max-width: 991px) {
  .home-preview br {
    display: none;
  }
  .home-preview .fsz-50 {
    font-size: 30px !important;
  }
  .home-preview .fsz-45 {
    font-size: 25px !important;
  }
  .home-preview .fsz-40 {
    font-size: 25px !important;
  }
  .home-preview .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-preview .fsz-30 {
    font-size: 18px !important;
  }
  .home-preview .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-preview .section-head-style1 .sub-title {
    margin-bottom: 15px !important;
  }
  .home-preview .section-head-style1 h2 {
    font-size: 30px;
  }
  .home-preview .mt-5 {
    margin-top: 2rem !important;
  }
  .home-preview .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-preview .tc-navbar-preview {
    padding: 0 20px;
    position: relative;
    background: #000;
  }
  .home-preview .tc-navbar-preview .navbar-nav {
    margin: 30px 0;
  }
  .home-preview .tc-builder .imgs img {
    width: calc(50% - 20px) !important;
    scroll-margin-inline: 20px !important;
  }
  .home-preview .tc-layouts .img .sub-img {
    width: 100%;
  }
  .home-preview .rotate-box {
    -webkit-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
    margin: 0 auto !important;
    bottom: 0 !important;
  }
  .home-preview .tc-header-preview {
    overflow: hidden;
  }
  .home-preview .tc-header-preview .features-txt {
    display: block;
    line-height: 2.2;
  }
  .home-preview .tc-header-preview .info {
    padding-bottom: 100px;
  }
  .home-preview .tc-header-preview .float-icons {
    top: 50px;
    width: 100%;
  }
  .home-preview .tc-header-preview .float-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-preview .tc-header-preview .float-icons ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home-preview .tc-header-preview .float-social-links {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .home-preview .tc-header-preview .float-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-preview .tc-header-preview .float-social-links ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home-preview .tc-header-preview .slider-card .img {
    height: 800px;
  }
  .home-preview .tc-demos .demo-card {
    min-height: 200px;
  }
  .home-preview .tc-demos .demo-card .img {
    height: auto;
  }
  .home-preview .tc-demos .marq-content .marq-slider a {
    font-size: 50px;
    line-height: 1.4;
  }
  .home-preview .tc-library .th-750 {
    height: auto !important;
  }
  .home-preview .tc-features-cards .cards .item {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .home-preview .tc-features-cards .cards .item::after {
    display: none;
  }
  .home-preview .tc-inner-pages {
    padding: 0 15px;
  }
  .home-preview .tc-inner-pages .pages-slider .img img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-preview .tc-features .item .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-preview .tc-features .item .img img {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .home-preview .tc-layouts .icon-cards .item {
    width: calc(50% - 30px);
  }
  .home-preview .tc-woocommerce .line {
    display: none;
  }
  .home-preview .tc-testimonials .testimonials-content .swiper-button-next,
  .home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
    display: none;
  }
  .home-preview
    .tc-testimonials
    .testimonials-content
    .testimonials-slider
    .slide-card
    .main-text {
    font-size: 35px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button {
    font-size: 14px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button::after {
    display: none !important;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button .num {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-body {
    -webkit-padding-start: 25px;
    padding-inline-start: 25px;
  }
  .home-preview .tc-purchase .content h2 {
    font-size: 25px;
  }
  .home-preview .tc-mobile .marq-content .marq-slider a {
    font-size: 50px;
    line-height: 1.4;
  }
  .home-preview section {
    overflow: hidden;
  }
}

.videoembed {
  position: absolute;
  top: 0;
  /*z-index: -99; */
  width: 100%;
  height: 100%;
  background: #333;
  object-fit: cover;
}

.home-style1 .borderd {
  border-color: #ccc !important;
}
.home-style1 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-style1 .section-head-style1 .sub-title {
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home-style1 .section-head-style1 .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 30px;
  height: 8px;
  background-color: #888;
}
.home-style1 .section-head-style1 h2 {
  font-size: 55px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  .home-style1 br {
    display: none;
  }
  .home-style1 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style1 .fsz-45 {
    font-size: 25px !important;
  }
  .home-style1 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style1 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style1 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style1 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-style1 .section-head-style1 .sub-title {
    margin-bottom: 15px !important;
  }
  .home-style1 .section-head-style1 h2 {
    font-size: 30px;
  }
  .home-style1 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-style1 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* --------------- experience style1 --------------- */
.tc-experience-style1 {
  position: relative;
  padding: 150px 0 100px;
  background-color: #f1eee9;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
}
.tc-experience-style1 .c-line {
  position: absolute;
  top: 70px;
  left: 0;
  width: 90%;
  height: calc(100% - 140px);
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-experience-style1 .c-line.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.tc-experience-style1 .exp-num .num {
  font-size: 150px;
  color: var(--color-orange1);
  font-weight: 500;
  animation: zumpBottom 2s linear infinite;
}
.tc-experience-style1 .img {
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: rotate(30deg) scale(1.3);
  transform: rotate(30deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}

.tc-experience-style1 .img.animated {
  -webkit-transform: rotate(-15deg) scale(1);
  transform: rotate(-15deg) scale(1);
  opacity: 1;
  transform: rotate(0) !important;
}
.tc-experience-style1 .rotate-txt {
  font-size: 12px;
  color: #666;
  -webkit-transform: rotate(90deg) translateX(30px);
  transform: rotate(90deg) translateX(30px);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: right;
  transform-origin: right;
}
.section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
}
@media screen and (max-width: 991px) {
  .tc-experience-style1 {
    padding: 80px 0;
  }
  .tc-experience-style1 .c-line {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tc-experience-style1 .img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 50px;
  }
  .tc-experience-style1 .exp-num .num {
    position: relative;
    margin-bottom: -175px;
    z-index: 10;
  }
}

.txt-h2 {
  font-weight: 900;
  font-size: 2.8em;
  text-transform: uppercase;
}

.bringer-block .bringer-price-card-title .bringerOverlayTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.bringer-block .bringer-price-card-title .bringerOverlayTitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 150%
  );
}

.bringer-block .bringer-price-card-title .bringerOverlayTitle h5 {
  position: relative;
  margin: 0;
  padding: 0;
}

/* === Price Card === */
.bringer-price-card-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  /* row-gap: 64px; */
  position: relative;
}
.bringer-price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #f5f7fa;
  font-size: 40px;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  margin: -10px 0 26px -3px;
}

.bringer-image {
  border-radius: 12px;
  overflow: hidden;
}

/* === Marquee === */
.bringer-marquee {
  background: #3f6ee9;
  min-width: 100%;
  overflow: hidden;
  max-width: max-content;
}
.bringer-marquee-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.bringer-marquee.is-init .bringer-marquee-inner {
  animation: marquee_scroll 5s infinite linear;
}
.bringer-marquee-inner-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: max-content;
}
.bringer-marquee-list {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
}
.bringer-marquee-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.bringer-marquee-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 64px;
  border-radius: 2px;
  outline: 4px solid #f5f7fa;
  transform: translateY(-2px) rotate(45deg);
}

/** ============
    09. ELEMENTS
    ============ */
[class*="bringer-grid"] {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
.bringer-grid-1col {
  grid-template-columns: repeat(1, 1fr);
}
.bringer-grid-2cols {
  grid-template-columns: repeat(2, 1fr);
}
.bringer-grid-3cols {
  grid-template-columns: repeat(3, 1fr);
}
.bringer-grid-4cols {
  grid-template-columns: repeat(4, 1fr);
}
.bringer-grid-5cols {
  grid-template-columns: repeat(5, 1fr);
}
.bringer-grid-6cols {
  grid-template-columns: repeat(6, 1fr);
}
.bringer-subgrid-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}

.bringer-block .bringer-price-card-title {
  position: relative;
}

/* === Block Item === */
.bringer-block {
  border-radius: 12px;
  background-color: #22bdb1;
  /* padding: 32px; */
  padding-bottom: calc(32px - 3px);
  padding-bottom: 0;
  position: relative;
  --mouse-x: 50%;
  --mouse-y: 0;
}
.bringer-block.stg-valign-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bringer-block.is-frosted {
  background: #1a1d24ee;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
}
[class*="stg-col"].bringer-block {
  border-radius: 24px;
}
.bringer-block::before,
.bringer-block::after {
  content: "";
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.bringer-block::before {
  inset: 0px;
  padding: 1px;
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y),
    #f5f7fa40,
    #f5f7fa0d 40%
  );
  mask: var(--bringer-border-mask);
  -webkit-mask: var(--bringer-border-mask);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  transition: opacity 0.4s;
  will-change: opacity;
  opacity: 0.75;
}
.bringer-block.is-accented {
  background: #3f6ee9 bottom right no-repeat;
  color: #f5f7fa;
}
.bringer-block.is-accented::before {
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y),
    #5c9dff,
    #5c9dff80 40%
  );
}
.bringer-block::after {
  opacity: 0;
  transition: opacity 0.4s;
  will-change: opacity;
  width: 100%;
  background: radial-gradient(
    800px circle at var(--mouse-x) var(--mouse-y),
    #f5f7fa12,
    transparent 40%
  );
  z-index: 5;
}

.bringer-block h5 {
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin: 1em 0 -0.19em -0.06em;
  color: #fff;
  padding: 0 32px;
}

.bringer-accent {
  color: #fcb212;
}

.bringer-block p {
  margin: 0 0 1.4em 0;
  color: #c5c7ce;
}
.bringer-large-text {
  font-size: 18px;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 1.4em;
}
.bringer-block p:last-child {
  margin: 0;
}
.bringer-block p:empty {
  display: none;
}

.serviceSection {
  padding: 128px 0;
  position: relative;
}

.align-right {
  text-align: right;
}

.bringer-button.is-fullwidth {
  width: 100%;
  display: block;
  text-align: center;
}
a.bringer-button:hover {
  background-color: #3f6ee9d0;
}
a.bringer-button.is-secondary:hover,
.bringer-square-button.is-secondary:hover {
  background: #3f6ee9;
  border-color: #5c9dff80;
}
a.bringer-button.is-secondary:hover {
  background: #f5f7fa27;
}

a.bringer-button {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  padding: 13px 24px 14px 24px;
  display: inline-block;
  color: #f5f7fa;
  background: #3f6ee9;
  border-radius: 8px;
  border: 1px solid #5c9dff80;
  transition: background-color 0.3s;
  cursor: pointer;
}
a.bringer-button.is-secondary,
.bringer-square-button.is-secondary {
  background: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  border-color: #f5f7fa;
}

/* === Link with Arrow === */
.bringer-arrow-link,
a.bringer-arrow-link {
  display: inline-block;
  position: relative;
  font-size: var(--bringer-t-meta-fs);
  font-weight: var(--bringer-t-meta-fw);
  letter-spacing: var(--bringer-t-meta-ls);
  color: #000;
  text-transform: uppercase;
  padding: 0 24px 2px 0;
  margin-top: -5px;
}
.bringer-arrow-link::before,
.bringer-arrow-link::after {
  content: "";
  position: absolute;
  background: #000;
  transition: transform 0.3s;
}
.bringer-arrow-link::before {
  width: calc(100% - 24px);
  height: 2px;
  bottom: 0;
  transform-origin: 0 50%;
}
.bringer-arrow-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #000;
  display: block;
  right: 0;
  top: 6px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 14.586 12.586 2H1V0h15v15h-2V3.415L1.414 16Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M0 14.586 12.586 2H1V0h15v15h-2V3.415L1.414 16Z'/%3E%3C/svg%3E");
  transform-origin: 0% 100%;
}
.bringer-arrow-link:hover::before {
  transform: scale(0, 1);
}
.bringer-arrow-link:hover::after {
  transform: scale(1.2, 1.2);
}

.bringer-sticky-block h2 {
  font-size: 56px;
  letter-spacing: -0.05em;
  line-height: 1.2em;
  margin: -0.232em 0 0.482em -0.06em;
}

/* .bringer-sticky-block {
 
  padding: 120px 0;
} */

/** ==============
    12. ANIMATIONS
    ============== */
@keyframes sta_spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sta_shake {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  30% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  70% {
    transform: translateX(10px);
  }
  90% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

/* === Marquee === */
@keyframes marquee_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* === List with Preview === */
@keyframes lwp_active {
  0% {
    clip-path: inset(0% 0% 0% 100% round var(--bringer-default-br));
  }
  100% {
    clip-path: inset(0% 0% 0% 0% round var(--bringer-default-br));
  }
}
@keyframes lwp_active_r {
  0% {
    clip-path: inset(0% 100% 0% 0% round var(--bringer-default-br));
  }
  100% {
    clip-path: inset(0% 0% 0% 0% round var(--bringer-default-br));
  }
}

/* === Entrance Animations === */
:root {
  --stea-move: var(--stg-gap);
  --stea-zoom-in: 0.9;
  --stea-zoom-out: 1.1;
  --stea-duration: 0.5s;
}
[data-split-appear] {
  --stea-move: 0.5cap;
}
[data-split-appear].bringer-line-overflow:not(.is-done) .line {
  overflow: hidden;
}
[data-split-appear].setting-up [data-appear] {
  transition: unset !important;
}
[data-unload*="fade-"].is-unloading,
[data-unload*="zoom-"].is-unloading,
[data-appear*="fade-"]:not(.setting-up),
[data-appear*="zoom-"]:not(.setting-up) {
  transition: opacity var(--stea-duration), transform var(--stea-duration);
  will-change: opacity, transform;
}
[data-unload*="fade-"].is-unloading,
[data-unload*="zoom-"].is-unloading,
[data-appear*="fade-"],
[data-appear*="zoom-"] {
  opacity: 0;
}
[data-appear*="zoom-"].in-view,
[data-appear*="fade-"].in-view {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
[data-unload="zoom-out"].is-unloading,
[data-appear="zoom-in"],
[data-appear="fade-zoom"] {
  transform: scale(var(--stea-zoom-in));
}
[data-unload="fade-down"].is-unloading,
[data-appear="fade-up"] {
  transform: translateY(var(--stea-move));
}
[data-unload="fade-up"].is-unloading,
[data-appear="fade-down"] {
  transform: translateY(calc(-1 * var(--stea-move)));
}
[data-unload="fade-right"].is-unloading,
[data-appear="fade-left"] {
  transform: translateX(var(--stea-move));
}
[data-unload="fade-left"].is-unloading,
[data-appear="fade-right"] {
  transform: translateX(calc(-1 * var(--stea-move)));
}
[data-unload="fade-down-right"].is-unloading,
[data-appear="fade-up-left"] {
  transform: translate(var(--stea-move), var(--stea-move));
}
[data-unload="fade-down-left"].is-unloading,
[data-appear="fade-up-right"] {
  transform: translate(calc(-1 * var(--stea-move)), var(--stea-move));
}
[data-unload="fade-up-right"].is-unloading,
[data-appear="fade-down-left"] {
  transform: translate(var(--stea-move), calc(-1 * var(--stea-move)));
}
[data-unload="fade-up-left"].is-unloading,
[data-appear="fade-down-right"] {
  transform: translate(
    calc(-1 * var(--stea-move)),
    calc(-1 * var(--stea-move))
  );
}
[data-unload="zoom-out-down"].is-unloading,
[data-appear="zoom-in-up"] {
  transform: translateY(var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up"].is-unloading,
[data-appear="zoom-in-down"] {
  transform: translateY(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-right"].is-unloading,
[data-appear="zoom-in-left"] {
  transform: translateX(var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-left"].is-unloading,
[data-appear="zoom-in-right"] {
  transform: translateX(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-down-right"].is-unloading,
[data-appear="zoom-in-up-left"] {
  transform: translate(var(--stea-move), var(--stea-move))
    scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-down-left"].is-unloading,
[data-appear="zoom-in-up-right"] {
  transform: translate(calc(-1 * var(--stea-move)), var(--stea-move))
    scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up-right"].is-unloading,
[data-appear="zoom-in-down-left"] {
  transform: translate(var(--stea-move), calc(-1 * var(--stea-move)))
    scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up-left"].is-unloading,
[data-appear="zoom-in-down-right"] {
  transform: translate(calc(-1 * var(--stea-move)), calc(-1 * var(--stea-move)))
    scale(var(--stea-zoom-in));
}
[data-unload="fade-zoom"].is-unloading,
[data-unload="zoom-in"].is-unloading,
[data-appear="zoom-out"] {
  transform: scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down"].is-unloading,
[data-appear="zoom-out-up"] {
  transform: translateY(var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up"].is-unloading,
[data-appear="zoom-out-down"] {
  transform: translateY(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-right"].is-unloading,
[data-appear="zoom-out-left"] {
  transform: translateX(var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-left"].is-unloading,
[data-appear="zoom-out-right"] {
  transform: translateX(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down-right"].is-unloading,
[data-appear="zoom-out-up-left"] {
  transform: translate(var(--stea-move), var(--stea-move))
    scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down-left"].is-unloading,
[data-appear="zoom-out-up-right"] {
  transform: translate(calc(-1 * var(--stea-move)), var(--stea-move))
    scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up-right"].is-unloading,
[data-appear="zoom-out-down-left"] {
  transform: translate(var(--stea-move), calc(-1 * var(--stea-move)))
    scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up-left"].is-unloading,
[data-appear="zoom-out-down-right"] {
  transform: translate(calc(-1 * var(--stea-move)), calc(-1 * var(--stea-move)))
    scale(var(--stea-zoom-out));
}

/* TEAM SECTION */
.page-section,
.small-section,
.bg-image {
  width: 100%;
  display: block;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-gray-light-1 {
  background-color: #f1f1f1;
}

blockquote {
  margin: 0 0 2em 0;
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.47;
}
blockquote p {
  position: relative;
  margin-bottom: 0.7em;
  font-size: 140%;
  font-style: normal;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
blockquote footer {
  font-size: 15px;
  font-weight: 400;
}
.testimonial {
  position: relative;
  margin: 0 0 1.5em 0;
  padding-left: 1.9778em;
  border: none;
  background: none;
  font-size: 46px;
  border: none;
}
.testimonial p {
  position: relative;
  margin-bottom: 0.85em;
  font-size: 46px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.025em;
  line-height: 1.217;
}
.testimonial footer {
  font-size: 18px;
  font-weight: 500;
}
.testimonial .small {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  display: block;
}
.light-content .testimonial .small {
  color: rgba(255, 255, 255, 0.7);
}
.testimonial .blockquote-icon {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 0.88em;
  height: 0.88em;
  background: #fff;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.5em;
  line-height: 1.45em;
  text-align: center;
}
.light-content .testimonial .blockquote-icon {
  color: #757575;
}

.section-line {
  width: 80px;
  height: 1px;
  margin: 0 auto 0 0;
  background: #757575;
}
.light-content .section-line {
  background: #fff;
}
.section-line-gradient {
  width: 70px;
  height: 1px;
  margin: 0 auto 0 0;
  background: linear-gradient(
    90deg,
    #e748b1 0%,
    #b947d9 33%,
    #7752e7 67%,
    #4567ed 100%
  );
}

/* Team carousel */
.team-carousel.owl-carousel {
  width: calc(100% + 30px);
}
.team-carousel .owl-item {
  padding-right: 30px;
}
.team-carousel .owl-item .team-item {
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.5s ease;
}
.team-carousel .owl-item.active .team-item {
  opacity: 1;
  transform: scale(1);
}
.team-carousel .owl-pagination {
  display: none;
}
.team-carousel .owl-prev,
.team-carousel .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 47.8906px / 2);
  width: 48px;
  height: 48px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #757575;
  opacity: 1;
}
.team-carousel .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.team-carousel .owl-next {
  right: 0;
  transform: translate(calc(50% - 30px), -50%);
}
.team-carousel .owl-prev svg,
.team-carousel .owl-next svg {
  position: relative;
  width: 1em;
  height: 1em;
}
.team-carousel .owl-prev:before,
.team-carousel .owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.68, -3, 0.27, 5);
}
.team-carousel .owl-prev:hover:before,
.team-carousel .owl-next:hover:before {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),
    0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transform: scale(1.25);
}
/*
 * Owl carousel
 */

.owl-buttons {
  position: static;
}
.owl-prev,
.owl-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 57px;
  padding: 11px;
  box-sizing: content-box;
  font-size: 57px;
  text-align: center;
  color: #757575;
  opacity: 0.8;
  z-index: 6;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
.light-content .owl-prev,
.light-content .owl-next {
  color: #fff;
}
.dark-content .owl-prev,
.dark-content .owl-next {
  color: #757575;
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 20px;
}
.owl-prev svg,
.owl-next svg {
  display: block;
  height: 1em;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}
.light-content .owl-prev svg,
.light-content .owl-next svg {
  color: #fff;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.35));
}
.dark-content .owl-prev svg,
.dark-content .owl-next svg {
  color: #757575;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.35));
}

.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  line-height: 1;
}
.owl-page {
  display: inline-block;
  padding: 7px;
  position: relative;
  z-index: 1000 !important;
}
.owl-page span {
  width: 8px;
  height: 8px;
  display: block;
  background: none;
  border: 1px solid #757575;
  position: relative;
  border-radius: 50%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-page.active span {
  background: #757575;
  border: 1px solid #757575;
}
.light-content .owl-page span {
  border: 1px solid #fff;
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.light-content .owl-page.active span {
  background: #fff;
  border: 1px solid #fff;
}
.dark-content .owl-page span {
  border: 1px solid #757575;
  box-shadow: none;
}
.dark-content .owl-page.active span {
  background: #757575;
  border: 1px solid #757575;
}

/* ==============================
   Team
   ============================== */

.team-item-image {
  position: relative;
  overflow: hidden;
}
.team-item-image img {
  width: 100%;
  transition: all 0.4s ease;
}
.team-item-detail {
  display: inline-block;
  max-width: 90%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 10px) scale(0.85);
  font-size: 16px;
  color: #010101;
  text-align: center;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  will-change: transform;
}
.team-item-detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),
    0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
}
.team-item-descr {
  position: relative;
  line-height: 1.3;
  text-align: center;
  transition: team-item-image;
}
.team-item-name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.team-item-role {
  margin-top: 5px;
  font-size: 15px;
  color: #757575;
}
.team-social-links {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  font-size: 14px;
}
.team-social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #010101;
  text-decoration: none;
  transition: team-item-image;
}
.team-social-links a:not(.team-social-links a:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.team-social-links a:hover {
  opacity: 0.65;
}
.team-social-links svg,
.team-social-links img {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.light-content .team-item-name {
  color: #fff;
}
.light-content .team-item-role {
  color: rgba(255, 255, 255, 0.7);
}

/* Hover state */
.team-item:hover .team-item-detail,
.team-item.js-active .team-item-detail {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.team-item:hover .team-item-detail,
.team-item.js-active .team-item-detail {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.section-caption {
  margin-bottom: 25px;
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.section-title-small {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

/* ==============================
   Alt features
   ============================== */

.alt-features-grid {
  margin-top: -35px;
}
.alt-features-item {
  margin-top: 35px;
}
.alt-features-item.border-left {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}
.alt-features-item.box-shadow {
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.alt-features-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0 22px 0;
  font-size: 48px;
  text-align: center;
  line-height: 1.3;
  color: currentColor;
}
.alt-features-icon-s {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.alt-features-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.alt-features-title {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.alt-features-descr {
  font-size: 16px;
  line-height: 1.625;
  color: #757575;
}
.light-content .alt-features-item.border-left {
  padding-left: 30px;
  border-color: rgba(255, 255, 255, 0.25);
}
.light-content .alt-features-descr {
  color: rgba(255, 255, 255, 0.7);
}
.light-content .alt-features-item.box-shadow {
  background: #272727;
  border: 1px solid rgba(255, 255, 255, 0.1275);
}
.light-content .alt-features-icon {
  color: #fff;
}

@media (max-width: 1440px) {
  .tc-experience-style1 .img {
    height: 550px;
  }

  .txt-h2 {
    font-size: 2em;
  }
}

.ap-btn {
  height: 3rem !important;
  border-radius: 0.8rem !important;
}

.serviceSection .bg {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit;
}

.bg-dark-alpha-80:before {
  background: #111;
  opacity: 0.8;
}

.btn-border-white {
  border: 1px #fff solid;
  color: #fff;
}

.serviceSection .box {
  position: absolute;
  top: 0;
  transform: rotate(80deg);
  left: 0;
}

.serviceSection .wave {
  position: fixed;
  top: 0;
  left: 0;
  position: absolute;
  top: 3%;
  left: 10%;
  background: rgba(101, 111, 224, 0.3);
  width: 1500px;
  height: 1300px;
  margin-left: 0;
  /* margin-top: -256px; */
  margin-top: 0;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.serviceSection .wave.-two {
  animation: drift 10000ms infinite linear;
  background: rgba(101, 111, 224, 0.1);
  position: fixed;
}

.serviceSection .wave.-three {
  animation: drift 7500ms infinite linear;
  position: fixed;
  background: rgba(101, 111, 224, 0.2);
}

.serviceSection .wave,
.serviceSection .wave.-two {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

@keyframes drift {
  from {
    transform: rotate(0deg);
  }

  from {
    transform: rotate(360deg);
  }
}

/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  width: 25%;
  z-index: 5;
  pointer-events: none;
}
.tc-testimonials-style1 .lg-icon {
  font-size: 170px;
  -webkit-margin-start: -15px;
  margin-inline-start: -15px;
  display: block;
}
.tc-testimonials-style1 .tc-clients-style1 {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style1 .tc-clients-style1 .clients-slider1 {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style1 .tc-clients-style1 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #ccc;
}
.tc-testimonials-style1 .tc-clients-style1 .author .au-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-button-next,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-next::after,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev::after {
  color: #000;
  font-size: 12px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-next:hover::after,
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}
.tc-testimonials-style1 .tc-clients-style1 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.tc-testimonials-style1
  .tc-clients-style1
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.tc-testimonials-style1 .marq-slider {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-testimonials-style1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-testimonials-style1 .marq-slider a {
  font-size: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.tc-testimonials-style1 .marq-slider a:hover {
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style1 {
    padding: 50px 0;
  }
  .tc-testimonials-style1 .lg-icon {
    font-size: 120px;
  }
  .tc-testimonials-style1 .marq-slider a {
    font-size: 50px;
  }
}

.hero-wrap {
  position: relative;
}
.hero-wrap .hero-bg,
.hero-wrap .hero-bg-slideshow,
.hero-wrap .hero-mask {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-wrap .hero-mask {
  z-index: 1;
}
.hero-wrap .hero-content {
  position: relative;
  z-index: 2;
  padding: 6.5rem 0;
}
.hero-wrap .hero-bg-slideshow {
  z-index: 0;
}
.hero-wrap .hero-bg {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 0.3s ease-in 0.2s;
  z-index: 0;
}
.hero-wrap .hero-bg.hero-bg-scroll {
  background-attachment: scroll;
}
.hero-wrap .hero-bg-slideshow .hero-bg {
  background-attachment: inherit;
}
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-item,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer {
  height: 100%;
}

.opacity-7 {
  opacity: 0.7;
}

.bg-dark {
  background-color: #111418 !important;
}

.btn-video-play {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 50px -35px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  transition: all 0.8s ease-in-out;
  width: 66px;
}
@media (prefers-reduced-motion: reduce) {
  .btn-video-play {
    transition: none;
  }
}
.btn-video-play:hover {
  box-shadow: 0 0 0 8px hsla(0, 0%, 98%, 0.2);
}

.react-parallax-bgimage {
  position: absolute;
  left: 00%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ls-1 {
  letter-spacing: 1px;
}
.mt-2 {
  margin-top: 0.5rem !important;
}

.text-9 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.fw-600 {
  font-weight: 600 !important;
}

#homeVideo .modal-body {
  padding: 0;
}

#homeVideo .modal-body .btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff !important;
  opacity: 1;
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
}

#homeVideo .modal-body iframe {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 400px;
}

/* --------------- footer style3 --------------- */
.tc-footer-style3 {
  position: relative;
  padding: 60px 0 80px;
  background-color: #1f1f1f;
  color: #fff;
}
.tc-footer-style3 a:hover {
  color: #1aa4aa;
}
.tc-footer-style3 a:hover * {
  color: #1aa4aa;
}
.tc-footer-style3 .top-info {
  padding: 30px 0;
  border-bottom: 1px solid #666;
}
.tc-footer-style3 .top-info .foot-logo {
  height: 56px;
}
.tc-footer-style3 .top-info .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tc-footer-style3 .top-info .top-links a {
  text-transform: uppercase;
}
.tc-footer-style3 .main-content {
  padding: 50px 0;
}
.tc-footer-style3 .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-footer-style3 .social-links a {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #333;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  margin-top: 10px;
}
.tc-footer-style3 .social-links a:hover {
  background-color: var(--color-yellow1);
  color: #000 !important;
}
.tc-footer-style3 .social-links a:hover * {
  color: #000 !important;
}
.tc-footer-style3 .btn-select {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style3 .btn-select::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 15px;
  top: 12px;
  color: #fff;
}
.tc-footer-style3 .btn-select .form-select {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-image: none;
  padding: 9px 50px 9px 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-style3 .btn-select .form-select option {
  color: #000;
}

.home-style3 .borderd {
  border: 1px solid #ccc;
}
.home-style3 .text,
.home-style3 .p {
  color: #454545;
}
.home-style3 .form-control {
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #ccc;
  min-height: 50px;
}
.home-style3 .form-control::-webkit-input-placeholder {
  color: #999;
}
.home-style3 .form-control::-moz-placeholder {
  color: #999;
}
.home-style3 .form-control:-ms-input-placeholder {
  color: #999;
}
.home-style3 .form-control::-ms-input-placeholder {
  color: #999;
}
.home-style3 .form-control::placeholder {
  color: #999;
}
.home-style3 .form-control:hover,
.home-style3 .form-control:focus {
  border-color: var(--color-yellow1);
}
.home-style3 .to_top {
  bottom: 5vw;
  width: 60px;
  height: 60px;
  border-radius: 0;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%
  );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #b4b4b4;
}
.home-style3 .to_top:hover {
  background-color: var(--color-yellow1);
  border-color: var(--color-yellow1);
}
.home-style3 .to_top::after {
  position: absolute;
  content: "";
  right: 18px;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

@media screen and (max-width: 991px) {
  .home-style3 br {
    display: none;
  }
  .home-style3 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style3 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style3 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style3 .fsz-30 {
    font-size: 18px !important;
  }
}

.sec-team {
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.content-team-wrapper {
  z-index: 2;
  width: 100%;
  position: static;
}

.wheel-slider {
  position: relative;
}

.wheel-slider .swiper-container {
  z-index: 2;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  transform: perspective(1200px);
  overflow-y: visible;
}

.wheel-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.wheel-slider .swiper-slide {
  width: 20em;
  height: 27em;
  text-align: center;
  border-radius: 15px;
  flex: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.slide-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-image-purple {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-inner {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.slide-text-wrap {
  overflow: hidden;
}

.slide-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 95%;
  transition: all 0.5s;
  text-shadow: 0 0 1px black;
}

.slide-category {
  color: #fff;
  justify-content: space-between;
  font-size: 0.8em;
  line-height: 160%;
  transition: all 0.5s;
}

.slide-image-yellow {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-navigation {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-nav-btn {
  width: 2.5em;
  height: 2.5em;
  background-color: #fecb07;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  display: flex;
}

.swiper-nav-btn.prev {
  width: 2.5em;
  height: 2.5em;
  background-color: #fecb07;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2.5%;
  left: 27.6%;
  right: auto;
}

.swiper-nav-btn.prev:hover {
  background-color: #232323;
}

.swiper-nav-btn.next {
  transition: all 0.3s;
  position: absolute;
  top: auto;
  bottom: 2.5%;
  left: auto;
  right: 27.4%;
}

.swiper-nav-btn.next:hover {
  background-color: #232323;
}

.arrow-right {
  width: 1em;
}

.txt-team-size {
  width: 30em;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.cube-title-wrapper {
  display: none;
}

.content-3d-wrapper-mob {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 150em;
  align-items: center;
  display: none;
}

.nav-button-wrapper {
  display: none;
}

.sec-nav-mob {
  z-index: 1;
  background-color: #0e0e0e;
  display: none;
  position: relative;
}

.track-wrapper {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-horizontal 35s linear infinite;
  /* manipulate the speed of the marquee by changing "40s" line above*/
}

@keyframes marquee-horizontal {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  pointer-events: none;
}

/* basic properties for the slider */
#wheel-slider .swiper-wrapper {
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}

/* Fade text down if slide is not active */
#wheel-slider .swiper-slide .slide-heading,
#wheel-slider .swiper-slide .slide-category {
  transform: translateY(140%);
  -webkit-transform: translateY(140%);
  -moz-transform: translateY(140%);
  -ms-transform: translateY(140%);
  -o-transform: translateY(140%);
  opacity: 0;
}

/* Fade category text up and down with a delay */
#wheel-slider .swiper-slide .slide-category {
  transition-delay: 0.4s;
}

/* Fade heading text up and down with a delay */
#wheel-slider .swiper-slide .slide-heading {
  transition-delay: 0.3s;
}

/* Transform the active slide */
#wheel-slider .swiper-slide.swiper-slide-active {
  transform: rotate(0deg) translateY(0em) !important;
  -webkit-transform: rotate(0deg) translateY(0em) !important;
  -moz-transform: rotate(0deg) translateY(0em) !important;
  -ms-transform: rotate(0deg) translateY(0em) !important;
  -o-transform: rotate(0deg) translateY(0em) !important;
}

/* Fade text up if slide is active */
#wheel-slider .swiper-slide.swiper-slide-active .slide-heading,
#wheel-slider .swiper-slide.swiper-slide-active .slide-category {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  opacity: 1;
}

/* Transform the first slides before */
#wheel-slider .swiper-slide.swiper-slide-prev {
  transform: rotate(-10deg) translateY(2em) !important;
  -webkit-transform: rotate(-10deg) translateY(2em) !important;
  -moz-transform: rotate(-10deg) translateY(2em) !important;
  -ms-transform: rotate(-10deg) translateY(2em) !important;
  -o-transform: rotate(-10deg) translateY(2em) !important;
}

/* Media Query for mobile devices */
@media (max-width: 767px) {
  #wheel-slider .swiper-slide.swiper-slide-prev {
    transform: rotate(-10deg) translateY(8em) !important;
    -webkit-transform: rotate(-10deg) translateY(8em) !important;
    -moz-transform: rotate(-10deg) translateY(8em) !important;
    -ms-transform: rotate(-10deg) translateY(8em) !important;
    -o-transform: rotate(-10deg) translateY(8em) !important;
  }
}

/* Transform the first slide after */
#wheel-slider .swiper-slide.swiper-slide-next {
  transform: rotate(10deg) translateY(2em) !important;
  -webkit-transform: rotate(10deg) translateY(2em) !important;
  -moz-transform: rotate(10deg) translateY(2em) !important;
  -ms-transform: rotate(10deg) translateY(2em) !important;
  -o-transform: rotate(10deg) translateY(2em) !important;
}

/* Media Query for mobile devices */
@media (max-width: 767px) {
  #wheel-slider .swiper-slide.swiper-slide-next {
    transform: rotate(10deg) translateY(8em) !important;
    -webkit-transform: rotate(10deg) translateY(8em) !important;
    -moz-transform: rotate(10deg) translateY(8em) !important;
    -ms-transform: rotate(10deg) translateY(8em) !important;
    -o-transform: rotate(10deg) translateY(8em) !important;
  }
}

/* Transform all slides after */
#wheel-slider .swiper-slide.swiper-slide-next + .swiper-slide {
  transform: rotate(20deg) translateY(8.5em) !important;
  -webkit-transform: rotate(20deg) translateY(8.5em) !important;
  -moz-transform: rotate(20deg) translateY(8.5em) !important;
  -ms-transform: rotate(20deg) translateY(8.5em) !important;
  -o-transform: rotate(20deg) translateY(8.5em) !important;
}

/* Transform all slides before */
#wheel-slider .swiper-slide {
  transform: rotate(-20deg) translateY(8.5em) !important;
  -webkit-transform: rotate(-20deg) translateY(8.5em) !important;
  -moz-transform: rotate(-20deg) translateY(8.5em) !important;
  -ms-transform: rotate(-20deg) translateY(8.5em) !important;
  -o-transform: rotate(-20deg) translateY(8.5em) !important;
}

/* Скрыть все изображения при неактивном слайде */
.swiper-slide .slide-image-purple {
  opacity: 1; /* Или другие свойства, чтобы отобразить изображение */
  transition: opacity 0.5s ease; /* Плавный переход */
}

.swiper-slide.swiper-slide-active .slide-image-purple {
  opacity: 0; /* Сделать .slide-image-purple прозрачным в активном слайде */
}

.swiper-slide .slide-image-yellow {
  opacity: 0; /* Сделать .slide-image-yellow прозрачным в неактивных слайдах */
  transition: opacity 0.5s ease; /* Плавный переход */
}

.swiper-slide.swiper-slide-active .slide-image-yellow {
  opacity: 1; /* Сделать .slide-image-yellow видимым в активном слайде */
}

.txt-h3.mrg-top {
  margin-top: -0.13em;
  font-size: 8em;
}

.txt-h3.grey,
.txt-h3.yellow.faq {
  font-size: 8em;
}
.txt-h3 {
  color: #000;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
}
.txt-h3.center {
  text-align: center;
  line-height: 100%;
}
.txt-small.size3 {
  width: 10em;
  width: 10em;
  grid-column-gap: 0.03em;
  grid-row-gap: 0.03em;
  display: flex;
  color: #666;
}

.txt-team-size-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.container-team {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}

.swiper-3d .swiper-slide-active .slide-content {
  position: relative;
}

.swiper-3d .swiper-slide-active .slide-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  left: 0;
  z-index: 4;
}

.swiper-3d .swiper-slide-active .slide-inner {
  position: relative;
  z-index: 99;
}

.swiper-3d .slide-inner .slide-category {
  font-size: 13px;
  padding: 0 40px;
  line-height: 1.4;
  margin-top: 5px;
}

.about-one__shape-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 120px;
  right: 17px;
  width: 103.611px;
  height: 89.194px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
.about-one__shape-3__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white2, #f5f2f4);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.about-one__shape-4 {
  position: absolute;
  top: 184px;
  right: 104px;
  width: 73.759px;
  height: 63.498px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.3);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .about-one__shape-4 {
    top: 225px;
    right: 40px;
  }
}

.service-card-two {
  position: relative;
  transition: all 500ms ease;
}
.service-card-two__image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.service-card-two__image::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 150%
  );
  border-radius: 12px;
}

.service-card-two__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.service-card-two__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
  border-radius: 12px;
}
.service-card-two__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  border-radius: 12px;
}
.service-card-two:hover .service-card-two__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.service-card-two:hover .service-card-two__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.service-card-two__icon-box {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card-two__icon-box {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
  }
}
.service-card-two:hover .service-card-two__icon-box {
  background-color: var(--sifoxen-primary, #55d9d7);
}
.service-card-two__icon {
  display: inline-flex;
  align-items: center;
  font-size: 45px;
  color: var(--sifoxen-base, #ae61be);
  transition: all 500ms ease;
}
.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .service-card-two__icon {
    font-size: 35px;
  }
}
.service-card-two:hover .service-card-two__icon {
  transform: scale(0.85);
  color: var(--sifoxen-white, #fff);
}
.service-card-two__title {
  width: calc(100% - 57px);
  margin: 0;
  padding: 22px 30px 23px;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 20px;
  font-weight: 600;
  color: var(--sifoxen-white, #fff);
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  /*background-color: var(--sifoxen-base, #AE61BE);*/
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card-two__title {
    padding: 17px 15px 18px;
    width: calc(100% - 27px);
    font-size: 20px;
  }
}
.service-card-two__title::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: var(--sifoxen-primary, #55D9D7);*/
  transition: all 500ms ease;
  z-index: -1;
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two:hover .service-card-two__title::after {
  width: 100%;
  left: 0;
}

.about-three__video {
  position: absolute;
  top: 50%;
  left: 03%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.about-three__video:hover {
  cursor: pointer;
}

.video-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66.93px;
  height: 66.93px;
  background-color: var(--sifoxen-white, #fff);
  font-size: 15px;
  color: var(--sifoxen-primary, #55d9d7);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-btn:hover {
  background-color: #e71419;
  color: #fff;
}
.video-btn i:hover {
  color: #fff;
}
.video-btn__ripple::before,
.video-btn__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--sifoxen-white2-rgb, 245, 242, 244), 0.2);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-btn__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-btn__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.whatsapps {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-whatsapps {
  margin-top: 16px;
}

.tc-awards-style2 {
  position: relative;
  padding: 110px 0;
}
.tc-awards-style2 .award-card {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 290px;
}
.tc-awards-style2 .award-card:hover {
  border-color: var(--color-orange1);
}
.tc-awards-style2 .award-card:hover a {
  color: #000 !important;
  text-decoration: underline;
}
.tc-awards-style2 .award-card .logo {
  height: 50px;
}
.tc-awards-style2 .award-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin: 15px 0;
  min-height: 30px;
}
@media screen and (max-width: 991px) {
  .tc-awards-style2 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-about-style7 {
    padding: 50px 0;
    overflow: hidden;
  }
}
.about-pg-style1 .tc-process-style2 {
  position: relative;
  position: relative;
  padding: 150px 0 100px;
  background-color: #f1eee9;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  margin-top: -40px;
  z-index: 10;
  overflow: hidden;
}
.about-pg-style1 .tc-process-style2 .container {
  position: relative;
  z-index: 10;
}
.about-pg-style1 .tc-process-style2 .bg {
  position: absolute;
  left: 0;
  top: -15%;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
  object-fit: cover;
  background-image: url(../img/prc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-height: inherit;
}
.about-pg-style1 .tc-process-style2 .accordion-item {
  border: 0;
  border-radius: 20px;
  margin-bottom: 5px;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 30px;
  border: 0;
}
.about-pg-style1
  .tc-process-style2
  .accordion-item
  .accordion-button:not(.collapsed)
  h3 {
  /*  color: var(--color-orange1);*/
}

.accordion-header .show {
  color: var(--color-orange1);
}
.about-pg-style1
  .tc-process-style2
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button h3 {
  font-size: 24px;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button .num {
  font-size: 24px;
  color: #999;
  font-weight: 200;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  font-family: "Instrument Serif", serif;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-body {
  -webkit-padding-start: 85px;
  padding-inline-start: 85px;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  padding-top: 0;
  padding-bottom: 30px;
}
.about-pg-style1 .tc-process-style2 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}
.about-pg-style1 .tc-process-style2 .imgs {
  position: relative;
  background-image: url(../img/bubbles.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about-pg-style1 .tc-process-style2 .imgs .img {
  position: relative;
  margin: 0 auto;
}
.about-pg-style1 .tc-process-style2 .imgs .img img {
  border-radius: 50%;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(1) {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  animation: zump 2s linear infinite;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(1) .txt {
  font-size: 35px;
  position: absolute;
  top: 65px;
  right: -65px;
  z-index: 10;
  border: 1px solid #ccc;
  background-color: #f1eee9;
  border-radius: 15px;
  padding: 0 30px;
  text-transform: capitalize;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2) {
  position: absolute;
  right: -100px;
  top: 150px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  animation: zump 2s linear infinite;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000c5),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
  background-image: -o-linear-gradient(bottom, #000000c5, transparent);
  background-image: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(2) .txt {
  font-size: 25px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3) {
  position: absolute;
  left: 70px;
  top: 300px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  animation: float-bob-y 2s linear infinite;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3)::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000c5),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
  background-image: -o-linear-gradient(bottom, #000000c5, transparent);
  background-image: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(3) .txt {
  font-size: 30px;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(4) {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.about-pg-style1 .tc-process-style2 .imgs .img:nth-of-type(4) .txt {
  font-size: 30px;
  position: absolute;
  top: 65px;
  left: -65px;
  z-index: 10;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  padding: 5px 30px;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .about-pg-style1 .tc-process-style2 {
    padding: 80px 0;
  }
  .about-pg-style1 .tc-process-style2 .imgs {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-pg-style1 .tc-process-style2 .imgs .img {
    width: 48% !important;
    height: 250px !important;
    border-radius: 30px !important;
    margin: 1% !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
  }
  .about-pg-style1 .tc-process-style2 .imgs .img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#000000c5),
      to(transparent)
    );
    background-image: -webkit-linear-gradient(bottom, #000000c5, transparent);
    background-image: -o-linear-gradient(bottom, #000000c5, transparent);
    background-image: linear-gradient(to top, #000000c5, transparent);
    border-radius: 30px !important;
  }
  .about-pg-style1 .tc-process-style2 .imgs .img img {
    border-radius: 30px !important;
  }
  .about-pg-style1 .tc-process-style2 .imgs .img .txt {
    font-size: 30px !important;
    position: absolute !important;
    top: auto !important;
    bottom: 15px !important;
    right: 50% !important;
    -webkit-transform: translateX(50%) !important;
    -ms-transform: translateX(50%) !important;
    transform: translateX(50%) !important;
    z-index: 10 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    background-color: transparent !important;
    border: 0 !important;
  }
}

/* --------------- partners style8 --------------- */
.tc-partners-style8 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-partners-style8 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 250px;
  border: 1px solid #ececec;
  width: 20%;
  display: -webkit-box;
  padding-top: 10px !important;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  overflow: hidden;
}
.tc-partners-style8 .logos .logo-card:hover .float-inf {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tc-partners-style8 .logos .logo-card:hover .plus-icon {
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.tc-partners-style8 .logos .logo-card .logo {
  max-width: 185px;
  /* max-height: 40px; */
}
.tc-partners-style8 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.tc-partners-style8 .logos .logo-card p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  color: #666;
  z-index: 10;
  font-size: 13px;
}
.tc-partners-style8 .logos .logo-card .plus-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f1eee9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 30;
}
.tc-partners-style8 .logos .logo-card .float-inf {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffe888;
  padding: 6px 13px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .tc-partners-style8 .logos .logo-card {
    width: 50%;
  }
  .tc-partners-style8 .logos .logo-card p {
    max-width: calc(100% - 70px);
  }
}

/* --------------- team style8 --------------- */
.tc-team-style8 {
  position: relative;
  background-color: #262929;
  color: #fff;
}
.tc-team-style8 .member-colmn {
  margin: auto;
}
.tc-team-style8 .team-card {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.tc-team-style8 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-team-style8 .team-card:hover .img::after {
  opacity: 0.7;
}
.tc-team-style8 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}
.tc-team-style8 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-style8 .team-card.team-text .img {
  border: 1px solid #ccc;
  height: 158px;
  height: 158px;
  color: #fff;
}
.tc-team-style8 .team-card.team-text .img::after {
  display: none;
}
.tc-team-style8 .team-card.team-text .title {
  font-weight: 300;
  color: #fff !important;
  text-align: start;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  text-transform: capitalize;
}
.tc-team-style8 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}
.tc-team-style8 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style8 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style8 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .tc-team-style8 .member-colmn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tc-team-style8 .member-colmn .team-card {
    width: 40vw;
    height: 40vw;
  }
  .tc-team-style8 .team-card.team-text .title {
    padding: 30px;
    text-align: center;
  }
  .tc-team-style8 .butn {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 30px auto;
  }
}

/* --------------- blog style6 --------------- */
.tc-blog-style6 {
  position: relative;
  background-color: #e9e8e0;
  padding: 120px 0;
}
.tc-blog-style6 * {
  border-color: #c6c4b7 !important;
}
.tc-blog-style6 .post-card {
  position: relative;
}
.tc-blog-style6 .post-card .img {
  display: block;
  height: 270px;
}
.tc-blog-style6 .post-card .info {
  /* padding-top: 10px;*/
}
.tc-blog-style6 .post-card .info .tags a {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  -webkit-padding-end: 35px;
  padding-inline-end: 35px;
}
.tc-blog-style6 .post-card .info .tags a::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}
.tc-blog-style6 .post-card .info .tags a:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.tc-blog-style6 .post-card .info .tags a:last-of-type::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-blog-style6 {
    overflow: hidden;
  }
}

.tags {
  margin-top: 10px;
}
.tags1 a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 15px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  margin-top: 3px;
  /* margin-bottom: 10px;*/
}

.team-arrow .arrow-icon {
  position: relative;
  width: 40px;
  height: 40px;

  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 10px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%
  );
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #b4b4b4;
}

.team-arrow .arrow-icon:hover {
  background-color: #fbb213;
  color: #fff;
}

/* --------------- services style1 --------------- */
.tc-services-style1 {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f1eee9),
    color-stop(#f1eee999),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f1eee9,
    #f1eee999,
    transparent
  );
  background-image: -o-linear-gradient(top, #f1eee9, #f1eee999, transparent);
  background-image: linear-gradient(to bottom, #f1eee9, #f1eee999, transparent);
}
.tc-services-style1 .title p {
  letter-spacing: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.tc-services-style1 .title p.animated {
  letter-spacing: 10px;
  opacity: 1;
}
.tc-services-style1 .content {
  position: relative;
  z-index: 10;
}
.tc-services-style1 .service-card {
  padding: 20px 60px 20px 30px;
  -webkit-border-start: 1px solid #ccc;
  border-inline-start: 1px solid #ccc;
  display: block;
}
.tc-services-style1 .service-card:hover .arrow {
  background-color: #000;
  color: #fff;
}
.tc-services-style1 .service-card .icon {
  color: var(--color-orange1);
  margin-bottom: 20px;
  font-size: 30px;
}
.tc-services-style1 .service-card .img {
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-services-style1 .service-card .arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 40px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style1 .ser-img {
  width: 100%;
  height: 1000px;
  margin-top: -550px;
}
.tc-services-style1 .ser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (max-width: 991px) {
  .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important;
  }
}

/* --------------- portfolio pg style1 --------------- */
.portfolio-pg-style1 {
  position: relative;
}
.portfolio-pg-style1 .tc-featured-cases-style1 {
  padding: 120px 0;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content {
  position: relative;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content * {
  cursor: none;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 10;
  -webkit-transition: all 0.02 linear;
  -o-transition: all 0.02 linear;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .tab-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 1200px) {
  .portfolio-pg-style1 .tc-featured-cases-style1 .content {
    -webkit-margin-start: calc((100vw - 1320px) / 2);
    margin-inline-start: calc((100vw - 1320px) / 2);
  }
}
.portfolio-pg-style1 .tc-featured-cases-style1 .content .nav-pills .nav-link {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: capitalize;
}
.portfolio-pg-style1
  .tc-featured-cases-style1
  .content
  .nav-pills
  .nav-link.active {
  color: var(--color-orange1);
}
.portfolio-pg-style1 .tc-featured-cases-style1 .content .cases-slider {
  position: relative;
  overflow: hidden;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .img {
  display: block;
  height: 600px;
  border-radius: 15px;
  overflow: hidden;
}
.portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .info {
  padding-top: 30px;
}
.portfolio-pg-style1
  .tc-featured-cases-style1
  .content
  .case-card
  .info
  .tags
  a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.portfolio-pg-style1 .tc-latest-cases-style1 .filter .links a {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
  text-transform: capitalize;
}
.portfolio-pg-style1 .tc-latest-cases-style1 .filter .links a.active {
  color: var(--color-orange1);
}
.portfolio-pg-style1 .tc-latest-cases-style1 .content {
  padding: 150px 0;
  /*  border-top: 1px solid #ccc; */
}
.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card {
  position: relative;
  margin-bottom: 100px;
}
.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .img {
  height: 275px;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card:hover .img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .info {
  padding-top: 30px;
}
.portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 25px;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

@media screen and (max-width: 991px) {
  .portfolio-pg-style1 .tc-featured-cases-style1 {
    padding: 80px 0;
  }
  .portfolio-pg-style1 .tc-featured-cases-style1 .content {
    padding: 0 15px;
  }
  .portfolio-pg-style1 .tc-featured-cases-style1 .content .nav-pills .nav-link {
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
  }
  .portfolio-pg-style1 .tc-featured-cases-style1 .content .case-card .img {
    height: 300px;
  }
  .portfolio-pg-style1 .tc-latest-cases-style1 .filter .links a {
    margin-bottom: 10px;
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-weight: bold;
  }
  .portfolio-pg-style1 .tc-latest-cases-style1 .content {
    padding: 80px 0;
  }
  .portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card {
    margin-bottom: 50px;
  }
  .portfolio-pg-style1 .tc-latest-cases-style1 .content .case-card .img {
    height: 250px;
  }
}

/* --------------- portfolio pg style1 --------------- */
.blog-pg-style1 {
  position: relative;
}
.blog-pg-style1 .tc-main-slider-style1 {
  padding: 150px 3vw 0;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider {
  position: relative;
  overflow: hidden;
}
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .swiper-slide-active
  .slider-card
  .content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
  position: absolute;
  right: 10vw;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
  padding: 15px 10px;
  border-radius: 30px;
  z-index: 20;
  min-width: 140px;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows .swiper-button-prev,
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-next {
  position: static;
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-prev::after,
.blog-pg-style1
  .tc-main-slider-style1
  .main-slider
  .arrows
  .swiper-button-next::after {
  font-size: 10px;
  color: #fff;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
  position: absolute;
  color: #fff;
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: calc(10vw + 58px);
  bottom: 90px;
  z-index: 50;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
  position: relative;
  height: 800px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  border-radius: 30px;
  overflow: hidden;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000af),
    color-stop(#0000005c),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000000af,
    #0000005c,
    transparent
  );
  background-image: -o-linear-gradient(
    bottom,
    #000000af,
    #0000005c,
    transparent
  );
  background-image: linear-gradient(to top, #000000af, #0000005c, transparent);
  z-index: 1;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 70px 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blog-pg-style1 .tc-latest-posts-style1 .content {
  position: relative;
  padding: 150px 0;
  border-bottom: 1px solid #ccc;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
.blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}
.blog-pg-style1
  .tc-latest-posts-style1
  .content
  .arrows
  .swiper-button-prev::after,
.blog-pg-style1
  .tc-latest-posts-style1
  .content
  .arrows
  .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .posts-slider {
  position: relative;
  overflow: hidden;
}
.blog-pg-style1 .tc-latest-posts-style1 .content .post-card:hover .img img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.blog-pg-style1 .tc-latest-posts-style1 .content .post-card .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 10s linear;
  -o-transition: all 10s linear;
  transition: all 10s linear;
}
.blog-pg-style1 .tc-filter-posts-style1 {
  position: relative;
  padding: 150px 0;
}
.blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #666;
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 50px;
  margin-inline-end: 9px;
  text-transform: uppercase;
  border: 1px solid #878787;
  padding: 10px 25px;
  border-radius: 15px;
}
.blog-pg-style1 .tc-filter-posts-style1 .filter .links a.active {
  color: var(--color-orange1);
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #222;
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group .form-control {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
  font-size: 14px;
}
.blog-pg-style1 .tc-filter-posts-style1 .search-group button {
  border: 0;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .blog-pg-style1 .tc-main-slider-style1 {
    padding-top: 100px;
  }
  .blog-pg-style1 .fsz-45 {
    font-size: 25px !important;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .slider-card {
    height: 400px;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .arrows {
    bottom: 15px;
  }
  .blog-pg-style1 .tc-main-slider-style1 .main-slider .swiper-pagination {
    bottom: 25px;
  }
  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-prev,
  .blog-pg-style1 .tc-latest-posts-style1 .content .arrows .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .blog-pg-style1 .tc-latest-posts-style1 .content {
    padding: 100px 0;
  }
  .blog-pg-style1 .tc-filter-posts-style1 {
    padding: 100px 0;
  }
  .blog-pg-style1 .tc-filter-posts-style1 .filter .links a {
    font-size: 12px;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    font-weight: bold;
  }
}

/* --------------- portfolio pg style1 --------------- */
.post-pg-style1 {
  position: relative;
}
.post-pg-style1 .tc-main-img-style1 {
  position: relative;
}
.post-pg-style1 .tc-main-img-style1 .main-img {
  height: 900px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.post-pg-style1 .tc-main-img-style1 .main-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000c8),
    color-stop(#00000079),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #000000c8,
    #00000079,
    transparent
  );
  background-image: -o-linear-gradient(
    bottom,
    #000000c8,
    #00000079,
    transparent
  );
  background-image: linear-gradient(to top, #000000c8, #00000079, transparent);
}
.post-pg-style1 .tc-main-img-style1 .main-img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
  -webkit-transition: all linear;
  -o-transition: all linear;
  transition: all linear;
}
.post-pg-style1 .tc-main-img-style1 .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  z-index: 5;
  padding: 120px 0;
  text-align: center;
}
.post-pg-style1 .tc-main-img-style1 .content .title {
  font-size: 90px;
  font-weight: 500;
  line-height: 100px;
  letter-spacing: -0.03em;
}
.post-pg-style1 .tc-post-content-style1 {
  position: relative;
  padding: 110px 0;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  z-index: 20;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  margin-bottom: 90px;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb .icon {
  margin: 0 5px;
}
.post-pg-style1 .tc-post-content-style1 .breadcromb a:last-of-type {
  opacity: 0.7;
}
.post-pg-style1 .tc-post-content-style1 .lg-letter {
  font-size: 90px;
  line-height: 55px;
  letter-spacing: -0.03em;
  color: #000;
  float: left;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.post-pg-style1 .tc-post-content-style1 .share-content .tags a {
  font-size: 12px;
  color: #000;
  background-color: #ebebf3;
  padding: 5px 10px;
  border-radius: 30px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-weight: 500;
}
.post-pg-style1 .tc-post-content-style1 .share-content .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share .links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}
.post-pg-style1 .tc-post-content-style1 .share-content .share .links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .editor {
  margin-top: 110px;
  position: relative;
  padding: 80px 0;
  border-top: 1px solid #ccc;
}
.post-pg-style1 .tc-post-content-style1 .editor .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links {
  position: relative;
  margin-top: 30px;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}
.post-pg-style1 .tc-post-content-style1 .editor .social-links a:hover {
  border-color: var(--color-orange1);
  background-color: var(--color-orange1);
  color: #fff;
}
.post-pg-style1 .tc-post-content-style1 .related-posts {
  position: relative;
  padding: 110px 0 30px;
  border-top: 1px solid #ccc;
}
.post-pg-style1 .tc-post-content-style1 .related-posts .arrows {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-prev,
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-next {
  position: static;
  margin: 0;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
}
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-prev::after,
.post-pg-style1
  .tc-post-content-style1
  .related-posts
  .arrows
  .swiper-button-next::after {
  font-size: 18px;
  color: #000;
}
.post-pg-style1 .tc-post-content-style1 .related-posts .related-slider {
  position: relative;
  overflow: hidden;
}
.post-pg-style1 .tc-comments-style1 {
  position: relative;
  background-color: #f1eee9;
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
  z-index: 40;
  padding: 110px 0;
}
.post-pg-style1 .tc-comments-style1 .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0;
}
.post-pg-style1 .tc-comments-style1 .form-control:hover,
.post-pg-style1 .tc-comments-style1 .form-control:focus {
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .post-pg-style1 .th-450 {
    height: 300px !important;
  }
  .post-pg-style1 .fsz-45 {
    font-size: 30px !important;
  }
  .post-pg-style1 .tc-main-img-style1 .main-img {
    height: 400px;
  }
  .post-pg-style1 .tc-main-img-style1 .content .title {
    font-size: 40px;
    line-height: 60px;
  }
  .post-pg-style1 .tc-post-content-style1 .breadcromb {
    display: block;
  }
  .post-pg-style1 .tc-post-content-style1 .share-content .tags a {
    margin-bottom: 10px;
  }
  .post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-prev,
  .post-pg-style1
    .tc-post-content-style1
    .related-posts
    .arrows
    .swiper-button-next {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .post-pg-style1 .comment-replay-cont .d-flex {
    display: block !important;
  }
  .post-pg-style1 .comment-replay-cont .ms-90 {
    -webkit-margin-start: 30px !important;
    margin-inline-start: 30px !important;
  }
}

/* --------------- portfolio pg style1 --------------- */
.contact-pg-style1 {
  position: relative;
}
.contact-pg-style1 .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}
.contact-pg-style1 .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.contact-pg-style1 .tc-map-style1 {
  position: relative;
  padding: 90px 4vw 120px;
  border-radius: 0 0 30px 30px;
  margin-bottom: -30px;
  background-color: #fff;
  z-index: 10;
}
.contact-pg-style1 .tc-map-style1 .map-card {
  border-radius: 15px;
  overflow: hidden;
  height: 700px;
}
.contact-pg-style1 .tc-map-style1 .map-card iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -6px;
  -webkit-filter: grayscale(0.7);
  filter: grayscale(0.7);
}
.contact-pg-style1 .tc-contact-form-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #f1eee9;
  overflow: hidden;
}
.contact-pg-style1 .tc-contact-form-style1 .form {
  display: block;
}
.contact-pg-style1 .tc-contact-form-style1 .form label {
  display: block;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
.contact-pg-style1 .tc-contact-form-style1 .form .form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 14px;
}
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:hover,
.contact-pg-style1 .tc-contact-form-style1 .form .form-control:focus {
  border-color: #000;
}
.contact-pg-style1 .tc-contact-form-style1 .shap {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 55%;
}

@media screen and (max-width: 991px) {
  .contact-pg-style1 .tc-map-style1 .map-card {
    height: 400px;
  }
}

.contact-info {
  background-color: #fff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 375px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-info:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 375px) {
  .contact-info .media-body {
    text-align: center;
  }
}

.contact-info:nth-child(2) .contact-info_icon {
  background-color: #0e121d;
}

.contact-info:nth-child(3) .contact-info_icon {
  background-color: #4d5765;
}

.contact-info_icon {
  display: inline-block;
  width: 70px;
  min-width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #f68a0a;
  color: #fff;
  text-align: center;
  font-size: 35px;
  position: relative;
}

@media (max-width: 375px) {
  .contact-info_icon {
    display: block;
    margin: auto;
    text-align: center;
  }
}

.contact-info_label {
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  font-weight: 600;
  margin-top: -0.3rem;
  margin-bottom: 2px;
}

.contact-info_link {
  color: #4d5765;
  line-height: 26px;
  font-size: 16px;
  display: block;
}

.contact-info .media-body {
  margin-bottom: -0.5rem;
}

/* Team Grid 2*/
.wptb-team-grid2 .wptb-item--inner {
  position: relative;
  margin-bottom: 30px;
  transition: var(--transition-base);
  -webkit-transition: var(--transition-base);
  -ms-transition: var(--transition-base);
  -o-transition: var(--transition-base);
}

.wptb-team-grid2 .wptb-item--image {
  position: relative;
  overflow: hidden;
}

.wptb-team-grid2 .wptb-item--inner img {
  width: 100%;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--holder {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  transition: var(--transition-base);
  -webkit-transition: var(--transition-base);
  -ms-transition: var(--transition-base);
  -o-transition: var(--transition-base);
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--social {
  display: inline-block;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.42px;
  color: #ffffff;
  background-color: #15bfb2;
  padding: 7px 14px 7px 32px;
  clip-path: polygon(0% 0%, 10% 100%, 100% 100%, 100% 0%);
  position: absolute;
  top: -100%;
  z-index: 1;
  right: 45px;
  transform: rotateZ(-90deg);
  transform-origin: top right;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px;
  transition: var(--transition-base);
  -webkit-transition: var(--transition-base);
  -ms-transition: var(--transition-base);
  -o-transition: var(--transition-base);
}

.wptb-team-grid2 .wptb-item--inner:hover .wptb-item--social {
  top: 0%;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #ffffff;
  border-radius: 100%;
  transform: rotate(90deg);
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--social a:hover {
  /*  background-color: #D70006;*/
  color: #fdcc05;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--meta {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 15px 30px;
  width: calc(100% - 34px);
  margin-left: 34px;
  transform: scale(0);
  transition: var(--transition-base);
  -webkit-transition: var(--transition-base);
  -ms-transition: var(--transition-base);
  -o-transition: var(--transition-base);
}
.wptb-team-grid2 .wptb-item--inner:hover .wptb-item--meta {
  transform: scale(1);
}
.wptb-team-grid2 .wptb-item--inner .wptb-item--meta .wptb-item--title {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  padding-top: 5px;
  padding-bottom: 0px; /* 150% */
  letter-spacing: -0.24px;
  margin-bottom: 0px;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--meta .wptb-item--title a {
  color: #ffffff;
}
.wptb-team-grid2 .wptb-item--inner .wptb-item--meta .wptb-item--title a:hover {
  color: #fff;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--meta .wptb-item--position {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 116.667% */
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.wptb-team-grid2 .wptb-item--inner .wptb-item--meta::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 0%;
  background-color: #15bfb2;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
.wptb-team-grid2 .wptb-item--inner:hover .wptb-item--meta::before {
  height: 100%;
}

.color-white {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.float-inf {
  color: #000 !important;
  font-size: 14px;
}

.float-inf h6 {
  color: #000 !important;
}

.fb-3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #2089a1 !important;
}

.float-inf i {
  color: #000;
  font-size: 13px;
}

.bg_pattern {
  position: relative;
}

.bg_pattern:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2 !important;
  mix-blend-mode: luminosity;
  background: url(../img/patter-02.jpg);
  background-size: 50% !important;
  background-position: center;
  background-repeat: repeat;
}

.zump .profile-card {
  animation: zump 2s linear infinite;
  max-width: 300px;
  max-height: 300px;
  min-width: 300px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% 100% 100% 100%;
}

.glossy .profile-card {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.ekit-wid-con {
  margin: 0 auto;
}

.profile-card {
  background-color: #fff;
  -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 28px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.profile-card:hover .profile-title {
  color: #f8b915 !important;
}

.profile-body .profile-title {
  font-family: "Inter", Sans-serif;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ekit-team-modal-title {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
}
.ekit-team-modal-position {
  margin-bottom: 10px;
}
.ekit-team-modal-content {
  margin-bottom: 0px;
}
.ekit-team-modal-close svg path {
  stroke: #656565;
  fill: #656565;
}
.ekit-team-modal-close:hover {
  color: #f8b915;
}
.ekit-team-modal-close:hover svg path {
  stroke: #f8b915;
  fill: #f8b915;
}
.ekit-team-modal-close svg {
  max-width: 15px;
}
.ekit-morphing-wrapper {
  position: absolute;
  left: 50px;
  max-width: 100%;
}
.ekit-morphing-wrapper svg {
  height: 240px;
}

.ekit-morphing-wrapper .ekit-svg-shape {
  position: relative;
  /* height:100%;
  max-height:100%;
  width:100%;
  max-width:100%; */
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: visible;
}

.ekit-morphing-wrapper .ekit-svg-shape .ekit-morphing-image {
  height: auto;
  width: 100%;
  max-width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ekit-morphing-wrapper .ekit-svg-shape path {
  -webkit-transform: unset;
  transform: unset;
}

.office-info-item .cIconBlock .elementor-icon-box-title {
  color: #000b47;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}

.office-info-item .cIconBlock .elementor-icon-box-title,
.office-info-item .cIconBlock .elementor-icon-box-title a {
  font-family: "Roboto", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1px;
}

.office-info-item .cIconBlock .elementor-icon-box-description {
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  line-height: 19px;
  color: #7a7a7a;
}

.office-info-item .cIconBlock .elementor-icon {
  background-color: #eeeeee;
  fill: #54595f;
  color: #54595f;
  font-size: 28px;
  border-radius: 50%;
  padding: 0.5em;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  text-align: center;
  margin: 15px;
}
.office-info-item .cIconBlock .elementor-icon img {
  width: 28px;
  height: 28px;
}

.office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 12px 12px 15px 12px;
}

.office-info-item {
  margin-bottom: 30px;
}

.shape {
  background: linear-gradient(90deg, #f8b915 0%, #1ba0a9 100%);
  animation: morph 2s ease-in-out infinite;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  height: 240px;
  width: 240px;
  /* box-shadow: 0 0 20px #000; */
  position: absolute;
  top: -15px;
  left: 0;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-size: 100% 100%;
    rotate: 0;
  }

  50% {
    border-radius: 30% 80% 70% 40% / 50% 80% 30% 60%;
    background-size: 300% 150%;
    rotate: 10%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-size: 100% 100%;
    rotate: 0;
  }
}

.ces_01 {
  padding: 40px 60px 40px 60px;
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.15);
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #54595f;
  text-align: center;
}
.ces_img_01 {
  position: relative;
}

.ces_img_01 .ces_img img {
  height: 500px;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px 30px 30px 30px;
}

.ces_img_01 .ces_img_cont {
  margin: 25px 25px 25px 25px;
  padding: 40px 40px 40px 40px;
  background-color: #0097b2;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffe38b;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: -200px;
}

.ces_img_01 .ces_img_cont .title {
  color: #ffe38b;
  font-family: "Antonio", Sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25em;
}

.ces_img_right {
  padding: 30px 30px 30px 30px;
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  margin-bottom: 30px;
}

.ces_img_right ul {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #54595f;
}

.ces_img_right ul li {
  display: flex;
  align-items: flex-start;
}

.ces_img_right ul li svg {
  fill: #16bdb1;
  transition: fill 0.3s;
  width: 10px;
  height: 10px;
  margin-top: 5px;
}

.ces_img_right ul li p {
  flex: 1;
  margin-left: 15px;
}

.ces_img_right_bottom {
  color: #54595f;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ces_img_right_bottom p {
  margin-bottom: 25px;
}

.iwc h2 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 20px;
}

.iwc p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.iwc_bg {
  position: relative;
  background-image: url("../img/bg_gradient-scaled.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}

.iwc_bg svg {
  fill: #fff;
  position: absolute;
  top: 0;
}
.tc-header-preview .slider-card1 .img {
  height: 500px;
  position: relative;
  min-height: 40vh;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.heading-title {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 40px;
}

.heading-title2 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 40px;
}

.whiteCard {
  background-color: #fff;
  padding: 30px 30px;
  height: 100%;
}

.tc-header-preview .slider-card1 {
  position: relative;
}
.img-cover {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit;
  max-width: 100%;
  max-height: 100%;
}

.whiteCard h3 {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25em;
  margin-bottom: 10px;
}

.whiteCard p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.servicesList {
  background-image: url("../img/bg_gradient-scaled.jpg");
  background-position: bottom center;
  background-size: cover;
  padding: 80px 0;
}

.countServicesList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: self-start;
}

.countServicesList li {
  display: flex;
  gap: 20px;
}

.countServicesList li span {
  color: #000000;
  font-family: "Inter", Sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  /* flex-grow: 0;    */
  flex-shrink: 0;
  flex-basis: 1.5em; /* width/height  - initial value: auto */
}
.countServicesList li div {
  flex-shrink: 0;
  flex-basis: 100%;
}

.countServicesList li p {
  color: #000000;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  /* white-space: nowrap; */
}

.sublist {
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding: 15px 0 20px !important;
}

.sublist li {
  padding-bottom: calc(10px / 2);
  margin-top: calc(10px / 2);
  position: relative;
  padding-left: 25px;
}

.sublist li:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url("../img/listArrow.svg");
  background-position: left;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
}

@media (max-width: 661px) {
  .countServicesList li {
    gap: 10px;
  }
  .countServicesList li span {
    font-size: 25px;
  }
  .countServicesList li p {
    font-size: 16px;
  }
  .countServicesList li div {
    flex-shrink: 0;
    flex-basis: 85%;
  }

  .sublist {
    margin-left: -45px;
  }

  .ces_img_01 .ces_img_cont {
    position: relative;
    margin-bottom: -100px;
    bottom: 150px;

  }
  .ces_img_01 .ces_img_cont .title {
    font-size: 22px;
  }

  .iwc h2{
    font-size: 24px;
  }
}


.cont-3{
    background: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    min-height: 215px;
}

.cont-3 p{
    margin-top: 10px;
    line-height: 22px;
}

.cont-3 .service-icon {
    background: #F5F5F5;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
        border-radius: 50%;
    transition: 0.3s;
    margin-bottom: 15px;
}

.cont-3 .service-icon i{
    font-size: 30px;
    color:#69727d;
}

.cont-3 h3{
    color: #000B47;
    font-weight: 500;
}

.bg-white1{
    background: #fff;
    padding: 50px;
}



