@charset "UTF-8";
.home-preview {
  /* ------ navbar ------- */
  /* ------ header ------- */
  /* ------ demos ------- */
  /* ------ dark-sections ------- */
  /* ------ tc-elementor ------- */
  /* ------ tc-library ------- */
  /* ------ tc-builder ------- */
  /* ------ tc-options ------- */
  /* ------ tc-features-cards ------- */
  /* ------ header ------- */
  /* ------ tc-save-money ------- */
  /* ------ tc-features ------- */
  /* ------ tc-layouts ------- */
  /* ------ tc-save-money ------- */
  /* ------ tc-mobile ------- */
  /* ------ tc-more-features ------- */
  /* ------ dark-sections ------- */
  /* ------ tc-testimonials ------- */
  /* ------ tc-faq ------- */
  /* ------ tc-purchase ------- */
}
.home-preview .tc-navbar-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  padding: 30px 5vw;
}
.home-preview .tc-navbar-preview .content {
  padding: 20px 0;
}
.home-preview .tc-navbar-preview .content .navbar-brand {
  max-width: 180px;
  -webkit-margin-end: 100px;
          margin-inline-end: 100px;
}
@media (max-width: 768px) {
    /* Target the logo container specifically on mobile viewports */
    .home-preview .tc-navbar-preview .content .navbar-brand {
        max-width: 140px !important;       /* Scales down slightly so it fits small mobile screens */
        -webkit-margin-end: 0px !important;  /* Clears the desktop margin forcing layout overflow */
        margin-inline-end: 0px !important;   /* Clears the desktop margin forcing layout overflow */
    }
}
.home-preview .tc-navbar-preview .content .navbar-nav .nav-link {
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin: 0 20px;
}
.home-preview .tc-navbar-preview .content .navbar-nav .nav-link:hover, .home-preview .tc-navbar-preview .content .navbar-nav .nav-link.active {
  color: var(--color-brown1);
}
.home-preview .tc-navbar-preview .content .nav-side .icon {
  font-size: 14px;
  color: #fff;
}
.home-preview .tc-navbar-preview .dropdown-menu {
  border-radius: 10px;
  overflow: hidden;
  background-image: linear-gradient(-45deg, #45261F, #20201F, #34301C);
}
.home-preview .tc-navbar-preview .dropdown-menu li:last-of-type .dropdown-item {
  border: 0;
}
.home-preview .tc-navbar-preview .dropdown-menu .dropdown-item {
  color: #fff;
  border-color: #fff2;
  padding: 15px 20px;
  text-transform: capitalize;
  font-size: 13px;
}
.home-preview .tc-navbar-preview .dropdown-menu .dropdown-item:hover {
  background-color: #20201F;
}
.home-preview .tc-header-preview {
  position: relative;
}
.home-preview .tc-header-preview .slider-card {
  position: relative;
}
.home-preview .tc-header-preview .slider-card .img {
  height: 700px;
  position: relative;
  min-height: 100vh;
}
.home-preview .tc-header-preview .slider-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 40%;
  pointer-events: none;
}
.home-preview .tc-header-preview .slider-card .info {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  z-index: 20;
  color: #fff;
}
.home-preview .tc-header-preview .slider-card .info h1 {
  font-size: calc(12vw + 20px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-preview .tc-header-preview .features-txt {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-top: 100px;
}
.home-preview .tc-header-preview .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 90px 0 auto;
  bottom: -250px;
}
.home-preview .tc-header-preview .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}
.home-preview .tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.home-preview .tc-header-preview .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.home-preview .tc-header-preview .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-preview .tc-header-preview .float-social-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1vw;
  z-index: 20;
}
.home-preview .tc-header-preview .float-social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.home-preview .tc-header-preview .float-social-links a:hover {
  background-color: var(--color-brown1);
}
.home-preview .tc-header-preview .float-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1vw;
  z-index: 20;
}
.home-preview .tc-header-preview .float-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00000045;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.home-preview .tc-header-preview .float-icons a:hover {
  background-color: var(--color-brown1);
}
.home-preview .tc-demos {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.home-preview .tc-demos .demo-card {
  position: relative;
  border-radius: 10px;
  border: 1px solid #9993;
  overflow: hidden;
  margin-top: 30px;
  display: block;
}
.home-preview .tc-demos .demo-card .img {
  height: 750px;
}
.home-preview .tc-demos .demo-card .img img {
  -o-object-position: top;
     object-position: top;
}
.home-preview .tc-demos .demo-card .info {
  padding: 30px;
  border-top: 1px solid #9993;
}
.home-preview .tc-demos .demo-card.comming-card {
  position: relative;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-color: #F1EEE9;
}
.home-preview .tc-demos .marq-content {
  position: relative;
}
.home-preview .tc-demos .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.home-preview .tc-demos .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.home-preview .tc-demos .marq-content .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-demos .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.home-preview .tc-demos .marq-content .marq-slider a:hover {
  color: #000;
}
.home-preview .tc-dark-sections {
  position: relative;
  background-color: #000; 
  background-size: cover;
  color: #fff;
}
.home-preview .tc-elementor {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-elementor .info ul li {
  font-size: 20px;
  margin: 15px 0;
}
.home-preview .tc-elementor .info ul li .icon {
  color: #4CA515;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.home-preview .tc-elementor .img {
  position: relative;
}
.home-preview .tc-elementor .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-library {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-builder {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-builder .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 520px;
}
.home-preview .tc-builder .imgs .img1 {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-preview .tc-options {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-options .info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-preview .tc-options .info .items .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-preview .tc-options .info .items .item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-preview .tc-features-cards {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-features-cards .cards {
  position: relative;
}
.home-preview .tc-features-cards .cards .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-preview .tc-features-cards .cards .col-lg-3:last-of-type .item::after {
  display: none;
}
.home-preview .tc-features-cards .cards .item {
  position: relative;
  padding: 40px;
  z-index: 5;
  min-height: 450px;
}
.home-preview .tc-features-cards .cards .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ADA195), color-stop(#ADA19522), to(transparent));
  background-image: linear-gradient(to bottom, #ADA195, #ADA19522, transparent);
  top: 0;
  right: 0;
}
.home-preview .tc-features-cards .cards .item .top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.home-preview .tc-features-cards .cards .item .top-cont .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff4;
  color: var(--color-orange1);
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-preview .tc-inner-pages {
  position: relative;
}
.home-preview .tc-inner-pages .pages-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .home-preview .tc-inner-pages .pages-slider {
    -webkit-margin-start: calc((100vw - 1320px) / 2 );
            margin-inline-start: calc((100vw - 1320px) / 2 );
  }
}
.home-preview .tc-inner-pages .pages-slider .img img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  margin-bottom: -50px;
}
.home-preview .tc-save-money {
  position: relative;
  padding: 150px 0 80px;
  background-color: #F1EEE9;
}
.home-preview .tc-features {
  position: relative;
  padding: 50px 0 80px;
  background-color: #F1EEE9;
}
.home-preview .tc-features .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}
.home-preview .tc-features .item .info {
  padding: 30px;
  min-height: 200px;
}
.home-preview .tc-features .item .img {
  position: relative;
  height: 360px;
  margin-top: 10px;
}
.home-preview .tc-features .item .img img {
  -o-object-position: top;
     object-position: top;
}
.home-preview .tc-layouts {
  position: relative;
  padding: 150px 0 80px;
  background-color: #F1EEE9;
}
.home-preview .tc-layouts .circle {
  position: absolute;
  top: -100px;
  right: 20px;
  height: calc(100% + 200px);
  max-height: unset;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-preview .tc-layouts .icon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-preview .tc-layouts .icon-cards .item {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  margin-top: 40px;
  text-align: center;
}
.home-preview .tc-layouts .icon-cards .item .icon {
  height: 90px;
  margin-bottom: 15px;
}
.home-preview .tc-layouts .img {
  position: relative;
}
.home-preview .tc-layouts .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 100px);
  max-width: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-woocommerce {
  position: relative;
  padding: 80px 0;
  background-color: #F1EEE9;
}
.home-preview .tc-woocommerce .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}
.home-preview .tc-woocommerce .img {
  position: relative;
}
.home-preview .tc-woocommerce .img .sub-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.home-preview .tc-woocommerce .info .tags {
  margin: 0 -3px;
}
.home-preview .tc-woocommerce .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: capitalize;
  margin: 6px 3px;
  background-color: #E0DCD4;
  border-radius: 5px;
}
.home-preview .tc-woocommerce .info .tags a:hover {
  background-color: var(--color-orange1);
  color: #fff;
}
.home-preview .tc-mobile {
  position: relative;
  padding: 80px 0;
  background-color: #F1EEE9;
}
.home-preview .tc-mobile .marq-content {
  position: relative;
  overflow: hidden;
}
.home-preview .tc-mobile .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.home-preview .tc-mobile .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.home-preview .tc-mobile .marq-content .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-mobile .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}
.home-preview .tc-mobile .marq-content .marq-slider a:hover {
  color: #BFB6A8;
  -webkit-text-stroke: 1px #BFB6A8;
}
.home-preview .tc-mobile .patt {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: calc(100% + 100px);
  max-height: unset;
}
.home-preview .tc-more-features {
  position: relative;
  padding: 80px 0;
  background-color: #F1EEE9;
}
.home-preview .tc-more-features .feat-card {
  text-align: center;
  padding: 0 20px;
  margin-top: 80px;
}
.home-preview .tc-more-features .feat-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  font-size: 35px;
  color: var(--color-brown1);
}
.home-preview .tc-dark-sections-st2 {
  position: relative;
   background-color: #000;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}
.home-preview .tc-testimonials {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-testimonials .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}
.home-preview .tc-testimonials .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
  color: var(--color-brown1);
}
.home-preview .tc-testimonials .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  font-size: 20px;
}
.home-preview .tc-testimonials .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-preview .tc-testimonials .testimonials-content {
  position: relative;
  margin-top: 50px;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next,
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
  top: 40%;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next::after,
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev::after {
  color: #fff;
  font-size: 25px;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next:hover::after,
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev:hover::after {
  color: var(--color-orange1);
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-next {
  right: 5vw;
}
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
  left: 5vw;
}
.home-preview .tc-testimonials .testimonials-content .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.home-preview .tc-testimonials .testimonials-content .testimonials-slider .slide-card {
  text-align: center;
}
.home-preview .tc-testimonials .testimonials-content .testimonials-slider .slide-card .main-text {
  font-size: 60px;
  font-family: "Instrument Serif", serif;
  font-weight: 500;
}
.home-preview .tc-faq {
  position: relative;
  padding: 80px 0;
}
.home-preview .tc-faq .accordion {
  position: relative;
  padding: 3vw 5vw 8vw;
}
.home-preview .tc-faq .accordion .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-preview .tc-faq .accordion .accordion-item {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #666;
}
.home-preview .tc-faq .accordion .accordion-item:last-of-type {
  border: 0;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
          transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--color-brown1);
  border-radius: 0;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.home-preview .tc-faq .accordion .accordion-item .accordion-button .num {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  font-weight: 300;
}
.home-preview .tc-faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}
.home-preview .tc-purchase {
  position: relative;
  padding-top: 80px;
}
.home-preview .tc-purchase .content {
  position: relative;
  text-align: center;
}
.home-preview .tc-purchase .content h2 {
  font-size: 72px;
  font-weight: 500;
}
.home-preview .tc-purchase .foot-img {
  position: relative;
}
.home-preview .tc-purchase .foot-img .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: -50px 0 -150px auto;
}
.home-preview .tc-purchase .foot-img .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.home-preview .tc-purchase .foot-img .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.home-preview .tc-purchase .foot-img .img {
  width: 95%;
  margin-top: 50px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

@media screen and (max-width: 991px) {
  
  .home-preview .fsz-50 {
    font-size: 30px !important;
  }
  .home-preview .fsz-45 {
    font-size: 25px !important;
  }
  .home-preview .fsz-40 {
    font-size: 25px !important;
  }
  .home-preview .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-preview .fsz-30 {
    font-size: 18px !important;
  }
  .home-preview .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-preview .section-head-style1 .sub-title {
    margin-bottom: 15px !important;
  }
  .home-preview .section-head-style1 h2 {
    font-size: 30px;
  }
  .home-preview .mt-5 {
    margin-top: 2rem !important;
  }
  .home-preview .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-preview .tc-navbar-preview {
    padding: 0 20px;
    position: relative;
    background: #000;
  }
  .home-preview .tc-navbar-preview .navbar-nav {
    margin: 5px 0;
  }
  .home-preview .tc-builder .imgs img {
    width: calc(50% - 20px) !important;
    scroll-margin-inline: 20px !important;
  }
  .home-preview .tc-layouts .img .sub-img {
    width: 100%;
  }
  .home-preview .rotate-box {
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important;
    margin: 0 auto !important;
    bottom: 0 !important;
  }
  .home-preview .tc-header-preview {
    overflow: hidden;
  }
  .home-preview .tc-header-preview .features-txt {
    display: block;
    line-height: 2.2;
  }
  .home-preview .tc-header-preview .info {
    padding-bottom: 100px;
  }
  .home-preview .tc-header-preview .float-icons {
    top: 50px;
    width: 100%;
  }
  .home-preview .tc-header-preview .float-icons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-preview .tc-header-preview .float-icons ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home-preview .tc-header-preview .float-social-links {
    top: auto;
    bottom: 20px;
    width: 100%;
  }
  .home-preview .tc-header-preview .float-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-preview .tc-header-preview .float-social-links ul a {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  .home-preview .tc-header-preview .slider-card .img {
    height: 800px;
  }
  .home-preview .tc-demos .demo-card {
    min-height: 200px;
  }
  .home-preview .tc-demos .demo-card .img {
    height: auto;
  }
  .home-preview .tc-demos .marq-content .marq-slider a {
    font-size: 50px;
    line-height: 1.4;
  }
  .home-preview .tc-library .th-750 {
    height: auto !important;
  }
  .home-preview .tc-features-cards .cards .item {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .home-preview .tc-features-cards .cards .item::after {
    display: none;
  }
  .home-preview .tc-inner-pages {
    padding: 0 15px;
  }
  .home-preview .tc-inner-pages .pages-slider .img img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-preview .tc-features .item .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .home-preview .tc-features .item .img img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .home-preview .tc-layouts .icon-cards .item {
    width: calc(50% - 30px);
  }
  .home-preview .tc-woocommerce .line {
    display: none;
  }
  .home-preview .tc-testimonials .testimonials-content .swiper-button-next,
.home-preview .tc-testimonials .testimonials-content .swiper-button-prev {
    display: none;
  }
  .home-preview .tc-testimonials .testimonials-content .testimonials-slider .slide-card .main-text {
    font-size: 35px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button {
    font-size: 14px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button::after {
    display: none !important;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-button .num {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  .home-preview .tc-faq .accordion .accordion-item .accordion-body {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
  .home-preview .tc-purchase .content h2 {
    font-size: 25px;
  }
  .home-preview .tc-mobile .marq-content .marq-slider a {
    font-size: 50px;
    line-height: 1.4;
  }
  .home-preview section {
    overflow: hidden;
  }
}
/* --------------- 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;
    -o-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-brown1);
    font-weight: 500; }
  .tc-experience-style1 .img {
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: rotate(30deg) scale(1.3);
    -ms-transform: rotate(30deg) scale(1.3);
    transform: rotate(30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0; }
    .tc-experience-style1 .img.animated {
      -webkit-transform: rotate(-15deg) scale(1);
      -ms-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);
    -ms-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;
    -ms-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);
      -ms-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: -webkit-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);
  background-image: -o-linear-gradient(top, #F1EEE9, #F1EEE999, transparent);
  background-image: linear-gradient(to bottom, #F1EEE9, #F1EEE999, transparent); }
  .tc-services-style1 .title p {
    letter-spacing: 50px;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
    .tc-services-style1 .title p.animated {
      letter-spacing: 10px;
      opacity: 1; }
  .tc-services-style1 .content {
    position: relative;
    z-index: 10; }
  .tc-services-style1 .service-card {
    padding: 20px 60px 20px 30px;
    -webkit-border-start: 1px solid #ccc;
    border-inline-start: 1px solid #ccc;
    display: block; }
    .tc-services-style1 .service-card:hover .arrow {
      background-color: #000;
      color: #fff; }
    .tc-services-style1 .service-card .icon {
      color: var(--color-brown1);
      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;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .tc-services-style1 .ser-img {
    width: 100%;
    height: 1000px;
    margin-top: -550px; }
    .tc-services-style1 .ser-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: bottom;
      object-position: bottom; }

@media screen and (max-width: 991px) {
  .tc-services-style1 .service-card {
    border: 0;
    padding: 0;
    margin-top: 50px !important; } }

/* --------------- 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;
    -o-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);
    -ms-transform: rotate(-30deg) scale(1.3);
    transform: rotate(-30deg) scale(1.3);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 0; }
    .tc-process-style1 .img.animated {
      -webkit-transform: rotate(15deg) scale(1);
      -ms-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);
      -ms-transform: rotate(0);
      transform: rotate(0);
      margin-top: 50px;
      height: 350px; } }
	  .section-padding {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-x {
  padding-right: 4vw;
  padding-left: 4vw; }
.tc-process-style2 {
    position: relative;
    padding: 110px 0;
    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/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-brown1); }
       .tc-process-style2 .accordion-item .accordion-button:not(.collapsed)::after {
          background-image: none;
          content: "\f068";
          font-family: "Font Awesome 5 Pro";
          -webkit-transform: rotate(0) !important;
          -ms-transform: rotate(0) !important;
          transform: rotate(0) !important; }
        .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: "\f067";
          font-family: "Font Awesome 5 Pro";
          -webkit-transform: rotate(0) !important;
          -ms-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/bubbles.html);
      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: 360px;
          height: 360px;
          border-radius: 50%;
          -webkit-transform: translateX(50px);
          -ms-transform: translateX(50px);
          transform: translateX(50px); }
          .tc-process-style2 .imgs .img:nth-of-type(1) .txt {
            font-size: 35px;
            position: absolute;
            top: 65px;
            right: -65px;
            z-index: 10;
            border: 1px solid #ccc;
            background-color: #F1EEE9;
            border-radius: 15px;
            padding: 0 30px;
            text-transform: capitalize; }
         .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: -webkit-linear-gradient(bottom, #000000c5, transparent);
            background-image: -o-linear-gradient(bottom, #000000c5, transparent);
            background-image: linear-gradient(to top, #000000c5, transparent);
            border-radius: 50%; }
           .tc-process-style2 .imgs .img:nth-of-type(2) .txt {
            font-size: 25px;
            position: absolute;
            bottom: 15px;
            right: 0;
            z-index: 10;
            color: #fff;
            text-transform: capitalize; }
         .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: -webkit-linear-gradient(bottom, #000000c5, transparent);
            background-image: -o-linear-gradient(bottom, #000000c5, transparent);
            background-image: linear-gradient(to top, #000000c5, transparent);
            border-radius: 50%; }
          .tc-process-style2 .imgs .img:nth-of-type(3) .txt {
            font-size: 30px;
            position: absolute;
            bottom: 15px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
            z-index: 10;
            color: #fff;
            text-transform: capitalize; }
        .tc-process-style2 .imgs .img:nth-of-type(4) {
          width: 240px;
          height: 240px;
          border-radius: 50%;
          margin-top: 40px;
          -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
          transform: translateX(100%); }
           .tc-process-style2 .imgs .img:nth-of-type(4) .txt {
            font-size: 30px;
            position: absolute;
            top: 65px;
            left: -65px;
            z-index: 10;
            background-color: #000;
            color: #fff;
            border-radius: 15px;
            padding: 5px 30px;
            text-transform: capitalize; }
  @media screen and (max-width: 991px) {
     .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;
          -ms-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: -webkit-linear-gradient(bottom, #000000c5, transparent);
            background-image: -o-linear-gradient(bottom, #000000c5, transparent);
            background-image: linear-gradient(to top, #000000c5, transparent);
            border-radius: 30px !important; }
          .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;
            -ms-transform: translateX(50%) !important;
            transform: translateX(50%) !important;
            z-index: 10 !important;
            color: #fff !important;
            text-transform: capitalize !important;
            background-color: transparent !important;
            border: 0 !important; } }
			
			/* --------------- services style2 --------------- */
.tc-services-style2 {
  position: relative;
  padding: 110px 0; }
  .tc-services-style2 .services .service-card {
    margin-bottom: 50px;
    position: relative;
    display: block; }
    .tc-services-style2 .services .service-card:hover .img .arrow {
      background-color: var(--color-brown1);
      color: #fff; }
    .tc-services-style2 .services .service-card .img {
      height: 165px;
      border-radius: 15px;
      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;
        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;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .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%; } }
.tc-contact-style2 {
  position: relative;
  padding: 150px 0 0;
  background-color: #F1EEE9;
  z-index: 30;
  margin-top: -30px;
  border-radius: 30px 30px 0 0; }
 .tc-contact-style2 .form {
    display: block; }
  .tc-contact-style2 .form label {
      display: block;
      font-size: 10px;
      color: #000;
      text-transform: uppercase; }
   .tc-contact-style2 .form .form-control {
      border: 0;
      background-color: transparent;
      border-radius: 0;
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
      font-size: 14px; }
    .tc-contact-style2 .form .form-control:hover, .s-project-pg-style2 .tc-contact-style2 .form .form-control:focus {
        border-color: #000; }
  .tc-contact-style2 .marq-content {
    position: relative;
    cursor: none; }
   .tc-contact-style2 .marq-content * {
      cursor: none; }
   .tc-contact-style2 .marq-content .float-cursor {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
      width: 160px;
      height: 160px;
      background-color: var(--color-orange1);
      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: opacity 0.5s linear, -webkit-transform 0.1s ease;
      transition: opacity 0.5s linear, -webkit-transform 0.1s ease;
      -o-transition: opacity 0.5s linear, transform 0.1s ease;
      transition: opacity 0.5s linear, transform 0.1s ease;
      transition: opacity 0.5s linear, transform 0.1s ease, -webkit-transform 0.1s ease;
      pointer-events: none;
      -webkit-box-shadow: 0 0 30px #0001;
      box-shadow: 0 0 30px #0001; }
     .tc-contact-style2 .marq-content .float-cursor .icon {
        font-size: 70px; }
     .tc-contact-style2 .marq-content .float-cursor.show {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
    .tc-contact-style2 .marq-content .marq-slider {
      position: relative;
      overflow: hidden;
      padding: 200px 0 150px; }
     .tc-contact-style2 .marq-content .marq-slider .swiper-wrapper {
        -webkit-transition-timing-function: linear !important;
        -o-transition-timing-function: linear !important;
        transition-timing-function: linear !important;
        position: relative; }
        .tc-contact-style2 .marq-content .marq-slider .swiper-wrapper .swiper-slide {
          width: -webkit-max-content !important;
          width: -moz-max-content !important;
          width: max-content !important; }
    .tc-contact-style2 .marq-content .marq-slider a {
        font-size: 150px;
        line-height: 150px;
        font-weight: 500;
        -webkit-text-stroke: 1px #000;
        color: transparent; }
      .tc-contact-style2 .marq-content .marq-slider a:hover {
          color: #000; }
		  
		  /* --------------- 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);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        transition: -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .8s ease-in-out 1.1s;
        -o-transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s;
        transition: clip-path .8s ease-in-out .3s, transform .8s ease-in-out 1.1s, filter .8s ease-in-out 1.1s, -webkit-clip-path .8s ease-in-out .3s, -webkit-transform .8s ease-in-out 1.1s, -webkit-filter .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);
          -ms-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;
        -o-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);
        -ms-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);
        -ms-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);
        -ms-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;
      -ms-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; } }

/* --------------- 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%);
        -ms-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-brown1);
        -webkit-transform: scale(1);
        -ms-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-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;
    -o-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;
      -o-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; } }
/* --------------- about style5 --------------- */
.tc-about-style5 {
  position: relative;
  z-index: 10; }
  .tc-about-style5::after {
    position: absolute;
    content: "";
    left: 3vw;
    top: 0;
    height: 100%;
    
    background-color: #F1EEE9; }
  .tc-about-style5 .content {
    position: relative;
    z-index: 10;
    padding-top: 200px;
    padding-bottom: 400px;
    }
    .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: 50px;
    line-height: 0.75;
    padding-left: 100px;
    font-size: calc(13vw + 30px);
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #899fae;
    width: 60%;
    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; }
  .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 .5s ease;
        -o-transition: all .5s ease;
        transition: all .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: -webkit-linear-gradient(left, #000000a8, transparent);
          background-image: -o-linear-gradient(left, #000000a8, 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 .5s ease;
          -o-transition: all .5s ease;
          transition: all .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;
            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;
              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);
              -ms-transform: rotate(-90deg) translateY(40px);
              transform: rotate(-90deg) translateY(40px);
              -webkit-transform-origin: left;
              -ms-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);
            -ms-transform: scale(0.9);
            transform: scale(0.9);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease;
            -o-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;
              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 .5s ease;
          -o-transition: all .5s ease;
          transition: all .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);
            -ms-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-brown1);
        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: -webkit-linear-gradient(top, #000000a8, transparent);
            background-image: -o-linear-gradient(top, #000000a8, 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);
              -ms-transform: rotate(0) translateY(0);
              transform: rotate(0) translateY(0);
              -webkit-transform-origin: center;
              -ms-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; } }
 @media (max-width: 768px) {
    /* Forces the image container to be visible and have structural layout presence on mobile */
    .tc-experience-style1 .img,
    .tc-experience-style1 .img.wow {
        opacity: 1 !important;
        visibility: visible !important;
        transform: rotate(-15deg) scale(1) !important; /* Retains your designed rotation angle */
        display: block !important;
        height: auto !important; /* Prevents height collapsing on mobile browsers */
    }

    /* Ensures the inner core responsive image wrapper handles its size constraints properly */
    .tc-experience-style1 .img img.img-cover {
        opacity: 1 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-height: 606px; /* Adjust this value to control how tall the image can get on mobile screens */
        object-fit: cover !important;
    }
}
