@charset "UTF-8";
.home-style1 .borderd {
  border-color: #ccc !important;
}
.home-style1 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.home-style1 .section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw;
}
.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;
  }
}
html[lang="ar"] .home-style1 {
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
html[lang="ar"]
  .home-style1
  .tc-header-style1
  .header-slider
  .swiper-pagination {
  left: auto;
  right: 4vw;
}
html[lang="ar"] .home-style1 .tc-header-style1 .header-slider .slider-controls {
  right: auto;
  left: 40px;
}
html[lang="ar"]
  .home-style1
  .tc-header-style1
  .header-slider
  .slider-card
  .info
  h1 {
  font-size: calc(10vw + 10px);
}
html[lang="ar"] .home-style1 .tc-experience-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  transform: rotate(15deg) scale(1);
}
html[lang="ar"] .home-style1 .tc-experience-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[lang="ar"] .home-style1 .tc-services-style1 .title p.animated {
  letter-spacing: normal;
  font-size: 30px;
}
html[lang="ar"] .home-style1 .tc-process-style1 .img.animated {
  -webkit-transform: rotate(-15deg) scale(1);
  transform: rotate(-15deg) scale(1);
}
html[lang="ar"] .home-style1 .tc-process-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"]
  .home-style1
  .tc-testimonials-style1
  .tc-clients-style1
  .slider-controls {
  left: 0;
  right: auto;
}
html[lang="ar"] .home-style1 .tc-testimonials-style1 .c-line {
  left: auto;
  right: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"] .home-style1 .tc-chat-style1 .c-line {
  right: auto;
  left: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
html[lang="ar"] .home-style1 .loader-wrap {
  direction: ltr;
}

/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #dfe3ec;
  padding: 0 4vw;
  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;
  -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 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 1;
}
.side_menu_style4.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
  transform: rotate(180deg) scale(1);
  opacity: 1;
}
.side_menu_style4.show .main_links {
  text-align: center;
  -webkit-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.side_menu_style4 .side_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  -webkit-transform: rotate(-60deg) scale(0.5);
  transform: rotate(-60deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu_style4 .side_shape2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  -webkit-transform: rotate(120deg) scale(0.5);
  transform: rotate(120deg) scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style4 .main_links {
  text-align: center;
  -webkit-transform: scaleX(1.4) scaleY(1.8);
  transform: scaleX(1.4) scaleY(1.8);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.side_menu_style4 .main_links .main_link {
  font-size: calc(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.side_menu_style4 .main_links .main_link:hover {
  text-decoration: underline;
}
.side_menu_style4 .social_links a {
  font-size: 24px;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}
.side_menu_style4 .social_links a:hover {
  border-color: #000;
}
.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 30px;
  right: 60px;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -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 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_menu4_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu4_overlay2 {
  position: absolute;
  z-index: 80;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -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 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu4_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* --------------- footer style1 --------------- */
.tc-navbar-style1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0;
}
.tc-navbar-style1 .content {
  padding: 20px 0;
}
.tc-navbar-style1 .content .navbar-brand {
  max-width: 115px;
  -webkit-margin-end: 100px;
  margin-inline-end: 100px;
}
.tc-navbar-style1 .content .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.tc-navbar-style1 .content .navbar-nav .nav-link:hover,
.tc-navbar-style1 .content .navbar-nav .nav-link.active {
  color: var(--color-orange1);
}
.tc-navbar-style1 .content .nav-side .icon {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style1 {
    position: relative;
    background-color: #333;
  }
  .tc-navbar-style1 .content {
    border: 0;
  }
  .tc-navbar-style1 .content .navbar-nav {
    margin: 20px 0;
  }
  .tc-navbar-style1 .content .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- header style1 --------------- */
.tc-header-style1 .header-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style1 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tc-header-style1 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}
.tc-header-style1 .header-slider .slider-controls {
  position: absolute;
  right: 40px;
  bottom: 130px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.tc-header-style1 .header-slider .slider-controls .swiper-button-next,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  font-size: 30px;
}
.tc-header-style1 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
}
.tc-header-style1 .header-slider .swiper-pagination {
  position: absolute;
  left: 4vw;
  bottom: 120px;
  color: #fff;
  z-index: 30;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-style1 .header-slider .swiper-pagination > span {
  font-size: 30px;
  font-weight: 100;
  display: block;
  margin: 10px 0;
}
.tc-header-style1 .slider-card {
  position: relative;
}
.tc-header-style1 .slider-card .img {
  height: 650px;
  position: relative;
  min-height: 100vh;
}
.tc-header-style1 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
  pointer-events: none;
}
.tc-header-style1 .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.tc-header-style1 .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);
}

@media screen and (max-width: 991px) {
  .tc-header-style1 .slider-card .img {
    height: 550px;
  }
  .tc-header-style1 .slider-card .info {
    bottom: 60px;
  }
  .tc-header-style1 .swiper-pagination {
    display: none;
  }
  .tc-header-style1 .header-slider .slider-controls {
    bottom: 165px;
    right: 0;
  }
  .tc-header-style1 .header-slider .slider-controls .swiper-button-prev::after,
  .tc-header-style1 .header-slider .slider-controls .swiper-button-next::after {
    font-size: 20px;
  }
}
/* --------------- 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;
}
.tc-experience-style1 .img {
  height: 550px;
  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;
}
.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;
}

@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;
  }
}
/* --------------- 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: linear-gradient(to bottom, #f1eee9, #f1eee999, transparent);
}
.tc-services-style1 .title p {
  letter-spacing: 50px;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-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: 160px;
  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;
  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;
  }
}
/* --------------- process style1 --------------- */
.tc-process-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}
.tc-process-style1 .c-line {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 50%;
  height: 550px;
  z-index: 10;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.tc-process-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-process-style1 .accordion-item {
  border: 0;
  border-radius: 0;
}
.tc-process-style1 .accordion-item .accordion-button {
  color: #000;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 30px;
}
.tc-process-style1 .accordion-item .accordion-button:not(.collapsed) {
  border-color: #000;
}
.tc-process-style1 .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--color-orange1);
}
.tc-process-style1 .accordion-item .accordion-button h3 {
  font-size: 24px;
}
.tc-process-style1 .accordion-item .accordion-button .num {
  font-size: 24px;
  color: #999;
  font-weight: 200;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.tc-process-style1 .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;
}
.tc-process-style1 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}
.tc-process-style1 .img {
  height: 550px;
  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-process-style1 .img.animated {
  -webkit-transform: rotate(15deg) scale(1);
  transform: rotate(15deg) scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-process-style1 {
    padding: 80px 0;
  }
  .tc-process-style1 .accordion-item .accordion-button .num {
    display: none;
  }
  .tc-process-style1 .accordion-item .accordion-button h3 {
    font-size: 21px;
  }
  .tc-process-style1 .accordion-item .accordion-body {
    -webkit-padding-start: 30px;
    padding-inline-start: 30px;
  }
  .tc-process-style1 .img {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-top: 50px;
    height: 350px;
  }
}
/* --------------- projects style1 --------------- */
.tc-projects-style1 .tabs-links .nav-pills .nav-link {
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  color: #000;
}
.tc-projects-style1 .tabs-links .nav-pills .nav-link.active,
.tc-projects-style1 .tabs-links .nav-pills .nav-link:hover {
  color: var(--color-orange1);
}
.tc-projects-style1 .projects {
  padding-bottom: 100px;
  border-bottom: 1px solid #ccc;
}
.tc-projects-style1 .projects .projects-content {
  position: relative;
}
.tc-projects-style1 .projects .projects-content * {
  cursor: none;
}
.tc-projects-style1 .projects .projects-content .float-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-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;
  transition: all 0.02 linear;
  pointer-events: none;
  -webkit-box-shadow: 0 0 30px #0001;
  box-shadow: 0 0 30px #0001;
}
.tc-projects-style1 .projects .projects-content .float-cursor.show {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.tc-projects-style1 .projects .project-card .img {
  height: 630px;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.tc-projects-style1 .projects .project-card .info {
  padding-top: 40px;
}
.tc-projects-style1 .projects .project-card .info .tags {
  margin-bottom: 30px;
}
.tc-projects-style1 .projects .project-card .info .tags a {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-projects-style1 .projects .project-card .info .title {
  font-size: 35px;
  margin-bottom: 15px;
}
.tc-projects-style1 .projects .project-card .info .title a:hover {
  color: var(--color-orange1);
}
.tc-projects-style1 .projects .project-card .info .text {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-projects-style1 .projects {
    padding-bottom: 50px;
  }
  .tc-projects-style1 .projects .project-card .img {
    height: 350px;
  }
  .tc-projects-style1 .projects .project-card .info .title {
    font-size: 25px;
  }
}
/* --------------- testimonials style1 --------------- */
.tc-testimonials-style1 {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-style1 .c-line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  }
}
/* --------------- team style1 --------------- */
.tc-team-style1 {
  position: relative;
  /* padding: 150px 0; */
  background-color: #f7f7f7;
  /* border-radius: 40px 40px 0 0; */
  z-index: 10;
  margin-top: -40px;
}
.tc-team-style1 .member-colmn {
  margin: auto;
}
.tc-team-style1 .team-card {
  position: relative;
  margin-bottom: 40px;
  display: block;
}
.tc-team-style1 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-team-style1 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-team-style1 .team-card:hover .img::after {
  opacity: 0.5;
}
.tc-team-style1 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}
.tc-team-style1 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style1 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-style1 .team-card.team-text:hover .img {
  border-color: #000;
}
.tc-team-style1 .team-card.team-text .img {
  border: 1px solid #ccc;
}
.tc-team-style1 .team-card.team-text .img::after {
  display: none;
}
.tc-team-style1 .team-card.team-text .title {
  font-weight: 300;
  color: #000 !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: 18px;
  text-transform: uppercase;
}
.tc-team-style1 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}
.tc-team-style1 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style1 .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;
  transition: all 0.3s ease;
}
.tc-team-style1 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}
.numbers {
  padding-top: 50px;
}
.numbers .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
.numbers .number-card .perc {
  font-size: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  font-weight: 700;
  line-height: 1;
  color: #071839;
}
.numbers .number-card p {
  font-size: 17px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
}

/* --------------- awards style1 --------------- */
.tc-awards-style1 {
  position: relative;
  z-index: 10;
  padding: 150px 0;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
  background-color: #262929;
  color: #fff;
}
.tc-awards-style1 .awards-content .awards-list .award-row {
  padding: 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.tc-awards-style1 .awards-content .awards-list .award-row:hover {
  background-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .tc-awards-style1 {
    padding: 50px 0;
  }
  .tc-awards-style1 .awards-content .awards-list .award-row {
    background-color: #fff1;
    margin-bottom: 30px;
  }
}
/* --------------- blog style1 --------------- */
.tc-blog-style1 {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f1eee9),
    to(transparent)
  );
  background-image: linear-gradient(to top, #f1eee9, transparent);
}
.tc-blog-style1 .swiper-button-next {
  color: #000;
  right: 3vw;
}
.tc-blog-style1 .swiper-button-next::after {
  font-size: 40px;
}
.tc-blog-style1 .swiper-button-prev {
  color: #000;
  left: 3vw;
}
.tc-blog-style1 .swiper-button-prev::after {
  font-size: 40px;
}
.tc-blog-style1 .blog-card {
  position: relative;
}
.tc-blog-style1 .blog-card .img {
  position: relative;
  height: 415px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-blog-style1 .blog-card .info {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.tc-blog-style1 .blog-card .info .date {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-blog-style1 .blog-card .img {
    height: 350px;
  }
  .tc-blog-style1 .blog-card .info {
    display: block;
    width: 100%;
  }
  .tc-blog-style1 .blog-card .info .date {
    width: 100%;
    margin-bottom: 15px;
  }
}
/* --------------- chat style1 --------------- */
.tc-chat-style1 {
  position: relative;
  padding: 150px 0;
  background-color: #f1eee9;
}
.tc-chat-style1 .c-line {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 60%;
  pointer-events: none;
  height: 450px;
  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-chat-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-chat-style1 .xl-text {
  font-size: 120px;
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1;
  color: var(--color-orange1);
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tc-chat-style1 .xl-text {
    font-size: 50px;
  }
}
/* --------------- footer style1 --------------- */
.tc-footer-style1 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
.tc-footer-style1 .foot-social a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.tc-footer-style1 .footer-links a {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}
.tc-footer-style1 .footer-links a:hover {
  color: #000;
  text-decoration: underline;
}
.tc-footer-style1 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tc-footer-style1 .foot .foot-links a {
  font-size: 14px;
  -webkit-margin-end: 4vw;
  margin-inline-end: 4vw;
}
.tc-footer-style1 .foot .foot-links a:last-of-type {
  margin: 0;
}

/*------------------------------------------------------- 
home 2 style 
-------------------------------------------------------*/
.home-style2 .sub-font {
  font-family: "Instrument Serif", serif;
}
.home-style2 .ico-45 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .home-style2 br {
    display: none;
  }
  .home-style2 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style2 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style2 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style2 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style2 .mt-80 {
    margin-top: 50px !important;
  }
  .home-style2 .fsz-45 {
    font-size: 30px !important;
  }
  .home-style2 .mt-70 {
    margin-top: 45px !important;
  }
  .home-style2 .mb-80 {
    margin-bottom: 50px !important;
  }
}
/* --------------- navbar style2 --------------- */
.tc-navbar-style2 {
  position: relative;
  padding: 0 3vw;
}
.tc-navbar-style2 .container-fluid {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.tc-navbar-style2 .navbar-brand {
  -webkit-margin-end: 170px;
  margin-inline-end: 170px;
}
.tc-navbar-style2 .navbar-brand img {
  height: 35px;
}
.tc-navbar-style2 .nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-navbar-style2 .nav-contact .links-item {
  -webkit-margin-end: 80px;
  margin-inline-end: 80px;
}
.tc-navbar-style2 .nav-contact .links-item a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-block: 0;
  line-height: 1.5;
}
.tc-navbar-style2 .nav-icons {
  position: relative;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}
.tc-navbar-style2 .nav-icons .icon {
  width: 45px;
  height: 45px;
  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%;
  border: 1px solid #999;
  -webkit-margin-start: 15px;
  margin-inline-start: 15px;
  font-size: 16px;
}
.tc-navbar-style2 .nav-icons .icon:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.tc-navbar-style2 .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #fff1;
  box-shadow: 5px 5px 20px #fff1;
  right: 0;
  top: calc(100% + 15px);
  width: 100%;
  min-width: 250px;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
}
.tc-navbar-style2 .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tc-navbar-style2 .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-navbar-style2 .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #9993;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}
.tc-navbar-style2 .nav-search-box .form-group button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 0 8px 8px 0;
  border: 1px solid #9993;
  background-color: #9993;
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-style2 .nav-search-box .form-group button:hover {
  background-color: var(--color-orange1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style2 .nav-contact {
    display: block;
    margin: 15px 0;
  }
  .tc-navbar-style2 .nav-contact * {
    line-height: 2 !important;
  }
  .tc-navbar-style2 .nav-icons .icon {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
  }
}
/* --------------- header style2 --------------- */
.tc-header-style2 {
  position: relative;
  background-color: #fff;
  /* padding-top: 120px; */
}
.slider-content .container-fluid {
  padding: 0px !important;
}
.tc-header-style2 .top-info h1 {
  font-size: 90px;
  font-weight: 600;
}
.tc-header-style2 .top-info h1 span {
  color: var(--color-orange1);
  font-style: italic;
  font-weight: 400;
}
.tc-header-style2 .top-info .award-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 40px;
  border: 1px solid #999;
  border-radius: 50px;
  margin-top: 70px;
}
.tc-header-style2 .top-info .award-wrapper p {
  font-size: 18px;
}
.tc-header-style2 .top-info .award-wrapper .line {
  width: 60px;
  height: 1px;
  background-color: #999;
  margin: 0 30px;
}
.tc-header-style2 .top-info .facts-wrapper {
  position: relative;
  padding: 30px 40px;
}
.tc-header-style2 .top-info .facts-wrapper * {
  position: relative;
  z-index: 10;
}
.tc-header-style2 .top-info .facts-wrapper .num {
  font-size: 60px;
  font-weight: 400;
}
.tc-header-style2 .top-info .facts-wrapper p {
  color: #666;
}
.tc-header-style2 .top-info .facts-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
/* .tc-header-style2 .slider-content {
  margin-top: 120px;
  padding: 0 3vw;
} */
.tc-header-style2 .slider-content .head-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style2 .slider-content .head-slider .slider-card {
  position: relative;
}
.tc-header-style2 .slider-content .head-slider .slider-card .img {
  position: relative;
  /* height: 650px; */
  height: 80vh;
  /* border-radius: 20px; */
  overflow: hidden;
}
.tc-header-style2 .slider-content .head-slider .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000000cb),
    to(transparent)
  );
  background-image: linear-gradient(to top, #000000cb, transparent);
}
.tc-header-style2 .slider-content .head-slider .slider-card .info {
  position: absolute;
  /* left: 8%; */
  left: 0;
  top: 50%;
  /* bottom: 50px; */
  color: #fff;
  z-index: 20;
  width: 100%;
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
  font-size: 60px;
  font-weight: 500;
}
.tc-header-style2
  .slider-content
  .head-slider
  .slider-card
  .info
  .title
  a:hover {
  color: var(--color-orange1);
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .tags {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-header-style2 .slider-content .head-slider .slider-card .info .tags a {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
}
.tc-header-style2 .slider-content .head-slider .controls {
  position: absolute;
  right: 150px;
  bottom: -1px;
  width: 350px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}
.tc-header-style2 .slider-content .head-slider .controls .cont-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-header-style2 .slider-content .head-slider .controls .swiper-button-prev,
.tc-header-style2 .slider-content .head-slider .controls .swiper-button-next {
  position: static;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  border: 1px solid #9999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-prev::after,
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-next::after {
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-prev:hover,
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-next:hover {
  background-color: #000;
  border-color: #000;
}
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-prev:hover::after,
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-button-next:hover::after {
  color: #fff;
}
.tc-header-style2 .slider-content .head-slider .controls .swiper-pagination {
  position: static;
}
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.tc-header-style2
  .slider-content
  .head-slider
  .controls
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: var(--color-orange1);
}
.tc-header-style2 .head-features {
  margin-top: 50px;
  padding-bottom: 120px;
  /* border-bottom: 1px solid #ccc; */
}
.tc-header-style2 .head-features .feat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.tc-header-style2 .head-features .feat-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #f1eee9;
  color: var(--color-orange1);
  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;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tc-header-style2 {
    padding-top: 80px;
  }
  .tc-header-style2 .top-info h1 {
    font-size: 50px;
  }
  .tc-header-style2 .top-info .award-wrapper p {
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tc-header-style2 .top-info .facts-wrapper {
    margin-top: 50px;
  }
  .tc-header-style2 .slider-content {
    margin-top: 80px;
  }
  .tc-header-style2 .slider-content .head-slider .slider-card .img {
    height: 400px;
  }
  .tc-header-style2 .slider-content .head-slider .slider-card .info {
    bottom: 100px;
  }
  .tc-header-style2 .slider-content .head-slider .slider-card .info .title a {
    font-size: 35px;
  }
  .tc-header-style2 .slider-content .head-slider .controls {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    width: 300px;
    padding: 15px 25px;
  }
  .tc-header-style2 .head-features {
    padding-bottom: 80px;
  }
}

/* fadeinup animations */


/* ============== Fade-In-Up Utilities ============== */
@media (prefers-reduced-motion: no-preference) {
  .fx-up {
    --fx-distance: 24px;
    --fx-duration: 900ms;
    --fx-delay: 0ms;
    --fx-ease: cubic-bezier(0.22, 1, 0.36, 1); /* smooth ease-out */
    opacity: 0;
    transform: translate3d(0, var(--fx-distance), 0);
    will-change: transform, opacity;
  }

  .fx-up.fx-slow { --fx-duration: 1200ms; } /* Optional slower preset */

  /* Delay utilities */
  .fx-delay-0   { --fx-delay: 0ms; }
  .fx-delay-100 { --fx-delay: 100ms; }
  .fx-delay-200 { --fx-delay: 200ms; }
  .fx-delay-300 { --fx-delay: 300ms; }
  .fx-delay-400 { --fx-delay: 400ms; }
  .fx-delay-500 { --fx-delay: 500ms; }
  .fx-delay-600 { --fx-delay: 600ms; }
  .fx-delay-700 { --fx-delay: 700ms; }
  .fx-delay-800 { --fx-delay: 800ms; }

  /* When visible, run the animation */
  .fx-up.is-visible {
    animation: fx-fade-up var(--fx-duration) var(--fx-ease) var(--fx-delay) both;
  }

  @keyframes fx-fade-up {
    from {
      opacity: 0;
      transform: translate3d(0, var(--fx-distance), 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}
/* fade OUT reverse */
.fx-up.is-leaving {
  animation: fx-fade-down var(--fx-duration) var(--fx-ease) var(--fx-delay) both;
}

@keyframes fx-fade-down {
  from {
    opacity: 1;
    transform: translate3d(0,0,0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, var(--fx-distance), 0);
  }
}

/* Respect reduced-motion users */
@media (prefers-reduced-motion: reduce) {
  .fx-up { opacity: 1 !important; transform: none !important; }
}

/* --------------- services style2 --------------- */
/* Original Desktop Styles */
.tc-services-style2 {
  position: relative;
  padding: 110px 0;
  display: block;
}

.tc-services-style2 .services .service-card {
  margin-bottom: 50px;
  position: relative;
  display: block;
}

.tc-services-style2 .services .service-card:hover .img .arrow {
  background-color: #071839;
  color: #fff !important;
}

.tc-services-style2 .services .service-card .img {
  height: 165px;
  overflow: hidden;
  position: relative;
}

.tc-services-style2 .services .service-card .img .arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.tc-services-style2 .services .service-card .img:hover i {
  color: #fff !important;
}

/* Mobile Swiper Styles */
.tc-services-mobile-slider {
  position: relative;
  padding: 70px 0;
  display: none;
}

.service-swiper-container .service-card-mobile {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.service-swiper-container .service-card-mobile:hover .img .arrow {
  background-color: #071839;
  color: #fff;
}

.service-swiper-container .service-card-mobile .img {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.service-swiper-container .service-card-mobile .img .arrow {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.service-swiper-container .service-card-mobile .img .arrow:hover i {
  color: #fff !important;
}

/* Common Styles */
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiper Custom Pagination */
.service-swiper-container .swiper-pagination {
  bottom: -50px;
}

.service-swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ddd;
  opacity: 1;
}

.service-swiper-container .swiper-pagination-bullet-active {
  background-color: #071839;
}

/* Media Queries */
@media screen and (max-width: 991px) {
  /* Hide desktop version on tablet and mobile */
  .tc-services-style2 {
    display: none;
  }

  /* Show mobile slider version */
  .tc-services-mobile-slider {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .sm-order-1 {
    order: 1;
  }

  .service-swiper-container .service-card-mobile .img {
    height: 280px;
  }
}
.tc-services-style2 .phone-box {
  position: relative;
  padding: 30px 40px;
}
.tc-services-style2 .phone-box .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tc-services-style2 .phone-box * {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .tc-services-style2 {
    padding: 80px 0;
  }
  .tc-services-style2 .services .service-card .img {
    height: 250px;
  }
  .tc-services-style2 .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tc-services-style2 .phone-box {
    margin-top: 50px;
  }
  .tc-services-style2 .phone-box p {
    width: 55%;
  }
}
/* --------------- process style2 --------------- */
.tc-process-style2 {
  /* position: sticky;
  top: 0; */
  /* padding: 110px 0; */
  background-color: #fff;
  overflow: hidden;
}
.tc-process-style2 .container {
  position: relative;
  z-index: 10;
}
.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/home2/prc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-height: inherit;
}
.tc-process-style2 .accordion-item {
  border: 0;
  border-radius: 20px;
  margin-bottom: 5px;
}
.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;
}
.tc-process-style2 .accordion-item .accordion-button:not(.collapsed) h3 {
  color: var(--color-orange1);
}
.tc-process-style2 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.tc-process-style2 .accordion-item .accordion-button h3 {
  font-size: 24px;
}
.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;
}
.tc-process-style2 .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 5 Pro";
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}
.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;
}
.tc-process-style2 .accordion-item .accordion-body .text {
  font-size: 15px;
  color: #666;
}
.tc-process-style2 .imgs {
  position: relative;
  background-image: url(img/home2/bubbles.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tc-process-style2 .imgs .img {
  position: relative;
  margin: 0 auto;
}
.tc-process-style2 .imgs .img img {
  border-radius: 50%;
}
.tc-process-style2 .imgs .img:nth-of-type(1) {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}
.tc-process-style2 .imgs .img:nth-of-type(1) .txt {
  font-size: 22px;
  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;
}
.tc-process-style2 .imgs .img:nth-of-type(2) {
  position: absolute;
  right: -100px;
  top: 150px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.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: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}
.tc-process-style2 .imgs .img:nth-of-type(2) .txt {
  font-size: 22px;
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}
.tc-process-style2 .imgs .img:nth-of-type(3) {
  position: absolute;
  left: 70px;
  top: 300px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.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: linear-gradient(to top, #000000c5, transparent);
  border-radius: 50%;
}
.tc-process-style2 .imgs .img:nth-of-type(3) .txt {
  font-size: 22px;
  position: absolute;
  bottom: 15px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 10;
  color: #fff;
  text-transform: capitalize;
}
.tc-process-style2 .imgs .img:nth-of-type(4) {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-top: 40px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tc-process-style2 .imgs .img:nth-of-type(4) .txt {
  font-size: 22px;
  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) {
  .tc-process-style2 {
    padding: 80px 0;
  }
  .tc-process-style2 .imgs {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .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;
    transform: translate(0) !important;
  }
  .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: linear-gradient(to top, #000000c5, transparent);
    border-radius: 30px !important;
  }
  .tc-process-style2 .imgs .img img {
    border-radius: 30px !important;
  }
  .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;
    transform: translateX(50%) !important;
    z-index: 10 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    background-color: transparent !important;
    border: 0 !important;
  }
}
/* --------------- footer style2 --------------- */
.tc-projects-style2 {
  position: relative;
  /* padding-top: 110px; */
  background-color: #fff;
}
.tc-projects-style2 .tabs-links .nav-pills .nav-link {
  background-color: transparent;
  padding: 0;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-transform: capitalize;
  color: #666;
}
.tc-projects-style2 .tabs-links .nav-pills .nav-link.active,
.tc-projects-style2 .tabs-links .nav-pills .nav-link:hover {
  color: #000;
}
.tc-projects-style2 .projects-slider-content {
  padding: 0 3vw;
  position: relative;
  overflow: hidden;
}
.tc-projects-style2 .projects-slider-content .projects-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.tc-projects-style2 .projects-slider-content .projects-slider .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tc-projects-style2
  .projects-slider-content
  .projects-slider
  .controls
  .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  position: static;
}
.tc-projects-style2
  .projects-slider-content
  .projects-slider
  .controls
  .swiper-pagination
  .swiper-pagination-bullet {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  border-radius: 0;
  background-color: #ccc;
  opacity: 1;
}
.tc-projects-style2
  .projects-slider-content
  .projects-slider
  .controls
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  background-color: var(--color-orange1);
  margin-top: -1px;
}
.tc-projects-style2 .project-card {
  position: relative;
}
.tc-projects-style2 .project-card:hover .img .arrow {
  background-color: var(--color-orange1);
  color: #fff;
}
.tc-projects-style2 .project-card .img {
  height: 650px;
  position: relative;
  border-radius: 0 20px 20px 20px;
  overflow: hidden;
  display: block;
}
.tc-projects-style2 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tc-projects-style2 .project-card .img .year {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  padding: 30px 20px 40px 10px;
  text-align: center;
  color: #000;
  z-index: 10;
}
.tc-projects-style2 .project-card .img .year .txt {
  position: relative;
  z-index: 10;
  font-size: 18px;
}
.tc-projects-style2 .project-card .img .year .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-projects-style2 .project-card .img .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.tc-projects-style2 .project-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding: 40px;
  color: #fff;
}
.tc-projects-style2 .project-card .info .title {
  font-size: 35px;
  font-weight: 500;
}
.tc-projects-style2 .project-card .info .tags {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-projects-style2 .project-card .info .tags a {
  padding: 8px 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .tc-projects-style2 {
    padding-top: 80px;
  }
  .tc-projects-style2 .tabs-links .nav-pills .nav-link {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    font-size: 12px;
    font-weight: 600;
  }
  .tc-projects-style2 .project-card .img {
    height: 400px;
  }
  .tc-projects-style2 .project-card .info .title {
    font-size: 25px;
  }
}
/* --------------- awards style2 --------------- */
.tc-awards-style2 {
  position: relative;
  padding: 110px 0;
}
.tc-awards-style2 .award-card {
  border: 1px solid #e7e7e7;
  /* border-radius: 15px; */
  background: #f7f7f7;
  /* padding: 30px; */
  padding: 60px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: 35px;
  margin-bottom: 20px;
}
.tc-awards-style2 .award-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: end;
  align-items: center;
  margin: 15px 0;
  font-size: 36px;
  min-height: 45px;
}

@media screen and (max-width: 991px) {
  .tc-awards-style2 {
    padding: 80px 0;
  }
}
/* --------------- testimonials style2 --------------- */
.tc-testimonials-style2 {
  padding: 110px 0;
  background-color: #1f1f1f;
}
.tc-testimonials-style2 .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 #fff3;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 10;
}
.tc-testimonials-style2 .slider-controls .swiper-button-next,
.tc-testimonials-style2 .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.tc-testimonials-style2 .slider-controls .swiper-button-next::after,
.tc-testimonials-style2 .slider-controls .swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}
.tc-testimonials-style2 .slider-controls .swiper-button-next:hover::after,
.tc-testimonials-style2 .slider-controls .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}
.tc-testimonials-style2 .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
  color: #fff;
}
.tc-testimonials-style2
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}
.tc-testimonials-style2
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.tc-testimonials-style2 .img-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style2 .img-slider .arrows {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border-radius: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  width: 100px;
  z-index: 30;
}
.tc-testimonials-style2 .img-slider .arrows .swiper-button-next,
.tc-testimonials-style2 .img-slider .arrows .swiper-button-prev {
  position: static;
  margin: 0;
}
.tc-testimonials-style2 .img-slider .arrows .swiper-button-next::after,
.tc-testimonials-style2 .img-slider .arrows .swiper-button-prev::after {
  color: #fff;
  font-size: 16px;
}
.tc-testimonials-style2 .img-slider .slider-card .img {
  position: relative;
  height: 475px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-testimonials-style2 .img-slider .slider-card .img .shap1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35%;
  z-index: 10;
}
.tc-testimonials-style2 .img-slider .slider-card .img .shap2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 20%;
  z-index: 10;
}
.tc-testimonials-style2 .text-side {
  position: relative;
}
.tc-testimonials-style2 .text-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style2 .text-slider .text {
  font-size: 48px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}
.tc-testimonials-style2 .text-slider .user-wrapper {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #fff3;
  color: #fff;
}
.tc-testimonials-style2 .text-slider .user-wrapper .user-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-testimonials-style2 .text-slider .user-wrapper .user-content .img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-testimonials-style2 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
.tc-testimonials-style2 .logos a {
  height: 45px;
  opacity: 0.5;
}
.tc-testimonials-style2 .logos a:hover {
  opacity: 1;
}
.tc-testimonials-style2 .logos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style2 {
    padding: 80px 0;
  }
  .tc-testimonials-style2 .img-slider {
    margin-bottom: 50px;
  }
  .tc-testimonials-style2 .img-slider .slider-card .img {
    height: 350px;
  }
  .tc-testimonials-style2 .text-slider .text {
    font-size: 30px;
  }
  .tc-testimonials-style2 .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tc-testimonials-style2 .logos a {
    width: 30%;
    margin: 10px;
  }
}
/* --------------- blog style2 --------------- */
.tc-blog-style2 {
  position: relative;
  padding: 110px 0;
  background-color: #f1eee9;
}
.tc-blog-style2 .row .col-lg-3:nth-of-type(1) .blog-card .img {
  height: 250px;
}
.tc-blog-style2 .row .col-lg-3:nth-of-type(2) .blog-card .img {
  height: 300px;
}
.tc-blog-style2 .row .col-lg-3:nth-of-type(3) .blog-card .img {
  height: 210px;
}
.tc-blog-style2 .row .col-lg-3:nth-of-type(4) .blog-card .img {
  height: 250px;
}
.tc-blog-style2 .blog-card {
  margin-top: 40px;
}
.tc-blog-style2 .blog-card .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
}
.tc-blog-style2 .blog-card .img .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 20px;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
.tc-blog-style2 .blog-card .info .tags {
  margin-top: 20px;
}
.tc-blog-style2 .blog-card .info .tags a {
  text-transform: uppercase;
  position: relative;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -webkit-padding-end: 25px;
  padding-inline-end: 25px;
}
.tc-blog-style2 .blog-card .info .tags a::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 2px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
.tc-blog-style2 .blog-card .info .tags a:last-of-type {
  padding: 0;
  margin: 0;
}
.tc-blog-style2 .blog-card .info .tags a:last-of-type::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-blog-style2 {
    padding: 80px 0;
  }
  .tc-blog-style2 .blog-card .img {
    height: 300px !important;
  }
}
/* --------------- contact style2 --------------- */
.tc-contact-style2 {
  background-color: #f1eee9;
}
.tc-contact-style2 .contact-form {
  padding: 110px 0;
  border-top: 1px solid #ccc;
}
.tc-contact-style2 .contact-form .form-group {
  position: relative;
  margin-top: 40px;
}
.tc-contact-style2 .contact-form .form-group label {
  font-size: 12px;
  text-transform: uppercase;
}
.tc-contact-style2 .contact-form .form-group .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  background-color: transparent;
  padding: 15px 0;
}
.tc-contact-style2 .contact-form .form-group .form-control:focus {
  border-color: #000;
}
.tc-contact-style2 .contact-form .upload_img_content {
  margin-top: 50px;
}
.tc-contact-style2 .contact-form .upload_img_content .file__input--file {
  display: none;
}
.tc-contact-style2 .contact-form .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  display: block;
  margin: auto;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-contact-style2 .contact-form .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.tc-contact-style2 .contact-form .upload_img_content .file__value_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tc-contact-style2
  .contact-form
  .upload_img_content
  .file__value_content
  .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: #fff;
  width: 31%;
  -webkit-margin-end: 2%;
  margin-inline-end: 2%;
}
.tc-contact-style2
  .contact-form
  .upload_img_content
  .file__value_content
  .file__value
  .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.tc-contact-style2 .contact-form .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.tc-contact-style2 .contact-form .terms-check {
  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-top: 20px;
}
.tc-contact-style2 .contact-form .terms-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin: 0 15px 0 0;
  background-color: transparent;
  border: 1px solid #ccc;
}
.tc-contact-style2 .contact-form .terms-check .form-check-input:checked {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .tc-contact-style2 .contact-form {
    padding: 80px 0;
  }
}
/* --------------- footer style2 --------------- */
.tc-footer-style2 {
  position: relative;
}
.tc-footer-style2 .shap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left bottom;
  object-position: left bottom;
}
.tc-footer-style2 .foot-main-content {
  position: relative;
  padding: 120px 0;
}
.tc-footer-style2 .foot-main-content .links-group ul li a {
  color: #666;
  margin: 5px 0;
}
.tc-footer-style2 .foot-main-content .links-group ul li a:hover {
  color: var(--color-orange1);
}
.tc-footer-style2 .foot {
  padding: 50px 0;
  border-top: 1px solid #ccc;
}
.tc-footer-style2 .foot .logo img {
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tc-footer-style2 .foot .social-links a {
  width: 35px;
  height: 35px;
  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 #ccc;
  margin: 0 5px;
  font-size: 12px;
}
.tc-footer-style2 .foot .social-links a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-footer-style2 .logo {
    margin-bottom: 30px;
  }
  .tc-footer-style2 .social-links,
  .tc-footer-style2 .butn {
    margin-top: 30px;
  }
}
/*------------------------------------------------------- 
home 3 style 
-------------------------------------------------------*/
.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;
  }
}
/* --------------- navbar style3 --------------- */
.tc-navbar-style3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 50px 4vw;
}
.tc-navbar-style3 .btn-select {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-navbar-style3 .btn-select::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  right: 15px;
  top: 12px;
  color: #fff;
}
.tc-navbar-style3 .btn-select .form-select {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  background-image: none;
  padding: 11px 35px 11px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-navbar-style3 .btn-select .form-select option {
  color: #000;
}
.tc-navbar-style3 .side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.tc-navbar-style3 .side-nav .b-link {
  padding: 11px 20px;
  color: #fff;
  border: 1px solid #fff;
}
.tc-navbar-style3 .side-nav .b-link:hover {
  background-color: #fff;
  color: #000;
}
.tc-navbar-style3 .side-nav .ico-link {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
}
.tc-navbar-style3 .side-nav .ico-link:hover {
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style3 .col-6 {
    width: 50% !important;
  }
  .tc-navbar-style3 .col-lg-4 {
    width: 100%;
  }
  .tc-navbar-style3 .side-nav {
    width: 100%;
    margin-top: 20px;
  }
  .tc-navbar-style3 .side-nav a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
/* --------------- header style3 --------------- */
.tc-header-style3 .header-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style3 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tc-header-style3 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}
.tc-header-style3 .header-slider .slider-controls {
  position: absolute;
  right: 4vw;
  bottom: 80px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.tc-header-style3 .header-slider .slider-controls .swiper-button-next,
.tc-header-style3 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-start: 50px;
  margin-inline-start: 50px;
  font-size: 30px;
}
.tc-header-style3 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style3 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  position: relative;
  font-size: 35px;
}
.tc-header-style3 .header-slider .swiper-pagination {
  position: absolute;
  left: 4vw;
  bottom: 80px;
  color: #fff;
  z-index: 30;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-style3 .header-slider .swiper-pagination > span {
  font-size: 16px;
  font-weight: 100;
  margin: 0 10px;
}
.tc-header-style3 .slider-card {
  position: relative;
}
.tc-header-style3 .slider-card .img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-header-style3 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 50%;
  pointer-events: none;
}
.tc-header-style3 .slider-card .info {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 250px 4vw 80px;
}
.tc-header-style3 .slider-card .info * {
  color: #fff;
}
.tc-header-style3 .slider-card .info .title-side {
  position: relative;
  padding: 150px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100%;
  text-align: center;
}
.tc-header-style3 .slider-card .info .title-side h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  width: 100%;
}
.tc-header-style3 .slider-card .info .title-side .t-link {
  font-size: 18px;
  text-transform: uppercase;
  text-align: start;
}
.tc-header-style3 .slider-card .info .cont .title {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #fff9;
}
.tc-header-style3 .slider-card .info .cont .title h5 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-header-style3 .slider-card .info .cont .title h6 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tc-header-style3 .slider-card .info .cont h1 {
  font-size: calc(2.5vw + 15px);
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding: 30px 0;
}
.tc-header-style3 .slider-card .info .cont .text {
  font-size: 15px;
  margin-top: 15px;
}
.tc-header-style3 .slider-card .info .cont .arrow-icon {
  width: 80px;
  height: 80px;
  background-color: var(--color-yellow1);
  color: #000;
  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: 25px;
  margin-top: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-style3 .slider-card .info .cont .arrow-icon:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-header-style3 .slider-card .info .title-side {
    padding: 50px 0;
    text-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 3;
  }
}
/* --------------- services style3 --------------- */
.tc-services-style3 {
  position: relative;
  padding: 140px 0;
  background-color: #ececec;
  overflow: hidden;
}
.tc-services-style3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: calc(((100% - 1320px) / 2) + 1320px);
  height: 1px;
  background-color: #0003;
}
.tc-services-style3 .servives-cards .service-card {
  padding: 25px;
  background-color: #fff;
  display: block;
  -webkit-border-end: 1px solid #ececec;
  border-inline-end: 1px solid #ececec;
}
.tc-services-style3 .servives-cards .service-card.sm-card {
  -webkit-border-end: 0;
  border-inline-end: 0;
  border-bottom: 1px solid #ececec;
}
.tc-services-style3 .servives-cards .service-card.sm-card .info {
  padding: 0;
}
.tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
  font-size: 25px !important;
}
.tc-services-style3 .servives-cards .service-card.sm-card .img {
  width: 120px;
  height: 120px;
}
.tc-services-style3 .servives-cards .service-card:hover .img img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}
.tc-services-style3 .servives-cards .service-card:hover .info h3 {
  color: var(--color-orange1);
}
.tc-services-style3 .servives-cards .service-card .num {
  text-align: end;
}
.tc-services-style3 .servives-cards .service-card .num .num-cir {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 50%;
}
.tc-services-style3 .servives-cards .service-card .img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
  margin: 60px auto;
}
.tc-services-style3 .servives-cards .service-card .img img {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.tc-services-style3 .servives-cards .service-card .info {
  padding: 25px;
}
.tc-services-style3 .servives-cards .service-card .info h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style3 .servives-cards .all-card {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  padding: 48px 25px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 45%, 45% 100%, 0 100%);
}
.tc-services-style3 .servives-cards .all-card i {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .tc-services-style3 .servives-cards .service-card {
    border-bottom: 5px solid #9994;
  }
  .tc-services-style3 .servives-cards .service-card.sm-card {
    border-bottom: 5px solid #9994;
  }
  .tc-services-style3 .servives-cards .service-card.sm-card .img {
    width: 230px;
    height: 230px;
  }
  .tc-services-style3 .servives-cards .service-card.sm-card .info h3 {
    font-size: 45px !important;
  }
}
/* --------------- about style3 --------------- */
.tc-about-style3 {
  /* padding: 140px 0; */
  background-color: #dfe3ec;
  overflow: hidden;
}
.tc-about-style3 .top-info {
  position: relative;
  overflow: hidden;
  /* padding-bottom: 140px;  */
}
.tc-about-style3 .top-info .numbers-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tc-about-style3 .top-info .numbers-boxes .sm-card {
  padding: 30px;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 220px;
  margin-top: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-about-style3 .top-info .numbers-boxes .md-card {
  position: relative;
  padding: 30px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  display: inline-block;
  margin-top: 373px;
  width: 300px;
  margin-left: -0.5px;
  -webkit-clip-path: polygon(
    calc(100% - 80px) 0,
    100% 80px,
    100% 100%,
    0 100%,
    0 0
  );
  clip-path: polygon(calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%, 0 0);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-about-style3 .top-info .numbers-boxes .md-card::after {
  position: absolute;
  content: "";
  right: 79px;
  top: 0;
  height: 50%;
  width: 1px;
  background-color: #b4b4b4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tc-about-style3 .top-info .numbers-boxes .lg-card {
  position: relative;
  padding: 50px;
  background-color: var(--color-yellow1);
  display: inline-block;
  width: 100%;
  margin-left: -0.5px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    110px 100%,
    0 calc(100% - 110px)
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 110px 100%, 0 calc(100% - 110px));
}
.tc-about-style3 .top-info .numbers-boxes .lg-card h2 {
  font-size: 120px;
  margin-bottom: 90px;
}
.tc-about-style3 .top-info .pattern {
  position: absolute;
  top: 180px;
  right: 0;
  height: 100%;
  width: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top right;
  object-position: top right;
}
.tc-about-style3 .img-content {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.8s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.8s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  position: relative;
}
.tc-about-style3 .img-content.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.tc-about-style3 .img-content .main-img {
  position: relative;
  height: 800px;
  -webkit-clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
  clip-path: polygon(190px 0, 100% 0, 100% 100%, 0 100%, 0 190px);
  -webkit-margin-start: calc((100% - 1320px) / 2);
  margin-inline-start: calc((100% - 1320px) / 2);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media screen and (max-width: 991px) {
  .tc-about-style3 .top-info {
    padding-bottom: 50px;
  }
  .tc-about-style3 .top-info .numbers-boxes {
    display: block;
  }
  .tc-about-style3 .top-info .numbers-boxes .sm-card {
    margin-top: 50px;
  }
  .tc-about-style3 .top-info .numbers-boxes .md-card {
    margin-top: 30px;
  }
  .tc-about-style3 .top-info .numbers-boxes .lg-card {
    margin-top: 30px;
  }
  .tc-about-style3 .img-content {
    position: relative;
    padding: 0 15px;
  }
  .tc-about-style3 .img-content .main-img {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
    clip-path: polygon(110px 0, 100% 0, 100% 100%, 0 100%, 0 110px);
    height: 400px;
  }
}
/* --------------- portfolio style3 --------------- */
.tc-portfolio-style3 {
  position: relative;
  padding: 140px 0;
  background-color: #fff;
  overflow: hidden;
}
.tc-portfolio-style3 .bg {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit;
}
.tc-portfolio-style3 .title {
  margin-bottom: 110px;
}
.tc-portfolio-style3 .title .links a {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}
.tc-portfolio-style3 .title .links a:hover {
  color: var(--color-yellow1);
}
.tc-portfolio-style3 .projects-slider {
  position: relative;
  overflow: hidden;
}
.tc-portfolio-style3 .projects-slider .swiper-slide {
  opacity: 0 !important;
}
.tc-portfolio-style3 .projects-slider .swiper-slide-active {
  opacity: 1 !important;
}
.tc-portfolio-style3 .projects-slider .swiper-slide-active .project-card .info {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}
.tc-portfolio-style3
  .projects-slider
  .swiper-slide-active
  .project-card
  .main-img {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.tc-portfolio-style3 .projects-slider .slider-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next,
.tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
}
.tc-portfolio-style3
  .projects-slider
  .slider-controls
  .swiper-button-next::after,
.tc-portfolio-style3
  .projects-slider
  .slider-controls
  .swiper-button-prev::after {
  color: #000;
  position: relative;
  font-size: 25px;
}
.tc-portfolio-style3 .projects-slider .project-card .info {
  position: relative;
  padding-bottom: 50px;
  height: 100%;
  -webkit-transform: translateY(-100px) scale(0.7);
  transform: translateY(-100px) scale(0.7);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #fff;
  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: 25px;
  margin-top: 90px;
  -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;
}
.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon:hover {
  background-color: var(--color-yellow1);
}
.tc-portfolio-style3 .projects-slider .project-card .info .arrow-icon::after {
  position: absolute;
  content: "";
  right: 19px;
  bottom: 0;
  height: 50%;
  width: 1px;
  background-color: #b4b4b4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.tc-portfolio-style3 .projects-slider .project-card .main-img {
  height: 550px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 190px),
    calc(100% - 190px) 100%,
    0 100%
  );
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 190px),
    calc(100% - 190px) 100%,
    0 100%
  );
  -webkit-transform: translate(200px, 200px) scale(0.7);
  transform: translate(200px, 200px) scale(0.7);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style3 .title .links a {
    font-size: 13px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
  }
  .tc-portfolio-style3 .projects-slider .slider-controls {
    left: auto;
    right: 0;
  }
  .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-prev,
  .tc-portfolio-style3 .projects-slider .slider-controls .swiper-button-next {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
/* --------------- partners style3 --------------- */
.tc-partners-style3 {
  position: relative;
  padding: 140px 0;
  background-color: #fff;
  overflow: hidden;
}
.tc-partners-style3 .bg {
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: inherit;
}
.tc-partners-style3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: calc(((100% - 1320px) / 2) + 1320px);
  height: 1px;
  background-color: #0003;
}
.tc-partners-style3 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-partners-style3 .logos .logo-card {
  position: relative;
  background-color: #fff;
  height: 258px;
  border: 1px solid #ececec;
  width: 20%;
  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;
  padding: 20px;
}
.tc-partners-style3 .logos .logo-card:hover {
  border-color: var(--color-yellow1);
}
.tc-partners-style3 .logos .logo-card .logo {
  max-width: 135px;
  max-height: 45px;
}
.tc-partners-style3 .logos .logo-card .num {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.tc-partners-style3 .logos .logo-card p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-transform: uppercase;
  color: #666;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .tc-partners-style3 .logos .logo-card {
    height: 220px;
    width: 50%;
  }
}
/* --------------- blog style3 --------------- */
.tc-blog-style3 {
  padding: 140px 0;
  background-color: #ececec;
}
.tc-blog-style3 .blog-card {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.tc-blog-style3 .blog-card:hover .info h4 {
  color: var(--color-yellow1);
}
.tc-blog-style3 .blog-card .img {
  height: 230px;
}
.tc-blog-style3 .blog-card .info {
  padding: 30px 0;
  border-top: 1px solid #b4b4b4;
}
.tc-blog-style3 .blog-card .info h4 {
  font-size: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.tc-blog-style3 .blog-card .date {
  position: absolute;
  right: 0;
  top: 30px;
}

@media screen and (max-width: 991px) {
  .tc-blog-style3 .blog-card {
    margin-bottom: 50px;
  }
  .tc-blog-style3 .blog-card .date {
    position: relative;
    top: 0;
    float: right;
  }
}
/* --------------- contact style3 --------------- */
.tc-contact-style3 {
  position: relative;
  padding: 140px 0 0;
  overflow: hidden;
}
.tc-contact-style3 .container {
  position: relative;
  z-index: 20;
}
.tc-contact-style3 .map-side {
  position: relative;
  height: 100%;
  padding-bottom: 140px;
}
.tc-contact-style3 .map-side::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 500%;
  height: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, transparent, #fff);
  z-index: 10;
}
.tc-contact-style3 .map-side .map {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 100px);
  pointer-events: none;
}
.tc-contact-style3 .map-side .map .map-img {
  max-width: inherit;
  max-height: inherit;
  float: right;
}
.tc-contact-style3 .form {
  position: relative;
  z-index: 20;
  padding-bottom: 140px;
}
.tc-contact-style3 .form .form-check .form-check-input {
  float: none;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  width: 25px;
  height: 25px;
  border-radius: 0;
  margin-top: -5px;
}
.tc-contact-style3 .form .upload_img_content .file__input--file {
  display: none;
}
.tc-contact-style3 .form .upload_img_content .file__input--label {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
}
.tc-contact-style3 .form .upload_img_content .file__input--label i {
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-size: 21px;
}
.tc-contact-style3 .form .upload_img_content .file__value_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-contact-style3 .form .upload_img_content .file__value_content .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-top: 15px;
  background-color: #0002;
  width: 31%;
  -webkit-margin-end: 2%;
  margin-inline-end: 2%;
}
.tc-contact-style3
  .form
  .upload_img_content
  .file__value_content
  .file__value
  .file__value--text {
  width: calc(100% - 30px);
  overflow: hidden;
}
.tc-contact-style3 .form .upload_img_content .file__value--remove {
  cursor: pointer;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.tc-contact-style3 .form .form-check-input:checked {
  background-color: var(--color-yellow1);
  border-color: var(--color-yellow1);
}

@media screen and (max-width: 991px) {
  .tc-contact-style3 .map-side .map {
    opacity: 0.3;
  }
}
/* --------------- footer style3 --------------- */
main {
  /* height: 110vh; */
  /* background: grey; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  z-index: 10;
  /* margin-bottom: 1000px; */
  position: relative;
}
.tc-footer-style3 {
  /* position: relative; */
  /* position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px; */
  position: sticky;
  bottom: -1px;
  right: 0px;
  left: 0px;
  z-index: 0;
  padding: 60px 0 80px;
  background-color: #1f1f1f;
  color: #fff;
}
.tc-footer-style3 a:hover {
  /* color: var(--color-yellow1); */
  color: #fff !important;
}
.tc-footer-style3 a:hover * {
  /* color: var(--color-yellow1); */
  color: #071839;
}
/* .tc-footer-style3 .foot-main:hover span,i{
  color: #fff !important;
} */
.foot-main:hover .foot-main-link {
  color: #fff !important;
}
.tc-footer-style3 .top-info {
  padding: 30px 0;
  border-bottom: 1px solid #666;
}
/* .tc-footer-style3 .top-info .foot-logo {
  height: 40px;
  font-size: 26px;
} */
.foot-logo img {
  max-width: 150px;
}
.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: 100px 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); */
  background-color: #071839;
  color: #fff !important;
}
.tc-footer-style3 .social-links a:hover * {
  color: #fff !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 4 style 
-------------------------------------------------------*/
@font-face {
  font-family: "butler";
  src: local("../assets/fonts/Butler_Stencil/Butler_Bold_Stencil.otf");
}
@font-face {
  font-family: "Butler_regular";
  src: local("../assets/fonts/Butler_Stencil/Butler_Regular_Stencil.otf.otf");
}
.home-style4 {
  background-color: #ececec;
}
.home-style4 h1,
.home-style4 h2,
.home-style4 h3,
.home-style4 h4,
.home-style4 .sub-font {
  font-family: "butler";
}
.home-style4 .sec-title {
  font-size: 72px;
  line-height: 72px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .home-style4 br {
    display: none;
  }
  .home-style4 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style4 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style4 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style4 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style4 .sec-title {
    font-size: 40px;
  }
}
/* --------------- navbar style4 --------------- */
.tc-navbar-style4 {
  position: relative;
  padding: 60px 5vw 30px;
}
.tc-navbar-style4 .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tc-navbar-style4 .logo-side .logo {
  height: 50px;
}
.tc-navbar-style4 .logo-side .links a {
  margin-bottom: 10px;
}
.tc-navbar-style4 .logo-side .links a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style4 {
    padding-top: 30px;
  }
}
/* --------------- header style4 --------------- */
.tc-header-style4 {
  position: relative;
  padding-bottom: 200px;
}
.tc-header-style4::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 1px;
  width: calc(((100vw - 1320px) / 2) + 1320px);
  background-color: #b4b4b4;
}
.tc-header-style4 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
}
.tc-header-style4 .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "butler";
}
.tc-header-style4 .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%;
}
.tc-header-style4 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@-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);
  }
}
.tc-header-style4 h1 {
  font-size: calc(15vw);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 0.9;
  margin-top: -100px;
}
.tc-header-style4 .float_txt {
  font-size: 130px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
  margin-top: -50px;
  font-family: "Sacramento", cursive;
}
.tc-header-style4 .info .img {
  width: 220px;
  height: 280px;
}

@media screen and (max-width: 991px) {
  .tc-header-style4 h1 {
    margin-top: 50px;
  }
  .tc-header-style4 .float_txt {
    font-size: 50px;
    color: var(--color-green1);
    -webkit-margin-start: 30%;
    margin-inline-start: 30%;
    margin-top: 10px;
  }
}
/* --------------- portfolio style4 --------------- */
.tc-portfolio-style4 {
  position: relative;
  padding: 160px 0 0;
}
.tc-portfolio-style4 .content {
  position: relative;
  padding-bottom: 160px;
  border-bottom: 1px solid #b4b4b4;
}
.tc-portfolio-style4 .projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-portfolio-style4 .projects .work-card {
  position: relative;
  display: block;
}
.tc-portfolio-style4 .projects .work-card .img {
  -webkit-clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  transition: -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.8s ease-in-out 1.1s;
  transition: clip-path 0.8s ease-in-out 0.3s, transform 0.8s ease-in-out 1.1s,
    filter 0.8s ease-in-out 1.1s, -webkit-clip-path 0.8s ease-in-out 0.3s,
    -webkit-transform 0.8s ease-in-out 1.1s,
    -webkit-filter 0.8s ease-in-out 1.1s;
  position: relative;
}
.tc-portfolio-style4 .projects .work-card .img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.tc-portfolio-style4 .projects .work-card:hover h5 {
  color: var(--color-green1);
}
.tc-portfolio-style4 .projects .work-card h5 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(1) {
  margin-top: 450px;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  width: 435px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(1) .img {
  height: 435px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(2) {
  margin-top: 120px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  width: 850px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(2) .img {
  height: 540px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(3) {
  margin-top: 150px;
  width: 850px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(3) .img {
  height: 850px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(4) {
  margin-top: 10px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  width: 435px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(4) .img {
  height: 540px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(5) {
  margin-top: 150px;
  margin-left: -100px;
  width: 435px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(5) .img {
  height: 435px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(6) {
  margin-top: 150px;
  -webkit-transform: translateX(115px);
  transform: translateX(115px);
  width: 950px;
}
.tc-portfolio-style4 .projects .work-card:nth-of-type(6) .img {
  height: 670px;
}
.tc-portfolio-style4 .pr-link {
  font-size: 48px;
  text-transform: uppercase;
  margin-top: 170px;
  -webkit-margin-start: 35%;
  margin-inline-start: 35%;
}
.tc-portfolio-style4 .pr-link .icon {
  display: block;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style4 {
    overflow: hidden;
  }
  .tc-portfolio-style4 .projects .work-card {
    width: 100% !important;
    margin: 20px 0 !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .tc-portfolio-style4 .projects .work-card .img {
    height: 300px !important;
  }
  .tc-portfolio-style4 .pr-link {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 50px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
  .tc-portfolio-style4 .pr-link .icon {
    display: inline-block;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
  }
}
/* --------------- clients style4 --------------- */
.tc-clients-style4 {
  position: relative;
  padding: 160px 0 0;
}
.tc-clients-style4 .arrows {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}
.tc-clients-style4 .arrows .swiper-button-prev,
.tc-clients-style4 .arrows .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
}
.tc-clients-style4 .arrows .swiper-button-prev:after,
.tc-clients-style4 .arrows .swiper-button-next:after {
  color: #000;
  font-size: 25px;
}
.tc-clients-style4 .globe {
  position: absolute;
  top: 330px;
  left: 20vw;
  width: 60vw;
  height: 60vw;
  max-height: inherit;
}
.tc-clients-style4 .container {
  position: relative;
  z-index: 10;
}
.tc-clients-style4 .slider-content {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.tc-clients-style4 .clients-slider {
  position: relative;
  margin-top: 150px;
  padding-bottom: 160px;
  border-bottom: 1px solid #b4b4b4;
}
.tc-clients-style4 .clients-slider .client-card {
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.tc-clients-style4 .clients-slider .client-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-clients-style4 .clients-slider .client-card .top-info p {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  width: 100%;
}
.tc-clients-style4 .clients-slider .client-card .top-info .icon {
  width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-clients-style4 .clients-slider .client-card .text {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.01em;
  color: #000;
  font-style: italic;
  min-height: 340px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #ccc;
}
.tc-clients-style4 .clients-slider .client-card .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-clients-style4 .clients-slider .client-card .user-info .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

/* --------------- career style4 --------------- */
.tc-career-style4 {
  position: relative;
  padding: 160px 0;
}

/* --------------- instagram style4 --------------- */
.tc-instagram-style4 {
  position: relative;
  padding-bottom: 160px;
}
.tc-instagram-style4 .imgs .img {
  position: relative;
  overflow: hidden;
}
.tc-instagram-style4 .imgs .img:hover::after {
  opacity: 0.4;
}
.tc-instagram-style4 .imgs .img:hover .icon {
  opacity: 1;
}
.tc-instagram-style4 .imgs .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-instagram-style4 .imgs .img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- footer style4 --------------- */
.tc-footer-style4 {
  position: relative;
  padding-top: 200px;
}
.tc-footer-style4::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 1px;
  width: calc(((100vw - 1320px) / 2) + 1320px);
  background-color: #b4b4b4;
}
.tc-footer-style4 h2 {
  font-size: calc(15vw);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 0.9;
  margin-top: -100px;
}
.tc-footer-style4 .float_txt {
  font-size: 130px;
  color: var(--color-green1);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-margin-start: 50%;
  margin-inline-start: 50%;
  margin-top: -50px;
  font-family: "Sacramento", cursive;
}
.tc-footer-style4 .social-icons {
  margin-top: 70px;
}
.tc-footer-style4 .social-icons a {
  width: 45px;
  height: 45px;
  background-color: #ececec;
  border: 1px solid #999;
  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;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  font-size: 20px;
}
.tc-footer-style4 .social-icons a:hover {
  background-color: #000;
  color: #fff;
}
.tc-footer-style4 .foot {
  margin-top: 160px;
}
.tc-footer-style4 .foot .links a {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
}
.tc-footer-style4 .foot-img {
  margin-top: -200px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-footer-style4 .float_txt {
    font-size: 50px;
    color: var(--color-green1);
    -webkit-margin-start: 30%;
    margin-inline-start: 30%;
    margin-top: 10px;
  }
  .tc-footer-style4 .contact-number {
    font-size: 40px !important;
    margin-top: 30px;
  }
  .tc-footer-style4 .foot .links {
    margin: 30px 0;
  }
  .tc-footer-style4 .foot-img {
    margin-top: -50px;
  }
}
/*------------------------------------------------------- 
home 5 style 
-------------------------------------------------------*/
.home-style5 {
  background-color: #373e43;
  color: #fff;
}
.home-style5 h1,
.home-style5 h2,
.home-style5 h3,
.home-style5 .sub-font {
  font-family: "Instrument Serif", serif;
}

@media screen and (max-width: 991px) {
  .home-style5 br {
    display: none;
  }
  .home-style5 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style5 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style5 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style5 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style5 .fsz-70 {
    font-size: 35px !important;
  }
  .home-style5 .fsz-24 {
    font-size: 17px !important;
  }
  .home-style5 .mt-150 {
    margin-top: 80px !important;
  }
  .home-style5 .mb-120 {
    margin-bottom: 80px !important;
  }
}
/* --------------- navbar style5 --------------- */
.tc-navbar-style5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 50px 0;
  color: #fff;
}
.tc-navbar-style5 .cir-icon {
  width: 50px;
  height: 50px;
  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 var(--color-brown1);
  border-radius: 50px;
  font-size: 20px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.tc-navbar-style5 .cir-icon:hover {
  background-color: var(--color-brown1);
  color: #fff;
}
.tc-navbar-style5 .side_menu_btn {
  width: 50px;
  height: 50px;
  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 var(--color-brown1);
  background-color: var(--color-brown1);
  color: #000;
  border-radius: 50px;
  font-size: 20px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.tc-navbar-style5 .side_menu_btn:hover {
  background-color: #000;
  color: #fff;
}
.tc-navbar-style5 a:hover {
  color: var(--color-brown1);
}
.tc-navbar-style5 .logo img {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style5 {
    position: relative;
  }
}
/* --------------- header style5 --------------- */
.tc-header-style5 {
  position: relative;
  padding: 150px 0 430px;
  background-image: url(img/home5/header.jpg);
  background-size: cover;
  min-height: 100vh;
  overflow: hidden;
}
.tc-header-style5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tc-header-style5 .main-content .title {
  border-bottom: 1px solid #999;
  padding: 20px 0;
}
.tc-header-style5 .main-content .title h1 {
  font-size: 300px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.tc-header-style5 .btm-content {
  margin-top: 150px;
}
.tc-header-style5 .btm-content .circle-arrow {
  width: 120px;
  height: 120px;
  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-radius: 50%;
  border: 1px solid var(--color-brown1);
  font-size: 30px;
}
.tc-header-style5 .btm-content .float-imgs .video-card {
  position: relative;
  height: 200px;
  background-color: var(--color-brown1);
  display: block;
  color: #000;
}
.tc-header-style5 .btm-content .float-imgs .video-card p {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 10;
  font-weight: 500;
}
.tc-header-style5 .btm-content .float-imgs .video-card .play-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  font-size: 20px;
}
.tc-header-style5 .btm-content .float-imgs .img-card {
  position: relative;
  height: 200px;
  display: block;
}
.tc-header-style5 .btm-content .float-imgs .img-card p {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 10;
  font-weight: 500;
}
.tc-header-style5 .btm-content .float-imgs .img-card .play-icon {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 10;
  font-size: 35px;
}

@media screen and (max-width: 991px) {
  .tc-header-style5 {
    padding: 100px 0 430px;
  }
  .tc-header-style5 .main-content .title h1 {
    font-size: 20vw;
  }
  .tc-header-style5 .btm-content {
    margin-top: 80px;
  }
  .tc-header-style5 .btm-content .circle-arrow {
    margin-bottom: 50px;
  }
}
/* --------------- about style5 --------------- */
.tc-about-style5 {
  position: relative;
  z-index: 10;
}
.tc-about-style5::after {
  position: absolute;
  content: "";
  left: 3vw;
  top: 0;
  height: 100%;
  width: calc(100% - 3vw);
  background-color: #1f2528;
}
.tc-about-style5 .content {
  position: relative;
  z-index: 10;
  padding-top: 200px;
  padding-bottom: 400px;
  margin-top: -350px;
}
.tc-about-style5 .content .about-title {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-style5 .content .main-content .text {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-about-style5 .content .main-content .img {
  height: 600px;
}
.tc-about-style5 .lg-txt {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.75;
  padding-left: 100px;
  font-size: calc(13vw + 30px);
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #899fae;
  width: 35%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  z-index: 1;
}
.tc-about-style5 .float_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .tc-about-style5 .content {
    padding: 100px 20px;
  }
  .tc-about-style5 .content .about-title {
    font-size: 35px;
  }
  .tc-about-style5 .content .main-content .img {
    height: 400px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .tc-about-style5 .mb-150 {
    margin-bottom: 40px !important;
  }
  .tc-about-style5 .mt-100 {
    margin-top: 40px !important;
  }
}
/* --------------- flawless style5 --------------- */
.tc-flawless-style5 {
  position: relative;
  /* padding: 200px 0; */
  /* background-color: #f7f7f7; */
}
.tc-flawless-style5 .flawless .flex-accordion {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000000a8),
    to(transparent)
  );
  background-image: linear-gradient(to right, #000000a8, transparent);
  pointer-events: none;
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li .panel-inner {
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-title {
  width: 110px;
  height: 100%;
  position: relative;
  padding: 40px 15px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-title
  .numb {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  /* font-family: "Instrument Serif", serif; */
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-title
  .txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg) translateY(40px);
  transform: rotate(-90deg) translateY(40px);
  -webkit-transform-origin: left;
  transform-origin: left;
  text-align: start;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-body {
  position: absolute;
  top: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-body
  .text-title {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding-top: 40px;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-body
  .float-arrow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--color-brown1);
  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;
  font-size: 50px;
  color: #000;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li
  .panel-inner
  .acc-body
  .float-arrow:hover {
  background-color: #000;
  color: var(--color-brown1);
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li.is-open .bg {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li.is-open
  .panel-inner
  .acc-title {
  cursor: inherit;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li.is-open
  .panel-inner
  .acc-body {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li:not(.is-open) {
  width: 100px;
}
.tc-flawless-style5
  .flawless
  .flex-accordion
  .acc-list
  .acc-li:not(.is-open)
  .acc-title {
  cursor: pointer;
}
.tc-flawless-style5 .numbers {
  margin-top: 150px;
}
.tc-flawless-style5 .numbers .number-card {
  /* margin-top: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-flawless-style5 .numbers .number-card h2 {
  font-size: 48px;
  color: var(--color-dark-blue);
  font-weight: 400;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-flawless-style5 .numbers .number-card p {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

@media screen and (max-width: 991px) {
  .tc-flawless-style5 {
    padding: 100px 0;
  }
  .tc-flawless-style5 .flawless .flex-accordion {
    height: inherit;
    width: 100%;
  }
  .tc-flawless-style5 .flawless .flex-accordion .acc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li {
    width: 100%;
    height: 500px;
  }
  .tc-flawless-style5 .flawless .flex-accordion .acc-list .acc-li::after {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000000a8),
      to(transparent)
    );
    background-image: linear-gradient(to bottom, #000000a8, transparent);
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li
    .panel-inner
    .acc-title {
    width: 100%;
    height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li
    .panel-inner
    .acc-title
    .numb {
    font-size: 50px;
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li
    .panel-inner
    .acc-title
    .txt {
    -webkit-transform: rotate(0) translateY(0);
    transform: rotate(0) translateY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    text-align: end;
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li
    .panel-inner
    .acc-body {
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    padding: 0 30px;
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li
    .panel-inner
    .acc-body
    .float-arrow {
    width: 80px;
    height: 80px;
    font-size: 30px;
    position: static;
    margin-top: 50px;
  }
  .tc-flawless-style5
    .flawless
    .flex-accordion
    .acc-list
    .acc-li:not(.is-open) {
    height: 100px;
    width: 100%;
  }
  .tc-flawless-style5 .numbers {
    margin-top: 50px;
  }
}
/* --------------- location style5 --------------- */
.tc-location-style5 {
  position: relative;
  background: #fff;
}
.tc-location-style5 .location-slider {
  position: relative;
  overflow: hidden;
}
.tc-location-style5
  .location-slider
  .swiper-slide.swiper-slide-active
  .slider-card {
  opacity: 1;
}
.tc-location-style5 .location-slider .arrows {
  position: absolute;
  right: calc((100vw - 1320px) / 2);
  bottom: 140px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next,
.tc-location-style5 .location-slider .arrows .swiper-button-prev {
  position: static;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid var(--color-brown1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next::after,
.tc-location-style5 .location-slider .arrows .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-location-style5 .location-slider .arrows .swiper-button-next:hover,
.tc-location-style5 .location-slider .arrows .swiper-button-prev:hover {
  background-color: var(--color-brown1);
}
.tc-location-style5 .location-slider .arrows .swiper-button-next:hover::after,
.tc-location-style5 .location-slider .arrows .swiper-button-prev:hover::after {
  color: #000;
}
.tc-location-style5 .location-slider .slider-card {
  position: relative;
  height: 900px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding: 140px 0;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tc-location-style5 .location-slider .slider-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.35)),
    to(rgba(0, 0, 0, 0.35))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.tc-location-style5 .location-slider .slider-card .bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-location-style5 .location-slider .slider-card .content {
  position: relative;
  z-index: 10;
}
.tc-location-style5 .location-slider .slider-card .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 620px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.tc-location-style5 .location-slider .slider-card .content .info {
  display: block;
  font-size: 300px;
  /* letter-spacing: -0.01em; */
  /* text-transform: uppercase; */
  font-weight: 400;
  line-height: 250px;
  margin-bottom: 50px;
  color: #fff;
}
.tc-location-style5 .location-slider .slider-card .content .info h2 {
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  margin-top: 80px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .tc-location-style5 .location-slider .slider-card .content .info .number {
    font-size: 150px;
    line-height: 1;
  }
  .tc-location-style5 .location-slider .slider-card .content .info h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}
/* --------------- apartments style5 --------------- */
.tc-apartments-style5 {
  position: relative;
  padding: 200px 0;
  background-color: #1f2528;
}
.tc-apartments-style5 .apartments-accordion .accordion-title {
  border-bottom: 1px solid #373e43;
  padding: 30px;
}
.tc-apartments-style5 .apartments-accordion .accordion-title .title-txt {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-apartments-style5 .apartments-accordion .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #373e43;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item:last-of-type {
  border-bottom: 0;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button {
  position: relative;
  display: block;
  background-color: transparent !important;
  color: #fff;
  padding: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button::after {
  position: absolute;
  right: 30px;
  top: 40px;
  -webkit-filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg)
    brightness(106%) contrast(106%);
  filter: invert(100%) sepia(57%) saturate(0%) hue-rotate(253deg)
    brightness(106%) contrast(106%);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button
  .room-numb {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--color-brown1);
  font-weight: 400;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button
  .room-img {
  height: 95px;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button
  ul {
  font-size: 14px;
  line-height: 24px;
  color: #899fae;
  text-transform: capitalize;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button
  .feat-icons
  a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #373e43;
  font-size: 13px;
  color: var(--color-brown1);
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button
  .feat-icons
  a:hover {
  background-color: #373e43;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  background-color: #373e43 !important;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg)
    brightness(94%) contrast(91%);
  filter: invert(84%) sepia(22%) saturate(506%) hue-rotate(353deg)
    brightness(94%) contrast(91%);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed)
  .feat-icons
  a {
  border-color: #616b73;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body {
  padding: 0 30px;
  background-color: #373e43;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .floor-img {
  padding-bottom: 60px;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img {
  padding: 110px;
  position: relative;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  img {
  height: 300px;
  display: block;
  margin: auto;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  .text-items
  p {
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #817768;
  position: absolute;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  .text-items
  p:nth-of-type(1) {
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  .text-items
  p:nth-of-type(2) {
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  .text-items
  p:nth-of-type(3) {
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .main-img
  .text-items
  p:nth-of-type(4) {
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .dial-img {
  padding-bottom: 60px;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info {
  height: 100%;
  -webkit-border-start: 1px solid #616b73;
  border-inline-start: 1px solid #616b73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 50px;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  p {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  h2 {
  font-size: 72px;
  line-height: 84px;
  color: var(--color-brown1);
  font-weight: 400;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  .btns
  .pdf-btn {
  width: 50px;
  height: 50px;
  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;
  border-radius: 50%;
  border: 1px solid var(--color-brown1);
  color: var(--color-brown1);
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  .btns
  .pdf-btn:hover {
  background-color: var(--color-brown1);
  color: #fff;
}
.tc-apartments-style5
  .apartments-accordion
  .accordion
  .accordion-item
  .accordion-body
  .info
  .btns
  .pdf-btn
  i {
  display: block;
}

.custom-tooltip {
  padding-top: 20px;
}
.custom-tooltip .tooltip-arrow {
  top: 14px !important;
}
.custom-tooltip .tooltip-arrow::before {
  border-bottom-color: #373e43;
}
.custom-tooltip .tooltip-inner {
  background-color: #373e43;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-apartments-style5 {
    padding: 100px 0;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-button
    .room-numb {
    margin-bottom: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-button
    .room-img {
    margin-bottom: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-button
    .room-info {
    margin-bottom: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-button
    .feat-icons {
    margin-bottom: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body {
    padding: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .main-img {
    padding: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .info {
    border: 0;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .info
    .btns {
    margin-top: 30px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .main-img
    .text-items
    p:nth-of-type(1) {
    top: -20px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .main-img
    .text-items
    p:nth-of-type(2) {
    right: -40px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .main-img
    .text-items
    p:nth-of-type(3) {
    bottom: -20px;
  }
  .tc-apartments-style5
    .apartments-accordion
    .accordion
    .accordion-item
    .accordion-body
    .main-img
    .text-items
    p:nth-of-type(4) {
    left: -70px;
  }
}
/* --------------- testimonial style5 --------------- */
.tc-testimonial-style5 {
  position: relative;
  padding-top: 200px;
  z-index: 10;
}
.tc-testimonial-style5::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 5vw;
  height: 100%;
  background-color: #1f2528;
  pointer-events: none;
}
.tc-testimonial-style5 .quote {
  position: absolute;
  right: 0;
  bottom: -15px;
  height: 150px;
}

/* --------------- services style5 --------------- */
.tc-services-style5 {
  position: relative;
  background-color: #1f2528;
}
.tc-services-style5 .content {
  position: relative;
  padding: 200px 0;
  border-bottom: 1px solid #373e43;
}
.tc-services-style5 .services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tc-services-style5 .services .service-card {
  display: block;
  position: relative;
  width: 20%;
  padding: 75px 30px 30px;
  border: 1px solid #373e43;
  margin: -0.5px;
}
.tc-services-style5 .services .service-card:hover .icon {
  border-color: var(--color-brown1);
}
.tc-services-style5 .services .service-card .num {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 14px;
  color: #ccc;
}
.tc-services-style5 .services .service-card .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #373e43;
  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;
  font-size: 30px;
  color: var(--color-brown1);
  margin: 0 auto 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style5 .services .service-card .info h6 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}
.tc-services-style5 .services .service-card .info p {
  color: #899fae;
}

@media screen and (max-width: 991px) {
  .tc-services-style5 .content {
    padding: 100px 0;
  }
  .tc-services-style5 .content .services .service-card {
    width: 50%;
    padding: 50px 15px 20px;
  }
  .tc-services-style5 .content .services .service-card .icon {
    height: 80px;
    width: 80px;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .tc-services-style5 .content .services .service-card .info h6 {
    font-size: 16px;
  }
}
/* --------------- blog style5 --------------- */
.tc-blog-style5 {
  position: relative;
  padding: 200px 0;
  background-color: #1f2528;
}
.tc-blog-style5 .row .col-lg-6:first-of-type {
  -webkit-border-end: 1px solid #373e43;
  border-inline-end: 1px solid #373e43;
}
.tc-blog-style5 .main-post .img {
  display: block;
  height: 380px;
}
.tc-blog-style5 .main-post .info {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-blog-style5 .main-post .info .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style5 .main-post .info .date .numb {
  font-size: 48px;
  line-height: 60px;
  color: #899fae;
  margin-bottom: 10px;
  font-weight: 400;
}
.tc-blog-style5 .main-post .info .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-blog-style5 .sub-posts {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.tc-blog-style5 .sub-posts .post-card {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #373e43;
}
.tc-blog-style5 .sub-posts .post-card:first-of-type {
  padding-top: 0;
}
.tc-blog-style5 .sub-posts .post-card .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style5 .sub-posts .post-card .date .numb {
  font-size: 48px;
  line-height: 60px;
  color: #899fae;
  margin-bottom: 10px;
  font-weight: 400;
}
.tc-blog-style5 .sub-posts .post-card .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #899fae;
}
.tc-blog-style5 .sub-posts .more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.tc-blog-style5 .sub-posts .more-link:hover {
  color: var(--color-brown1);
  border-color: var(--color-brown1);
}

@media screen and (max-width: 991px) {
  .tc-blog-style5 {
    padding: 100px 0;
    overflow: hidden;
  }
}
/* --------------- footer style5 --------------- */
.tc-footer-style5 {
  position: relative;
  padding: 120px 0 200px;
  background-color: var(--color-brown1);
  color: #1f2528;
  border-bottom: 15px solid #fff;
}
.tc-footer-style5 .title {
  border-bottom: 1px solid #999;
  padding: 20px 0;
}
.tc-footer-style5 .title h2 {
  font-size: 300px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.tc-footer-style5 .info {
  padding-top: 40px;
}
.tc-footer-style5 .info h4 {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.tc-footer-style5 .info p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #373e43;
}
.tc-footer-style5 .foot {
  color: #373e43;
  text-transform: uppercase;
}
.tc-footer-style5 .foot .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-footer-style5 .foot .download-link:hover .icon {
  background-color: #373737;
  color: #fff;
}
.tc-footer-style5 .foot .download-link .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #373e43;
  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;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
}
.tc-footer-style5 .social-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid #373737;
  margin: 5px;
}
.tc-footer-style5 .social-icons a:hover {
  background-color: #373737;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-footer-style5 .title h2 {
    font-size: 20vw;
  }
  .tc-footer-style5 .info h4 {
    font-size: 30px;
  }
}
/*------------------------------------------------------- 
home 6 style 
-------------------------------------------------------*/
.home-style6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.home-style6 .section-title h2 {
  font-size: 72px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-style6 h1,
.home-style6 h2,
.home-style6 h3,
.home-style6 h4,
.home-style6 .sub-font {
  font-family: "Instrument Serif", serif;
}

@media screen and (max-width: 991px) {
  .home-style6 br {
    display: none;
  }
  .home-style6 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style6 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style6 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style6 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style6 .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .home-style6 .butn {
    padding: 12px 15px;
  }
}
/* --------------- footer style6 --------------- */
.tc-top-nav-style6 {
  padding: 15px 0;
  background-color: var(--color-brown2);
  color: #fff;
}
.tc-top-nav-style6 p {
  font-size: 12px;
  text-transform: uppercase;
}
.tc-top-nav-style6 .text-slider {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.tc-top-nav-style6 .swiper-button-next::after,
.tc-top-nav-style6 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}

/* --------------- navbar style6 --------------- */
.tc-navbar-style6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0;
  color: #fff;
  border-bottom: 1px solid #ffffff83;
}
.tc-navbar-style6 .side_menu_btn {
  font-size: 18px;
}
.tc-navbar-style6 a:hover {
  color: var(--color-brown2);
}
.tc-navbar-style6 .logo img {
  height: 30px;
}
.tc-navbar-style6 .nav-icons a {
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
}
.tc-navbar-style6 .nav-icons a .num {
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background-color: var(--color-brown2);
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

/* --------------- header style6 --------------- */
.tc-header-style6 {
  position: relative;
  color: #fff;
}
.tc-header-style6 .floating-contact {
  position: absolute;
  left: 80px;
  bottom: 50px;
  z-index: 30;
}
.tc-header-style6 .arrows {
  position: absolute;
  right: 80px;
  bottom: 50px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-header-style6 .arrows .swiper-button-prev,
.tc-header-style6 .arrows .swiper-button-next {
  position: static;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff5;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.tc-header-style6 .arrows .swiper-button-prev::after,
.tc-header-style6 .arrows .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}
.tc-header-style6 .arrows .swiper-button-prev:hover,
.tc-header-style6 .arrows .swiper-button-next:hover {
  background-color: #fff;
}
.tc-header-style6 .arrows .swiper-button-prev:hover::after,
.tc-header-style6 .arrows .swiper-button-next:hover::after {
  color: var(--color-brown2);
}
.tc-header-style6 .header-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style6 .header-slider .swiper-slide-active .content .info h2 {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.tc-header-style6 .header-slider .slide-card {
  min-height: 100vh;
  height: 1000px;
}
.tc-header-style6 .header-slider .slide-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tc-header-style6 .header-slider .slide-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-header-style6 .header-slider .slide-card .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-header-style6 .header-slider .slide-card .content .info h2 {
  font-size: 150px;
  line-height: 130px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Instrument Serif", serif;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-style6
  .header-slider
  .slide-card
  .content
  .info
  h2:nth-last-of-type(1) {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.tc-header-style6
  .header-slider
  .slide-card
  .content
  .info
  h2:nth-last-of-type(3) {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tc-header-style6 .header-slider .slide-card .content .info .sm-txt {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.5px;
  -webkit-margin-start: -150px;
  margin-inline-start: -150px;
}
.tc-header-style6 .header-slider .slide-card .content .info .float-arrow {
  width: 120px;
  height: 120px;
  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;
  font-size: 50px;
  color: #000;
  margin: 100px auto 0;
}
.tc-header-style6 .header-slider .slide-card .content .info .float-arrow:hover {
  background-color: var(--color-brown2);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-header-style6 .header-slider .slide-card .content .info h2 {
    font-size: 70px;
    line-height: 80px;
  }
  .tc-header-style6 .header-slider .slide-card .content .info .sm-txt {
    font-size: 15px;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    margin-top: 30px;
  }
  .tc-header-style6 .floating-contact {
    left: 15px;
  }
  .tc-header-style6 .arrows {
    right: 15px;
  }
}
/* --------------- about style6 --------------- */
.tc-about-style6 {
  position: relative;
}
.tc-about-style6 .float-imgs {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 100%;
  height: 75%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tc-about-style6 .float-imgs img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tc-about-style6 .float-imgs img:nth-of-type(1) {
  width: 170px;
  height: 150px;
  left: 10%;
  top: 8%;
}
.tc-about-style6 .float-imgs img:nth-of-type(2) {
  width: 200px;
  height: 300px;
  right: 0;
  top: 10%;
}
.tc-about-style6 .float-imgs img:nth-of-type(3) {
  width: 120px;
  height: 150px;
  right: calc(4% + 200px);
  top: 21%;
}
.tc-about-style6 .float-imgs img:nth-of-type(4) {
  width: 350px;
  height: 250px;
  left: 0;
  top: 40%;
}
.tc-about-style6 .float-imgs img:nth-of-type(5) {
  width: 270px;
  height: 220px;
  right: calc(5% + 250px);
  bottom: 0;
}
.tc-about-style6 .features-items {
  padding: 0 30px;
}
.tc-about-style6 .features-items .row .col-lg-3:last-of-type .feat-item::after {
  display: none;
}
.tc-about-style6 .features-items .feat-item {
  position: relative;
  text-align: center;
  padding: 50px 20px;
}
.tc-about-style6 .features-items .feat-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.tc-about-style6 .features-items .feat-item p {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}
.tc-about-style6 .info {
  position: relative;
  text-align: center;
  padding: 200px 0 250px;
  z-index: 10;
  border-bottom: 1px solid #ccc;
}
.tc-about-style6 .info h2 {
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
}
.tc-about-style6 .info p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-about-style6 .features-items {
    padding-top: 50px;
  }
  .tc-about-style6 .features-items .feat-item {
    padding: 15px;
  }
  .tc-about-style6 .features-items .feat-item::after {
    display: none;
  }
  .tc-about-style6 .info {
    padding: 100px 0;
  }
  .tc-about-style6 .info h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .tc-about-style6 .float-imgs {
    display: none;
  }
}
/* --------------- featured style6 --------------- */
.tc-featured-style6 {
  position: relative;
  padding: 120px 0;
}
.tc-featured-style6 .nav-pills {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f2f1ea;
  padding: 0 15px;
}
.tc-featured-style6 .nav-pills .nav-link {
  background-color: transparent;
  color: #999;
  padding: 15px;
  font-weight: 500;
}
.tc-featured-style6 .nav-pills .nav-link.active {
  color: #000;
}
.tc-featured-style6 .products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-featured-style6
  .products-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin: 10px;
  background-color: #a0b3bb;
}
.tc-featured-style6
  .products-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-brown2);
  outline: 1px solid var(--color-brown2);
  outline-offset: 3px;
}
.tc-featured-style6 .products-slider .swiper-button-prev::after,
.tc-featured-style6 .products-slider .swiper-button-next::after {
  font-size: 25px;
  color: #000;
}
.tc-featured-style6 .products-slider .product-card {
  position: relative;
  margin-top: 50px;
}
.tc-featured-style6 .products-slider .product-card:hover .img .butn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tc-featured-style6 .products-slider .product-card .img {
  position: relative;
  height: 410px;
}
.tc-featured-style6 .products-slider .product-card .img .butn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  text-align: center;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-featured-style6 .products-slider .product-card .img .tags {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tc-featured-style6 .products-slider .product-card .img .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-featured-style6 .products-slider .product-card .img .tags a.sold {
  background-color: #000;
  border-color: #000;
}

/* --------------- by-style style6 --------------- */
.tc-by-style-style6 .style-slider {
  position: relative;
  overflow: hidden;
}
.tc-by-style-style6 .style-slider .swiper-button-prev::after,
.tc-by-style-style6 .style-slider .swiper-button-next::after {
  color: #fff;
  font-size: 30px;
}
.tc-by-style-style6 .style-slider .swiper-button-prev {
  left: 2vw;
}
.tc-by-style-style6 .style-slider .swiper-button-next {
  right: 2vw;
}
.tc-by-style-style6 .slider-card {
  position: relative;
}
.tc-by-style-style6 .slider-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-by-style-style6 .slider-card .content {
  position: relative;
  z-index: 10;
  padding: 120px 0 0;
  color: #fff;
}
.tc-by-style-style6 .slider-card .content .info .tag-title {
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 250px;
}
.tc-by-style-style6 .slider-card .content .info .text {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.tc-by-style-style6 .slider-card .content .info .title {
  font-size: 150px;
  line-height: 100px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 130px;
  font-weight: 500;
}
.tc-by-style-style6 .slider-card .content .product-card {
  position: relative;
  background-color: #fff;
  color: #000;
  padding: 40px;
}
.tc-by-style-style6 .slider-card .content .product-card:hover .img .butn {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.tc-by-style-style6 .slider-card .content .product-card .img {
  position: relative;
  height: 330px;
}
.tc-by-style-style6 .slider-card .content .product-card .img .butn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 10;
  text-align: center;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-by-style-style6 .slider-card .content .product-card .img .tags {
  position: absolute;
  top: 10px;
  left: 10px;
}
.tc-by-style-style6 .slider-card .content .product-card .img .tags a {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}
.tc-by-style-style6 .slider-card .content .product-card .img .tags a.sold {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .tc-by-style-style6 .slider-card .content {
    padding: 80px 0;
  }
  .tc-by-style-style6 .slider-card .content .info .tag-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .tc-by-style-style6 .slider-card .content .info .title {
    font-size: 60px;
    line-height: 100px;
    margin-top: 60px;
  }
  .tc-by-style-style6 .slider-card .content .product-card {
    margin-top: 30px;
  }
  .tc-by-style-style6 .slider-card .content .product-card .img {
    height: 250px;
  }
  .tc-by-style-style6 .swiper-button-next,
  .tc-by-style-style6 .swiper-button-prev {
    display: none;
  }
}
/* --------------- categories style6 --------------- */
.tc-categories-style6 {
  position: relative;
  padding: 120px 0;
}
.tc-categories-style6 .cat-card {
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  margin-top: 30px;
}
.tc-categories-style6 .cat-card:hover {
  border-color: var(--color-brown2);
}
.tc-categories-style6 .cat-card:hover h6 {
  color: var(--color-brown2);
}
.tc-categories-style6 .cat-card .img {
  height: 185px;
}

/* --------------- banners style6 --------------- */
.tc-banners-style6 {
  position: relative;
}
.tc-banners-style6 .banners {
  padding-bottom: 120px;
  border-bottom: 1px solid #ccc;
}
.tc-banners-style6 .banners .banner-card {
  position: relative;
  display: block;
}
.tc-banners-style6 .banners .banner-card:hover .info .float-arrow {
  background-color: var(--color-brown2);
  color: #fff;
}
.tc-banners-style6 .banners .banner-card .img {
  position: relative;
  height: 730px;
}
.tc-banners-style6 .banners .banner-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#0009),
    to(transparent)
  );
  background-image: linear-gradient(to top, #0009, transparent);
}
.tc-banners-style6 .banners .banner-card .info {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}
.tc-banners-style6 .banners .banner-card .info h3 {
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-banners-style6 .banners .banner-card .info .float-arrow {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-banners-style6 .banners .banner-card {
    margin-bottom: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info {
    padding: 30px;
  }
  .tc-banners-style6 .banners .banner-card .info h3 {
    font-size: 50px;
    line-height: 60px;
  }
  .tc-banners-style6 .banners .banner-card .img {
    height: 450px;
  }
}
/* --------------- trade style6 --------------- */
.tc-trade-style6 {
  position: relative;
  padding: 90px 0 180px;
  overflow: hidden;
}
.tc-trade-style6 .info {
  text-align: center;
}
.tc-trade-style6 .info .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}
.tc-trade-style6 .info .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 60px;
}
.tc-trade-style6 .info .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%;
}
.tc-trade-style6 .info .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: var(--color-brown2);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tc-trade-style6 .info h2 {
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  margin-bottom: 40px;
}
.tc-trade-style6 .info p {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.tc-trade-style6 .float-imgs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tc-trade-style6 .float-imgs img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tc-trade-style6 .float-imgs img:nth-of-type(1) {
  width: 380px;
  height: 300px;
  left: 0;
  top: 3%;
}
.tc-trade-style6 .float-imgs img:nth-of-type(2) {
  width: 260px;
  height: 345px;
  right: -100px;
  top: 20%;
}
.tc-trade-style6 .float-imgs img:nth-of-type(3) {
  width: 160px;
  height: 210px;
  right: calc(4% + 130px);
  top: 6%;
}
.tc-trade-style6 .float-imgs img:nth-of-type(4) {
  width: 250px;
  height: 290px;
  left: 17%;
  bottom: 0;
}
.tc-trade-style6 .float-imgs img:nth-of-type(5) {
  width: 220px;
  height: 170px;
  right: calc(2% + 250px);
  bottom: 50px;
}

@media screen and (max-width: 991px) {
  .tc-trade-style6 .info h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .tc-trade-style6 .float-imgs {
    display: none;
  }
}
/* --------------- 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: 40px;
}
.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;
  }
}
/* --------------- subscribe style6 --------------- */
.tc-subscribe-style6 {
  position: relative;
  background-color: #e9e8e0;
}
.tc-subscribe-style6 .content {
  padding: 120px 0;
  border-top: 1px solid #ccc;
}
.tc-subscribe-style6 .content .form {
  text-align: center;
}
.tc-subscribe-style6 .content .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-top: 80px;
}
.tc-subscribe-style6 .content .form .form-group .form-control {
  border: 0;
  background-color: transparent;
}
.tc-subscribe-style6 .content .form .form-group button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-subscribe-style6 .content .form .form-group button:hover {
  color: var(--color-brown2);
}

/* --------------- instagram style6 --------------- */
.tc-instagram-style6 .insta-card {
  position: relative;
  display: block;
}
.tc-instagram-style6 .insta-card::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;
  transition: all 0.3s ease;
}
.tc-instagram-style6 .insta-card:hover::after {
  opacity: 0.4;
}
.tc-instagram-style6 .insta-card:hover .icon {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tc-instagram-style6 .insta-card .img {
  height: 300px;
}
.tc-instagram-style6 .insta-card .icon {
  font-size: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-instagram-style6 {
    overflow: hidden;
  }
}
/* --------------- footer style6 --------------- */
.tc-footer-style6 {
  padding: 120px 0 50px;
}
.tc-footer-style6 .foot-links {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.tc-footer-style6 .foot-links a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 30px 10px;
  font-weight: 500;
}
.tc-footer-style6 .foot-links a:hover {
  color: var(--color-brown2);
}
.tc-footer-style6 .social-links .links a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  border: 1px solid #ccc;
  font-size: 12px;
  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;
}
.tc-footer-style6 .social-links .links a:hover {
  background-color: var(--color-brown2);
  color: #fff;
}
.tc-footer-style6 .newsletter .form-group {
  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;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.tc-footer-style6 .newsletter .form-group .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-footer-style6 .newsletter .form-group input {
  border: 0;
  background-color: transparent;
  text-align: start;
  width: 100%;
}
.tc-footer-style6 .newsletter .form-group button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0;
  background-color: transparent;
}
.tc-footer-style6 .payment {
  text-align: center;
  margin-top: 80px;
}
.tc-footer-style6 .payment img {
  height: 35px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style6 .foot-links a {
    margin: 0 15px 10px;
  }
}
/*------------------------------------------------------- 
home 7 style 
-------------------------------------------------------*/
.home-style7 .sub-font {
  font-family: "Instrument Serif", serif;
}

@media screen and (max-width: 991px) {
  .home-style7 br {
    display: none;
  }
  .home-style7 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style7 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style7 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style7 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style7 .mt-70 {
    margin-top: 40px !important;
  }
  .home-style7 .fsz-60 {
    font-size: 40px !important;
  }
  .home-style7 .mt-100 {
    margin-top: 50px !important;
  }
  .home-style7 section {
    padding: 80px 0;
  }
}
/* --------------- navbar style7 --------------- */
.tc-navbar-style7 {
  position: relative;
  padding: 60px 5vw 30px;
  border-top: 12px solid var(--color-green1);
}
.tc-navbar-style7 .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tc-navbar-style7 .logo-side .logo {
  height: 50px;
}
.tc-navbar-style7 .logo-side .links {
  -webkit-margin-start: 80px;
  margin-inline-start: 80px;
}
.tc-navbar-style7 .logo-side .links a {
  margin-bottom: 5px;
  font-weight: 500;
}
.tc-navbar-style7 .logo-side .links a:hover {
  color: var(--color-green1);
}
.tc-navbar-style7 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-navbar-style7 .nav-side .social-links a {
  width: 45px;
  height: 45px;
  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%;
  border: 1px solid #9995;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
}
.tc-navbar-style7 .nav-side .social-links a:hover {
  color: var(--color-green1);
  border-color: var(--color-green1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-style7 {
    padding-top: 30px;
  }
}
/* --------------- header style7 --------------- */
.tc-header-style7 {
  position: relative;
  /* padding-top: 120px; */
  background-color: #fff;
}
.tc-header-style7 h1 {
  font-size: 150px;
  line-height: 150px;
  margin-bottom: 50px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-weight: 400;
}
.tc-header-style7 .head-features {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-header-style7 .head-features p {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
  -webkit-padding-end: 130px;
  padding-inline-end: 130px;
}
.tc-header-style7 .head-features p:last-of-type {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.tc-header-style7 .head-features p:last-of-type::after {
  display: none;
}
.tc-header-style7 .head-features p::after {
  position: absolute;
  content: "";
  right: 60px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
}
.tc-header-style7 .img {
  height: 800px;
  margin-top: 100px;
  overflow: hidden;
}
.tc-header-style7 .img img {
  max-height: unset;
  height: 200%;
  -o-object-position: top;
  object-position: top;
  margin-top: -25%;
}
.tc-header-style7 #img_360 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 100%;
  height: 800px;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .tc-header-style7 h1 {
    font-size: 60px;
    line-height: 90px;
  }
  .tc-header-style7 .head-features {
    display: block;
  }
  .tc-header-style7 .head-features p {
    padding: 0;
  }
  .tc-header-style7 .head-features p::after {
    display: none;
  }
  .tc-header-style7 .img {
    height: 400px;
  }
  .tc-header-style7 #img_360 {
    height: 400px;
  }
}
/* --------------- about style7 --------------- */
.tc-about-style7 {
  position: relative;
  padding: 160px 0;
}
.tc-about-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}
.tc-about-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80px;
}
.tc-about-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.tc-about-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tc-about-style7 .numbers .number-card {
  position: relative;
  margin-bottom: 75px;
}
.tc-about-style7 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-green1);
  font-weight: 400;
  margin-bottom: 15px;
}
.tc-about-style7 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-about-style7 {
    overflow: hidden;
  }
}
/* --------------- services style7 --------------- */
.tc-services-style7 {
  position: relative;
}
.tc-services-style7 .content {
  position: relative;
  padding: 110px 0;
  border-top: 1px solid #ccc;
}
.tc-services-style7 .content .service-card {
  position: relative;
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #ccc;
  display: block;
}
.tc-services-style7 .content .service-card:hover {
  border-top: 5px solid var(--color-green1);
}
.tc-services-style7 .content .service-card .top-info {
  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: 60px;
}
.tc-services-style7 .content .service-card .top-info .icon {
  width: 65px;
  height: 65px;
  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: #f3f8e9;
  color: var(--color-green1);
  font-size: 18px;
}
.tc-services-style7 .content .service-card .text {
  min-height: 105px;
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 991px) {
  .tc-services-style7 {
    padding: 0 !important;
  }
  .tc-services-style7 .content {
    padding: 80px 0;
  }
}
/* --------------- projects style7 --------------- */
.tc-projects-style7 {
  position: relative;
}
.tc-projects-style7 .swiper-button-next,
.tc-projects-style7 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}
.tc-projects-style7 .swiper-button-next::after,
.tc-projects-style7 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
}
.tc-projects-style7 .swiper-button-next:hover,
.tc-projects-style7 .swiper-button-prev:hover {
  background-color: #fff;
}
.tc-projects-style7 .swiper-button-next:hover::after,
.tc-projects-style7 .swiper-button-prev:hover::after {
  color: #000;
}
.tc-projects-style7 .swiper-button-next {
  right: 4vw;
}
.tc-projects-style7 .swiper-button-prev {
  left: 4vw;
}
.tc-projects-style7 .project-card {
  display: block;
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-border-end: 1px solid #fff;
  border-inline-end: 1px solid #fff;
}
.tc-projects-style7 .project-card:hover .info {
  background-color: #fff;
  color: #000;
}
.tc-projects-style7 .project-card .info {
  padding: 40px;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-style7 .projects-content {
  position: relative;
  overflow: hidden;
}
.tc-projects-style7 .projects-content .glry-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-projects-style7 .projects-content .glry-img .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.tc-projects-style7 .projects-content .glry-img .tab-img.current {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-projects-style7 .project-card {
    height: 400px;
  }
}
/* --------------- proccess style7 --------------- */
.tc-proccess-style7 {
  position: relative;
  padding: 150px 0;
}
.tc-proccess-style7 .accordion-item {
  border: 0;
  border-radius: 0;
}
.tc-proccess-style7 .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
}
.tc-proccess-style7 .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;
}
.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-green1);
  border-color: var(--color-green1);
  border-radius: 0;
}
.tc-proccess-style7 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.tc-proccess-style7 .accordion-item .accordion-button .num {
  color: #999;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-weight: 300;
}
.tc-proccess-style7 .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}
.tc-proccess-style7 .img {
  height: 550px;
  margin-top: 50px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.tc-proccess-style7 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 0;
}
.tc-proccess-style7 .img img.current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  z-index: 1;
}
.tc-proccess-style7 .curve {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 20;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom right;
  object-position: bottom right;
}

@media screen and (max-width: 991px) {
  .tc-proccess-style7 {
    overflow: hidden;
  }
  .tc-proccess-style7 .img {
    width: 70vw;
    -webkit-margin-start: 15vw;
    margin-inline-start: 15vw;
    height: 350px;
  }
}
/* --------------- testimonials style7 --------------- */
.tc-testimonials-style7 {
  position: relative;
}
.tc-testimonials-style7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 60px;
}
.tc-testimonials-style7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
}
.tc-testimonials-style7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.tc-testimonials-style7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tc-testimonials-style7 .test-content {
  position: relative;
  padding-bottom: 150px;
  border-bottom: 1px solid #ccc;
}
.tc-testimonials-style7 .test-content .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-style7 .test-content .swiper-button-prev,
.tc-testimonials-style7 .test-content .swiper-button-next {
  top: 30%;
}
.tc-testimonials-style7 .test-content .swiper-button-prev::after,
.tc-testimonials-style7 .test-content .swiper-button-next::after {
  font-size: 30px;
  color: var(--color-green1);
}
.tc-testimonials-style7 .testi-card {
  text-align: center;
}
.tc-testimonials-style7 .testi-card h4 {
  font-size: 60px;
  line-height: 72px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style7 {
    padding: 0 !important;
  }
  .tc-testimonials-style7 .testi-card h4 {
    font-size: 25px;
    line-height: 45px;
  }
  .tc-testimonials-style7 .test-content .swiper-button-next,
  .tc-testimonials-style7 .test-content .swiper-button-prev {
    top: auto;
    bottom: 70px;
  }
  .tc-testimonials-style7 .test-content .swiper-button-next {
    right: 35%;
  }
  .tc-testimonials-style7 .test-content .swiper-button-prev {
    left: 35%;
  }
}
/* --------------- blog style7 --------------- */
.tc-blog-style7 {
  position: relative;
  padding: 150px 0 0;
}
.tc-blog-style7 .row .col-lg-6:first-of-type {
  -webkit-border-end: 1px solid #ccc;
  border-inline-end: 1px solid #ccc;
}
.tc-blog-style7 .main-post .img {
  display: block;
  height: 380px;
}
.tc-blog-style7 .main-post .info {
  position: relative;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-blog-style7 .main-post .info .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style7 .main-post .info .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Instrument Serif", serif;
}
.tc-blog-style7 .main-post .info .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}
.tc-blog-style7 .sub-posts {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
}
.tc-blog-style7 .sub-posts .post-card {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.tc-blog-style7 .sub-posts .post-card:first-of-type {
  padding-top: 0;
}
.tc-blog-style7 .sub-posts .post-card .date {
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-blog-style7 .sub-posts .post-card .date .numb {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Instrument Serif", serif;
}
.tc-blog-style7 .sub-posts .post-card .date small {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #666;
}
.tc-blog-style7 .sub-posts .more-link {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
}
.tc-blog-style7 .sub-posts .more-link:hover {
  color: var(--color-green1);
  border-color: var(--color-green1);
}
.tc-blog-style7 .slider-content {
  position: relative;
  padding: 250px 0 120px;
  cursor: none;
}
.tc-blog-style7 .slider-content * {
  cursor: none;
}
.tc-blog-style7 .slider-content h2 {
  font-size: 100px;
  color: transparent;
  padding: 0 70px;
  -webkit-text-stroke: 1px #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.tc-blog-style7 .slider-content h2:hover {
  color: #000;
}
.tc-blog-style7 .float_box {
  position: absolute;
  top: 60px;
  right: 0;
  width: 190px;
  height: 190px;
  background-color: var(--color-green1);
  border-radius: 50%;
  -webkit-transition: all linear, scale 0.5s ease;
  transition: all linear, scale 0.5s ease;
  opacity: 0;
  -webkit-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.tc-blog-style7 .float_box p {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 250px;
}
.tc-blog-style7 .float_box.show {
  opacity: 1;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all linear, opacity 0.5s ease;
  transition: all linear, opacity 0.5s ease;
}
.tc-blog-style7 .tc-awards-slider1 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-blog-style7 .tc-awards-slider1 .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

@media screen and (max-width: 991px) {
  .tc-blog-style7 {
    overflow: hidden;
  }
  .tc-blog-style7 .main-post .img {
    height: 300px;
  }
  .tc-blog-style7 .main-post .info {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 30px 15px;
  }
  .tc-blog-style7 .main-post .info .date {
    margin-bottom: 20px;
  }
  .tc-blog-style7 .sub-posts .post-card {
    display: block;
    padding: 30px 15px;
  }
  .tc-blog-style7 .sub-posts .post-card .date {
    margin-bottom: 20px;
  }
}
/* --------------- footer style7 --------------- */
.tc-footer-style7 {
  position: relative;
  padding: 150px 0;
  background-color: var(--color-green1);
  color: #fff;
}
.tc-footer-style7 .links a {
  font-size: 14px;
  margin: 8px 0;
}
.tc-footer-style7 .links a:hover {
  text-decoration: underline;
}
.tc-footer-style7 .foot-subscribe .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #597e0a;
  margin-bottom: 20px;
}
.tc-footer-style7 .foot-subscribe .form-group .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
}
.tc-footer-style7 .foot-subscribe .form-group .form-control {
  border: 0;
  background-color: transparent;
}
.tc-footer-style7
  .foot-subscribe
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #bbd683;
}
.tc-footer-style7 .foot-subscribe .form-group .form-control::-moz-placeholder {
  color: #bbd683;
}
.tc-footer-style7
  .foot-subscribe
  .form-group
  .form-control:-ms-input-placeholder {
  color: #bbd683;
}
.tc-footer-style7
  .foot-subscribe
  .form-group
  .form-control::-ms-input-placeholder {
  color: #bbd683;
}
.tc-footer-style7 .foot-subscribe .form-group .form-control::placeholder {
  color: #bbd683;
}
.tc-footer-style7 .foot-subscribe .form-group button {
  border: 0;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}
.tc-footer-style7 .social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.tc-footer-style7 .social-content .social-links {
  margin-bottom: 30px;
}
.tc-footer-style7 .social-content .social-links a {
  width: 45px;
  height: 45px;
  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%;
  border: 1px solid #fff9;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.tc-footer-style7 .social-content .social-links a:hover {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 991px) {
  .tc-footer-style7 {
    padding: 80px 0;
    overflow: hidden;
  }
}
/*------------------------------------------------------- 
home 8 style 
-------------------------------------------------------*/
.home-style8 .fullpage-slider8 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-style8 .section {
  height: 100vh;
  overflow: hidden;
}
.home-style8 .section .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.home-style8 .swiper-slide-active .section .container {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-style8 .container,
.home-style8 .container-lg,
.home-style8 .container-md,
.home-style8 .container-sm,
.home-style8 .container-xl {
  max-width: 1100px !important;
  padding-right: 15px;
  padding-left: 15px;
}
.home-style8 .swiper-pagination {
  right: 28px;
}
.home-style8 .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border: 0;
  background-color: #fff;
  margin: 30px;
  opacity: 1;
}
.home-style8
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  outline: 1px solid #fff;
  outline-offset: 6px;
}
.home-style8 .fixed-content .fixed-btns {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999;
}
.home-style8 .fixed-content .fixed-btns .lang-icon {
  width: 45px;
  height: 45px;
  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%;
  border: 1px solid #ccc;
  color: #ccc;
}
.home-style8 .fixed-content .fixed-txt {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
  text-align: center;
  z-index: 999;
  color: #fff;
  height: 100vh;
  background-color: #00000057;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav*:not(.logo) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-style8 .fixed-content .fixed-nav .social-icons a {
  margin-top: 15px;
  width: 40px;
  height: 40px;
  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: 1px solid #fff;
  border-radius: 50%;
  font-size: 13px;
}
.home-style8 .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
  color: #fff;
}
.home-style8 .fixed-content .fixed-nav .menu-icon {
  position: fixed;
  left: 40px;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}
.home-style8.reverse-color .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}
.home-style8.reverse-color
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-orange1);
  outline: 1px solid var(--color-orange1);
}
.home-style8.reverse-color .fixed-content .fixed-btns .lang-icon {
  color: #000;
}
.home-style8.reverse-color .fixed-content .fixed-txt {
  color: #000;
}
.home-style8.reverse-color .fixed-content .fixed-nav {
  color: #000;
  background-color: #fff;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  border-right: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a {
  border: 1px solid #ccc;
}
.home-style8.reverse-color .fixed-content .fixed-nav .social-icons a:hover {
  background-color: var(--color-orange1);
  border-color: var(--color-orange1);
}

@media screen and (max-width: 991px) {
  .home-style8 br {
    display: none;
  }
  .home-style8 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style8 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style8 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style8 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style8 .fsz-25 {
    font-size: 18px !important;
  }
  .home-style8 .fullpage-slider8 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-style8 .fullpage-slider8 .section {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: scroll;
  }
  .home-style8 .fullpage-slider8 .section .container {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .home-style8 .fullpage-slider8 > .swiper-wrapper {
    display: block;
    overflow: scroll;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  .home-style8 .fullpage-slider8 .swiper-slide {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .home-style8 .fixed-content .fixed-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-style8 .fixed-content .fixed-nav .menu-icon {
    left: 80px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
  }
  .home-style8 .fixed-content .fixed-nav .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-style8 .fixed-content .fixed-nav .social-icons a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin-top: 0;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
  }
  .home-style8 .fixed-content .fixed-nav .logo {
    width: 30px;
  }
  .home-style8 .section {
    padding: 0 15px;
  }
}
.side_menu.style-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #f3f3f3;
  height: 100vh;
  width: 40%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-1 .content {
  width: 100%;
}
.side_menu.style-1 .content .logo {
  padding: 35px 5vw;
  border-bottom: 1px solid #9993;
}
.side_menu.style-1 .content .logo img {
  max-width: 35%;
}
.side_menu.style-1 .content .side_foot {
  padding: 30px 5vw;
  border-top: 1px solid #9993;
}
.side_menu.style-1 .content .side_foot h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.side_menu.style-1 .pages_links {
  padding: 15px 5vw;
  height: calc(100vh - 230px);
  overflow: auto;
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar {
  height: 5px;
  width: 3px;
  background: #8169f122;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links::-webkit-scrollbar-corner {
  background: #8169f122;
  border-radius: 10px;
}
.side_menu.style-1 .pages_links li {
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.side_menu.style-1 .pages_links li a {
  color: #222;
  font-size: calc(10px + 0.8vw);
  font-weight: bold;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: capitalize;
}
.side_menu.style-1 .pages_links li a::after {
  position: absolute;
  content: "";
  left: 110%;
  top: 60%;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_menu.style-1 .pages_links li a.active {
  color: #000;
}
.side_menu.style-1 .pages_links li a.active::after {
  width: 50px;
}
.side_menu.style-1 .pages_links ul li {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.side_menu.style-1 .pages_links ul li:nth-of-type(8) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.side_menu.style-1 .side_menu_cls {
  position: absolute;
  top: 40px;
  right: 30px;
}
.side_menu.style-1 .side_menu_cls:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side_menu.style-1.show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  border-radius: 0;
}
.side_menu.style-1.show li {
  opacity: 1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}
.side_menu.style-1.dark_theme {
  background-color: #000;
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a {
  color: #999;
}
.side_menu.style-1.dark_theme .pages_links li a::after {
  background: #999;
}
.side_menu.style-1.dark_theme .pages_links li a:hover {
  color: #fff;
}
.side_menu.style-1.dark_theme .pages_links li a:hover::after {
  background: #999;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar {
  background: #fff3;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-thumb {
  background: #fff3;
}
.side_menu.style-1.dark_theme::-webkit-scrollbar-corner {
  background: #fff3;
}

.side_overlay {
  position: fixed;
  z-index: 99998;
  width: 100vw;
  height: 100vh;
  background-color: #0009;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 480px) {
  .side_menu.style-1 {
    width: 100%;
  }
  .side_menu.style-1 .pages_links {
    height: calc(100vh - 273px);
  }
}
/* --------------- about style8 --------------- */
.tc-about-style8 {
  background-image: url(img/home8/about.jpg);
  background-size: cover;
  color: #fff;
}
.tc-about-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.tc-about-style8 h1 {
  font-size: calc(4vw + 30px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 50px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .tc-about-style8 .fixed-btns {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tc-about-style8 .fixed-btns .butn {
    font-size: 12px;
    padding: 10px 20px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
/* --------------- services style8 --------------- */
.tc-services-style8 {
  background-color: #fff;
}
.tc-services-style8 .service-card {
  position: relative;
  padding: 30px 40px;
  background-color: #f1eee9;
  display: block;
}
.tc-services-style8 .service-card:hover .top-info .title {
  color: #000;
  text-decoration: underline;
}
.tc-services-style8 .service-card .top-info {
  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;
}
.tc-services-style8 .service-card .top-info .title {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}
.tc-services-style8 .service-card .top-info .icon {
  width: 60px;
  height: 60px;
  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: #fff;
  font-size: 18px;
}
.tc-services-style8 .service-card .tags {
  margin-top: 50px;
}
.tc-services-style8 .service-card .tags .tag {
  font-size: 21px;
  margin: 5px;
  font-weight: 400;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(1) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(2) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: var(--color-orange1);
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(3) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card .tags .tag:nth-of-type(4) {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #000;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(1) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(2) {
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(3) {
  padding: 10px 30px;
  border-radius: 30px;
  border: 1px solid #ccc;
  color: #000;
  background-color: transparent;
}
.tc-services-style8 .service-card.r-card .tags .tag:nth-of-type(4) {
  padding: 0;
  border-radius: 0;
  border: 0;
  color: #000;
}

@media screen and (max-width: 991px) {
  .tc-services-style8 .service-card {
    padding: 30px 15px;
  }
  .tc-services-style8 .service-card .top-info .title {
    font-size: 16px;
    -webkit-margin-end: 50px;
    margin-inline-end: 50px;
  }
  .tc-services-style8 .service-card .top-info .icon {
    width: 45px;
    height: 45px;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .tc-services-style8 .service-card .tags .tag {
    font-size: 13px;
    padding: 5px 10px !important;
  }
}
/* --------------- portfolio style8 --------------- */
.tc-portfolio-style8 {
  position: relative;
  color: #fff;
}
.tc-portfolio-style8 .nav-pills {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.tc-portfolio-style8 .nav-pills .nav-link {
  padding: 0;
  -webkit-margin-end: 30px;
  margin-inline-end: 30px;
  color: #fff;
  background-color: transparent;
  opacity: 0.6;
}
.tc-portfolio-style8 .nav-pills .nav-link.active {
  opacity: 1;
}
.tc-portfolio-style8 .project-content .title {
  font-size: 100px;
  letter-spacing: -0.05em;
  font-weight: 600;
  margin-top: 80px;
}
.tc-portfolio-style8 .imgs .tab-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-style8 .imgs .tab-img.current {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-style8 .project-content .title {
    font-size: 40px;
    margin-top: 50px;
  }
  .tc-portfolio-style8 .nav-pills .nav-link {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
}
/* --------------- clients style8 --------------- */
.tc-clients-style8 {
  position: relative;
  background-color: #f1eee9;
}
.tc-clients-style8 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-bottom: 30px;
  -webkit-margin-start: -30px;
  margin-inline-start: -30px;
}
.tc-clients-style8 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
}
.tc-clients-style8 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.tc-clients-style8 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.tc-clients-style8 .clients-slider {
  position: relative;
  overflow: hidden;
}
.tc-clients-style8 .clients-arrows {
  position: relative;
  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;
  width: 140px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #ccc;
  margin-top: 70px;
  padding: 0 10px;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev,
.tc-clients-style8 .clients-arrows .swiper-button-next {
  position: relative;
  margin: 0;
  z-index: 20;
  right: 0;
  left: 0;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev::after,
.tc-clients-style8 .clients-arrows .swiper-button-next::after {
  font-size: 14px;
  color: #000;
}
.tc-clients-style8 .clients-arrows .swiper-button-prev:hover::after,
.tc-clients-style8 .clients-arrows .swiper-button-next:hover::after {
  color: var(--color-orange1);
}
.tc-clients-style8 .author-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.tc-clients-style8 .author-inf .img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tc-clients-style8 .author-inf .inf * {
  margin: 0;
  line-height: 1.4;
}
.tc-clients-style8 .numbers .number-card {
  position: relative;
  margin-bottom: 75px;
}
.tc-clients-style8 .numbers .number-card h2 {
  font-size: 60px;
  color: var(--color-orange1);
  font-weight: 400;
  margin-bottom: 15px;
}
.tc-clients-style8 .numbers .number-card small {
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-clients-style8 .numbers .number-card {
    margin-bottom: 30px;
  }
  .tc-clients-style8 .numbers .number-card h2 {
    font-size: 45px;
  }
}
/* --------------- 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: 200px;
  border: 1px solid #ececec;
  width: 20%;
  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;
  padding: 20px;
  overflow: hidden;
}
.tc-partners-style8 .logos .logo-card:hover .float-inf {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tc-partners-style8 .logos .logo-card:hover .plus-icon {
  background-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}
.tc-partners-style8 .logos .logo-card .logo {
  max-width: 135px;
  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: #f1eee9;
  padding: 30px 20px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@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);
  transform: scale(0.95);
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-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;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style8 .team-card:hover .img img {
  -webkit-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;
  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;
  transition: all 0.3s ease;
}
.tc-team-style8 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-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;
  }
}
/* --------------- contact style8 --------------- */
.tc-contact-style8 {
  position: inherit;
  color: #fff;
}
.tc-contact-style8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.tc-contact-style8 .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tc-contact-style8 h1 {
  font-size: calc(4vw + 30px);
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 50px;
  font-weight: 600;
}

/*------------------------------------------------------- 
home 9 style 
-------------------------------------------------------*/
.home-style10 .borderd {
  border-color: #ccc !important;
}
.home-style10 .section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tc-chat-style10 {
  background-color: var(--color-beige);
}
.home-style10 .section-padding-x {
  padding-right: 8vw;
  padding-left: 8vw;
}
.home-style10 .section-head-style10 .sub-title {
  font-size: 14px;
  color: #333;
  position: relative;
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.home-style10 .section-head-style10 .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 30px;
  height: 8px;
  background-color: #888;
}
.home-style10 .section-head-style10 h2 {
  font-size: 55px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1;
}

@media screen and (max-width: 991px) {
  /* .home-style10 br {
    display: none;
  } */
  .home-style10 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style10 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style10 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-style10 .fsz-30 {
    font-size: 18px !important;
  }
  .home-style10 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-style10 .section-head-style10 .sub-title {
    margin-bottom: 15px !important;
  }
  .home-style10 .section-head-style10 h2 {
    font-size: 30px;
  }
  .home-style10 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-style10 .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* --------------- footer style10 --------------- */
.tc-navbar-style10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 0;
}
.tc-navbar-style10 .content {
  padding: 20px 0;
  border-bottom: 1px solid #fff5;
}
.tc-navbar-style10 .content .navbar-brand {
  max-width: 115px;
  -webkit-margin-end: 100px;
  margin-inline-end: 100px;
}
.tc-navbar-style10 .content .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.tc-navbar-style10 .content .menu-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tc-navbar-style10 {
    position: relative;
    background-color: #333;
  }
  .tc-navbar-style10 .content {
    border: 0;
  }
  .tc-navbar-style10 .content .navbar-nav {
    margin: 20px 0;
  }
  .tc-navbar-style10 .content .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- header style10 --------------- */
.tc-header-style10 .header-slider {
  position: relative;
  overflow: hidden;
}
.tc-header-style10 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tc-header-style10 .header-slider .swiper-slide-active {
  position: relative;
  z-index: 20;
}
.tc-header-style10 .header-slider .slider-controls {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0009;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
}
.tc-header-style10 .header-slider .slider-controls .swiper-button-next,
.tc-header-style10 .header-slider .slider-controls .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.tc-header-style10 .header-slider .slider-controls .swiper-button-next::after,
.tc-header-style10 .header-slider .slider-controls .swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}
.tc-header-style10 .header-slider .slider-controls .swiper-pagination {
  position: static;
  margin: 0 10px;
}
.tc-header-style10 .slider-card {
  position: relative;
}
.tc-header-style10 .slider-card .img {
  height: 650px;
  position: relative;
  min-height: 100vh;
}
.tc-header-style10 .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 30%;
  pointer-events: none;
}
.tc-header-style10 .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.tc-header-style10 .slider-card .info h1 {
  font-size: calc(12vw + 20px);
  font-weight: 500;
  text-shadow: 0 0 2px #000;
  line-height: 1;
}
.tc-header-style10 .slider-card .float-box {
  position: absolute;
  right: 40px;
  top: 180px;
  background-color: #fff;
  border-bottom-left-radius: 25px;
  padding: 50px;
  width: 350px;
}
.tc-header-style10 .slider-card .float-box h4 {
  font-weight: 500;
  font-size: 43px;
  line-height: 60px;
}

@media screen and (max-width: 991px) {
  .tc-header-style10 .slider-card .float-box {
    padding: 30px;
    top: 40px;
    width: 230px;
  }
  .tc-header-style10 .slider-card .float-box h4 {
    font-size: 30px;
    line-height: 1.5;
  }
  .tc-header-style10 .slider-card .float-box .fsz-20 {
    font-size: 14px !important;
  }
  .tc-header-style10 .slider-card .float-box .mt-50 {
    margin-top: 20px !important;
  }
  .tc-header-style10 .slider-card .img {
    height: 550px;
  }
  .tc-header-style10 .slider-card .info {
    bottom: 60px;
  }
}
/* --------------- services style10 --------------- */
.tc-services-style10 .service-card {
  display: block;
}
.tc-services-style10 .service-card:hover .arrow {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.tc-services-style10 .service-card:hover .img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-services-style10 .service-card:hover .img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.tc-services-style10 .service-card .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-style10 .service-card .img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-services-style10 .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;
  transition: all 0.3s ease;
}

/* --------------- about style10 --------------- */
.tc-about-style10 .img {
  position: relative;
}
.tc-about-style10 .img .years-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 30px;
  border-bottom-left-radius: 20px;
  background-color: #f1f1f1;
}
.tc-about-style10 .img .years-box h4 {
  font-size: 70px;
  margin-bottom: 15px;
}
.tc-about-style10 .about-maquee {
  padding: 50px 0;
}
.tc-about-style10 .about-maquee a {
  font-size: 22px;
  color: #999;
  text-transform: capitalize;
  -webkit-padding-end: 100px;
  padding-inline-end: 100px;
  position: relative;
}
.tc-about-style10 .about-maquee a:hover {
  color: #000;
}
.tc-about-style10 .about-maquee a::after {
  position: absolute;
  content: "";
  right: 52px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
.tc-about-style10 .about-maquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-about-style10 .about-maquee .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

@media screen and (max-width: 991px) {
  .tc-about-style10 .img {
    margin-bottom: 30px;
  }
  .tc-about-style10 .img .years-box {
    padding: 20px;
  }
  .tc-about-style10 .img .years-box h4 {
    font-size: 40px;
  }
}
/* --------------- cases style10 --------------- */
.tc-cases-style10 {
  background-color: #dfe3ec;
}
.tc-cases-style10 .links a,
.tc-cases-style10 .links .nav-link,
.tc-cases-style10 .nav a,
.tc-cases-style10 .nav .nav-link {
  font-size: 18px;
  -webkit-margin-start: 30px;
  margin-inline-start: 30px;
  color: #777;
  text-transform: capitalize;
  padding: 0;
  background: transparent;
}
.tc-cases-style10 .links a.active,
.tc-cases-style10 .links a:hover,
.tc-cases-style10 .links .nav-link.active,
.tc-cases-style10 .links .nav-link:hover,
.tc-cases-style10 .nav a.active,
.tc-cases-style10 .nav a:hover,
.tc-cases-style10 .nav .nav-link.active,
.tc-cases-style10 .nav .nav-link:hover {
  color: #000;
}
.tc-cases-style10 .case-item {
  margin-top: 30px;
  position: relative;
  display: block;
  height: 500px;
}
.tc-cases-style10 .case-item:hover .arrow {
  background-color: #000;
  color: #fff;
}
.tc-cases-style10 .case-item:hover .img {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.tc-cases-style10 .case-item:hover .img:after {
  opacity: 0.2;
}
.tc-cases-style10 .case-item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tc-cases-style10 .case-item .img {
  position: relative;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-cases-style10 .case-item .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.tc-cases-style10 .case-item .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-cases-style10 .case-item .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
  color: #fff;
}
.tc-cases-style10 .case-item .arrow {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-cases-style10 .links a,
  .tc-cases-style10 .links .nav-link,
  .tc-cases-style10 .navs a,
  .tc-cases-style10 .navs .nav-link {
    font-size: 12px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    font-weight: bold;
  }
  .tc-cases-style10 .case-item,
  .tc-cases-style10 .th-600 {
    height: 350px !important;
  }
}
/* --------------- team style10 --------------- */
.tc-team-style10 .member-colmn {
  margin: auto;
}
.tc-team-style10 .team-card {
  position: relative;
  margin-bottom: 40px;
  display: block;
}
.tc-team-style10 .team-card:hover .img {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.tc-team-style10 .team-card:hover .img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-team-style10 .team-card:hover .img::after {
  opacity: 0.5;
}
.tc-team-style10 .team-card:hover .title {
  opacity: 1;
  top: 50%;
}
.tc-team-style10 .team-card:hover .img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tc-team-style10 .team-card:hover .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-style10 .team-card.team-text:hover .img {
  border-color: #000;
}
.tc-team-style10 .team-card.team-text .img {
  border: 1px solid #ccc;
}
.tc-team-style10 .team-card.team-text .img::after {
  display: none;
}
.tc-team-style10 .team-card.team-text .title {
  font-weight: 300;
  color: #000 !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: 18px;
  text-transform: uppercase;
}
.tc-team-style10 .team-card.team-text .title .arrow {
  margin-top: 10px;
  display: block;
}
.tc-team-style10 .team-card .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-style10 .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;
  transition: all 0.3s ease;
}
.tc-team-style10 .team-card .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  opacity: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.5;
  text-transform: capitalize;
}
.tc-team-style10 .numbers {
  padding-top: 50px;
}
.tc-team-style10 .numbers .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 50px;
}
.tc-team-style10 .numbers .number-card .perc {
  font-size: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
  font-weight: 500;
  line-height: 1;
}
.tc-team-style10 .numbers .number-card p {
  font-size: 17px;
  color: #666;
  text-transform: capitalize;
  line-height: 1.5;
}

/* --------------- video style10 --------------- */
.tc-video-style10 {
  height: 650px;
  overflow: hidden;
}
.tc-video-style10 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .tc-video-style10 {
    height: 400px;
  }
}
/* --------------- awards-clients style10 --------------- */
.tc-awards-clients-style10 .tc-awards-style10 {
  background-color: #f1eee9;
}
.tc-awards-clients-style10 .tc-awards-style10 .awards-list {
  border-bottom: 1px solid #ccc;
}
.tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  text-transform: capitalize;
}
.tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row a {
  text-decoration: underline;
}
.tc-awards-clients-style10 .tc-awards-style10 .awards-list .award-row a:hover {
  opacity: 0.5;
}
.tc-awards-clients-style10 .tc-clients-style10 {
  background-color: #27292c;
  color: #fff;
  height: 100%;
  position: relative;
}
.tc-awards-clients-style10 .tc-clients-style10 .clients-slider1 {
  position: relative;
  overflow: hidden;
}
.tc-awards-clients-style10 .tc-clients-style10 .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tc-awards-clients-style10 .tc-clients-style10 .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-awards-clients-style10 .tc-clients-style10 .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;
  color: #fff;
  border: 1px solid #fff5;
}
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-button-next,
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-button-prev {
  position: static;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-button-next::after,
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
}
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-pagination {
  position: static;
  margin: 0 10px;
}
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 5px;
}
.tc-awards-clients-style10
  .tc-clients-style10
  .slider-controls
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

/* --------------- blog style10 --------------- */
.tc-blog-style10 .blog-card {
  position: relative;
  margin-top: 40px;
}
.tc-blog-style10 .blog-card .img {
  height: 230px;
  overflow: hidden;
  position: relative;
}
.tc-blog-style10 .blog-card .info {
  padding-top: 30px;
}
.tc-blog-style10 .blog-card .info .tags a {
  font-size: 12px;
  color: #666;
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
  text-transform: uppercase;
  position: relative;
}
.tc-blog-style10 .blog-card .info .tags a:last-of-type::after {
  display: none;
}
.tc-blog-style10 .blog-card .info .tags a::after {
  position: absolute;
  content: "";
  right: 12px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

/* --------------- chat style10 --------------- */
.tc-chat-style10 {
  position: relative;
}
.tc-chat-style10 .xl-text {
  font-size: calc(10vw + 20px);
  font-weight: 500;
  position: relative;
  z-index: 10;
  line-height: 1;
}
.tc-chat-style10 .pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  pointer-events: none;
}

/* --------------- footer style10 --------------- */
.tc-footer-style10 {
  background-color: #dfe3ec;
}
.tc-footer-style10 .foot-social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  background-color: #fff;
}
.tc-footer-style10 .foot-social a:hover {
  background-color: #000;
  color: #fff;
}
.tc-footer-style10 .foot {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tc-footer-style10 .foot .foot-links a {
  font-size: 13px;
  -webkit-margin-end: 4vw;
  margin-inline-end: 4vw;
}
.tc-footer-style10 .foot .foot-links a:last-of-type {
  margin: 0;
}

/* service USP section */

.main-container {
  max-width: 1770px;
  margin: 0 auto;
  display: flex;
  min-height: 500px;
  position: relative;
}

/* Left section with services carousel */
.services-section {
  width: 63.1%;
  background-color: #edefed;
  position: relative;
}

.services-grid {
  display: flex;
  height: 100%;
}

.service-card {
  flex: 1;
  /* padding: 52px 41px 48px; */
  border-left: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-card:first-child {
  border-left: none;
}

.service-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 58px;
  fill: #ed5518;
}

.service-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin-bottom: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d9d9;
}

.service-description {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

/* Certification banner */
.certification-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ed5518;
  background-image: url("../assets/img/bg-overlay.png");
  color: white;
  padding: 25px 44px 28px;
  font-size: 16px;
  font-weight: 500;
}

/* Right section - Industries */
.industries-section {
  width: 36.9%;
  background-color: #191919;
  color: white;
  padding: 48px 56px 71px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.industries-section::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path d="m16.0039 9.414-8.60699 8.607-1.414-1.414 8.60599-8.607h-7.58499v-2h10.99999v11h-2z"/></svg>')
    no-repeat center;
  background-size: contain;
}

.industries-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.industries-description {
  font-size: 16px;
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 40px;
}

.industries-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.industry-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
}

.industry-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ED5518" viewBox="0 0 256 256"><path d="M229.66,77.66l-128,128a8,8,0,0,1-11.32,0l-56-56a8,8,0,0,1,11.32-11.32L96,188.69,218.34,66.34a8,8,0,0,1,11.32,11.32Z"/></svg>')
    no-repeat center;
  background-size: contain;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .main-container {
    flex-direction: column;
  }

  .services-section,
  .industries-section {
    width: 100%;
  }

  .services-grid {
    flex-direction: column;
  }

  .service-card {
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 25px;
  }

  .service-card:last-child {
    border-bottom: none;
  }

  .industries-section {
    padding: 40px 30px;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .service-card {
    padding: 0px 0px;
  }

  .service-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }

  .service-title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .service-description {
    font-size: 14px;
  }

  .certification-banner {
    padding: 20px 25px;
    font-size: 14px;
  }

  .industries-section {
    padding: 30px 25px;
  }

  .industries-header h2 {
    font-size: 24px;
  }
}

/* new banner header css */

:root {
  --scale-rem: 1;
  --scale-px: 1;
  --spacing: 40px;
  --t-line: rgba(255, 255, 255, 0.2);
  --t-link-hover: #ff9f35;
  --primary-color: #3a8bc4;
  --text-white: #ffffff;
  --text-gray: rgba(255, 255, 255, 0.8);
  --header-height: 80px;
}

/* Container */
.ask-container {
  max-width: 1440px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Header Styles */
/* ---------- Base header behavior ---------- */

.ask-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.25s ease, background-color 0.25s ease,
    box-shadow 0.25s ease;
  background: var(--header-transparent);
  will-change: transform, background-color;
}

.ask-header.is-scrolled {
  backdrop-filter: blur(20px);
  transform: translateY(0);
}

/* Hide header when scrolling down */
.ask-header.is-hidden {
  transform: translateY(-100%);
}

.ask-header__primary {
  padding: 16px 0;
}

/* Desktop/Mobile visibility helpers */
.ask-hidden--sm-down {
  display: none;
}

.ask-hidden--md-up {
  display: inline-flex;
}

.ask-burger {
  display: none !important;
}

@media (max-width: 767px) {
  .ask-burger {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .ask-hidden--sm-down {
    display: block;
  }
}

/* Burger Menu */
.ask-burger {
  width: 44px;
  height: 40px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 6px; */
  border: none;
  background: none;
  color: var(--text-white);
  cursor: pointer;
  padding: 0 10px;
  transition: background 0.2s ease;
}

.ask-burger__bar {
  display: block;
  height: 2px;
  width: 100%;
  margin: 0 0 6px 0;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.ask-header.is-open .ask-burger__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.ask-header.is-open .ask-burger__bar:nth-child(2) {
  opacity: 0;
}

.ask-header.is-open .ask-burger__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Mobile drawer */
.ask-mobile {
  position: fixed;
  /* top: 56px; */
  top: 75px;
  left: 0;
  right: 0;
  background: #071839;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  will-change: max-height;
}

.ask-header.is-open .ask-mobile {
  max-height: 80vh;
}

.ask-mobile__list {
  list-style: none;
  margin: 0;
  padding: 16px 20px;
  display: grid;
  gap: 8px;
}

.ask-mobile__list a {
  display: block;
  padding: 12px 2px;
  text-decoration: none;
  color: var(--text-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ask-mobile__list li:last-child a {
  border-bottom: none;
}

.ask-mobile__cta {
  padding: 12px 20px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ask-mobile__btns {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.ask-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* .ask-header__logo svg, .ask-header__logo img {
            max-width: 220px;
            height: 24px;
            fill: var(--text-white);
        } */

.ask-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
}

.ask-group--nowrap {
  flex-wrap: nowrap;
}

.ask-group--middle {
  align-items: center;
}

.ask-group--spacing > * {
  margin-left: var(--spacing);
}

.ask-group--spacing > :first-child {
  margin-left: 0;
}

.ask-header__phone {
  color: var(--text-white);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.ask-header__phone:hover {
  color: #071839;
}

.ask-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: var(--text-white);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ask-btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ask-btn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.ask-btn:hover, .ask-btn a:hover {
  /* background: rgba(255, 255, 255, 0.1); */
  background-color: #071839;
  color: #fff !important;
}

/* Navigation */
.ask-nav {
  padding-top: 5px;
  list-style: none;
}

.ask-nav li {
  flex: 1;
}

.ask-nav__main-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--t-line);
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: var(--text-white);
  text-decoration: none;
  transition: color 0.3s ease;
}

.ask-nav__main-link:hover {
  color: #071839;
}

.ask-nav__main-link svg {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.ask-nav__main-link:hover svg {
  opacity: 1;
}

/* Body scroll prevention */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (min-width: 768px) {
  body.menu-open {
    overflow: auto;
    position: static;
  }
}

@media (max-width: 767px) {
  .ask-hidden--md-up {
    display: block !important;
  }

  .ask-hidden--sm-down {
    display: none !important;
  }
}
/* Intro Section */
.ask-hero {
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.ask-hero__wrap {
  position: relative;
  height: 100%;
}

.ask-hero__content {
  position: relative;
  z-index: 3;
  padding-top: 30vh;
}

.ask-hero__title {
  font-size: 80px;
  max-width: 800px;
  line-height: 0.87;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
}

.ask-hero__description {
  font-size: 14px;
  text-transform: uppercase;
  /*max-width: 400px;*/
  max-width: 800px;
  /* line-height: 24px; */
  line-height: 1.7;
  letter-spacing: 0.5px;
  color: var(--text-gray);
  /* margin-top: calc(var(--spacing) * 1.65); */
}

/* Background */
.ask-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ask-hero__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), /* overlay */
    url("../assets/img/banner_011.jpg"); /* background image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.ask-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Accent overlay */

/* Model image */
.ask-hero__model {
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 1;
  max-width: 500px;
}

.ask-hero__model img {
  width: 100%;
  height: auto;
}

/* Category banners */
.ask-hero__banners {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 5;
  display: flex;
  gap: 20px;
}

.ask-banner {
  width: 280px;
  height: 160px;
  background: rgba(255, 255, 255, 0.95);
  /* border-radius: 25px; */
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ask-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ask-banner__effect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ask-banner__effect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transform: translateY(100px);
}

.ask-banner:hover .ask-banner__effect img {
  transform: translateY(0);
}

.ask-banner__content {
  position: relative;
  z-index: 2;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.rising-banner__icon {
  position: absolute;
  right: 20px; /* distance from right edge */
  bottom: 40px; /* distance from bottom edge */
  z-index: 10; /* above banner content */
}

.rising-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  /* background-color: #394854; */
  background-color: #071839;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.rising-btn:hover {
  background-color: rgba(0, 0, 0, 1);
  transform: scale(1.1);
}

.rising-btn .icon-arrow-right {
  color: #fff;
  font-size: 13px;
}

.ask-banner__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #394854;
}

.ask-banner__count {
  font-size: 16px;
  opacity: 0.6;
  font-weight: 300;
  color: #394854;
}

/* Scroll indicator */
.ask-hero__next {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.ask-hero__next__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* Company logo overlay */
.ask-hero__logo {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0.1;
  font-size: 8rem;
  font-weight: 900;
  color: white;
  pointer-events: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .ask-header__secondary {
    display: none;
  }

  .ask-hero__title {
    padding-top: 20vh;
    font-size: clamp(2rem, 8vw, 6rem);
  }

  .ask-hero__banners {
    display: none;
  }

  .ask-hero__model {
    right: 5%;
    max-width: 300px;
  }

  .ask-group--spacing > * {
    margin-left: 20px;
  }
}

@media (max-width: 668px) {
  .ask-hidden--sm-down {
    display: none !important;
  }

  .ask-header__primary {
    padding: 15px 15px;
  }

  .ask-hero__title {
    font-size: clamp(2rem, 10vw, 4rem);
    padding-top: 5vh;
    margin-bottom: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
  }

  .ask-hero__description {
    font-size: 11px;
  }

  .ask-hero__model {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 250px;
    margin-top: 4rem;
  }
}

.ask-hidden--md-up {
  display: none;
}

@media (max-width: 980px) {
  .ask-hidden--md-up {
    display: block;
  }
}

/* SVG Icons */
.ask-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/* about cta section css */
.consulting-section {
  background: #fff;
  margin: 0px 10px 0px 10px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  transition: margin-left 0.1s ease-out, margin-right 0.1s ease-out;
}

.consulting-section .container {
  padding: 50px 0;
  border-bottom: 1px solid #eaeaea;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  /* padding: 0 20px; */
}

.section-content {
  display: flex;
  align-items: center;
  gap: 80px;
}

.features-grid {
  flex: 1;
  display: flex;
  gap: 80px;
}

.feature-box {
  flex: 1;
  text-align: center;
  position: relative;
  padding-right: 40px;
  border-right: 1px solid #dcdcdc;
}

.feature-box:last-child {
  border-right: none;
  padding-right: 0;
}

.feature-icon {
  width: 88px;
  height: 88px;
  background-color: var(--cms-grey2);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.feature-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon svg {
  width: 48px;
  height: 48px;
  fill: var(--cms-sub-text);
  transition: fill 0.3s ease;
}

.feature-icon:hover svg {
  fill: var(--cms-accent-regular);
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--cms-heading-regular);
  margin-bottom: 20px;
  line-height: 1.4;
}

.cta-content {
  flex: 1;
  padding-left: 90px;
}

.cta-description {
  color: #282828;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ef3d23;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.cta-link:hover {
  transform: translateX(5px);
}

.cta-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ef3d23;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.cta-link:hover::after {
  transform: scaleX(1);
}

.arrow-icon {
  width: 11px;
  height: 11px;
  transition: transform 0.3s ease;
}

.cta-link:hover .arrow-icon {
  transform: translate(2px, -2px);
}

@media (max-width: 1024px) {
  .section-content {
    flex-direction: column;
    gap: 50px;
  }

  .cta-content {
    padding-left: 20px;
    text-align: center;
  }

  .features-grid {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .consulting-section .container {
    padding: 30px 0;
  }

  .features-grid {
    flex-direction: column;
    gap: 40px;
  }

  .feature-box {
    border-right: none;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .feature-box:last-child {
    margin-bottom: 0;
  }

  .cta-content {
    padding-left: 0;
  }

  .cta-description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .features-grid {
    gap: 30px;
  }

  .feature-icon {
    width: 72px;
    height: 72px;
  }

  .feature-icon svg {
    width: 36px;
    height: 36px;
  }

  .feature-title {
    font-size: 16px;
  }
}

/* Accordion Section Styles */
.accordion-section {
  padding: 110px 0;
  background: var(--color-beige);
}

.accordion-wrapper {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.accordion-content {
  flex: 1;
  max-width: 550px;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--cms-heading-regular);
  line-height: 1;
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
  background: none !important;
  padding: 20px 0;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  transition: all 0.3s ease;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  cursor: pointer;
  user-select: none;
}

.accordion-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--cms-heading-regular);
  line-height: 1.2;
  flex: 1;
}

.accordion-icon {
  width: 11px;
  height: 11px;
  position: relative;
  margin-top: 5px;
  transition: transform 0.3s ease;
}

.accordion-icon svg {
  width: 11px;
  height: 11px;
  fill: var(--cms-heading-regular);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.accordion-icon .minus-icon {
  opacity: 0;
}

.accordion-item.active .accordion-icon .plus-icon {
  opacity: 0;
}

.accordion-item.active .accordion-icon .minus-icon {
  opacity: 1;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content-panel {
  display: none;
  padding-top: 20px;
  animation: slideDown 0.3s ease;
}

.accordion-content-panel p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Video Section Styles */
.video-section {
  flex: 1;
}

.video-container {
  position: relative;
  border-radius: 32px 32px 32px 0;
  overflow: hidden;
  background: #f8f9fa;
}

.video-thumbnail {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.video-play-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 128px;
  height: 148px;
  background: linear-gradient(
    142.13deg,
    rgba(254, 248, 255, 0.189) 1.8%,
    rgba(254, 248, 255, 0) 99.75%
  );
  backdrop-filter: blur(43.9804px);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-play-btn:hover {
  background: var(--cms-accent-regular);
  transform: translateY(-5px);
}

.play-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: white;
}

.play-icon {
  width: 13px;
  height: 13px;
  fill: white;
}

.watch-text {
  font-size: 15px;
  font-weight: 700;
  color: white;
  text-align: center;
}

@media (max-width: 1024px) {
  .accordion-section {
    padding: 60px 0;
  }

  .accordion-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .accordion-content {
    max-width: 100%;
  }

  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .accordion-section {
    padding: 40px 0;
  }

  .accordion-header {
    gap: 10px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .section-title {
    font-size: 28px !important;
    margin-bottom: 30px;
  }

  .video-play-btn {
    width: 100px;
    height: 120px;
    top: 20px;
    right: 20px;
  }

  .video-thumbnail {
    height: 400px;
  }
}

/* padding styles */
.pt-0px {
  padding-top: 0px !important;
}
.pb-0px {
  padding-bottom: 0px !important;
}
.pt-100px {
  padding-top: 100px;
}
.pb-100px {
  padding-bottom: 100px;
}
.pt-200px {
  padding-top: 200px;
}
.pb-200px {
  padding-bottom: 200px;
}
.pt-150px {
  padding-top: 150px;
}
.pb-150px {
  padding-bottom: 150px;
}

/* cta section css */

:root {
  --cms-accent-regular: #e67e22;
  --cms-white: #ffffff;
  --cms-divider: #e5e5e5;
  --container-max-width: 1440px;
}

.client-bg-after {
  background: #fff;
}
.client-section {
  position: relative;
  /* max-width: var(--container-max-width);
  margin: 0 auto; */
  /*             
            padding: 50px 0;
            border-top: 1px solid var(--cms-divider); */
}

.experience-badge {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--cms-white);
  color: var(--cms-accent-regular);
  padding: 10px 50px;
  border: 1px solid var(--cms-divider);
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.22;
  white-space: nowrap;
  z-index: 10;
  animation: fadeInUp 0.6s ease-out 0.2s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

.carousel-container {
  /* overflow: hidden; */
  width: 100%;
  position: relative;
}

.carousel-wrapper {
  display: flex;
  width: calc(220px * 12); /* 6 original + 6 duplicates */
  animation: slide 30s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-220px * 6)); /* Move by exactly one set */
  }
}

.client-item {
  /* width: 400px; */
  margin-right: 100px;
  flex-shrink: 0;
  display: flex;
  font-size: 42px;
  font-weight: 600;
  color: #232323;
  line-height: 1;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.client-item img {
  max-width: 150px;
  height: auto;
  opacity: 0.85;
  transition: opacity 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%);
}

.client-item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* Pause animation on hover */
.carousel-container:hover .carousel-wrapper {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .experience-badge {
    padding: 10px 20px;
    font-size: 14px;
  }

  .client-item {
    width: 120px;
    margin-right: 20px;
  }

  .client-item img {
    max-width: 100px;
  }

  .carousel-wrapper {
    width: calc(140px * 12);
    /* animation: slide-mobile 30s linear infinite; */
  }

  @keyframes slide {
    100% {
      transform: translateX(calc(-140px * 6));
    }
  }
}

@media (max-width: 480px) {
  .client-section {
    padding: 30px 0;
  }

  .client-item {
    width: unset;
    margin-right: 35px;
    font-size: 24px;
  }

  .client-item img {
    max-width: 80px;
  }

  .carousel-wrapper {
    width: calc(115px * 12);
    /* animation: slide-mobile-small 30s linear infinite; */
  }

  @keyframes slide {
    100% {
      transform: translateX(calc(-115px * 6));
    }
  }
}

/* product section css */

/* Your CSS remains the same */
:root {
  --color-beige: #f1eee9;
  --color-dark-blue: #1a365d;
  --color-white: #ffffff;
  --grid-margin: 0.625rem;
  --grid-gutter: 0.625rem;
  --small-spacing: 0.625rem;
  --xsmall-spacing: 0.3125rem;
  --small-radius: 0.625rem;
  --xsmall-radius: 0.5rem;
  --ease-in-out-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --full-width: 100vw;
}

.ui-customSlider {
  background-color: var(--color-beige);
  overflow: hidden;
  padding: 3.5rem 0;
  position: relative;
  margin-bottom: 6.25rem;
}

.top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 var(--grid-margin);
  padding: 0 4vw;
}

/* .title {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fff;
  max-width: 50%;
} */

.progress {
  background-color: color-mix(
    in srgb,
    var(--color-dark-blue) 10%,
    transparent 90%
  );
  height: 0.0625rem;
  position: relative;
  width: 200px;
}

.progress:after {
  background-color: var(--color-dark-blue);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(var(--slider-progress, 0.3)) translateZ(0);
  transform-origin: 0 50%;
  transition: transform 0.05s linear;
  width: 100%;
}

.ui-cta {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.ui-cta:hover {
  background-color: var(--color-dark-blue);
  color: var(--color-white);
}

.slider {
  cursor: grab;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 3.125rem;
  position: relative;
  height: 600px;
  justify-content: center;
  align-items: flex-start;
}

.slider:active {
  cursor: grabbing;
}

.slider-item {
  flex-shrink: 0;
  padding: 0 calc(var(--grid-margin) * 0.5);
  position: absolute;
  user-select: none;
  width: 23vw;
  will-change: transform;
  transition: transform 1.2s var(--ease-in-out-soft);
  z-index: 1;
}

.slider-item.clone-after {
  z-index: 0;
}

.slider-item.clone-before {
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .ui-customSlider {
    padding: 10rem 0;
  }

  .slider {
    margin-top: 6.25rem;
  }

  .slider-item {
    width: 23vw;
  }

  /* .title {
    font-size: 3rem;
  } */

  .progress {
    width: 800px;
  }
}

.ui-articleTile {
  position: relative;
  clip-path: inset(var(--crop, 0px) 0 0 0 round var(--small-radius));
  transition: clip-path 1.2s var(--ease-in-out-soft);
}

/* .tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--xsmall-spacing);
  position: absolute;
  top: var(--small-spacing);
  left: var(--small-spacing);
  z-index: 2;
  transform: translate3d(0, var(--tag-shift, 0px), 0);
  transition: transform 1.2s var(--ease-in-out-soft);
} */

.ui-tag {
  background-color: var(--color-white);
  border-radius: var(--xsmall-spacing);
  padding: calc(var(--xsmall-spacing) * 0.75) calc(var(--xsmall-spacing) * 0.85);
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--color-dark-blue);
}

.media {
  aspect-ratio: 450 / 550;
  border-radius: var(--small-radius);
  margin-bottom: 0.6rem;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  clip-path: inset(0 0 var(--media-crop, 0px) 0 round var(--small-radius));
  transition: clip-path 1.2s var(--ease-in-out-soft);
}

.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease-in-out-soft);
}

.arrow-wrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
}

.ui-button {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.ui-button:hover {
  background-color: var(--color-white);
  transform: scale(1.1);
}

.ui-button svg {
  width: 1rem;
  height: 1rem;
  fill: var(--color-dark-blue);
}

.article-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.08;
  color: #232323;
  text-decoration: none;
  margin-top: 0.5rem;
  transform: translate3d(0, var(--title-shift, 0px), 0);
  transition: transform 1.2s var(--ease-in-out-soft);
}

.article-title:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .media {
    margin-bottom: 1rem;
  }

  .article-title {
    font-size: 20px;
  }
}

:root {
  --sus-color-black: #000000;
  --sus-color-beige: #f5f5dc;
  --sus-grid-columns: 12;
  --sus-grid-gutter: 1rem;
  --sus-grid-margin: 2rem;
}

/* * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            background: #f0f0f0;
        } */

/* Add some content before the section for scrolling */
.sus-pre-content {
  height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

.sus-post-content {
  height: 100vh;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}
.tc-services-style2 {
  position: relative;
  z-index: 1;
}
/* Main section styles */
.sus-home-text {
  position: relative;
  margin-bottom: -80vh;
  overflow: unset;
  /* z-index: 1; */
}

.sus-background {
  height: 100lvh;
  margin-top: -100lvh;
  position: sticky;
  top: 0;
  width: 100%;
  /*z-index: -1;*/
}

.sus-background:before {
  background-color: var(--sus-color-black);
  content: "";
  opacity: 0.8;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.sus-image {
  height: 100%;
  width: 100%;
}

.sus-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.sus-grid {
  display: grid;
  grid-template-columns: repeat(var(--sus-grid-columns), minmax(0, 1fr));
  grid-gap: var(--sus-grid-gutter);
}

.sus-text-appear-inner {
  margin-top: -25vh;
  /* margin-top: -150vh; */
  padding: 65lvh var(--sus-grid-margin) 65vh;
  min-height: 100lvh;
  position: relative;
}

.sus-title-wrapper {
  grid-column: span 6;
}

.sus-title-wrapper .sus-title {
  padding: 0 calc(-4.4375rem - -6.375rem);
  position: sticky;
  /* top: 50%; */
  top: 40%;
  font-size: 70px;
  color: white;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.1s ease;
}

.sus-content {
  grid-column: span 6;
  padding: 50lvh calc(1.5625rem - 0.625rem);
}

.sus-content .sus-text {
  font-size: 27px;
  color: white;
  line-height: 1.2;
}

.sus-content .sus-word {
  display: inline-block;
}

.sus-content .sus-char {
  display: inline-block;
  opacity: 0.15;
  transform-origin: bottom center;
  transition: opacity 0.1s ease;
}

.sus-cta {
  display: inline-block;
  padding: 1rem 2rem;
  background: transparent;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  margin-top: 2rem;
  transition: all 0.3s ease;
}

.sus-cta:hover {
  background: white;
  color: black;
}

/* Growing bands */
.sus-grow-bands {
  --sus-scale: 0;
  align-items: center;
  bottom: 80vh;
  display: flex;
  flex-flow: row-reverse nowrap;
  height: 100lvh;
  justify-content: flex-start;
  left: 0;
  overflow-x: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
}

.sus-band {
  background-color: #fff;
  height: 100%;
  transform: translateZ(0) scaleY(0);
  transform-origin: bottom center;
  width: 33.3vw;
  transition: transform 0.1s ease;
}

.sus-band:last-of-type {
  margin-right: -1px;
}

/* Responsive styles */
@media screen and (max-width: 1023px) {
  .sus-home-text {
    margin-bottom: -45vh;
    /* position: unset !important; */
    /* overflow: hidden; */
  }

  .sus-background {
    height: 150lvh;
  }

  .sus-text-appear-inner {
    /* margin-top: -147vh; */
    margin-top: -45vh;
    padding: 1rem var(--sus-grid-margin) 38lvh;
  }

  .sus-content {
    padding: 0 calc(0.5625rem - 0.625rem) 20lvh calc(0.5625rem - 0.625rem);
  }
  .sus-content .sus-text {
    font-size: 26px;
  }

  .sus-grow-bands {
    bottom: 0;
    height: 100lvh;
  }
}

/* core statistics css */

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  /* align-items: center; */
}

.stat-item {
  /* display: flex;
            flex-direction: column;
            gap: 5px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  align-items: center;
}
.stat-item::before {
  background-color: #dcdcdc;
  content: "";
  height: 0.0625rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.stat-item:last-child::after {
  background-color: #dcdcdc;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.stat-number {
  font-size: 100px;
  /* font-weight: 800; */
  color: #232323;
  line-height: 0.9;
  letter-spacing: -0.02em;
}

.stat-description {
  font-size: 1.2rem;
  color: #4a5568;
  font-weight: 500;
  line-height: 1.4;
  max-width: 400px;
}

/* Responsive design */
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    /* text-align: center; */
  }

  .stat-number {
    font-size: 5rem;
  }

  .stat-description {
    font-size: 1.1rem;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .stat-number {
    font-size: 4rem;
  }

  .stat-description {
    font-size: 1rem;
  }
}

/* Subtle animations */
.stat-item {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.stat-item:nth-child(1) {
  animation-delay: 0.1s;
}
.stat-item:nth-child(2) {
  animation-delay: 0.2s;
}
.stat-item:nth-child(3) {
  animation-delay: 0.3s;
  padding-bottom: 30px;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Hover effects */
.stat-item:hover .stat-number {
  color: #2d5a87;
  transition: color 0.3s ease;
}
.statistics-section {
  background-color: var(--color-beige);
}
.statistics-section .container-fluid {
  padding: 0 4vw;
}

/* horizontal scroll section css */

/* Horizontal scroll container - this creates the scroll distance */
.horizontal-scroll-container {
  /* height: 500vh;  */
  position: relative;
}

/* Main showcase section - this becomes sticky */
.showcase-section {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #111;
  border-radius: 20px;
  margin: 0 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.showcase-section.active {
  margin: 0;
  border-radius: 0;
}

.showcase-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.showcase-wrapper {
  display: flex;
  height: 100%;
  width: 500vw; /* 5 slides × 100vw each */
  transition: transform 0.1s ease-out;
}

.showcase-slide {
  width: 100vw;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.showcase-slide:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80");
}

.showcase-slide:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80");
}

.showcase-slide:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1565043589221-1a6fd9ae45c7?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80");
}

.showcase-slide:nth-child(4) {
  background-image: url("https://images.unsplash.com/photo-1586864387967-d02ef85d93e8?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80");
}

.showcase-slide:nth-child(5) {
  background-image: url("https://images.unsplash.com/photo-1588345921523-c2dcdb7f1dcd?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80");
}

/* Overlay for better text readability */
.showcase-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Content overlay */
.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 2rem;
}

.slide-content h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(50px);
  animation: slideInContent 1s ease forwards;
}

.slide-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInContent 1s ease 0.3s forwards;
}

/* Header section inside showcase */
.showcase-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
  z-index: 5;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}

.nav-pills {
  display: flex;
  /* background: rgba(255, 255, 255, 0.1); */
  border-radius: 50px;
  padding: 10px;
  backdrop-filter: blur(10px);
}

.nav-pill {
  padding: 10px 20px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.nav-pill.active {
  background: white;
  color: #333;
}

.nav-pill:hover {
  background: rgba(255, 255, 255, 0.2);
}

.settings-btn {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.settings-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Next section */
.next-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff9a56 0%, #ffad56 100%);
}

.next-section h2 {
  font-size: 3rem;
  text-align: center;
}

/* Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInContent {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .intro-content h1 {
    font-size: 2.5rem;
  }

  .slide-content h2 {
    font-size: 2.5rem;
  }

  .slide-content p {
    font-size: 1rem;
  }

  .showcase-header {
    padding: 1rem;
  }

  .nav-pills {
    display: none;
  }

  .showcase-section {
    margin: 0 20px;
  }
}

/* Main container that defines the scroll area */
.floating-section {
  position: relative;
  background-color: #161616;
}

.floatingcards_container {
  /* This creates the scroll area for sticky content */
  height: 600vh; /* Even more height for very slow animation */
  position: relative;
  background-color: #161616;
}

.floatingcards_sticky {
  /* Sticky positioning - sticks to top when scrolling */
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-color: #161616;
}

.gradientwave_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  display: flex;
  z-index: 1;
}

.gradientwave_gradient {
  height: 100%;
  background: linear-gradient(135deg, #ff4444, #ffffff);
  will-change: width;
  transform: translate3d(0px, 0px, 0px);
  backface-visibility: hidden;
}

.scrolltext_parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 150px;
}

.scrolltext_scroller {
  display: flex;
  text-align: center;
  font-size: 600px;
  font-weight: 700;
  letter-spacing: -0.02em;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  color: rgba(255, 255, 255, 0.1);
  will-change: transform;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .scrolltext_scroller {
    font-size: 120px;
  }
}

.cards_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.card_wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
  width: 30vw;
  height: 70vh;
  padding: 33px 61px 52px 30px;
  border-radius: 20px;
  overflow: hidden;
  will-change: transform;
  backface-visibility: hidden;
  min-width: 300px;
  pointer-events: auto;
}

.card_wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 5px;
  background: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.5),
    transparent,
    hsla(0, 0%, 100%, 0.5)
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.card_dark {
  background: linear-gradient(180deg, #070707, #181818);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: #fff;
}

.card_light {
  background: hsla(0, 0%, 100%, 0.2);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #333;
}

.card_inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #282828;
  font-size: 36px;
  z-index: -1;
  position: relative;
  margin-bottom: 20px;
}

.card_light .card_icon {
  background-color: #e0e0e0;
}

.card_textWrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}

.card_header {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 39px;
  font-style: normal;
  line-height: 129%;
  letter-spacing: -0.39px;
}

.card_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.5;
}

.card_note {
  position: absolute;
  top: -40px;
  right: -20px;
  height: 60vh;
  opacity: 0.3;
  pointer-events: none;
}

/* Next section for demonstration */
.next-section {
  height: 100vh;
  background: linear-gradient(45deg, #4a90e2, #7b68ee);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .card_wrapper {
    width: 80vw;
    height: 60vh;
    padding: 20px;
  }

  .card_header {
    font-size: 24px;
  }

  .card_icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.card_note__eOZYg {
  position: absolute;
  top: -40px;
  right: -20px;
  height: 60vh;
}

/* about section css */

.ia-hero-section {
  /* min-height: 100vh; */
  /* background-color:var(--color-beige); */
  display: flex;
  flex-direction: column;
  /* align-items: center;
            justify-content: center; */
  /* padding: 2rem; */
  position: relative;
}

.ia-container {
  max-width: 1440px;
  margin: 0 auto;

  width: 100%;
  /* display: grid;
            grid-template-columns: 1fr auto;
            align-items: end; */
  gap: 4rem;
}

.ia-content-1 {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.ia-description {
  max-width: 600px;
}
.ia-hero-title {
  font-size: 72px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  /* margin-bottom: 2rem; */
  max-width: 800px;
  color: #000;
  font-weight: 400;
}
.ia-text-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ia-text-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
.ia-lighter {
  color: #19191933;
}
.ia-light {
  color: #19191966;
}
.ia-highlight {
  font-weight: 500;
  color: #1a1a1a;
}

.ia-description {
  font-size: 16px;
  color: #5d5d5d;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.ia-team-avatars {
  display: flex;
  gap: 3px;
  margin-bottom: 1.5rem;
}

.ia-avatar {
  /* width: 60px;
  height: 60px; */
   width: 50px;
  height: 50px;
  border-radius: 50%;
  /*border: 3px solid #000;*/
      /* border: 3px solid #000; */
    /*margin-left: -10px;*/
    /*background: #1288af;*/
    background: #99ccdd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  font-size: 1.2rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ia-avatar img {
border-radius: 50%;
    padding-top: 5px;
    height: 70px;
    object-fit: cover;
    max-height: 100px;
}
@media screen and (min-width:991px) and (max-width:1599px){
    .ia-avatar img {
border-radius: 50%;
    padding-top: 5px;
    height: 60px !important;
    object-fit: cover;
    max-height: 100px;
}
}
@media screen and (max-width:600px){
    .ia-avatar img {
border-radius: 50%;
    padding-top: 5px;
    height: 55px !important;
    object-fit: cover;
    max-height: 100px;
}
}
.ia-avatar:first-child {
  margin-left: 0;
  z-index: 3;
}

.ia-avatar:nth-child(2) {
  /*background: #fff;*/
  /*background: #9c6502;*/
  /*background: #deb66d;*/
  /*z-index: 2;*/
  margin-left: -6px;
    background: #deb66d;
    z-index: 9;
}

.ia-avatar:nth-child(3) {
  /*background: #fff;*/
  /*background: #893d4a;*/
  background:#c8979f;
  margin-left: -6px;
    /*background: #deb66d;*/
    z-index: 9;
  /*z-index: 1;*/
}

.ia-cta-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.ia-learn-more-btn {
  background: #071839;
  color: white;
  border: none;
  padding: 0rem 0rem;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  font-size: 1rem;
  /* border-radius: 50px; */
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.ia-learn-more-btn:hover {
  background: #16213e;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(26, 26, 46, 0.3);
}

/* Client Logos Section */
.ia-clients-section {
  padding: 4rem 2rem;
  background: white;
  overflow: hidden;
}

.ia-clients-container {
  max-width: 1200px;
  margin: 0 auto;
}

.ia-logos-slider {
  display: flex;
  animation: ia-slide 20s linear infinite;
  width: calc(200px * 8);
}

.ia-logo-item {
  flex: 0 0 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.ia-logo-item:hover {
  opacity: 1;
}

.ia-logo-placeholder {
  width: 120px;
  height: 40px;
  background: linear-gradient(90deg, #e0e0e0 0%, #f0f0f0 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #999;
  font-weight: 500;
}

@keyframes ia-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-800px);
  }
}

/* Touch slider functionality */
.ia-clients-section {
  position: relative;
  user-select: none;
}

.logos-shadow-right {
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(270deg, #fff, #fff0 100%, #fff0);
  width: 8vw;
  position: absolute;
  inset: 0 0 0 auto;
}

.logos-shadow-left {
  pointer-events: none;
  cursor: none;
  background-image: linear-gradient(90deg, #fff, #fff0 100%, #fff0);
  width: 8rem;
  position: absolute;
  inset: 0 auto 0 0;
}
.ia-logos-slider.dragging {
  animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ia-container {
    grid-template-columns: 1fr;
    text-align: left !important;
    gap: 2rem;
    padding-top: 40px;
  }

  .ia-cta-section {
    justify-content: center;
  }

  .ia-team-avatars {
    justify-content: start;
  }

  .ia-clients-section {
    padding: 2rem 1rem;
  }

  .ia-logo-item {
    flex: 0 0 150px;
  }

  .ia-logos-slider {
    width: calc(150px * 8);
  }

  @keyframes ia-slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-600px);
    }
  }
}

@media (max-width: 480px) {
  .ia-hero-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0px !important;
    /* height: 80vh; */
    padding-bottom: 20px !important;
  }

  .ia-avatar {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .ia-learn-more-btn {
    padding: 0.2rem 0.5rem;
    font-size: 0.9rem;
    height: 100px !important;
    width: 100px !important;
  }
}

/* testimonial css */

.testimonials-section {
  position: relative;
  z-index: 999;
  /* margin-top: -200px; */

  width: 100%;
  /* padding-top: 400px; */
  background-color: white;
  /* padding: 4rem 0 6rem; */
  /* font-family: 'Inter', sans-serif; */
  overflow: hidden;
}

.grid-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

@media (min-width: 768px) {
  .grid-background {
    display: block;
  }
}

.grid-lines {
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 10fr 10fr 2fr;
}

@media (min-width: 1280px) {
  .grid-lines {
    grid-template-columns: 2fr 10fr 10fr 10fr 10fr 2fr;
  }
}

.grid-line {
  border-right: 1px solid #e5e7eb;
  height: 100%;
}

.content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 10fr 10fr 2fr;

  padding-bottom: 4rem;
}
@media screen and (min-width: 1200px) {
  .content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 10fr 10fr 2fr;
    /* padding-top: 550px; */
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .content-wrapper {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .content-wrapper {
    grid-template-columns: 2fr 10fr 10fr 10fr 10fr 2fr;
  }
}

.heading-section {
  grid-row-start: 1;
  grid-column: 2 / 4;
}

/* @media (min-width: 768px) {
            .heading-section {
                grid-column-end: 3;
            }
        } */

.heading-title {
  /* font-size: 72px; */
  font-size: 48px;

  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 2rem;
}

.description-section {
  grid-row-start: 3;
  grid-column: 2 / 4;
}

@media (min-width: 768px) {
  .description-section {
    grid-row-start: 1;
    grid-column: 4 / 6;
    padding-right: 8rem;
  }
}

.description-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .description-text {
    /* font-size: 1.125rem; */
    font-size: 16px;
  }
}

.carousel-section {
  grid-row-start: 2;
  grid-column: 1 / 5;
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .carousel-section {
    grid-column-end: 8;
    /* margin-top: 8rem; */
    margin-top: 5rem;
  }
}

.carousel-container {
  position: relative;
  /* overflow: hidden; */
}

.carousel-track {
  display: flex;
  gap: 1rem;
  animation: scroll 40s linear infinite;
  width: fit-content;
}

@media (min-width: 768px) {
  .carousel-track {
    gap: 1.5rem;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 320px;
  flex-shrink: 0;
  background-color: white;
}

@media (min-width: 768px) {
  .testimonial-card {
    padding: 1.75rem;
    width: 380px;
  }
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.stars {
  color: #1f2937;
  font-size: 0.875rem;
}

.initials {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
}

.testimonial-text {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.625;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.author-name {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

/* Hover effects */
/* .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
} */

.carousel-track:hover {
  animation-play-state: paused;
}

/* about section two css */
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.h-300vh {
  height: 110vh;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.h-screen {
  height: 100vh;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.w-280 {
  width: 280px;
}
.h-280 {
  height: 280px;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.text-white {
  color: white;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-center {
  text-align: center;
}
.mt-10 {
  margin-top: 2.5rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}

/* Responsive styles */
@media (min-width: 768px) {
  .md\\:w-500 {
    width: 500px;
  }
  .md\\:h-500 {
    height: 500px;
  }
  .md\\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\\:block {
    display: block;
  }
  .md\\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

/* Animation styles */
.char,
.word {
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}

.space {
  opacity: 0 !important;
}

#logo-canvas {
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}

/* Optimized Logo hover animation styles */
.logo-container {
  transition: none; /* We'll handle transitions via JavaScript */
  transform-style: preserve-3d;
  cursor: pointer;
  perspective: 1000px;
  will-change: transform;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: none; /* We'll handle transitions via JavaScript */
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

/* Additional styles for better visual */
.hero-text-content {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.12;
}

/* Particle effects */
.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 0.8;
  }
}

.gg-image-decor-wrap .gg-image-decor {
  background: url(./img/image-decor.avif) 50% / cover no-repeat;
  opacity: 0.155;
  width: 100%;
  height: 100%;
}

.gg-image-decor-wrap {
  position: absolute;
  inset: 0;
  padding: 10px;
  overflow: hidden;
}

/* service section css */

/* Main sticky container */
    .gg-container-section {
            background-color: #fff;
            position: relative;
        }

        .gg-container {
            max-width: 1440px;
            margin: 0 auto;
            padding: 60px 20px 0px;
        }

        .gg-container h2 {
            font-size: 48px;
            line-height: 1.12;
            letter-spacing: -0.02em;
            margin-bottom: 2rem;
            font-weight: 400;
            max-width: 800px;
            color: #000;
        }

        .gg-heading {
            font-size: 48px;
            line-height: 1.12;
            letter-spacing: -0.02em;
            margin-bottom: 2rem;
            font-weight: 400;
            max-width: 800px;
            color: #000;
        }

        .gg-sub-head-latest-bell {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.1;
            letter-spacing: 0.4px;
            margin-bottom: 16px;
            color: #666;
        }

        .horizontal-scroll-container {
            padding-top: 50px;
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .swiper {
            width: 100%;
        }

        .gg-wrap-slide-item {
            /* width: 800px; */
            display: flex;
            flex-direction: row;
            border-radius: 16px;
            /* overflow: hidden; */
            transition: transform 0.3s ease;
            flex-shrink: 0;
            margin-right: 8px;
        }

        /* .gg-wrap-slide-item:hover {
            transform: translateY(-5px);
        } */

        .gg-wrap-media {
            width: 50%;
            flex: 1;
            margin-left: 8px;
            border-radius: 11px;
            height: 480px;
            position: relative;
            overflow: hidden;
            background: #f0f0f0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
        }

      .gg-wrap-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Prevent video shake during transitions */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.swiper-slide2 {
    /* Smooth GPU acceleration */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

        .gg-wrap-box-content {
            width: 50%;
            max-width: 465px;
            height: 480px;
            border-radius: 11px;
            padding: 36px 32px 72px;
            text-decoration: none;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: relative;
        }

        .gg-mask-headline {
            display: flex;
            position: relative;
            background: rgba(0, 0, 0, 0.3);
            padding: 10px 32px;
            max-width: 230px;
            margin-bottom: 32px;
        }

        .gg-mask-headline img {
            position: absolute;
            height: 100%;
            top: 0;
            left: 100%;
        }

        .gg-mask-headline h3 {
            font-size: 17px;
            line-height: 1.2;
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 0;
            letter-spacing: normal;
        }

        .gg-wrap-content-tab {
            padding-right: 50px;
        }

        .gg-wrap-content-tab p {
            font-size: 30px;
            line-height: 1.2;
            margin-bottom: 20px;
        }

        .gg-btn-wrap {
            display: inline-flex;
            align-items: center;
            font-weight: 500;
            font-size: 16px !important;
            transition: all 0.3s ease;
        }

        .gg-btn-wrap:hover {
            transform: translateX(5px);
        }

        .gg-icon-wrap {
            margin-left: 10px;
            transition: transform 0.3s ease;
        }

        .gg-wrap-box-content:hover {
            color: #fff !important;
        }

        .military-theme {
            background: linear-gradient(135deg, #9a6400, #b8771a);
        }

        .commercial-theme {
            background: linear-gradient(135deg, #00789a, #1a8fb8);
        }

        .innovation-theme {
            background: linear-gradient(135deg, #772b3a, #914551);
        }

        .scroll-indicator {
            position: fixed;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 10px 15px;
            border-radius: 25px;
            font-size: 14px;
            z-index: 1000;
            display: none;
        }

        .slider-controls {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .slider-btn {
            /* width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 2px solid #f5f5f5;
            background: #f5f5f5;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 20px; */
                align-items: center;
    background-color: rgba(5, 36, 36, 0.05);
    border: none;
    border-radius: 0.5rem;
    display: flex
;
    height: 3.75rem;
    justify-content: center;
    width: 3.75rem;
    cursor: pointer;
    transition: background-color 0.25s;
        }

        .slider-btn:hover {
            background: #000;
            color: #fff;
        }

        .slider-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .header-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 2rem;
        }

        .header-content {
            flex: 1;
        }

        @media (max-width: 1200px) {
            /* .gg-container {
                padding: 40px 15px;
            } */
            .gg-container h2 {
                font-size: 48px;
            }
            .gg-wrap-slide-item {
                width: 600px;
            }
            .gg-wrap-media {
                width: 100%;
                height: 250px;
                margin-left: 0;
            }
            .gg-wrap-box-content {
                width: 100%;
                max-width: none;
                padding: 30px 25px;
            }
        }

     /* Key changes for mobile media display */

@media (max-width: 768px) {
    .gg-wrap-slide-item {
        width: calc(85vw);  /* Reduced from 90vw for better spacing */
        max-width: 600px;
        flex-direction: column;
        margin-right: 15px;
        gap: 10px;
    }

    .gg-wrap-media {
        width: 50%;  /* Changed from 45% to 50% for equal split */
        min-width: 150px;  /* Ensure minimum width */
        height: 280px;
        margin-left: 8px;
        border-radius: 8px;
        flex-shrink: 0;  /* Prevent shrinking */
    }

    .gg-wrap-box-content {
        width: 50%;  /* Changed from 55% to 50% for equal split */
        min-width: 150px;  /* Ensure minimum width */
        height: 280px;
        padding: 20px 16px 30px;
        border-radius: 8px;
        flex-shrink: 0;  /* Prevent shrinking */
    }

    .gg-wrap-content-tab {
        padding-right: 10px;  /* Reduced padding */
    }

    .gg-wrap-content-tab p {
        font-size: 15px;  /* Slightly smaller for better fit */
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .gg-wrap-slide-item {
        width: calc(88vw);  /* Slightly larger for small screens */
        max-width: none;
        margin-right: 12px;
    }

    .gg-wrap-media {
        width: 100% !important;
        min-width: 140px;
        height: 250px;  /* Reduced height for small screens */
        margin-left: 0 !important;
    }

    .gg-wrap-box-content {
        width: 100% !important;
        min-width: 140px;
        order: 2;
        height: 250px;  /* Match media height */
        padding: 16px 12px 24px;
    }

    .gg-mask-headline {
        padding: 6px 12px;
        max-width: 160px;
        margin-bottom: 10px;
    }

    .gg-mask-headline h3 {
        font-size: 12px;
    }

    .gg-wrap-content-tab p {
        font-size: 14px;
        margin-bottom: 12px;
        line-height: 1.25;
    }

    .gg-btn-wrap {
        font-size: 12px !important;
    }
}

/* Alternative: Stack vertically on very small screens */
@media (max-width: 380px) {
    .gg-wrap-slide-item {
        width: calc(92vw);
        flex-direction: column;  /* Stack vertically */
        height: auto;
    }

    .gg-wrap-media,
    .gg-wrap-box-content {
        width: 100%;
        min-width: unset;
        margin-left: 0;
    }

    .gg-wrap-media {
        height: 200px;
        margin-top: 8px;
        /* order: 2;   */
    }

    .gg-wrap-box-content {
        height: auto;
        min-height: 220px;
        /* order: 1; */
    }
}
/* Infrastructure section css */
.padding-global {
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}

.simple-container {
  max-width: 1400px;
  margin: 0 auto;
}

.simple-container.is-blend-on-mobile {
  position: relative;
}

/* .padding-section-large {
            padding-top: 6rem;
            padding-bottom: 6rem;
        } */

/* .padding-section-large.is-tools {
            padding-top: 11.85rem;
        } */

.outcome_comp {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
}

.outcome_comp.is-z-index-3 {
  z-index: 3;
  position: relative;
}

.tools-header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  max-width: 68.1944rem;
  margin: 0 auto;
}

.tools-header-wrapper.is-blend-mode {
  color: #000;
}

.heading-style-xl {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  font-weight: 400;
  max-width: 800px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large {
  font-size: 18px;
  color: #000;
}

/* Desktop Tools Section (hidden on mobile) */
.section_prof-tools {
  /* z-index: 0; */
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/681b040781d5b5e278a69989/68223fe7953a10b45331d730_BG%20TOOLS.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: clip;
  /* position: sticky;
            top: 0; */
  position: relative;

  background-color: #fff;
  display: block;
}

.prof-tools-interactionable-wrapper {
  position: relative;
  width: 100%;
  max-width: 89.5rem;
  min-height: 35.8472rem;
  margin: 0 auto;
}

.prof_center-image-wrapp {
  pointer-events: none;
  width: 100%;
  max-width: 100rem;
  height: 40rem;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

.image-tools-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-tools-inner.is-default {
  opacity: 1;
}

.prof-tools-chips-comp {
  width: 89.5rem;
  max-width: 100%;
  min-height: 27.35rem;
  margin: 0 auto;
  position: relative;
}

.tool_chip {
  text-align: center;
  letter-spacing: -0.0375rem;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 0.675rem;
  justify-content: center;
  align-items: center;
  min-width: 7.85rem;
  padding: 0.5rem 0.9rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  transition: all 1s ease-in-out;
  display: inline-flex;
  position: absolute;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tool_chip:hover {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.tool_chip.is-active-chip {
  background-color: #000;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pointer-events-none {
  pointer-events: none;
}

/* Tool chip positions */
.tool_chip.is-invert {
  top: 6.67rem;
  left: 21.53rem;
}
.tool_chip.is-outpaint {
  top: 10.35rem;
  left: 12.64rem;
}
.tool_chip.is-crop {
  top: 2.92rem;
  left: 0;
  min-width: 7rem;
}
.tool_chip.is-inpaint {
  /* top: 14.1rem;
  left: 2.36rem; */
  top: 21.1rem;
  left: 15.36rem;
}
.tool_chip.is-mask-extractor {
  top: 17.78rem;
  left: 20.28rem;
}
.tool_chip.is-upscale {
  top: 21.53rem;
  left: 11.25rem;
}
.tool_chip.is-zdepth {
  top: 21.53rem;
  right: 17.99rem;
}
.tool_chip.is-image-describer {
  top: 11.92rem;
  /* right: 12.08rem; */
  right: 11.08rem;
}
.tool_chip.is-channels {
  top: 8.1rem;
  /* right: 6.6rem; */
  right: 22.6rem;
}
.tool_chip.is-painter {
  top: 2.92rem;
  right: 0;
}
.tool_chip.is-relight {
  top: 17.78rem;
  right: 1.6rem;
}

/* Sample images */
.sample-image {
  width: 100%;
  /* height: 100%; */
  height: 600px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.is-default .sample-image {
  background-image: url("../assets/img/ask-product-living.png");
}
.is-invert .sample-image {
  /* background-image: url("../assets/img/kitchen-askhometex-re.png"); */
  /* background-image: url("../assets/img/ask-product-kitchen-03.png"); */
  background-image: url("../assets/img/ask-new-i-kitchen.png");
}
.is-outpaint .sample-image {
  /* background-image: url("../assets/img/table-askhometex-re-01.png"); */
  /* background-image: url("../assets/img/ask-product-table.png"); */
  background-image: url("../assets/img/table-linens-cate.PNG");
}
.is-crop .sample-image {
  /* background-image: url("../assets/img/living-askhometex-re.png"); */
  background-image: url("../assets/img/ask-product-living.png");
}
.is-inpaint .sample-image {
  /* background-image: url("../assets/img/industry-askhometex-re.png"); */
  background-image: url("../assets/img/ask-product-aopron.png");
}
.is-mask-extractor .sample-image {
  background-image: url("../assets/img/banner_07.png");
}
.is-upscale .sample-image {
  background-image: url("../assets/img/banner_05.png");
}
.is-zdepth .sample-image {
  /* background-image: url("../assets/img/custom-towel-re.png"); */
  /* background-image: url("../assets/img/ask-product-kitchen-03\ \(1\).png"); */
  background-image: url("../assets/img/Kitchen-Towels-cate.png");
}
.is-image-describer .sample-image {
  /* background-image: url("../assets/img/custom-askhometex-re-02.png"); */
    background-image: url("../assets/img/Table-Linen-set.png");
}
.is-channels .sample-image {
  /* background-image: url("../assets/img/gift-bag-askhometex.png"); */
  background-image: url("../assets/img/Fruit-Bags-.png");
}
.is-painter .sample-image {
  /* background-image: url("../assets/img/fabric-askhometex.png"); */
  background-image: url("../assets/img/ask-product-kitchen-03.png");
}
.is-relight .sample-image {
  background-image: url("../assets/img/banner_07.png");
}

/* Mobile Tools Section */
.section_prof-tools-mobile {
  display: none;
  position: relative;
}

.tools_mobile-slider-comp {
  position: relative;
}

.splide.tools-image {
  position: relative;
}

.slider-pill {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-pill_img {
  width: 100%;
  height: 400px;
  background-color: transparent;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.slider-pill_photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.splide__slide.is-active .slider-pill_photo {
  transform: scale(1.05);
}

/* .splide.tool-tags {
            margin-top: 2rem;
        } */

.slide_super-chip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 4px;
}

.slide_super-chip {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 8px 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.splide__slide.is-active .slide_super-chip {
  background-color: #071839 !important;
  color: #fff !important;
}

.splide__arrows {
  margin-top: 1rem;
  display: none;
  justify-content: center;
  gap: 1rem;
}

.splide__arrow {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.splide__arrow:hover {
  background: white;
  transform: scale(1.1);
}

.splide__arrow svg {
  fill: #333;
}

/* Mobile Styles */
@media screen and (max-width: 600px) {
  .section_prof-tools {
    display: none;
  }

  .section_prof-tools-mobile {
    display: block;
    background-image: url("https://cdn.prod.website-files.com/681b040781d5b5e278a69989/68223fe7953a10b45331d730_BG%20TOOLS.svg");
    background-color: #fff;
    background-position: bottom;
    background-repeat: no-repeat, repeat;
    background-size: 100%, auto;
    height: auto;
    z-index: 1;
    min-height: 650px;
    position: relative;
  }

  .padding-global {
    padding-right: 4.5vw;
  }

  .padding-section-large.is-tools {
    /* padding-top: 14.95rem; */
    padding-bottom: 0;
    position: relative;
  }

  .tools-header-wrapper.is-blend-mode {
    z-index: 3;
    color: white;
    mix-blend-mode: difference;
    position: relative;
  }

  .tools_mobile-slider-comp {
    flex-flow: column;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
    overflow: clip;
  }

  .splide.tools-image {
    height: 798px;
    position: absolute;
    top: 60px;
  }

  .splide__track.is-mobile-tools-slider {
    margin-top: 0;
    height: 100%;
  }

  .splide__list {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* .slider-pill_img {
    background-color: transparent;
    border-radius: 0;
    height: 650px;
    object-fit: contain;
    margin-bottom: 0;
    padding-top: 0%;
    overflow: visible;
  } */

  .slider-pill_photo {
    object-fit: cover;
    transition-property: none;
    top: auto;
    bottom: -80px;
    width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .splide__track.is-text-tags {
    /* height: 630px; */
    height: 690px;
  }

  .slide_super-chip-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: inherit;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 2.9rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.5em;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slide_super-chip {
    /* letter-spacing: -0.06857rem; */
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 250px;
    /* height: 42px !important; */
    /* margin-left: auto;
    margin-right: auto; */
    padding: 11px 0.5rem;
    font-size: 13px;
    font-weight: 400;
    display: inline-flex;
    position: relative;
    inset: auto 0% 0%;
  }



  .text-size-large {
    font-size: 1.1rem;
  }

  .splide__arrows {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .padding-section-large.is-tools {
    padding-top: 11.85rem;
  }

  .splide.tools-image {
    height: 970px;
    position: absolute;
    top: 0;
  }

  .slider-pill_photo {
    object-fit: contain;
    width: -webkit-fill-available;
    max-height: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .splide__track.is-text-tags {
    height: 798px;
  }
}

@media (max-width: 1200px) {
  .prof-tools-chips-comp {
    width: 90%;
    transform: scale(0.8);
  }

  .heading-style-xl {
    font-size: clamp(2rem, 4vw, 5rem);
    /* letter-spacing: -0.1rem; */
    margin-bottom: 0rem;
  }
}

@media (max-width: 768px) and (min-width: 480px) {
  .prof-tools-chips-comp {
    transform: scale(0.6);
  }

  .padding-section-large {
    padding-top: 4rem;
  }

  .outcome_comp {
    gap: 2rem;
  }
}
.tc-contact-info-style1 {
  background-color: #fff;
}
.about-story-title {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  font-weight: 400;
}
.contact-title {
  font-size: 90px !important;
  letter-spacing: min(-0.141vw, -3.6px);
  font-weight: 400;
  line-height: 1 !important;
  color: #000 !important;
}
.tc-services-style10 {
  background-color: #dfe3ec;
}
.logo img {
  max-width: 130px;
}

/* products css */

/* .strenght-des {
    padding-top: 70px;
} */
/* .strength-list {
    padding: 0 40px;
} */
.strength-list ul {
  padding: 0px !important;
}
.strength-list ul li {
  width: 100%;
  padding: 0 0px 35px 60px;
  line-height: inherit;
  min-height: inherit;
}

.strenght-des ul li {
  float: left;
  /* width: 48%; */
  padding: 0 0px 25px 60px;
  margin: 40px 0 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  /* line-height: 55px; */
  min-height: 70px;
}
.strenght-des .strength-list ul li span {
  top: -5px;
}

.strenght-des ul li span {
  background: #fff;
  float: left;
  width: 36px;
  height: 36px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: #9f2629;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  behavior: url(PIE.htc);
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
}
.strenght-des ul li p {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.strenght-des .strength-list ul li:nth-child(even) {
  margin-left: 0;
}
.more-btn.border {
  background-image: none;
  padding: 0 40px;
  height: 58px;
  line-height: 58px;
  color: #9f2629;
  border: 1px solid #9f2629;
  border-radius: 5px;
}

.more-btn {
  background: url(../images/more-arrow.svg) no-repeat center right;
  display: inline-block;
  width: auto;
  padding-right: 20px;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 120%;
  letter-spacing: 2px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  position: relative;
  text-transform: uppercase;
}
.product-machines {
  padding-top: 60px;
}
.product-machines .img-box {
  margin: 20px 0 0;
}
.product-machines .img-wrap {
  overflow: hidden;
}
.product-machines .img-box .video {
  float: left;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.yarn-machines .video video {
  height: 360px;
  object-fit: cover;
}

.video video {
  background-color: #f6f6f6;
  position: relative;
  z-index: 99;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* about us page css */

.about-us-section-two {
  background-color: #fff;
  /* padding: 15px 70px 0; */
}
body .pbmit-bg-color-global {
  background-color: #071839 !important;
}
.about-white-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: transparent;
  border: 2px solid white;
  color: white;
  text-decoration: none;
  /* margin-top: 2rem; */
  transition: all 0.3s ease;
}
.about-us-two-leftbox {
  /* background-image: url('../assets/img/factory-worker-img.jpg'); */
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 55px 50px;
  /* border-radius: 10px; */
}
/* .about-us-two-leftbox .pbmit-custom-heading {
    padding-right: 50%;
} */
.about-us-two-leftbox .pbmit-custom-heading .pbmit-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
  color: #fff;
}
body .pbmit-bg-color-light {
  background-color: #f7f7f7;
}
@media (max-width: 1500px) and (min-width: 1367px) {
  .about-us-two-rightbox {
    background-position: -490% -340%;
  }
}

.about-us-two-rightbox {
  position: relative;
  padding: 50px 55px 50px;
  /* border-radius: 10px; */
  height: 100%;
  background-image: url("../assets/img/factory-img.png");
  /* background-position: 20081% -80%; */
  background-position:2024% 200%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.about-us-two-rightbox .pbmit-custom-heading {
  padding-right: 40%;
}
.about-us-two-rightbox .pbmit-custom-heading .pbmit-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--pbmit-body-typography-font-family);
}
.about-us-two-rightbox .pbminfotech-ele-fid-style-4 {
  margin-top: 94px;
}

.pbminfotech-ele-fid-style-4 {
  display: inline-block;
}
.pbminfotech-ele-fid-style-4 .pbmit-fld-contents {
  display: flex;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {
  /* font-size: 96px; */
  font-size: 85px;
  line-height: 85px;
  margin-bottom: 0;
  color: #16222d;
  font-weight: 500;
}
.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {
  margin: 0;
  color: #666;
}
.pbminfotech-ele-fid-style-4 .pbmit-fid span {
  margin-left: -22px;
}

/* team section css */

body .pbmit-bg-color-blackish {
  background-color: #071839 !important;
}

.team-section-two {
  margin: 0 70px;
  background-image: url(../images/homepage-2/bg/shape-img.png);
  background-position: top right;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 90px 0;
}
.butn-abt {
  padding: 15px 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  width: fit-content;
}

/* about CTA css */

.textile-section {
  background-image: url("../assets/img/stat-askhometex.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
}

.textile-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.36) 0%
  );
  z-index: 1;
}

.about-cta-container {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  display: flex;
  gap: 30px;
  align-items: center;
}

.content-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 90px;
}

.section-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
}

.section-badge .icon {
  color: #ffd700;
  font-size: 10px;
}

.section-badge .text {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.main-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease 0.2s forwards;
}

.about-cta-description {
  color: #e0e0e0;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease 0.4s forwards;
}

.stats-grid {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(30px);
}

.stat-card:nth-child(1) {
  animation: slideInUp 0.8s ease 0.6s forwards;
}

.stat-card:nth-child(2) {
  animation: slideInUp 0.8s ease 0.7s forwards;
}

.stat-card:nth-child(3) {
  animation: slideInUp 0.8s ease 0.8s forwards;
}
.stat-card:nth-child(4) {
  animation: slideInUp 0.8s ease 0.9s forwards;
}

.stat-card:nth-child(5) {
  animation: slideInUp 0.8s ease 1s forwards;
}

.stat-card:nth-child(6) {
  animation: slideInUp 0.8s ease 1.2s forwards;
}
.stat-number {
     /* font-size: 84px; */
            font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.9;
  margin-bottom: 18px;
  position: relative;
}

.stat-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 18px;
}

.stat-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.18);
  transition: background 0.3s ease;
}

.stat-card:hover .stat-title::after {
  background: #fff;
}

.stat-description {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.counter {
  display: inline-block;
  font-feature-settings: "tnum";
}

/* Animations */
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Counter Animation */
@keyframes countUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  /* .container {
                max-width: 1200px;
            }
             */
  .stat-number {
    font-size: 72px;
  }
}

@media (max-width: 768px) {
  .about-cta-container {
    flex-direction: column;
    gap: 50px;
    padding: 0 20px;
  }

  .content-left,
  .stats-grid {
    width: 100%;
  }

  .content-left {
    padding-right: 0;
    /* text-align: center; */
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
  }

  .stat-number {
    font-size: 64px;
  }

  .main-title {
    /* font-size: 2.5rem; */
    font-size: 36px;
  }

  .textile-section {
    padding: 100px 0;
  }
}

@media (max-width: 480px) {
  .stat-number {
    font-size: 36px;
    margin-bottom: 5px;
  }

  .main-title {
    font-size: 2rem;
  }

  .about-cta-description {
    font-size: 16px;
  }
}
  .txl-stats-wrapper {
    background-image: url("../assets/img/stat-askhometex.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    will-change: opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.txl-stats-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.36) 50%,
        rgba(1, 1, 1, 1) 100%
    );
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.txl-metrics-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.txl-metrics-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.txl-metric-box {
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(30px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    /* CRITICAL FIX: Reserve minimum height to prevent layout shift */
    min-height: 200px;
}

.txl-metric-box:nth-child(1) {
    animation: txlSlideUp 0.8s ease 0.2s forwards;
}

.txl-metric-box:nth-child(2) {
    animation: txlSlideUp 0.8s ease 0.3s forwards;
}

.txl-metric-box:nth-child(3) {
    animation: txlSlideUp 0.8s ease 0.4s forwards;
}

.txl-metric-box:nth-child(4) {
    animation: txlSlideUp 0.8s ease 0.5s forwards;
}

.txl-metric-box:nth-child(5) {
    animation: txlSlideUp 0.8s ease 0.6s forwards;
}

.txl-metric-box:nth-child(6) {
    animation: txlSlideUp 0.8s ease 0.7s forwards;
}

.txl-metric-box:nth-child(7) {
    animation: txlSlideUp 0.8s ease 0.8s forwards;
}

.txl-metric-box:nth-child(8) {
    animation: txlSlideUp 0.8s ease 0.9s forwards;
}

.txl-metric-box:nth-child(9) {
    animation: txlSlideUp 0.8s ease 1s forwards;
}

.txl-metric-value {
    font-size: 70px;
    font-weight: 700;
    color: #ffffff;
    line-height: 0.9;
    margin-bottom: 18px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* CRITICAL FIX: Fixed height prevents jumping */
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* CRITICAL FIX: Use tabular numbers for consistent width */
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

.txl-metric-label {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 18px;
}

.txl-metric-label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.18);
    transition: background 0.3s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.txl-metric-box:hover .txl-metric-label::after {
    background: #fff;
}

.txl-metric-info {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.txl-animated-number {
    display: inline-block;
    font-feature-settings: "tnum";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    /* CRITICAL FIX: Reserve minimum width based on max digits */
    min-width: 1.5em;
    text-align: left;
}

/* Animations */
@keyframes txlSlideUp {
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .txl-metric-value {
        font-size: 72px;
        height: 65px;
    }
}

@media (max-width: 968px) {
    .txl-metrics-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .txl-metric-value {
        font-size: 64px;
        height: 58px;
    }

    .txl-stats-wrapper {
        padding: 100px 0;
        min-height: unset !important;
    }
}

@media (max-width: 580px) {
    .txl-metrics-layout {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .txl-metric-value {
        font-size: 30px;
        margin-bottom: 10px;
        /* CRITICAL FIX: Fixed height for mobile prevents shake */
        height: 30px;
        /* CRITICAL FIX: Prevent any text wrapping */
        white-space: nowrap;
        overflow: visible;
    }

    .txl-metric-label {
        font-size: 18px;
    }

    .txl-metric-info {
        font-size: 14px;
    }

    .txl-metrics-container {
        padding: 0 20px;
    }
    
    .txl-metric-box {
        will-change: auto;
        /* CRITICAL FIX: Adjusted min-height for mobile */
        min-height: 140px;
    }
    
    /* CRITICAL FIX: Ensure stable number rendering on mobile */
    /*.txl-animated-number {*/
    /*    min-width: 2em;*/
    /*    letter-spacing: -0.02em;*/
    /*}*/
}
/* product category css */

.latest-news {
  display: flex;
  flex-direction: column;
  /* padding: 4rem 0 17.125rem; */
  row-gap: 1.5rem;
  position: relative;
  z-index: 1;
  background-color: #eff3f5;
}

@media (min-width: 1024px) {
  .latest-news {
    /* padding: 5.125rem 0 14.4375rem; */
    row-gap: 3.875rem;
  }
}

.grid__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--grid-gutter);
  margin-left: var(--grid-margin);
  margin-right: var(--grid-margin);
}

.wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  row-gap: 2.4375rem;
}

.heading__wrapper h2 {
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  font-weight: 400;
  max-width: 800px;
  margin-bottom: 2rem;
}
.heading__wrapper p {
  color: #666;
  max-width: 800px;
}
.order__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

@media (min-width: 1024px) {
  .order__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.order-group {
  border: none;
}

.order-group legend {
  display: none;
}

.radio-button__wrapper {
  display: flex;
  column-gap: 0.875rem;
  position: relative;
}

.checkbox__wrapper {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.089375rem;
  line-height: 0.81;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .checkbox__wrapper {
    font-size: 0.875rem;
    letter-spacing: 0.11375rem;
  }
}

.checkbox__wrapper input {
  display: none;
}

.button__wrapper {
  padding: 0.5rem 1rem;
  border: 1px solid var(--c-dark-green);
  border-radius: 0.25rem;
  background: transparent;
  color: var(--c-dark-green);
  transition: all 0.3s ease;
}

.checkbox__wrapper input:checked + .button__wrapper {
  background: var(--c-dark-green);
  color: var(--c-white);
}

.slider-button__wrapper {
  display: flex;
  column-gap: 0.625rem;
  justify-content: flex-end;
}

.slider-button {
  align-items: center;
  background-color: rgba(5, 36, 36, 0.05);
  border: none;
  border-radius: 0.5rem;
  display: flex;
  height: 3.75rem;
  justify-content: center;
  width: 3.75rem;
  cursor: pointer;
  transition: background-color 0.25s;
}

.slider-button:disabled {
     background-color: #071839;
    pointer-events: none;
    color: #fff !important;
}
.slider-button:disabled i {
    width: 20px;
    font-size: 19px;
    height: 20px;
    color: #fff;
}
.slider-button:hover:not(:disabled) {
  background-color: rgba(5, 36, 36, 0.1);
}

.slider-button i {
  width: 20px;
  font-size: 19px;
  height: 20px;
  color: #000;
}

.slider-button.right svg {
  transform: rotate(180deg);
}

.carousel-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px; 
}

.slider__wrapper {
  display: flex;
  column-gap: var(--slider-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: var(--grid-margin) !important;
  padding-right: 2rem !important;
  scroll-padding-inline-start: var(--grid-margin);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.slider__wrapper::-webkit-scrollbar {
  display: none;
}

/* Use padding like your old list had */
.carousel-container .swiper-wrapper {
  padding-left: var(--grid-margin);
  padding-right: 2rem;
}
@media screen and (min-width:1024px) {
  .carousel-container .swiper-wrapper .swiper-slide{
  width: 500px !important;
}
}


/* Remove old horizontal scroll styles if they target .slider__wrapper */

.slide {
  display: flex;
  scroll-snap-align: start;
  flex-shrink: 0;
}

.slider-card__container {
  overflow: clip;
  position: relative;
}

.slider-card__wrapper {
  /* border-radius: 1.25rem; */
  overflow: hidden;
  position: relative;
  z-index: 10;
  transition: color 0.2s ease-in-out;
  width: var(--slider-card-width);
  background: var(--c-gray);
}

.rollover__wrapper {
  /* border-radius: 1.25rem; */
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(1.2);
  transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}

.slider-card__wrapper:hover .rollover__wrapper {
  opacity: 1;
  transform: scale(1);
}

.slider-card__wrapper:hover {
  color: var(--c-white) !important;
}

.rollover__wrapper::before {
  background: radial-gradient(
    circle,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 80%,
    rgba(0, 0, 0, 0.35)
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.media-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.media-wrapper img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.card-content__wrapper {
  aspect-ratio: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.25rem;
  position: relative;
}

@media (min-width: 1024px) {
  .card-content__wrapper {
    padding: 4rem 2rem 1.71875rem 1.5rem;
  }
}

.top__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}

.type__wrapper {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14625rem;
  line-height: 0.81;
  text-transform: uppercase;
}

.title__wrapper {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02rem;
}

@media (min-width: 1024px) {
  .title__wrapper {
    /* font-size: 40px; */
    font-size: 30px;
    letter-spacing: -0.02875rem;
    max-width: 26.625rem;
  }
}

.bottom__wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.date {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12rem;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .date {
    font-size: 0.8125rem;
    letter-spacing: 0.14625rem;
  }
}

.link-button {
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  color: currentColor;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden;
}

.link-button::before {
  background-color: var(--hover-bg, var(--c-dark-green));
  content: "";
  height: calc(100% + 2px);
  left: -1px;
  position: absolute;
  top: -1px;
  transform: translate3d(0, 100%, 0);
  transform-origin: bottom;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc(100% + 2px);
  will-change: transform;
  z-index: -1;
}

.link-button:hover::before {
  transform: translate3d(0, 0, 0);
}

.link-button:hover {
  background-color: transparent;
  color: #fff !important;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1),
    background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

/* Card color variants */
.slider-card__wrapper.gray {
  background-color: var(--c-gray);
  color: #000;
}

.slider-card__wrapper.dark {
  background-color: #071839;
  color: #fff;
}

.slider-card__wrapper.bright {
  background-color: #dfeaff;
  color: #000;
}

.link-active {
  position: relative;
  z-index: 1;
}
:root {
  --c-dark-green: #052424;
  --c-white: #ffffff;
  --c-bright-green: #abff02;
  --c-gray: #c2c2c2;
  --grid-gutter: min(1.042vw, 26.67px);
  --grid-margin: min(3.646vw, 93.33px);
  --slider-card-width: 30.25rem;
  --slider-gap: 1.25rem; /* <- we'll read this for Swiper spaceBetween */
}

.ask-banner__icon {
  font-size: 19px;
  color: #071839;
}

/* breadcrumb css */

.banner-wrapper {
  width: 100%;
  height: 50vh;
  min-height: 570px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.inner-banner {
  width: 100%;
  position: absolute;
  /* left: 67px; */
  bottom: 80px;

  z-index: 9;
}
.inner-banner .info {
  color: #fff;
}
.banner-wrapper::after {
  background: rgba(31, 44, 48, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.inner-banner h1 {
  position: relative;
  width: auto;
  font-weight: 600;
  color: #fff;
  /* text-transform: capitalize; */
}
.inner-banner h1.animated::before,
.inner-banner h1.animated::after {
  width: 240px;
}

.inner-banner h1::before {
  background: rgba(255, 255, 255, 0.15);
  width: 0;
  height: 100%;
  position: absolute;
  left: -70px;
  bottom: 2px;
  content: "";
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition-delay: 1s;
  z-index: -1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.inner-banner h1.animated::before {
  width: 300px;
}
.inner-banner h1.animated::after {
  width: 200px;
}

.inner-banner h1::after {
  background: #9f2629;
  width: 0;
  height: 1px;
  position: absolute;
  left: calc(13% - -15px);
  top: 26px;
  content: "";
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition-delay: 1.5s;
  transform-origin: left;
}
.main-wrapper {
  float: left;
  width: 100%;
  position: relative;
  /* padding: 80px 0; */
  overflow: hidden;
}
.logo-sep {
  float: left;
  /* width: auto; */
  width: 150px;
  position: relative;
  margin-top: 10px;
}
.logo-sep svg {
  width: 100%;
  height: 100%;
}
.logo-sep.animated .path-1,
.logo-sep.animated .path-2,
.logo-sep.animated .path-3 {
  stroke-dashoffset: 0;
}

.path-1 {
  stroke-dasharray: 1850 2000;
  stroke-dashoffset: 1851;
  /*transition: 3s linear;*/
}
/*.path {*/
/*  fill: none;*/
/*  stroke: rgba(0, 0, 0, 0.15);*/
/*  stroke-width: 2px;*/
/*}*/
.path-2 {
  stroke-dasharray: 260 1000;
  stroke-dashoffset: 261;
  /*transition: 1s linear 2s;*/
}
.img-wrap,
.text-wrap {
  float: left;
  width: 100%;
}
.product-des p:first-child {
  padding-top: 0;
}
.product-knits {
  background-color: #fff;
}
.rd-font {
  font-size: 30px !important;
}
@media screen and (min-width:991px) {
  .swiper1 .swiper-slide{
  width: 1300px !important;
}
}


/* team css */

      .team-container {
           background-color: #f5f5f5;
    /* min-height: 100vh; */
    padding: 200px 0;
        }

        .team-header {
            display: flex;
            justify-content: space-between;
            /* align-items: flex-start; */
            align-items: center;
            /* margin-bottom: 60px; */
            gap: 40px;
        }

        .header-left {
            flex: 1;
                /* max-width: 700px; */
        }

     

        .team-grid {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

        .team-member {
            /* border-radius: 12px; */
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            /* flex: 1; */
            display: flex;
            flex-direction: row;
            align-items: center;
            /* min-width: 280px;
            max-width: 350px; */
        }

        .team-member:hover {
            transform: translateY(-8px);
            /*box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);*/
        }

        .member-photo {
           width: 100px;
    /* height: 320px; */
    height: 100px;
    border-radius: 50%;
            overflow: hidden;
            background: #e0e0e0;
        }

        .member-photo img {
            width: 100%;
            border-radius: 7px;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .team-member:hover .member-photo img {
            transform: scale(1.05);
        }

        .member-info {
            padding: 25px;
        }

        .member-name {
            font-size: 22px;
            font-weight: 700;
            color: #000;
            margin-bottom: 8px;
        }

        .member-role {
           font-size: 15px;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
        }

        /* Modal Styles */
        .team-details-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            z-index: 10000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .team-details-overlay.team-modal-active {
            opacity: 1;
            visibility: visible;
        }

        .team-member-modal {
            background: white;
            max-width: 900px;
            width: 90%;
            padding: 40px;
            display: flex;
            max-height: 85vh;
            overflow: hidden;
            position: relative;
            transform: scale(0.8) translateY(50px);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
            border-radius: 12px;
        }

        .team-details-overlay.team-modal-active .team-member-modal {
            transform: scale(1) translateY(0);
        }

        .team-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: #000;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #fff;
            transition: all 0.3s ease;
            z-index: 10001;
        }

        .team-modal-close:hover {
            background: #333;
            transform: rotate(90deg);
        }

        .team-modal-image {
            width: 40%;
            height: 450px;
            overflow: hidden;
            border-radius: 8px;
        }

        .team-modal-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .team-modal-content {
            width: 60%;
            padding: 20px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center ;
            overflow-y: auto;
        }

        .team-modal-header {
            margin-bottom: 25px;
        }

        .team-modal-name {
            font-size: 32px;
            font-weight: 700;
            color: #000;
            margin: 0 0 10px 0;
        }

        .team-modal-position {
            font-size: 18px;
            color: #666;
            font-weight: 500;
            margin: 0 0 0px 0;
        }

        .team-modal-description {
            font-size: 16px;
            color: #444;
            line-height: 1.8;
            margin: 0;
        }

        /* Animation */
        .team-member {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .team-member:nth-child(1) { animation-delay: 0.1s; }
      

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .team-member-modal {
                flex-direction: column;
                max-height: 90vh;
            }
            
            .team-modal-image {
                width: 100%;
                height: 300px;
            }
            
            .team-modal-content {
                width: 100%;
                padding: 30px 20px;
            }
        }

        @media (max-width: 768px) {
           
            .team-header {
                flex-direction: column;
                gap: 20px;
                
            }

       
            .team-grid {
                flex-direction: column;
                gap: 30px;
            }

            .team-member {
                max-width: 100%;
            }

            .team-member-modal {
                width: 95%;
                max-height: 95vh;
                padding: 20px;
            }

            .team-modal-name {
                font-size: 26px;
            }

            .team-modal-position {
                font-size: 16px;
            }

            .team-modal-description {
                font-size: 15px;
            }
        }

        /* Plus Icon Overlay */
        .read-more-btn {
               display: inline-flex
;
    align-items: center;
    gap: 8px;
    color: #071839;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #071839;
    padding-bottom: 2px;
    cursor: pointer;
    transition: all 0.3s 
ease;
        }

        .read-more-btn:hover {
            color: #333;
            border-bottom-color: #333;
            gap: 12px;
        }

        .read-more-btn i {
            font-size: 14px;
            transition: transform 0.3s ease;
        }

        .read-more-btn:hover i {
            transform: translateX(3px);
        }
        /* Prevent scrolling when modal is open */
        body.team-modal-open {
            overflow: hidden;
        }
        .map-ask{
          height: 300px ;
        }
        .li-inline{
          display: flex;
          flex-direction: row;
          gap: 3px;
        }
        .fa-x-twitter{
          font-size: 11px;
        }
        .section-right-area{
          display: flex;
          flex-direction: column;
          justify-content: center;
        }