@charset "UTF-8";
/* --------------------------------------------------------------
                        [ Marketing Agency style ]
-------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .home-st1 .fsz-70 {
    font-size: 35px !important;
  }

  .th-400 {
    height: 300px !important;
  }

  .section-padding {
    padding: 80px 0 !important;
  }

  .pt-120 {
    padding-top: 80px !important;
  }

  .pb-120 {
    padding-bottom: 80px !important;
  }

  .fsz-80 {
    font-size: 40px !important;
  }

  .th-450 {
    height: 350px !important;
  }

  .mb-40 {
    margin-bottom: 20px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navbar-st1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 4vw;
  color: #fff;
  border-bottom: 1px solid #fff1;
}
.tc-navbar-st1 .navbar-nav {
  position: relative;
}
.tc-navbar-st1 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  padding: 35px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.tc-navbar-st1 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st1 .navbar-nav .nav-item .nav-link.active {
  border-color: var(--cr-dark1);
}
.tc-navbar-st1 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#fff 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #fff5;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navbar-st1 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st1 {
    position: relative;
    padding: 30px 0;
    background-color: var(--cr-dark2);
  }
  .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 15px 0;
    border-width: 1px;
  }
  .tc-navbar-st1 .nav-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-navbar-st1 .nav-side .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* --------------- header --------------- */
.tc-header-st1 {
  position: relative;
  padding-top: 100px;
  min-height: 100vh;
  z-index: 20;
  overflow: hidden;
  color: #fff;
}
.tc-header-st1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(rgba(6, 24, 27, 0.4)));
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.3) 0%, rgba(6, 24, 27, 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.tc-header-st1 .info {
  position: relative;
  padding: 120px 0;
  z-index: 10;
}
.tc-header-st1 .info h1 {
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
}
.tc-header-st1 .info .social-links {
  position: relative;
}
.tc-header-st1 .info .social-links a {
  position: relative;
  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 #fff2;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  font-size: 16px;
}
.tc-header-st1 .info .social-links a:hover {
  background-color: var(--cr-dark1);
  border-color: var(--cr-dark1);
}
.tc-header-st1 .imgs-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tc-header-st1 .imgs-slider .swiper-wrapper {
  height: 100%;
}
.tc-header-st1 .imgs-slider .swiper-wrapper .swiper-slide {
  height: 100%;
}
.tc-header-st1 .imgs-slider .swiper-wrapper .swiper-slide .img {
  height: 100%;
}
.tc-header-st1 .shapes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.tc-header-st1 .shapes span {
  width: 20vw;
  height: 20vw;
  background: #20BAD1;
  opacity: 0.2;
  border-radius: 100px 100px 100px 0px;
}
.tc-header-st1 .shapes span:last-of-type {
  -webkit-transform: translate(-60%, -40%);
          transform: translate(-60%, -40%);
}
.tc-header-st1 .rotate-box {
  width: 220px;
  height: 220px;
  border: 0;
  background-color: var(--cr-dark1);
  outline: 80px solid var(--cr-dark1);
  outline-offset: -1px;
  margin-bottom: 70px;
}
.tc-header-st1 .rotate-box .rotate-text {
  font-size: 20px;
}
.tc-header-st1 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border-radius: 50%;
}
.tc-header-st1 .rotate-box .icon {
  width: 130px;
}

@media screen and (max-width: 991px) {
  .tc-header-st1 {
    padding-top: 0;
  }
  .tc-header-st1 .info {
    padding-bottom: 50px;
  }
  .tc-header-st1 .info h1 {
    font-size: 50px;
  }
  .tc-header-st1 .rotate-box {
    outline-width: 0;
  }
}
/* --------------- about --------------- */
.tc-about-st1 {
  position: relative;
}
.tc-about-st1 .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.tc-about-st1 .imgs .img {
  width: 210px;
  height: 220px;
}
.tc-about-st1 .imgs .img:nth-of-type(2) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  margin-bottom: 220px;
}
.tc-about-st1 .info {
  position: relative;
  margin-top: 60px;
}
.tc-about-st1 .info .years-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-about-st1 .info .years-wrapper .num {
  font-size: 200px;
  line-height: 0.7;
}
.tc-about-st1 .info .years-wrapper .txt {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .info .years-wrapper .num {
    font-size: 120px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
/* --------------- services --------------- */
.tc-services-st1 {
  position: relative;
  overflow: hidden;
}
.tc-services-st1 .services-slider {
  position: relative;
  overflow: hidden;
  margin: 0 4vw;
  padding-bottom: 80px;
}
.tc-services-st1 .service-card {
  position: relative;
  display: block;
}
.tc-services-st1 .service-card .img {
  position: relative;
  height: 500px;
}
.tc-services-st1 .service-card .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-services-st1 .service-card .img .arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  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: 35px;
  z-index: 10;
}
.tc-services-st1 .service-card .info {
  position: relative;
  padding-top: 20px;
}
.tc-services-st1 .service-card .info .tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-services-st1 .service-card .info .tag::before {
  position: relative;
  content: "";
  inset: 0;
  width: 30px;
  height: 1px;
  background-color: var(--cr-dark1);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-services-st1 .service-card:hover .img::after {
  opacity: 0.3;
}
.tc-services-st1 .service-card:hover .title {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .tc-services-st1 .service-card .img {
    height: 350px;
  }
}
/* --------------- features --------------- */
.tc-features-st1 {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-features-st1 .features-slider {
  position: relative;
  overflow: hidden;
}
.tc-features-st1 .title-side {
  position: relative;
  padding-bottom: 60px;
}
.tc-features-st1 .swiper-pagination {
  text-align: start;
}
.tc-features-st1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.tc-features-st1 .feature-card {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #222;
}

@media screen and (max-width: 991px) {
  .tc-features-st1 .features-slider {
    margin-top: 60px;
  }
}
/* --------------- video --------------- */
.tc-video-st1 {
  position: relative;
}
.tc-video-st1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: var(--cr-dark1);
  border-bottom-left-radius: 80px;
}
.tc-video-st1 .video {
  position: relative;
  z-index: 10;
}
.tc-video-st1 .vid-link {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  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: 5px solid #fff3;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.tc-video-st1 .vid-link::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  border: 5px solid #fff;
  border-left: 5px solid transparent;
}

@media screen and (max-width: 991px) {
  .tc-video-st1 .video {
    height: 400px;
  }
  .tc-video-st1 .vid-link {
    width: 150px;
    height: 150px;
  }
}
/* --------------- numbers --------------- */
.tc-numbers-st1 {
  position: relative;
}
.tc-numbers-st1 .img {
  position: relative;
  -webkit-mask: url(../img/num-mask.png);
          mask: url(../img/num-mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-top: 60px;
}
.tc-numbers-st1 .cards {
  position: relative;
  padding-top: 36px;
}
.tc-numbers-st1 .cards .num-card {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #9992;
  min-height: 300px;
  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;
  margin-top: 24px;
}

/* --------------- portfolio --------------- */
.tc-portfolio-st1 {
  position: relative;
}
.tc-portfolio-st1 .lg-title {
  position: relative;
  font-size: calc(25vw + 20px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
}
.tc-portfolio-st1 .portfolio-slider {
  position: relative;
  overflow: hidden;
  margin: 0 4vw;
  margin-top: 60px;
  padding-bottom: 80px;
}
.tc-portfolio-st1 .portfolio-card {
  position: relative;
  display: block;
}
.tc-portfolio-st1 .portfolio-card .img {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-portfolio-st1 .portfolio-card .img .float-arrow {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  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: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st1 .portfolio-card .info {
  position: relative;
  padding-top: 30px;
}
.tc-portfolio-st1 .portfolio-card .info .tags span {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 20px;
  background-color: #f0f0f0;
  border-radius: 30px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-portfolio-st1 .portfolio-card:hover .title {
  text-decoration: underline;
}
.tc-portfolio-st1 .portfolio-card:hover .float-arrow {
  opacity: 1;
}

/* --------------- steps --------------- */
.tc-steps-st1 {
  position: relative;
}
.tc-steps-st1 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-steps-st1 .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.tc-steps-st1 .accordion .accordion-item::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 20px;
  width: 1px;
  height: 100%;
  background-color: #9993;
}
.tc-steps-st1 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--cr-dark1);
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.tc-steps-st1 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
}
.tc-steps-st1 .accordion .accordion-item .accordion-header .accordion-button .num {
  position: relative;
  background-color: #fff;
  z-index: 10;
  width: 40px;
  padding: 5px 0;
}
.tc-steps-st1 .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 0 40px 20px;
}
.tc-steps-st1 .accordion .accordion-item:last-of-type::before {
  display: none;
}
.tc-steps-st1 .brands {
  position: relative;
  padding-top: 40px;
}
.tc-steps-st1 .brands .brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  border: 1px solid #999;
  margin-top: 20px;
  opacity: 0.3;
}
.tc-steps-st1 .brands .brand img {
  max-width: 50%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-steps-st1 .brands .brand:hover {
  opacity: 1;
}

/* --------------- tags --------------- */
.tc-tags-st1 {
  position: relative;
  overflow: hidden;
}
.tc-tags-st1 .marq-slider {
  position: relative;
  background-color: var(--cr-dark1);
}
.tc-tags-st1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-tags-st1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-tags-st1 .tag {
  position: relative;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.tc-tags-st1 .tag .star {
  width: 40px;
  height: 40px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}

/* --------------- testimonials --------------- */
.tc-testimonials-st1 {
  position: relative;
  background-color: var(--cr-light1);
  border-bottom-left-radius: 100px;
}
.tc-testimonials-st1 .img {
  position: relative;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.tc-testimonials-st1 .testimonials-wrapper {
  position: relative;
  z-index: 20;
  background-color: var(--cr-light1);
  padding-top: 30px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  border-top-right-radius: 50px;
}
.tc-testimonials-st1 .testimonials-wrapper::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: calc(100% - 156px);
  top: -50px;
  background-color: transparent;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-light1);
          box-shadow: -10px 10px 0 5px var(--cr-light1);
}
.tc-testimonials-st1 .testimonials-wrapper::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: calc(100% - 1px);
  bottom: 0;
  background-color: transparent;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-light1);
          box-shadow: -10px 10px 0 5px var(--cr-light1);
}
.tc-testimonials-st1 .testimonials-wrapper .swiper-pagination {
  text-align: end;
  bottom: 20px !important;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.tc-testimonials-st1 .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st1 .testi-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-testimonials-st1 .testi-card .icon {
  position: relative;
  width: 50px;
  margin-top: 5px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st1 .testi-card .user-info {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #9993;
}

@media screen and (min-width: 991px) {
  .tc-testimonials-st1 .testimonials-wrapper {
    width: calc(100% + 180px);
  }
}
@media screen and (max-width: 991px) {
  .tc-testimonials-st1 .testimonials-wrapper {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-bottom: 50px;
  }
  .tc-testimonials-st1 .testimonials-wrapper::before, .tc-testimonials-st1 .testimonials-wrapper::after {
    display: none;
  }
  .tc-testimonials-st1 .testi-card {
    display: block;
  }
  .tc-testimonials-st1 .testi-card .icon {
    margin-bottom: 30px;
    width: 30px;
  }
}
/* --------------- contact --------------- */
.tc-contact-st1 {
  position: relative;
  padding: 80px 0;
  background-color: var(--cr-dark2);
  color: #fff;
  z-index: 20;
}
.tc-contact-st1 .shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
}

/* --------------- footer --------------- */
.tc-footer-st1 {
  position: relative;
  padding-top: 120px;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-footer-st1 .logo-side {
  position: relative;
  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;
}
.tc-footer-st1 .logo-side .social-links {
  position: relative;
  margin: 40px 0;
}
.tc-footer-st1 .logo-side .social-links a {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  opacity: 0.7;
}
.tc-footer-st1 .logo-side .social-links a:hover {
  opacity: 1;
}
.tc-footer-st1 .links-list {
  position: relative;
}
.tc-footer-st1 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st1 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st1 .subs-group {
  position: relative;
  margin-top: 20px;
}
.tc-footer-st1 .subs-group .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: var(--cr-dark2);
  min-height: 50px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.tc-footer-st1 .subs-group .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st1 .subs-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st1 .subs-group .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st1 .subs-group .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st1 .subs-group .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st1 .subs-group .icon {
  position: absolute;
  right: 20px;
  top: 13px;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  z-index: 5;
}
.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff1;
  margin-top: 30px;
}

/* --------------------------------------------------------------
                        [ Business Consulting style ]
-------------------------------------------------------------- */
.home-st2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .home-st2 .fsz-70 {
    font-size: 40px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navbar-st2 {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #9993;
  z-index: 99;
}
.tc-navbar-st2 .navbar-nav {
  position: relative;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--cr-dark1);
  margin: 0 20px;
  padding: 35px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st2 .navbar-nav .nav-item .nav-link.active {
  border-color: var(--cr-dark1);
}
.tc-navbar-st2 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#000 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #9995;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navbar-st2 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}
.tc-navbar-st2 .shap {
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  max-width: unset;
  max-height: unset;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 {
    position: relative;
    padding: 30px 0;
  }
  .tc-navbar-st2 .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 15px 0;
    border-width: 1px;
  }
  .tc-navbar-st2 .nav-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-navbar-st2 .nav-side .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* --------------- header --------------- */
.tc-header-st2 {
  position: relative;
  padding: 120px 0;
  z-index: 20;
}
.tc-header-st2 .lg-title {
  position: relative;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.75;
}
.tc-header-st2 .content {
  position: relative;
}
.tc-header-st2 .content .social-links {
  position: absolute;
  top: 50%;
  left: 0;
}
.tc-header-st2 .content .social-links .txt {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st2 .content .social-links .rotate-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg) translate(-50%, 50%);
          transform: rotate(-90deg) translate(-50%, 50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.tc-header-st2 .content .social-links .rotate-wrapper a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #9993;
  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-start: 15px;
          margin-inline-start: 15px;
}
.tc-header-st2 .content .social-links .rotate-wrapper a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 .lg-title {
    font-size: 50px;
    line-height: 1.4;
    margin: 0;
  }
}
/* --------------- about --------------- */
.tc-about-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-about-st2 .years-wrapper {
  position: relative;
  margin-top: 60px;
}
.tc-about-st2 .years-wrapper .num {
  font-size: 200px;
  line-height: 0.7;
}
.tc-about-st2 .years-wrapper .txt {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-top: 30px;
}

/* --------------- services --------------- */
.tc-services-st2 {
  position: relative;
}
.tc-services-st2 .service-card {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #9993;
}
.tc-services-st2 .service-card .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  z-index: 10;
}
.tc-services-st2 .service-card .imgs .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 130px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0;
  z-index: 10;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tc-services-st2 .service-card .imgs .img:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.tc-services-st2 .service-card .imgs .img:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.tc-services-st2 .service-card .more-link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.tc-services-st2 .service-card:hover .imgs .img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tc-services-st2 .service-card:hover .more-link {
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(20px);
          transform: translateY(-50%) translateX(20px);
}

/* --------------- video --------------- */
.tc-video-st2 {
  position: relative;
  background-color: #f8f8f8;
  z-index: 20;
  overflow: hidden;
}
.tc-video-st2::after {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.tc-video-st2 .video {
  position: relative;
  height: 600px;
  min-height: 400px;
  width: calc(100% + 100px);
  width: 100%;
}
.tc-video-st2 .video .img {
  height: 100%;
}
.tc-video-st2 .video * {
  color: #fff;
}
.tc-video-st2 .play-wrapper {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-video-st2 .vid-link {
  position: relative;
  width: 180px;
  height: 180px;
  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: 5px solid #fff3;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-video-st2 .vid-link::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  border: 5px solid #fff;
  border-left: 5px solid transparent;
}

@media screen and (max-width: 991px) {
  .tc-video-st2 .vid-link {
    width: 100px;
    height: 100px;
  }
  .tc-video-st2 .fsz-120 {
    font-size: 50px !important;
  }
}
/* --------------- skills --------------- */
.tc-skills-st2 {
  position: relative;
  padding: 120px 0;
  background-color: #f7f7f7;
  overflow: hidden;
}
.tc-skills-st2 .title-side {
  position: relative;
  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-skills-st2 .progress-side {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.tc-skills-st2 .progress-side .progress-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 325px;
  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-skills-st2 .progress-side .progress-item:nth-of-type(1) {
  height: 170px;
}
.tc-skills-st2 .progress-side .progress-item:nth-of-type(2) {
  height: 260px;
}

@media screen and (max-width: 991px) {
  .tc-skills-st2 .progress-side .progress-item {
    width: 90px;
  }
  .tc-skills-st2 .progress-side .progress-item .text {
    font-size: 12px;
  }
}
/* --------------- portfolio --------------- */
.tc-portfolio-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-portfolio-st2 .lg-circle-title {
  position: relative;
  text-align: center;
  padding: 8vw 0;
  margin-bottom: 60px;
}
.tc-portfolio-st2 .lg-circle-title h2 {
  position: relative;
  font-size: calc(15vw + 20px);
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.75;
}
.tc-portfolio-st2 .lg-circle-title .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28vw;
  height: 28vw;
  background-color: var(--cr-dark1);
  border-radius: 50%;
  overflow: hidden;
}
.tc-portfolio-st2 .lg-circle-title .circle h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.tc-portfolio-st2 .portfolio-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-portfolio-st2 .portfolio-item {
  position: relative;
  display: block;
  color: #fff;
}
.tc-portfolio-st2 .portfolio-item .img {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-portfolio-st2 .portfolio-item .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(#151515));
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.3) 0%, #151515 100%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st2 .portfolio-item .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  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;
  z-index: 5;
}
.tc-portfolio-st2 .portfolio-item .info .tags {
  position: relative;
  background-color: #fff3;
  padding: 5px 15px;
  text-transform: uppercase;
  border-radius: 30px;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-portfolio-st2 .portfolio-item:hover .img::after {
  opacity: 1;
}
.tc-portfolio-st2 .portfolio-item:hover .title {
  text-decoration: underline;
}

/* --------------- brands --------------- */
.tc-brands-st2 {
  position: relative;
  padding-bottom: 100px;
}
.tc-brands-st2 .brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  border: 1px solid #999;
  margin-bottom: 20px;
  opacity: 0.3;
}
.tc-brands-st2 .brand img {
  max-width: 50%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-brands-st2 .brand:hover {
  opacity: 1;
}

/* --------------- steps --------------- */
.tc-steps-st2 {
  position: relative;
  background-color: #f8f8f8;
}
.tc-steps-st2 .step-card {
  position: relative;
  margin-top: 30px;
  padding: 0 30px 30px;
  z-index: 10;
  display: block;
}
.tc-steps-st2 .step-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 25px);
  background-color: #fff;
  z-index: -1;
  -webkit-clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
          clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%, 0 15%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-steps-st2 .step-card .num {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: var(--cr-dark1);
  color: #fff;
  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;
  font-size: 16px;
  margin-bottom: 50px;
}
.tc-steps-st2 .step-card:hover * {
  color: #fff;
}
.tc-steps-st2 .step-card:hover::after {
  background-color: var(--cr-dark1);
}

/* --------------- team --------------- */
.tc-team-st2 {
  position: relative;
}
.tc-team-st2 .team-card {
  position: relative;
}
.tc-team-st2 .team-card .img {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.tc-team-st2 .team-card .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;
  padding-top: 30px;
}
.tc-team-st2 .team-card .info .social-links {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-team-st2 .team-card .info .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--cr-dark1);
  border-radius: 50%;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.tc-team-st2 .team-card .info .social-links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- footer --------------- */
.tc-footer-st2 {
  position: relative;
  padding-top: 120px;
  background-color: #f8f8f8;
}
.tc-footer-st2 .logo-side {
  position: relative;
  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;
}
.tc-footer-st2 .logo-side .social-links {
  position: relative;
  margin: 40px 0;
}
.tc-footer-st2 .logo-side .social-links a {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  opacity: 0.7;
}
.tc-footer-st2 .logo-side .social-links a:hover {
  opacity: 1;
}
.tc-footer-st2 .links-list {
  position: relative;
}
.tc-footer-st2 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st2 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st2 .subs-group {
  position: relative;
  margin-top: 20px;
}
.tc-footer-st2 .subs-group .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #ededed;
  min-height: 50px;
  font-size: 14px;
  padding: 0 20px;
}
.tc-footer-st2 .subs-group .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st2 .subs-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st2 .subs-group .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st2 .subs-group .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st2 .subs-group .form-control::placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st2 .subs-group .icon {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 16px;
  opacity: 0.7;
  z-index: 5;
}
.tc-footer-st2 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #9993;
  margin-top: 30px;
}

/* --------------------------------------------------------------
                        [ Corporate Agency style ]
-------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .home-st3 .fsz-70 {
    font-size: 30px !important;
  }
  .home-st3 .fsz-80 {
    font-size: 40px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navbar-st3 {
  position: relative;
  padding: 0 4vw;
  border-bottom: 1px solid #9993;
  z-index: 99;
}
.tc-navbar-st3 .navbar-nav {
  position: relative;
}
.tc-navbar-st3 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--cr-dark1);
  margin: 0 20px;
  padding: 35px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tc-navbar-st3 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st3 .navbar-nav .nav-item .nav-link.active {
  border-color: var(--cr-dark1);
}
.tc-navbar-st3 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#000 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #9995;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navbar-st3 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 {
    position: relative;
    padding: 30px 0;
  }
  .tc-navbar-st3 .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 15px 0;
    border-width: 1px;
  }
  .tc-navbar-st3 .nav-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-navbar-st3 .nav-side .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* --------------- header --------------- */
.tc-header-st3 {
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
.tc-header-st3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-header-st3 .lg-title {
  position: relative;
  font-size: calc(13vw + 20px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.tc-header-st3 .rate-card {
  position: relative;
  left: -75px;
}
.tc-header-st3 .hero {
  position: absolute;
  left: 20%;
  bottom: -40px;
  width: 60%;
  z-index: 10;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

@media screen and (max-width: 991px) {
  .tc-header-st3 .rate-card {
    left: 0;
    margin-top: 30px;
  }
  .tc-header-st3 .hero {
    position: static;
    margin-left: 20%;
    margin-top: 30px;
  }
}
/* --------------- about --------------- */
.tc-about-st3 {
  position: relative;
}
.tc-about-st3 .cards .item {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #9993;
  margin-top: 30px;
}
.tc-about-st3 .cards .item:nth-of-type(odd) {
  right: -6vw;
}
.tc-about-st3 .cards .item:nth-of-type(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-about-st3 .img {
  position: relative;
  height: 550px;
  -webkit-mask: url(../img/about3-mask.png);
          mask: url(../img/about3-mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

@media screen and (max-width: 991px) {
  .tc-about-st3 .cards .item .col-lg-7 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 15px;
  }
  .tc-about-st3 .cards .item:nth-of-type(odd) {
    right: 0;
  }
}
/* --------------- team --------------- */
.tc-team-st3 {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
.tc-team-st3 .team-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-team-st3 .team-card {
  position: relative;
}
.tc-team-st3 .team-card .img {
  position: relative;
  height: 300px;
}
.tc-team-st3 .team-card .img .social-icons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st3 .team-card .img .social-icons a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: #fff1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  color: #fff;
}
.tc-team-st3 .team-card .img .social-icons a:hover {
  background-color: #fff;
  color: var(--cr-dark1);
}
.tc-team-st3 .team-card:hover .img .social-icons {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 991px) {
  .tc-team-st3 .team-slider {
    width: calc(100% + 150px);
    left: -75px;
  }
}
/* --------------- services --------------- */
.tc-services-st3 {
  position: relative;
}
.tc-services-st3 .cards {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.tc-services-st3 .cards .item {
  position: relative;
  padding: 40px;
  background-color: #1c1c1c;
}
.tc-services-st3 .cards .item:nth-of-type(even) {
  background-color: #212121;
}

/* --------------- numbers --------------- */
.tc-numbers-st3 {
  position: relative;
}
.tc-numbers-st3 .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.tc-numbers-st3 .imgs .img {
  width: 50%;
  height: 310px;
}
.tc-numbers-st3 .imgs .img:nth-of-type(2) {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  margin-bottom: 220px;
}
.tc-numbers-st3 .cards {
  position: relative;
  padding-top: 36px;
}
.tc-numbers-st3 .cards .num-card {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #9992;
  min-height: 300px;
  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;
  margin-top: 24px;
}

@media screen and (max-width: 991px) {
  .tc-numbers-st3 .imgs .img {
    height: 200px;
  }
}
/* --------------- portfolio --------------- */
.tc-portfolio-st3 {
  position: relative;
  overflow: hidden;
}
.tc-portfolio-st3 .portfolio-card {
  position: relative;
  display: block;
}
.tc-portfolio-st3 .portfolio-card .img {
  position: relative;
  height: 400px;
}
.tc-portfolio-st3 .portfolio-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.3)), to(#151515));
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.3) 0%, #151515 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st3 .portfolio-card .img .tag {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 5px 30px;
  border-radius: 30px;
  background-color: #fff1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  text-transform: uppercase;
}
.tc-portfolio-st3 .portfolio-card:hover .img::after {
  opacity: 1;
}
.tc-portfolio-st3 .portfolio-card:hover .title {
  text-decoration: underline;
}

/* --------------- pricing --------------- */
.tc-pricing-st3 {
  position: relative;
  background-color: #f8f8f8;
}
.tc-pricing-st3 .nav-pills {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px;
  border: 1px solid #9993;
  border-radius: 30px;
}
.tc-pricing-st3 .nav-pills .nav-item .nav-link {
  border-radius: 30px;
  background-color: transparent;
  border: 0;
  color: var(--cr-dark1);
  min-width: 100px;
}
.tc-pricing-st3 .nav-pills .nav-item .nav-link.active {
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-pricing-st3 .pricing-card {
  position: relative;
  padding: 40px 25px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 30px;
}
.tc-pricing-st3 .pricing-card .txt-pill {
  position: relative;
  margin-top: 20px;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #9993;
  background-color: #fff;
  color: var(--cr-dark1) !important;
  text-align: center;
}
.tc-pricing-st3 .pricing-card.recomended {
  background-color: var(--cr-dark1);
}
.tc-pricing-st3 .pricing-card.recomended * {
  color: #fff;
}

/* --------------- faq --------------- */
.tc-faq-st3 {
  position: relative;
}
.tc-faq-st3 .img {
  position: relative;
  -webkit-mask: url(../img/faq-mask.png);
          mask: url(../img/faq-mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.tc-faq-st3 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-faq-st3 .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin: 15px 0;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--cr-dark1);
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
}
.tc-faq-st3 .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 10px 0 20px;
}
.tc-faq-st3 .accordion .accordion-item:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-faq-st3 {
    overflow: hidden;
  }
}
/* --------------- video --------------- */
.tc-video-st3 {
  position: relative;
  padding: 120px 0 50px;
  color: #fff;
  z-index: 20;
  overflow: hidden;
}
.tc-video-st3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.5;
}
.tc-video-st3 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.tc-video-st3 .num {
  position: relative;
  font-size: calc(12vw + 15px);
  line-height: 1;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), color-stop(44.5%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 44.5%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-mask-clip: transparent;
}

/* --------------- blog --------------- */
.tc-blog-st3 {
  position: relative;
  padding: 120px 0;
}
.tc-blog-st3 .post-card {
  position: relative;
}
.tc-blog-st3 .post-card .img {
  position: relative;
  height: 400px;
}
.tc-blog-st3 .post-card .img .date {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  padding: 15px;
}
.tc-blog-st3 .post-card .img .date h6 {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 991px) {
  .tc-blog-st3 .content {
    position: relative;
    width: calc(100% + 150px);
    left: -75px;
  }
}
/* --------------- footer --------------- */
.tc-footer-st3 {
  position: relative;
  padding-top: 120px;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-footer-st3 .logo-side {
  position: relative;
  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;
}
.tc-footer-st3 .logo-side .social-links {
  position: relative;
  margin: 40px 0;
}
.tc-footer-st3 .logo-side .social-links a {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  opacity: 0.7;
}
.tc-footer-st3 .logo-side .social-links a:hover {
  opacity: 1;
}
.tc-footer-st3 .links-list {
  position: relative;
}
.tc-footer-st3 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st3 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st3 .subs-group {
  position: relative;
  margin-top: 20px;
}
.tc-footer-st3 .subs-group .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: var(--cr-dark2);
  min-height: 50px;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.tc-footer-st3 .subs-group .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st3 .subs-group .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st3 .subs-group .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st3 .subs-group .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st3 .subs-group .form-control::placeholder {
  color: #fff;
  opacity: 0.3;
}
.tc-footer-st3 .subs-group .icon {
  position: absolute;
  right: 20px;
  top: 13px;
  color: #fff;
  font-size: 16px;
  opacity: 0.7;
  z-index: 5;
}
.tc-footer-st3 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff1;
  margin-top: 30px;
}

/* --------------------------------------------------------------
                        [ Business Solutions style ]
-------------------------------------------------------------- */
.home-st4 {
  position: relative;
  background-color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .home-st4 .fsz-70 {
    font-size: 40px !important;
  }
  .home-st4 .fsz-80 {
    font-size: 40px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navbar-st4 {
  position: relative;
  padding: 30px 2vw 0;
}
.tc-navbar-st4 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#000 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #9995;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navbar-st4 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}
.tc-navbar-st4 .side-links {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 24px 74px #0001;
          box-shadow: 0px 24px 74px #0001;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 0;
  min-width: 170px;
}
.tc-navbar-st4 .side-links .lnk {
  display: block;
  position: relative;
  font-size: 16px;
  margin: 15px 0;
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-start: 3px solid transparent;
          border-inline-start: 3px solid transparent;
}
.tc-navbar-st4 .side-links .lnk:hover, .tc-navbar-st4 .side-links .lnk.active {
  border-color: var(--cr-dark1);
}
.tc-navbar-st4 .navbar-collapse {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st4 .navbar-collapse.show {
    display: block !important;
  }
}
/* --------------- header --------------- */
.tc-header-st4 {
  position: relative;
}
.tc-header-st4 .main-img {
  margin-top: -100px;
}
.tc-header-st4 .lg-title {
  position: relative;
  font-size: calc(15vw + 20px);
  text-transform: uppercase;
  font-weight: bold;
  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: 30px 0 70px;
}
.tc-header-st4 .social-links {
  position: absolute;
  top: 50%;
  left: 2vw;
}
.tc-header-st4 .social-links .txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st4 .social-links .rotate-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg) translate(-50%, 80%);
          transform: rotate(-90deg) translate(-50%, 80%);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.tc-header-st4 .social-links .rotate-wrapper a {
  position: relative;
  font-size: 16px;
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
  opacity: 0.5;
}
.tc-header-st4 .social-links .rotate-wrapper a:hover {
  opacity: 1;
}
.tc-header-st4 .rotate-txt {
  position: absolute;
  top: 50%;
  right: 2vw;
}
.tc-header-st4 .rotate-txt .rotate-wrapper {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-90deg) translate(50%, -80%);
          transform: rotate(-90deg) translate(50%, -80%);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.tc-header-st4 .hero-anim4 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media screen and (max-width: 991px) {
  .tc-header-st4 {
    padding-top: 50px;
  }
  .tc-header-st4 .lg-title {
    font-size: calc(13vw + 20px);
  }
  .tc-header-st4 .lg-title img {
    height: 50px;
  }
  .tc-header-st4 .th-600 {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
/* --------------- features --------------- */
.tc-features-st4 {
  position: relative;
  padding: 0 2vw;
}
.tc-features-st4 .feat-card {
  position: relative;
}
.tc-features-st4 .feat-card .img {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-features-st4 .feat-card .float-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
}

@media screen and (max-width: 991px) {
  .tc-features-st4 .feat-card {
    margin: 15px 0;
  }
  .tc-features-st4 .feat-card .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* --------------- story --------------- */
.tc-story-st4 {
  position: relative;
  padding: 120px 0;
}
.tc-story-st4 .lg-title {
  position: relative;
  line-height: 0.8;
  font-size: calc(10vw + 10px);
}
.tc-story-st4 .rotate-box {
  width: 220px;
  height: 220px;
  border: 0;
  margin-top: 50px;
}
.tc-story-st4 .rotate-box .rotate-text {
  font-size: 20px;
  font-weight: bold;
}
.tc-story-st4 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: var(--cr-dark1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  border-radius: 50%;
}
.tc-story-st4 .rotate-box .icon {
  width: 130px;
}
.tc-story-st4 .years-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-story-st4 .years-wrapper .num {
  font-size: 200px;
  line-height: 0.9;
}
.tc-story-st4 .years-wrapper .txt {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 991px) {
  .tc-story-st4 .years-wrapper {
    display: block;
  }
}
/* --------------- portfolio --------------- */
.tc-portfolio-st4 {
  position: relative;
  padding: 0 2vw;
  overflow: hidden;
}
.tc-portfolio-st4 .portfolio-slider {
  position: relative;
}
.tc-portfolio-st4 .portfolio-slider .swiper-pagination {
  text-align: end;
  z-index: 20;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 75%;
}
.tc-portfolio-st4 .portfolio-slider .swiper-slide-active .portfolio-card {
  opacity: 1;
}
.tc-portfolio-st4 .portfolio-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.tc-portfolio-st4 .portfolio-card .colmn {
  position: relative;
}
.tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(1) {
  width: 12%;
}
.tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(2) {
  width: 25%;
}
.tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(3) {
  width: 33%;
}
.tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(4) {
  width: 30%;
}
.tc-portfolio-st4 .main-card {
  position: relative;
}
.tc-portfolio-st4 .main-card .img {
  position: relative;
}
.tc-portfolio-st4 .main-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-dark1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-dark1), transparent);
  opacity: 0.8;
  pointer-events: none;
}
.tc-portfolio-st4 .main-card .float-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.tc-portfolio-st4 .main-card .float-info .arrow-box {
  position: relative;
  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: 1px solid #fff5;
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st4 .portfolio-slider {
    padding-bottom: 50px;
  }
  .tc-portfolio-st4 .portfolio-slider .swiper-pagination {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .tc-portfolio-st4 .portfolio-card {
    display: block;
  }
  .tc-portfolio-st4 .portfolio-card .colmn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100% !important;
    margin-top: 15px;
  }
  .tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(1), .tc-portfolio-st4 .portfolio-card .colmn:nth-of-type(4) {
    display: none;
  }
  .tc-portfolio-st4 .portfolio-card .th-250 {
    height: 200px !important;
  }
  .tc-portfolio-st4 .portfolio-card .th-550 {
    height: 400px !important;
  }
  .tc-portfolio-st4 .portfolio-card .fsz-70 {
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .tc-portfolio-st4 .main-card .float-info {
    padding: 30px;
  }
  .tc-portfolio-st4 .main-card .float-info .arrow-box {
    margin-top: 30px;
  }
}
/* --------------- numbers --------------- */
.tc-numbers-st4 {
  position: relative;
}
.tc-numbers-st4 .cards {
  position: relative;
}
.tc-numbers-st4 .cards .num-card {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #9992;
  min-height: 300px;
  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;
  margin-top: 20px;
}

/* --------------- skills --------------- */
.tc-skills-st4 {
  position: relative;
  overflow: hidden;
}
.tc-skills-st4 .img-st {
  position: relative;
  height: 500px;
}
.tc-skills-st4 .img-nd {
  position: relative;
  height: 700px;
  gap: 50px;
}
.tc-skills-st4 .progress-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.tc-skills-st4 .progress-wrapper .progress-item {
  position: relative;
  height: 260px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 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;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.tc-skills-st4 .progress-wrapper .progress-item .progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #9993;
  border-radius: 10px;
}
.tc-skills-st4 .progress-wrapper .progress-item .cont-card {
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 60px;
  -webkit-box-shadow: 5px 5px 10px #0001;
          box-shadow: 5px 5px 10px #0001;
  padding: 10px;
  width: calc(100% - 25px);
}

@media screen and (min-width: 991px) {
  .tc-skills-st4 .img-st {
    width: calc(100% + ((100vw - 1300px) / 2));
    -webkit-margin-start: calc(((-100vw + 1300px) / 2));
            margin-inline-start: calc(((-100vw + 1300px) / 2));
  }
  .tc-skills-st4 .img-nd {
    width: calc(100% + ((100vw - 1300px) / 2));
  }
}
@media screen and (max-width: 991px) {
  .tc-skills-st4 .img-st,
.tc-skills-st4 .img-nd {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .tc-skills-st4 .progress-wrapper {
    margin-bottom: 50px;
  }
  .tc-skills-st4 .progress-wrapper .progress-item {
    -webkit-padding-end: 10px;
            padding-inline-end: 10px;
  }
  .tc-skills-st4 .progress-wrapper .progress-item .cont-card {
    padding: 5px;
    width: 100%;
    bottom: 0;
  }
}
/* --------------- testimonials --------------- */
.tc-testimonials-st4 {
  position: relative;
}
.tc-testimonials-st4 .img {
  position: relative;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.tc-testimonials-st4 .testimonials-wrapper {
  position: relative;
  z-index: 20;
  padding-top: 30px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  border-top-right-radius: 50px;
}
.tc-testimonials-st4 .testimonials-wrapper .swiper-pagination {
  text-align: end;
  bottom: 20px !important;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.tc-testimonials-st4 .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st4 .testi-card {
  position: relative;
}
.tc-testimonials-st4 .testi-card .icon {
  position: relative;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}
.tc-testimonials-st4 .testi-card .user-info {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #9993;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st4 .testimonials-wrapper {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-bottom: 50px;
  }
  .tc-testimonials-st4 .testimonials-wrapper::before, .tc-testimonials-st4 .testimonials-wrapper::after {
    display: none;
  }
  .tc-testimonials-st4 .testi-card {
    display: block;
  }
  .tc-testimonials-st4 .testi-card .icon {
    margin-bottom: 30px;
    width: 30px;
  }
}
/* --------------- blog --------------- */
.tc-blog-st4 {
  position: relative;
}
.tc-blog-st4 .post-card {
  position: relative;
  display: block;
}
.tc-blog-st4 .post-card .img {
  position: relative;
  height: 400px;
}
.tc-blog-st4 .post-card .img .date {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #fff;
  padding: 15px;
}
.tc-blog-st4 .post-card .img .date h6 {
  font-size: 20px;
  font-weight: bold;
}

/* --------------- footer --------------- */
.tc-footer-st4 {
  position: relative;
  padding-top: 120px;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-footer-st4 .float-title {
  position: absolute;
  right: 0;
  top: 0;
  font-size: calc(17vw + 15px);
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.03;
  pointer-events: none;
  line-height: 0.75;
}
.tc-footer-st4 .links-list {
  position: relative;
}
.tc-footer-st4 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st4 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st4 .main-links {
  position: relative;
}
.tc-footer-st4 .main-links a {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-margin-end: 3vw;
          margin-inline-end: 3vw;
  margin-top: 15px;
}
.tc-footer-st4 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff1;
  margin-top: 30px;
}

/* --------------------------------------------------------------
                        [ Global Expertise style ]
-------------------------------------------------------------- */
/* --------------- navbar --------------- */
.tc-navs-st5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 99;
}
.tc-navs-st5 .tc-navbar-st5 {
  padding: 0 4vw;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  border-radius: 20px;
}
.tc-navs-st5 .tc-navbar-st5 .navbar-nav {
  position: relative;
}
.tc-navs-st5 .tc-navbar-st5 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  padding: 30px 0 28px;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
.tc-navs-st5 .tc-navbar-st5 .navbar-nav .nav-item .nav-link:hover, .tc-navs-st5 .tc-navbar-st5 .navbar-nav .nav-item .nav-link.active {
  border-color: var(--cr-dark1);
}
.tc-navs-st5 .tc-navbar-st5 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#fff 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #fff5;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navs-st5 .tc-navbar-st5 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}
.tc-navs-st5 .tc-navbar-st5 .dropdown .dropdown-toggle::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-navs-st5 {
    padding: 0;
  }
  .tc-navs-st5 .container {
    padding: 0;
  }
  .tc-navs-st5 .container .tc-navbar-st5 {
    border-radius: 0;
    padding: 30px 15px;
  }
}
/* --------------- header --------------- */
.tc-header-st5 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.tc-header-st5 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-header-st5 .bg-img .main-img {
  -webkit-filter: hue-rotate(-190deg);
          filter: hue-rotate(-190deg);
}
.tc-header-st5 .bg-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#1F5071), to(#1E667F)); */
  /* background-image: linear-gradient(to bottom, #1F5071, #1E667F); */
  opacity: 0.6;
}
.tc-header-st5 .header-slider {
  position: relative;
}
.tc-header-st5 .header-slider .swiper-pagination {
  -webkit-padding-start: calc((100vw - 1310px) / 2 );
          padding-inline-start: calc((100vw - 1310px) / 2 );
}
.tc-header-st5 .header-slider .swiper-slide {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-st5 .content {
  position: relative;
  padding-top: 250px;
  z-index: 10;
  color: #fff;
}
.tc-header-st5 .content .info {
  position: relative;
  z-index: 10;
}
.tc-header-st5 .content .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: -5vw;
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background-color: #00000005;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
}
.tc-header-st5 .content h1 {
  font-size: 100px;
  font-weight: 600;
  color: #000;
}
.tc-header-st5 .content .sub-title {
  position: relative;
  font-size: 30px;
  padding: 30px 40px;
  background-color: #fff1;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-mask: url(../img/hero-sub-mask.png);
          mask: url(../img/hero-sub-mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.tc-header-st5 .banners {
  position: relative;
}
.tc-header-st5 .banners .cont {
  position: relative;
}
.tc-header-st5 .banners .banner {
  position: relative;
}
.tc-header-st5 .banners .banner .float-info {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 10;
}

@media screen and (min-width: 991px) {
  .tc-header-st5 .banners .cont {
    width: calc(100% + 150px);
    -webkit-margin-start: -75px;
            margin-inline-start: -75px;
  }
}
@media screen and (max-width: 991px) {
  .tc-header-st5 .content h1 {
    font-size: 40px;
  }
}
/* --------------- about --------------- */
.tc-about-st5 {
  position: relative;
}
.tc-about-st5 .years-wrapper {
  position: relative;
  margin-top: 60px;
}
.tc-about-st5 .years-wrapper .num {
  font-size: 200px;
  line-height: 0.7;
}
.tc-about-st5 .years-wrapper .txt {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-top: 30px;
}
.tc-about-st5 .perc-card {
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
  padding: 30px;
  background-color: #7EE361;
}

/* --------------- portfolio --------------- */
.tc-portfolio-st5 {
  position: relative;
  overflow: hidden;
}
.tc-portfolio-st5 .portfolio-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.tc-portfolio-st5 .service-card {
  position: relative;
  display: block;
}
.tc-portfolio-st5 .service-card .img {
  position: relative;
  height: 500px;
}
.tc-portfolio-st5 .service-card .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-portfolio-st5 .service-card .img .arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  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: 35px;
  z-index: 10;
}
.tc-portfolio-st5 .service-card .info {
  position: relative;
  padding-top: 20px;
}
.tc-portfolio-st5 .service-card .info .tag {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-portfolio-st5 .service-card .info .tag::before {
  position: relative;
  content: "";
  inset: 0;
  width: 30px;
  height: 1px;
  background-color: var(--cr-dark1);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-portfolio-st5 .service-card:hover .img::after {
  opacity: 0.3;
}
.tc-portfolio-st5 .service-card:hover .title {
  text-decoration: underline;
}

@media screen and (min-width: 991px) {
  .tc-portfolio-st5 .portfolio-slider {
    width: calc(100% + 150px);
    -webkit-margin-start: -75px;
            margin-inline-start: -75px;
  }
}
@media screen and (max-width: 991px) {
  .tc-portfolio-st5 .service-card .img {
    height: 350px;
  }
}
/* --------------- team --------------- */
.tc-team-st5 {
  position: relative;
}
.tc-team-st5 .lg-title {
  position: relative;
  font-size: calc(25vw + 20px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.8;
}
.tc-team-st5 .team-card {
  position: relative;
}
.tc-team-st5 .team-card .info {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0008;
  color: #fff;
  padding: 40px;
  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;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st5 .team-card .info .card-title {
  position: relative;
  letter-spacing: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-st5 .team-card .info .btm-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-team-st5 .team-card .info .btm-info .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  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;
  background-color: #fff1;
}
.tc-team-st5 .team-card .info .btm-info .social-links a:hover {
  background-color: #fff;
  color: var(--cr-dark1);
}
.tc-team-st5 .team-card:hover .info {
  opacity: 1;
}
.tc-team-st5 .team-card:hover .info .card-title {
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .tc-team-st5 {
    padding-bottom: 100px;
  }
  .tc-team-st5 .team-card {
    margin-bottom: 20px !important;
  }
  .tc-team-st5 .team-card .info {
    opacity: 1;
  }
  .tc-team-st5 .team-card .info .card-title {
    letter-spacing: 1px;
  }
}
/* --------------- features --------------- */
.tc-features-st4 {
  position: relative;
  padding: 0 2vw;
}
.tc-features-st4 .feat-card {
  position: relative;
}
.tc-features-st4 .feat-card .img {
  position: relative;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-features-st4 .feat-card .float-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 30px;
}

@media screen and (max-width: 991px) {
  .tc-features-st4 .feat-card {
    margin: 15px 0;
  }
  .tc-features-st4 .feat-card .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
/* --------------- steps --------------- */
.tc-steps-st5 {
  position: relative;
}
.tc-steps-st5 .step-card {
  position: relative;
  height: calc(100% - 30px);
  min-height: 370px;
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid #9993;
  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;
  border-radius: 10px;
}
.tc-steps-st5 .step-card:hover {
  border-color: var(--cr-dark1);
  background-color: var(--cr-dark1);
}
.tc-steps-st5 .step-card:hover * {
  color: #fff;
}

/* --------------- faq --------------- */
.tc-faq-st5 {
  position: relative;
}
.tc-faq-st5 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-faq-st5 .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--cr-dark1);
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
}
.tc-faq-st5 .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 10px 0 20px;
}
.tc-faq-st5 .accordion .accordion-item:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-faq-st5 {
    overflow: hidden;
  }
}
/* --------------- video --------------- */
.tc-video-st5 {
  position: relative;
}
.tc-video-st5 .video {
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------- testimonials --------------- */
.tc-testimonials-st5 {
  position: relative;
}
.tc-testimonials-st5 .img {
  position: relative;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.tc-testimonials-st5 .testimonials-wrapper {
  position: relative;
  z-index: 20;
  padding-top: 30px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  border-top-right-radius: 50px;
}
.tc-testimonials-st5 .testimonials-wrapper .swiper-pagination {
  text-align: end;
  bottom: 20px !important;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.tc-testimonials-st5 .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st5 .testi-card {
  position: relative;
}
.tc-testimonials-st5 .testi-card .float-txt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 100px;
  opacity: 0.05;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8;
}
.tc-testimonials-st5 .testi-card .icon {
  position: relative;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
}
.tc-testimonials-st5 .testi-card .user-info {
  position: relative;
  margin-top: 30px;
}
.tc-testimonials-st5 .testi-card .stars {
  position: relative;
  margin-top: 10px;
}
.tc-testimonials-st5 .testi-card .stars i {
  font-size: 16px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-testimonials-st5 .testi-card .stars i:not(.active) {
  opacity: 0.2;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st5 .testimonials-wrapper {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-bottom: 50px;
  }
  .tc-testimonials-st5 .testimonials-wrapper::before, .tc-testimonials-st5 .testimonials-wrapper::after {
    display: none;
  }
  .tc-testimonials-st5 .testi-card {
    display: block;
  }
  .tc-testimonials-st5 .testi-card .icon {
    margin-bottom: 30px;
    width: 30px;
  }
}
/* --------------- numbers --------------- */
.tc-numbers-st5 {
  position: relative;
  padding-bottom: 120px;
}
.tc-numbers-st5 .cards {
  position: relative;
  padding: 30px 0;
}
.tc-numbers-st5 .cards .num-card {
  position: relative;
  padding: 40px;
  border-radius: 30px;
  min-height: 300px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  z-index: 10;
}
.tc-numbers-st5 .cards .num-card::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  border: 1px solid #9993;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.tc-numbers-st5 .cards .num-card.dark-card {
  z-index: 20;
  color: #fff;
}
.tc-numbers-st5 .cards .num-card.dark-card::before {
  background-color: var(--cr-dark1);
}

/* --------------- footer --------------- */
.tc-footer-st5 {
  position: relative;
  background: var(--cr-dark1);
  color: #fff;
  overflow: hidden;
}
.tc-footer-st5 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  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 #fff1;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-footer-st5 .social-links a:hover {
  background-color: #fff1;
}
.tc-footer-st5 .links-list {
  position: relative;
}
.tc-footer-st5 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st5 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st5 .lnk {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  opacity: 0.7;
}
.tc-footer-st5 .lnk:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st5 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff2;
}

/* --------------------------------------------------------------
                        [ Business Growth style ]
-------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .home-st6 .fsz-80 {
    font-size: 40px !important;
  }
  .home-st6 .fsz-24 {
    font-size: 16px !important;
  }
  .home-st6 .fsz-120 {
    font-size: 50px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navs-st6 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.tc-navs-st6 .top-nav-st6 {
  position: relative;
  color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #176b18;
  font-size: 14px;
}
.tc-navs-st6 .top-nav-st6 .social-links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navs-st6 .top-nav-st6 .social-links a {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  color: #fff;
  opacity: 0.6;
}
.tc-navs-st6 .top-nav-st6 .social-links a:hover {
  opacity: 1;
}
.tc-navs-st6 .tc-navbar-st6 {
  position: relative;
  padding: 0;
  z-index: 99;
  color: #fff;
}
.tc-navs-st6 .tc-navbar-st6 .navbar-nav {
  position: relative;
}
.tc-navs-st6 .tc-navbar-st6 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  margin: 0 20px;
  padding: 25px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tc-navs-st6 .tc-navbar-st6 .navbar-nav .nav-item .nav-link:hover, .tc-navs-st6 .tc-navbar-st6 .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.tc-navs-st6 .tc-navbar-st6 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#fff 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #fff5;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navs-st6 .tc-navbar-st6 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}

@media screen and (max-width: 991px) {
  .tc-navs-st6 {
    position: relative;
    background-color: var(--cr-dark1);
  }
  .tc-navs-st6 .tc-navbar-st6 {
    padding: 20px 0;
  }
}
/* --------------- header --------------- */
.tc-header-st6 {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 70px 0;
}
.tc-header-st6 .info {
  position: relative;
  padding: 250px 0 150px;
}
.tc-header-st6 .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st6 .tags .tag {
  position: relative;
  padding: 8px 20px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff3;
  border-radius: 50px;
}
.tc-header-st6 .tags .tag:hover {
  background-color: #fff3;
}
.tc-header-st6 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .tc-header-st6 .info {
    padding: 30px 0;
  }
  .tc-header-st6 .tags .tag {
    margin-top: 10px;
  }
}
/* --------------- valuable --------------- */
.tc-valuable-st6 {
  position: relative;
}
.tc-valuable-st6 .cards {
  position: relative;
}
.tc-valuable-st6 .cards .col-lg-3:first-of-type .service-item {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-valuable-st6 .cards .col-lg-3:last-of-type .service-item {
  border: 0;
}
.tc-valuable-st6 .valuable-item {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 0 30px;
  -webkit-border-end: 1px solid #9993;
          border-inline-end: 1px solid #9993;
  overflow: hidden;
}
.tc-valuable-st6 .valuable-item .arrow {
  position: relative;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  text-transform: capitalize;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-valuable-st6 .valuable-item .arrow .txt {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  opacity: 0;
  font-size: 13px;
}
.tc-valuable-st6 .valuable-item:hover .arrow {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.tc-valuable-st6 .valuable-item:hover .arrow .txt {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-valuable-st6 .valuable-item {
    border: 1px solid #9993;
    padding: 30px;
    margin-top: 15px;
  }
}
/* --------------- about --------------- */
.tc-about-st6 {
  position: relative;
}
.tc-about-st6 .main-img {
  position: relative;
}
.tc-about-st6 .main-img .float-arrow {
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
.tc-about-st6 .lg-title {
  position: relative;
  font-size: calc(22vw + 20px);
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #666;
  line-height: 0.8;
}
.tc-about-st6 .tags {
  position: relative;
  padding-top: 30px;
}
.tc-about-st6 .tags .tag {
  position: relative;
  padding: 12px 20px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #9993;
  border-radius: 50px;
  margin-top: 15px;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tc-about-st6 .tags .tag:hover {
  background-color: #9993;
}
.tc-about-st6 .perc-card {
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
  padding: 30px;
  background-color: #7EE361;
}
.tc-about-st6 .years-wrapper {
  position: relative;
  margin-top: 60px;
}
.tc-about-st6 .years-wrapper .num {
  font-size: 200px;
  line-height: 0.7;
}
.tc-about-st6 .years-wrapper .txt {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .tc-about-st6 {
    overflow: hidden;
  }
  .tc-about-st6 .btm-content .img img {
    border-radius: 20px;
    height: 100% !important;
    margin-top: 20px;
    overflow: hidden;
  }
}
/* --------------- features --------------- */
.tc-features-st6 {
  position: relative;
  padding: 100px 0 120px;
}
.tc-features-st6 .feat-card {
  position: relative;
  margin-top: 20px;
  color: #fff;
}
.tc-features-st6 .feat-card .float-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px;
  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;
}

/* --------------- brands --------------- */
.tc-brands-st6 {
  position: relative;
  padding-bottom: 100px;
}
.tc-brands-st6 .brand {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120px;
  margin-bottom: 20px;
  /* background-color: #F8F9FA; */
}
.tc-brands-st6 .brand img {
  opacity: 0.3;
  /* max-width: 50%; */
  /* height: 40px; */
  -o-object-fit: contain;
  object-fit: contain;
}
.tc-brands-st6 .brand:hover img {
  opacity: 1;
}

/* --------------- portfolio --------------- */
.tc-portfolio-st6 {
  position: relative;
  overflow: hidden;
}
.tc-portfolio-st6 .cards {
  position: relative;
}
.tc-portfolio-st6 .portfolio-card {
  position: relative;
  display: block;
}
.tc-portfolio-st6 .portfolio-card .float-info {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-st6 .portfolio-card .float-info .tag {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #9993;
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
}
.tc-portfolio-st6 .portfolio-card .float-info .arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #9993;
  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;
  font-size: 13px;
}
.tc-portfolio-st6 .portfolio-card:hover .float-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 991px) {
  .tc-portfolio-st6 .cards {
    width: calc(100% + 150px);
    -webkit-margin-start: -75px;
            margin-inline-start: -75px;
  }
}
@media screen and (max-width: 991px) {
  .tc-portfolio-st6 .portfolio-card .img {
    height: 300px !important;
  }
  .tc-portfolio-st6 .portfolio-card .float-info {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* --------------- skills --------------- */
.tc-skills-st6 {
  position: relative;
}
.tc-skills-st6 .progress-item {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-skills-st6 .progress-item .item-title {
  position: relative;
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-skills-st6 .progress-item .progress {
  width: 100%;
  border-radius: 3px;
  background-color: #9991;
  height: 15px;
  margin-top: 20px;
  overflow: visible;
}
.tc-skills-st6 .progress-item .progress .progress-bar {
  position: relative;
  background-color: var(--cr-dark1);
  border-radius: 3px;
  overflow: visible;
}
.tc-skills-st6 .progress-item .progress .progress-bar .perc {
  position: absolute;
  right: 0;
  top: -20px;
  color: var(--cr-dark1);
  z-index: 10;
  overflow: visible;
  font-weight: 500;
}

/* --------------- footer --------------- */
.tc-footer-st6 {
  position: relative;
  background: var(--cr-dark2);
  color: #fff;
  overflow: hidden;
}
.tc-footer-st6 .newsletter {
  position: relative;
}
.tc-footer-st6 .newsletter .logo-img {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
}
.tc-footer-st6 .newsletter .form {
  position: relative;
  display: block;
}
.tc-footer-st6 .newsletter .form .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-footer-st6 .newsletter .form .form-group .form-control {
  position: relative;
  background-color: var(--cr-dark2);
  color: #fff;
  padding: 15px;
  border: 0;
}
.tc-footer-st6 .newsletter .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff5;
}
.tc-footer-st6 .newsletter .form .form-group .form-control::-moz-placeholder {
  color: #fff5;
}
.tc-footer-st6 .newsletter .form .form-group .form-control:-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st6 .newsletter .form .form-group .form-control::-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st6 .newsletter .form .form-group .form-control::placeholder {
  color: #fff5;
}
.tc-footer-st6 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  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 #fff1;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.tc-footer-st6 .social-links a:hover {
  background-color: #fff1;
}
.tc-footer-st6 .links-list {
  position: relative;
}
.tc-footer-st6 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st6 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st6 .lnk {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  opacity: 0.7;
}
.tc-footer-st6 .lnk:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st6 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff2;
}

/* --------------------------------------------------------------
                        [ Craft Excellence style ]
-------------------------------------------------------------- */
.home-st7 {
  position: relative;
  background-image: url(../img/body-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .home-st7 .fsz-70 {
    font-size: 40px !important;
  }
}
.tc-title-st7 {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding: 0 70px;
  margin: 0 auto;
}
.tc-title-st7::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: var(--cr-dark1);
}
.tc-title-st7::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: var(--cr-dark1);
}
.tc-title-st7 .txt {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

/* --------------- navbar --------------- */
.top-nav-st7 {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #9995;
  font-size: 14px;
}
.top-nav-st7 .social-links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-nav-st7 .social-links a {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  opacity: 0.6;
}
.top-nav-st7 .social-links a:hover {
  opacity: 1;
}

.tc-navbar-st7 {
  position: relative;
  padding: 0;
  z-index: 99;
}
.tc-navbar-st7 .navbar-nav {
  position: relative;
}
.tc-navbar-st7 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  margin: 0 20px;
  padding: 30px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tc-navbar-st7 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st7 .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.tc-navbar-st7 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#000 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #9995;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-navbar-st7 .btn-dots:hover {
  outline-color: var(--cr-dark1);
  background-image: radial-gradient(var(--cr-dark1) 1px, transparent 0);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st7 {
    padding: 20px 0;
  }
}
/* --------------- header --------------- */
.tc-header-st7 {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.tc-header-st7 .sub-info {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.tc-header-st7 .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tc-header-st7 .tags .tag {
  position: relative;
  padding: 8px 20px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #9993;
  border-radius: 50px;
}
.tc-header-st7 .tags .tag:hover {
  background-color: #9993;
}

@media screen and (max-width: 991px) {
  .tc-header-st7 {
    padding-top: 30px;
  }
  .tc-header-st7 .imgs {
    position: relative;
  }
  .tc-header-st7 .imgs .img {
    height: 250px !important;
    margin: 5px 0;
  }
}
/* --------------- about --------------- */
.tc-about-st7 {
  position: relative;
}
.tc-about-st7 .cards {
  position: relative;
}
.tc-about-st7 .cards .item {
  position: relative;
  z-index: 20;
  overflow: hidden;
  margin-top: 30px;
}
.tc-about-st7 .cards .item .img {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  width: calc(100% - 50px);
  height: 260px;
  margin: 0 auto;
}
.tc-about-st7 .cards .item .img img {
  width: 100%;
}
.tc-about-st7 .cards .item .shap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.tc-about-st7 .cards .row .col-lg-4:nth-of-type(1) .item .img {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-about-st7 .cards .row .col-lg-4:nth-of-type(3) .item .img {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

/* --------------- video --------------- */
.tc-video-st7 {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.tc-video-st7 .video {
  position: relative;
  height: 600px;
  min-height: 400px;
}
.tc-video-st7 .video .img {
  height: 100%;
}
.tc-video-st7 .video * {
  color: #fff;
}
.tc-video-st7 .play-wrapper {
  position: absolute;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-video-st7 .vid-link {
  position: relative;
  width: 180px;
  height: 180px;
  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: 5px solid #fff3;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-video-st7 .vid-link::before {
  position: absolute;
  content: "";
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  border: 5px solid #fff;
  border-left: 5px solid transparent;
}

@media screen and (min-width: 991px) {
  .tc-video-st7 .play-wrapper {
    left: calc((100vw - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-video-st7 .vid-link {
    width: 100px;
    height: 100px;
  }
  .tc-video-st7 .fsz-120 {
    font-size: 50px !important;
  }
  .tc-video-st7 .text {
    font-size: 12px;
  }
}
/* --------------- skills --------------- */
.tc-skills-st7 {
  position: relative;
  background-color: #9991;
  overflow: hidden;
}
.tc-skills-st7 .title-side {
  position: relative;
  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-skills-st7 .progress-side {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.tc-skills-st7 .progress-side .progress-item {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 325px;
  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;
  max-width: 32%;
}
.tc-skills-st7 .progress-side .progress-item:nth-of-type(1) {
  height: 170px;
}
.tc-skills-st7 .progress-side .progress-item:nth-of-type(2) {
  height: 260px;
}

@media screen and (max-width: 991px) {
  .tc-skills-st7 .text {
    font-size: 12px;
  }
}
/* --------------- contact --------------- */
.tc-contact-st7 {
  position: relative;
  padding: 80px 0;
  background-color: #9991;
  z-index: 20;
}
.tc-contact-st7 .shap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

/* --------------- team --------------- */
.tc-team-st7 {
  position: relative;
}
.tc-team-st7 .team-card {
  position: relative;
  margin-top: 30px;
}
.tc-team-st7 .team-card .img {
  position: relative;
}
.tc-team-st7 .team-card .img img {
  height: 500px;
  border-radius: 20px;
}
.tc-team-st7 .team-card .img .curve {
  position: absolute;
  width: 50%;
  height: 30px;
  right: -1px;
  top: -1px;
  border-bottom-left-radius: 15px;
  z-index: 10;
  background-color: #EBECEE;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
}
.tc-team-st7 .team-card .img .curve::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 5px -5px 0 5px #EBECEE;
          box-shadow: 5px -5px 0 5px #EBECEE;
}
.tc-team-st7 .team-card .img .curve::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 30px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 15px;
  -webkit-box-shadow: 6px -6px 0 5px #EBECEE;
          box-shadow: 6px -6px 0 5px #EBECEE;
}
.tc-team-st7 .team-card .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;
  padding-top: 30px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
.tc-team-st7 .team-card .info .social-links {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-team-st7 .team-card .info .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--cr-dark1);
  border-radius: 50%;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.tc-team-st7 .team-card .info .social-links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-team-st7 .team-card .img img {
    height: 350px;
  }
}
/* --------------- faq --------------- */
.tc-faq-st7 {
  position: relative;
  background-color: #9991;
}
.tc-faq-st7 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-faq-st7 .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.tc-faq-st7 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--cr-dark1);
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.tc-faq-st7 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
}
.tc-faq-st7 .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 10px 0 20px;
}
.tc-faq-st7 .accordion .accordion-item:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-faq-st7 {
    overflow: hidden;
  }
}
/* --------------- testimonials --------------- */
.tc-testimonials-st7 {
  position: relative;
  background-color: var(--cr-light1);
}
.tc-testimonials-st7 .img {
  position: relative;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}
.tc-testimonials-st7 .testimonials-wrapper {
  position: relative;
  z-index: 20;
  background-color: var(--cr-light1);
  padding-top: 30px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  border-top-right-radius: 50px;
}
.tc-testimonials-st7 .testimonials-wrapper::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: calc(100% - 156px);
  top: -50px;
  background-color: transparent;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-light1);
          box-shadow: -10px 10px 0 5px var(--cr-light1);
}
.tc-testimonials-st7 .testimonials-wrapper::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: calc(100% - 1px);
  bottom: 0;
  background-color: transparent;
  border-bottom-left-radius: 50px;
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-light1);
          box-shadow: -10px 10px 0 5px var(--cr-light1);
}
.tc-testimonials-st7 .testimonials-wrapper .swiper-pagination {
  text-align: end;
  bottom: 20px !important;
  -webkit-padding-end: 40px;
          padding-inline-end: 40px;
}
.tc-testimonials-st7 .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st7 .testi-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-testimonials-st7 .testi-card .icon {
  position: relative;
  width: 50px;
  margin-top: 5px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st7 .testi-card .user-info {
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #9993;
}

@media screen and (min-width: 991px) {
  .tc-testimonials-st7 .testimonials-wrapper {
    width: calc(100% + 180px);
  }
}
@media screen and (max-width: 991px) {
  .tc-testimonials-st7 .testimonials-wrapper {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    margin-bottom: 50px;
  }
  .tc-testimonials-st7 .testimonials-wrapper::before, .tc-testimonials-st7 .testimonials-wrapper::after {
    display: none;
  }
  .tc-testimonials-st7 .testi-card {
    display: block;
  }
  .tc-testimonials-st7 .testi-card .icon {
    margin-bottom: 30px;
    width: 30px;
  }
  .tc-testimonials-st7 .title-wrapper {
    margin-bottom: 0 !important;
  }
}
/* --------------- instagram --------------- */
.tc-instagram-st7 {
  position: relative;
  overflow: hidden;
}
.tc-instagram-st7 .instagram-slider {
  position: relative;
}
.tc-instagram-st7 .instagram-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

/* --------------- footer --------------- */
.tc-footer-st7 {
  position: relative;
  padding-top: 120px;
  background-color: #9991;
}
.tc-footer-st7 .logo-side {
  position: relative;
  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;
}
.tc-footer-st7 .logo-side .social-links {
  position: relative;
  margin: 40px 0;
}
.tc-footer-st7 .logo-side .social-links a {
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  opacity: 0.7;
}
.tc-footer-st7 .logo-side .social-links a:hover {
  opacity: 1;
}
.tc-footer-st7 .links-list {
  position: relative;
}
.tc-footer-st7 .links-list a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  opacity: 0.7;
}
.tc-footer-st7 .links-list a:hover {
  opacity: 1;
  text-decoration: underline;
}
.tc-footer-st7 .subs-group {
  position: relative;
  margin-top: 20px;
}
.tc-footer-st7 .subs-group .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  background-color: #ededed;
  min-height: 50px;
  font-size: 14px;
  padding: 0 20px;
}
.tc-footer-st7 .subs-group .form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st7 .subs-group .form-control::-moz-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st7 .subs-group .form-control:-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st7 .subs-group .form-control::-ms-input-placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st7 .subs-group .form-control::placeholder {
  color: #999;
  opacity: 0.7;
}
.tc-footer-st7 .subs-group .icon {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 16px;
  opacity: 0.7;
  z-index: 5;
}
.tc-footer-st7 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #9993;
  margin-top: 30px;
}

/* --------------------------------------------------------------
                        [ Innovation Growth style ]
-------------------------------------------------------------- */
@media screen and (max-width: 991px) {
  .home-st8 .fsz-80 {
    font-size: 40px !important;
  }
}
/* --------------- navbar --------------- */
.tc-navbar-st8 {
  position: relative;
  padding: 0 4vw;
  z-index: 99;
}
.tc-navbar-st8 .navbar-nav {
  position: relative;
}
.tc-navbar-st8 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--cr-dark1);
  margin: 0 20px;
  padding: 35px 0;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  font-weight: 500;
}
.tc-navbar-st8 .navbar-nav .nav-item .nav-link:hover, .tc-navbar-st8 .navbar-nav .nav-item .nav-link.active {
  text-decoration: underline;
}
.tc-navbar-st8 .btn-dots {
  position: relative;
  width: 22px;
  height: 22px;
  background-image: radial-gradient(#000 1px, transparent 0);
  background-size: 7px 7px;
  border-radius: 50%;
  outline: 1px solid #9995;
  outline-offset: 10px;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st8 {
    position: relative;
    padding: 30px 0;
  }
  .tc-navbar-st8 .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 15px 0;
    border-width: 1px;
  }
  .tc-navbar-st8 .nav-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-navbar-st8 .nav-side .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* --------------- header --------------- */
.tc-header-st8 {
  position: relative;
  padding: 0 1vw;
}
.tc-header-st8 .content {
  position: relative;
}
.tc-header-st8 .head-item {
  position: relative;
}
.tc-header-st8 .head-item .img-lg {
  height: 716px;
}
.tc-header-st8 .head-item .float-info {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .tc-header-st8 .head-item .img-lg {
    height: 350px;
  }
  .tc-header-st8 .fsz-80 {
    font-size: 30px !important;
  }
}
/* --------------- about --------------- */
.tc-about-st8 {
  position: relative;
}
.tc-about-st8 .lg-title {
  position: relative;
  font-size: calc(12vw + 15px);
  text-transform: uppercase;
  line-height: 1;
}
.tc-about-st8 .main-img {
  position: relative;
  height: 480px;
  margin-top: -180px;
}

@media screen and (max-width: 991px) {
  .tc-about-st8 .main-img {
    height: 300px;
    margin-top: 30px;
  }
  .tc-about-st8 .mt-100 {
    margin-top: 30px !important;
  }
  .tc-about-st8 .mt-120 {
    margin-top: 50px !important;
  }
}
/* --------------- services --------------- */
.tc-services-st8 {
  position: relative;
  overflow: hidden;
}
.tc-services-st8 .service-card {
  position: relative;
  display: block;
  color: #fff;
}
.tc-services-st8 .service-card .img {
  position: relative;
  height: 500px;
  border-radius: 30px;
  overflow: hidden;
}
.tc-services-st8 .service-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000c8), to(transparent));
  background-image: linear-gradient(to top, #000000c8, transparent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st8 .service-card .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
}
.tc-services-st8 .service-card .arrow {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: var(--cr-dark1);
  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;
  font-size: 25px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st8 .service-card:hover .img::after {
  opacity: 1;
}
.tc-services-st8 .service-card:hover .title {
  text-decoration: underline;
}
.tc-services-st8 .service-card:hover .arrow {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-services-st8 .service-card .img {
    height: 350px;
  }
}
/* --------------- features --------------- */
.tc-features-st8 {
  position: relative;
}
.tc-features-st8 .feat-card {
  position: relative;
  padding: 40px;
  border: 1px solid #9993;
  border-radius: 15px;
}
.tc-features-st8 .feat-card .progress {
  position: relative;
  height: 2px;
  background-color: var(--cr-dark1);
}
.tc-features-st8 .feat-card .progress .progress-bar {
  background-color: #7EE361;
}

/* --------------- skills --------------- */
.tc-skills-st8 {
  position: relative;
}
.tc-skills-st8 .progress-item {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-skills-st8 .progress-item .item-title {
  position: relative;
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-skills-st8 .progress-item .progress {
  width: 100%;
  border-radius: 3px;
  background-color: #9991;
  height: 15px;
  margin-top: 20px;
  overflow: visible;
}
.tc-skills-st8 .progress-item .progress .progress-bar {
  position: relative;
  background-color: var(--cr-dark1);
  border-radius: 3px;
  overflow: visible;
}
.tc-skills-st8 .progress-item .progress .progress-bar .perc {
  position: absolute;
  right: 0;
  top: -20px;
  color: var(--cr-dark1);
  z-index: 10;
  overflow: visible;
  font-weight: 500;
}

/* --------------- portfolio --------------- */
.tc-portfolio-st8 {
  position: relative;
}
.tc-portfolio-st8 .lg-title {
  position: relative;
  font-size: calc(25vw + 20px);
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 0.75;
}
.tc-portfolio-st8 .portfolio-card {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #9993;
}
.tc-portfolio-st8 .portfolio-card:last-of-type {
  border-bottom: none;
}

/* --------------- steps --------------- */
.tc-steps-st8 {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-steps-st8 .l-shap {
  position: relative;
  width: 100px;
  height: 120px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px auto 0;
}
.tc-steps-st8 .l-shap::before {
  position: absolute;
  content: "";
  left: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-steps-st8 .l-shap::after {
  position: absolute;
  content: "";
  right: -4px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-steps-st8 .r-shap {
  position: relative;
  width: 100px;
  height: 120px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px auto 0;
}
.tc-steps-st8 .r-shap::before {
  position: absolute;
  content: "";
  right: -4px;
  top: -4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-steps-st8 .r-shap::after {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .tc-steps-st8 .r-shap,
.tc-steps-st8 .l-shap {
    display: none;
  }
  .tc-steps-st8 .mt-50 {
    margin-top: 15px !important;
  }
}
/* --------------- team --------------- */
.tc-team-st8 {
  position: relative;
}
.tc-team-st8 .team-card {
  position: relative;
}
.tc-team-st8 .team-card .img {
  position: relative;
}
.tc-team-st8 .team-card .img img {
  height: 400px;
}
.tc-team-st8 .team-card .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;
  padding-top: 30px;
  -webkit-padding-end: 30px;
          padding-inline-end: 30px;
}
.tc-team-st8 .team-card .info .social-links {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-team-st8 .team-card .info .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--cr-dark1);
  border-radius: 50%;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.tc-team-st8 .team-card .info .social-links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-team-st8 .team-card .img img {
    height: 300px;
  }
}
/* --------------------------------------------------------------
                        [ inner pages style ]
-------------------------------------------------------------- */
/* --------------- inner header --------------- */
.tc-innerheader-st9 {
  position: relative;
  color: #fff;
  padding: 170px 0;
}
.tc-innerheader-st9 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.tc-innerheader-st9 .shapes {
  position: absolute;
  left: 3vw;
  bottom: 2vw;
  z-index: 2;
  pointer-events: none;
}
.tc-innerheader-st9 .shapes span {
  width: 280px;
  height: 280px;
  background: var(--cr-dark1);
  opacity: 0.2;
  border-radius: 100px 100px 100px 0px;
}
.tc-innerheader-st9 .shapes span:last-of-type {
  -webkit-transform: translate(-60%, -40%);
          transform: translate(-60%, -40%);
}

@media screen and (max-width: 991px) {
  .tc-innerheader-st9 {
    overflow: hidden;
    padding: 100px 0;
  }
  .tc-innerheader-st9 .shapes span {
    width: 100px;
    height: 100px;
  }
}
/* --------------- about page --------------- */
/* --------------- faq --------------- */
.tc-faq-st9 {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-faq-st9 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-faq-st9 .accordion .accordion-item {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.tc-faq-st9 .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.tc-faq-st9 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-size: 15px;
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.tc-faq-st9 .accordion .accordion-item .accordion-body {
  position: relative;
  padding: 10px 0 20px;
  color: #fff;
}
.tc-faq-st9 .accordion .accordion-item:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .tc-faq-st9 {
    overflow: hidden;
  }
}
/* --------------- services page --------------- */
/* --------------- skills --------------- */
.tc-skills-st10 {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-skills-st10 .progress-item {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-skills-st10 .progress-item .item-title {
  position: relative;
  width: 85px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-skills-st10 .progress-item .progress {
  width: 100%;
  border-radius: 3px;
  background-color: #fff1;
  height: 15px;
  margin-top: 20px;
  overflow: visible;
}
.tc-skills-st10 .progress-item .progress .progress-bar {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  overflow: visible;
}
.tc-skills-st10 .progress-item .progress .progress-bar .perc {
  position: absolute;
  right: 0;
  top: -20px;
  color: #fff;
  z-index: 10;
  overflow: visible;
  font-weight: 500;
}

/* --------------- tc-main-info-st11 --------------- */
.tc-main-info-st11 {
  position: relative;
}
.tc-main-info-st11 .lg-title {
  position: relative;
  font-size: calc(10vw + 15px);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 0.75;
}

/* --------------- tc-sub-info-st11 --------------- */
.accordion-st11 {
  position: relative;
  padding-top: 40px;
}
.accordion-st11 .accordion-item {
  position: relative;
  margin-top: 20px;
  border: 0;
  background-color: transparent;
  border: 1px solid #9993;
  border-radius: 20px;
  overflow: hidden;
}
.accordion-st11 .accordion-item .accordion-button {
  position: relative;
  background-color: transparent;
  color: var(--cr-dark1);
  border: 0;
  font-size: 24px;
  text-transform: capitalize;
  padding: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-st11 .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-size: 20px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.accordion-st11 .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.accordion-st11 .accordion-item .accordion-body {
  padding: 0 30px 30px;
}

@media screen and (max-width: 991px) {
  .accordion-st11 .accordion-item .accordion-button {
    font-size: 18px;
  }
}
/* --------------- prev-next-btns-st11 --------------- */
.prev-next-btns-st11 {
  position: relative;
  margin-top: 60px;
  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: 30px 0;
  border-top: 1px solid #9993;
  border-bottom: 1px solid #9993;
  font-size: 16px;
}
.prev-next-btns-st11 .arrow {
  position: relative;
  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;
  border-radius: 50%;
  background-color: #fff;
  color: var(--cr-dark1);
  border: 1px solid #9993;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.prev-next-btns-st11 .arrow:hover {
  opacity: 1;
  background-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- pagination-st12 --------------- */
.pagination-st12 {
  position: relative;
  margin-top: 60px;
  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: 30px 0;
  border-top: 1px solid #9993;
  border-bottom: 1px solid #9993;
  font-size: 16px;
}
.pagination-st12 .lnk {
  position: relative;
  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;
  border-radius: 50%;
  background-color: #fff;
  color: var(--cr-dark1);
  border: 1px solid #9993;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination-st12 .lnk:hover, .pagination-st12 .lnk.active {
  opacity: 1;
  background-color: var(--cr-dark1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .pagination-st12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination-st12 .arrows {
    margin-top: 30px;
  }
}
/* --------------- tc-error-st14 --------------- */
.tc-error-st14 {
  position: relative;
}
.tc-error-st14 .lg-num {
  position: relative;
  font-size: calc(25vw + 30px);
  font-weight: bold;
  text-align: center;
  line-height: 0.75;
}
.tc-error-st14 .lg-num::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  pointer-events: none;
}
.tc-error-st14 .lg-num .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 20px;
  z-index: 30;
}
.tc-error-st14 .btm-cont {
  position: relative;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-error-st14 .btm-cont .butn {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}
.tc-error-st14 .social-links {
  position: relative;
}
.tc-error-st14 .social-links a {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9993;
  border-radius: 50%;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  margin-top: 10px;
}
.tc-error-st14 .social-links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- blog 2 --------------- */
.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.widgets .form-control {
  position: relative;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #9993;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
}
.widgets .form-control:focus {
  border-color: var(--cr-dark1);
}
.widgets .form-control::-webkit-input-placeholder {
  color: #999;
}
.widgets .form-control::-moz-placeholder {
  color: #999;
}
.widgets .form-control:-ms-input-placeholder {
  color: #999;
}
.widgets .form-control::-ms-input-placeholder {
  color: #999;
}
.widgets .form-control::placeholder {
  color: #999;
}
.widgets .search-group {
  position: relative;
  margin-top: 15px;
}
.widgets .search-group .form-control {
  border: 1px solid #9993;
  min-height: 50px;
  padding: 15px;
  margin: 0;
}
.widgets .search-group .search-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  background-color: transparent;
  border: 0;
}
.widgets .services-list {
  position: relative;
}
.widgets .services-list a {
  position: relative;
  display: block;
  margin-top: 15px;
  border: 1px solid #9993;
  padding: 15px;
  font-size: 16px;
}
.widgets .services-list a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}
.widgets .social-links {
  position: relative;
}
.widgets .social-links a {
  position: relative;
  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;
  font-size: 16px;
  border: 1px solid #9993;
  border-radius: 50%;
  font-size: 16px;
  margin-top: 15px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.widgets .social-links a:hover {
  background-color: var(--cr-dark1);
  border-color: var(--cr-dark1);
  color: #fff;
}
.widgets .instagram-imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
.widgets .instagram-imgs .img {
  position: relative;
  display: block;
  width: calc(33.3% - 14px);
  height: 110px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px 7px 0;
}

/* --------------- tc-main-img-st11 --------------- */
.tc-main-img-st11 {
  position: relative;
}
.tc-main-img-st11 .date {
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 70px;
  height: 70px;
  z-index: 10;
  background-color: #fff;
  padding: 15px;
}

@media screen and (min-width: 991px) {
  .tc-main-img-st11 .date {
    left: calc((100vw - 1320px) / 2 );
  }
}
/* --------------- tc-post-st15 --------------- */
.tc-post-st15 {
  position: relative;
}
.tc-post-st15 .tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}
.tc-post-st15 .tags a {
  position: relative;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  padding: 8px 15px;
  border: 1px solid #9993;
  font-size: 16px;
  margin-top: 15px;
}
.tc-post-st15 .tags a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-post-st15 .author-card {
  position: relative;
  padding: 30px;
  background-color: #F1F1EF;
  border-radius: 10px;
  margin-top: 50px;
}
.tc-post-st15 .author-card .social-icons {
  position: relative;
}
.tc-post-st15 .author-card .social-icons .icon-link {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  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: 16px;
  margin-bottom: 10px;
}
.tc-post-st15 .author-card .social-icons .icon-link:hover {
  background-color: var(--cr-blue1);
}

/* --------------- tc-map-st16 --------------- */
.tc-map-st16 {
  position: relative;
  height: 800px;
}
.tc-map-st16 iframe {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
}
.tc-map-st16 .float-cards {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .tc-map-st16 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
  }
  .tc-map-st16 iframe {
    height: 350px;
  }
  .tc-map-st16 .float-cards {
    position: relative;
  }
  .tc-map-st16 .float-cards .item {
    border: 1px solid #9993;
    padding: 20px !important;
  }
}
/* --------------- tc-contact-st16 --------------- */
.tc-contact-st16 {
  position: relative;
}
.tc-contact-st16 .contact-info {
  position: relative;
}
.tc-contact-st16 .contact-info .item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #9993;
}
.tc-contact-st16 .social-links {
  position: relative;
}
.tc-contact-st16 .social-links a {
  position: relative;
  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;
  font-size: 16px;
  border: 1px solid #9993;
  border-radius: 50%;
  font-size: 16px;
  margin-top: 15px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-contact-st16 .social-links a:hover {
  background-color: var(--cr-dark1);
  border-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- product-card-st1 --------------- */
.product-card-st1 {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9993;
  margin-top: 30px;
}
.product-card-st1 .img {
  position: relative;
}
.product-card-st1 .img .butn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
}
.product-card-st1:hover .img .butn {
  opacity: 1;
  bottom: 30px;
}

/* --------------- tc-shop-sections-st17 --------------- */
.section-card-st1 {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 10px;
  padding: 30px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.05);
}
.section-card-st1:hover {
  background-color: var(--cr-dark1);
}
.section-card-st1:hover * {
  color: #fff;
}
.section-card-st1:hover .icon {
  -webkit-filter: brightness(100000%);
          filter: brightness(100000%);
}

/* --------------- tc-shop-st18 --------------- */
.tc-shop-st18 {
  position: relative;
}
.tc-shop-st18 .product-imgs {
  position: relative;
}
.tc-shop-st18 .product-imgs .main-imgs {
  position: relative;
  margin-bottom: 20px;
}
.tc-shop-st18 .product-imgs .main-imgs .img {
  position: relative;
  height: 325px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1px #7ee361;
  padding: 20px;
}
.tc-shop-st18 .product-imgs .thumb-imgs {
  position: relative;
}
.tc-shop-st18 .product-imgs .thumb-imgs .img {
  position: relative;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #7EE361;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.quantity-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #9993;
  border-radius: 30px;
  padding: 2px;
}
.quantity-box .qt-btn {
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quantity-box .qt-btn:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}
.quantity-box .qt-input {
  position: relative;
  width: 50px;
  height: 35px;
  border-radius: 6px;
  background-color: #fff;
  border: 0;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .tc-shop-st18 .product-imgs .main-imgs .img {
    height: 300px;
  }
  .tc-shop-st18 .product-imgs .thumb-imgs .img {
    height: 100px;
  }
}
/* --------------- tc-shop-description --------------- */
.tc-shop-description {
  position: relative;
}

.nav-pills-st1 {
  position: relative;
}
.nav-pills-st1 .nav-item .nav-link {
  font-size: 16px;
  color: var(--cr-dark1);
  background-color: var(--cr-light1);
  border-radius: 50px;
  padding: 10px 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-transform: capitalize;
}
.nav-pills-st1 .nav-item .nav-link.active {
  background-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- tc-shop-description-st18 --------------- */
.tc-shop-description-st18 {
  position: relative;
}
.tc-shop-description-st18 .product-rates {
  position: relative;
}
.tc-shop-description-st18 .product-rates .progress-box {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.tc-shop-description-st18 .product-rates .progress-box .stars {
  font-size: 14px;
  color: #9995;
  margin: 10px 0;
}
.tc-shop-description-st18 .product-rates .progress-box .stars .active {
  color: #FDBC02;
}
.tc-shop-description-st18 .product-rates .progress-content {
  position: relative;
  margin: 15px 0;
}
.tc-shop-description-st18 .product-rates .progress-content .progress-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 8px 0;
}
.tc-shop-description-st18 .product-rates .progress-content .progress-item .txt {
  color: var(--cr-dark1);
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
}
.tc-shop-description-st18 .product-rates .progress-content .progress-item .prc {
  width: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
}
.tc-shop-description-st18 .product-rates .progress-content .progress-item .progress {
  height: 8px;
  width: 100%;
  border-radius: 8px;
}
.tc-shop-description-st18 .product-rates .progress-content .progress-item .progress .progress-bar {
  background-color: var(--cr-dark1);
  border-radius: 8px;
}
.tc-shop-description-st18 .comments .comment-card {
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-shop-description-st18 .comments .comment-card .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-shop-description-st18 .comments .comment-card .cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tc-shop-description-st18 .comments .comment-card .cont .title {
  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-shop-description-st18 .comments .comment-card .cont .cont-body {
  position: relative;
  padding: 15px;
  background-color: #f9f9f9;
  margin-top: 10px;
  border-radius: 10px;
}
.tc-shop-description-st18 .comments .comment-card .cont .cont-body .stars {
  font-size: 14px;
  color: #9995;
}
.tc-shop-description-st18 .comments .comment-card .cont .cont-body .stars .active {
  color: #FDBC02;
}

/* ---------- rate stars --------- */
.comment-stars {
  display: block;
  position: relative;
  text-align: center;
  direction: rtl;
  margin-top: 30px;
}
.comment-stars input {
  border-radius: 0;
  visibility: hidden;
  width: 30px;
  cursor: pointer;
}
.comment-stars input::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #EEE;
  visibility: visible;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s, -webkit-transform 0.6s;
  transition: all 0.3s, -webkit-transform 0.6s;
  transition: transform 0.6s, all 0.3s;
  transition: transform 0.6s, all 0.3s, -webkit-transform 0.6s;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.comment-stars input:hover::after {
  color: #fc05 !important;
}
.comment-stars input:checked::after {
  color: #fc0;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.comment-stars input:checked ~ input::after {
  color: #fc0;
}
.comment-stars input:not(:checked)::after {
  color: #eee;
}

.rate-stars {
  color: #fc0;
}

/* ----------------------------------------------------------
                        home preview
---------------------------------------------------------- */
.home-preview {
  /* --------------- navbars style --------------- */
  /* --------------- header preview --------------- */
}
.home-preview #scrollsmoother-container {
  background-image: url(../img/body_bg1.png);
  background-size: contain;
  background-repeat: repeat;
}
.home-preview .tc-navbars-st1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.home-preview .tc-navbars-st1 .tc-top-navbar-st1 {
  position: relative;
  background-color: #fff;
}
.home-preview .tc-navbars-st1 .tc-navbar-st1 {
  position: relative;
  padding: 20px 0;
  background-color: #0002;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.home-preview .tc-navbars-st1 .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 15px;
  color: #fff;
  margin: 0 15px;
  padding: 0;
  text-transform: uppercase;
}
.home-preview .tc-navbars-st1 .tc-navbar-st1 .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-dark1);
  text-decoration: underline;
}
.home-preview .tc-navbars-st1 .tc-navbar-st1 .nav-side {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .home-preview .tc-navbars-st1 .tc-navbar-st1 .navbar-nav .nav-item .nav-link {
    margin: 10px 0;
  }
}
.home-preview .tc-header-preview {
  position: relative;
  padding-bottom: 250px;
  background-color: #f0f0f0;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  overflow: hidden;
}
.home-preview .tc-header-preview .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.home-preview .tc-header-preview .demos-slider {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transform: rotateX(50deg) rotateZ(-40deg) translateY(80%) translateX(20%);
          transform: rotateX(50deg) rotateZ(-40deg) translateY(80%) translateX(20%);
  padding: 50px 0;
}
.home-preview .tc-header-preview .demos-slider .swiper-slide .img {
  height: 550px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: -10px 10px 0 0 #000;
          box-shadow: -10px 10px 0 0 #000;
  -webkit-filter: drop-shadow(10px 10px 15px #0005);
          filter: drop-shadow(10px 10px 15px #0005);
}
.home-preview .tc-header-preview .demos-slider .swiper-slide .img img {
  -o-object-position: top;
     object-position: top;
}
.home-preview .tc-header-preview .demos-slider.demos-slider2 {
  -webkit-transform: rotateX(50deg) rotateZ(40deg) translateY(80%) translateX(-20%);
          transform: rotateX(50deg) rotateZ(40deg) translateY(80%) translateX(-20%);
}
.home-preview .tc-header-preview .demos-slider.demos-slider2 .swiper-slide .img {
  -webkit-box-shadow: 10px 10px 0 0 #000;
          box-shadow: 10px 10px 0 0 #000;
}
.home-preview .tc-header-preview .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.home-preview .tc-header-preview #crystal-container {
  position: absolute;
  left: 0;
  bottom: -30%;
  height: 80%;
  width: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 991px) {
  .home-preview .tc-header-preview .content {
    position: relative;
  }
}
.home-preview .tc-demos-preview {
  position: relative;
  padding: 140px 0;
}
.home-preview .tc-demos-preview .demos .row {
  margin: 0 -50px;
}
.home-preview .tc-demos-preview .demos .row .col-lg-4 {
  padding: 0 50px;
}
.home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(2), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(5), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(8), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(11), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(14) {
  padding-top: 60px;
}
.home-preview .tc-demos-preview .demos .demo {
  display: block;
  margin-top: 70px;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.03);
}
.home-preview .tc-demos-preview .demos .demo .img {
  position: relative;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #9993;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home-preview .tc-demos-preview .demos .demo .img img {
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
}
.home-preview .tc-demos-preview .demos .demo .info {
  position: relative;
  padding: 15px;
}
.home-preview .tc-demos-preview .demos .demo.soon .img {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.home-preview .tc-demos-preview .demos .demo:hover .img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.home-preview .tc-builder-preview {
  position: relative;
  padding: 140px 0;
  background-color: var(--cr-light1);
}
.home-preview .tc-builder-preview .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 30px;
}
.home-preview .tc-builder-preview .nav-pills .nav-item {
  width: 20%;
}
.home-preview .tc-builder-preview .nav-pills .nav-item .nav-link {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px;
  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: 30px 20px;
  -webkit-box-shadow: 10px 10px 0 #0001;
          box-shadow: 10px 10px 0 #0001;
}
.home-preview .tc-builder-preview .nav-pills .nav-item .nav-link.active {
  background-color: var(--cr-dark1);
  color: #fff;
}
.home-preview .tc-builder-preview .nav-pills .nav-item .nav-link.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home-preview .tc-builder-preview .img {
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.home-preview .tc-builder-preview .check-list {
  position: relative;
  margin-top: 30px;
}
.home-preview .tc-builder-preview .check-list li {
  font-size: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-preview .tc-builder-preview .check-list li .icon {
  color: var(--cr-dark1);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
}
.home-preview .tc-builder-preview .builder-content {
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
.home-preview .tc-inner-preview {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
  background-image: url(../img/ser_hvr.png);
  background-size: 300px;
  background-repeat: repeat;
  z-index: 20;
}
.home-preview .tc-inner-preview .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  z-index: -1;
}
.home-preview .tc-inner-preview .pages-content {
  position: relative;
  z-index: 20;
}
.home-preview .tc-inner-preview .pages-content .img {
  display: block;
  position: relative;
  height: 450px;
  margin-top: 30px;
  border-radius: 15px;
  border: 1px solid #9995;
}
.home-preview .tc-inner-preview .pages-content .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 15px;
}
.home-preview .tc-features-preview {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}
.home-preview .tc-features-preview .features-slider {
  position: relative;
  margin-top: 30px;
}
.home-preview .tc-features-preview .features-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.home-preview .tc-features-preview .features-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-features-preview .features-slider .item {
  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;
  background-color: #fff;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  direction: ltr;
}
.home-preview .tc-features-preview .features-slider .item .arrow {
  opacity: 0.5;
}
.home-preview .tc-faq-preview {
  position: relative;
  padding-bottom: 200px;
}
.home-preview .tc-faq-preview .circle-logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 230px;
}
.home-preview .tc-faq-preview .circle-logos .circles {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  max-height: unset;
}
.home-preview .tc-faq-preview .circle-logos .item {
  position: relative;
  width: 120px;
  height: 120px;
  padding: 20px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  z-index: 20;
}
.home-preview .tc-faq-preview .circle-logos .item h6 {
  font-size: 13px;
}
.home-preview .tc-faq-preview .circle-logos .item .icon {
  height: 50px;
  width: 60px;
  margin: 0 auto 20px;
}
.home-preview .tc-faq-preview .circle-logos .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-preview .tc-faq-preview .circle-logos .item:first-of-type, .home-preview .tc-faq-preview .circle-logos .item:last-of-type {
  top: 180px;
}
.home-preview .tc-faq-preview .circle-logos .item:nth-of-type(2), .home-preview .tc-faq-preview .circle-logos .item:nth-of-type(5) {
  top: 50px;
}
.home-preview .tc-faq-preview .circle-logos .item:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #4C8BF5;
  -webkit-box-shadow: 0px 40px 80px rgba(76, 139, 245, 0.5);
          box-shadow: 0px 40px 80px rgba(76, 139, 245, 0.5);
  color: #fff;
}
.home-preview .tc-faq-preview .accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
  border-left: 0;
  border: 0;
  margin-bottom: 10px;
  background-color: var(--cr-light1);
}
.home-preview .tc-faq-preview .accordion .accordion-item .accordion-header .accordion-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  background-color: transparent;
  color: #151515;
  font-size: 16px;
  padding: 20px;
  font-weight: bold;
}
.home-preview .tc-faq-preview .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.home-preview .tc-testimonials-preview {
  position: relative;
  padding: 100px 0;
  background-color: var(--cr-light1);
  border-radius: 100px;
  margin: 2vw;
}
.home-preview .tc-testimonials-preview .shap {
  position: absolute;
  left: 5%;
  top: 30px;
  height: calc(100% - 60px);
  max-height: 35vw;
}
.home-preview .tc-testimonials-preview .shap1 {
  position: absolute;
  right: 5%;
  top: 100px;
  height: 200px;
  max-height: 100vw;
}
.home-preview .tc-testimonials-preview .cards .item {
  position: relative;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
  margin-top: 24px;
  border-radius: 20px;
}
.home-preview .tc-testimonials-preview .cards .item .text {
  font-size: 18px;
  color: #777;
}
.home-preview .tc-testimonials-preview .cards .item .rate {
  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;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
}
.home-preview .tc-testimonials-preview .cards .item .rate .stars {
  font-size: 12px;
  color: var(--cr-red1);
}
.home-preview .tc-testimonials-preview .float-card {
  position: absolute;
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
  top: 0;
  right: calc((100vw - 1320px) / 2 );
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-preview .tc-save-preview {
  position: relative;
  padding: 50px 0 140px;
}
.home-preview .tc-save-preview .save-card {
  position: relative;
  padding: 140px 15px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid var(--cr-dark1);
  -webkit-box-shadow: 15px 15px 0 var(--cr-dark1);
          box-shadow: 15px 15px 0 var(--cr-dark1);
}
.home-preview .tc-save-preview .save-card .icons {
  position: absolute;
  left: 0;
  top: -30px;
  height: calc(100% + 80px);
  max-height: unset;
  pointer-events: none;
}
.home-preview .tc-footer-preview {
  position: relative;
  padding-top: 140px;
  background-color: var(--cr-dark1);
  color: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
.home-preview .tc-footer-preview p {
  font-size: 16px;
  color: var(--cr-dark1);
  margin-bottom: 15px;
}
.home-preview .tc-footer-preview h2 {
  font-size: 60px;
  color: #fff;
}
.home-preview .tc-footer-preview .btns {
  margin-top: 40px;
}
.home-preview .tc-footer-preview .btns .butn {
  margin: 5px;
}
.home-preview .tc-footer-preview .text-slider {
  position: relative;
  margin-top: 30px;
}
.home-preview .tc-footer-preview .text-slider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-dark1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-dark1), transparent);
  z-index: 5;
  pointer-events: none;
}
.home-preview .tc-footer-preview .text-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.home-preview .tc-footer-preview .text-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.home-preview .tc-footer-preview .text-slider .item {
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 0.9;
  opacity: 0.3;
}
.home-preview .tc-footer-preview .foot-features {
  position: relative;
  padding: 30px 60px;
  border-radius: 100px;
  background-color: #111;
  margin: 60px 0 30px;
}
.home-preview .tc-footer-preview .foot-features .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  text-align: start;
  -webkit-border-end: 1px solid #fff2;
          border-inline-end: 1px solid #fff2;
  padding: 0 30px;
}
.home-preview .tc-footer-preview .foot-features .item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-preview .tc-footer-preview .foot-features .item p {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 5px;
}
.home-preview .tc-footer-preview .foot-features .item h6 {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
}
.home-preview .tc-footer-preview .foot-features .col-lg-3:last-of-type .item {
  border: 0;
}

@media screen and (max-width: 991px) {
  .home-preview .fsz-60 {
    font-size: 30px !important;
  }
  .home-preview .tc-header-preview {
    padding-top: 80px;
  }
  .home-preview .tc-header-preview h1 {
    font-size: 30px;
  }
  .home-preview .tc-header-preview .head-features .item .icon {
    height: 40px;
    margin-bottom: 15px;
  }
  .home-preview .tc-header-preview .head-features .item h6 {
    font-size: 12px;
  }
  .home-preview .tc-header-preview .lft-imgs,
.home-preview .tc-header-preview .rt-imgs {
    top: 70%;
  }
  .home-preview .tc-header-preview .logos-slider .brand {
    height: 20px;
  }
  .home-preview .tc-demos-preview .demos {
    overflow: hidden;
  }
  .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(2), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(5), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(8), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(11), .home-preview .tc-demos-preview .demos .row .col-lg-4:nth-of-type(14) {
    padding-top: 0;
  }
  .home-preview .tc-builder-preview .nav-pills {
    width: 100%;
    border-radius: 15px;
    padding: 5px;
  }
  .home-preview .tc-builder-preview .nav-pills .nav-item .nav-link {
    font-size: 12px;
    padding: 5px 10px;
    margin: 2px;
  }
  .home-preview .tc-faq-preview .circle-logos .item {
    width: 60px;
    height: 70px;
    padding: 5px 0;
  }
  .home-preview .tc-faq-preview .circle-logos .item .icon {
    height: 30px;
    width: 30px;
  }
  .home-preview .tc-faq-preview .circle-logos .item h6 {
    font-size: 6px;
  }
  .home-preview .tc-testimonials-preview .float-card {
    display: none;
  }
  .home-preview .tc-save-preview .save-card {
    padding: 50px 15px;
  }
  .home-preview .tc-footer-preview p {
    font-size: 12px;
  }
  .home-preview .tc-footer-preview h2 {
    font-size: 30px;
  }
  .home-preview .tc-header-preview {
    min-height: 350px;
    padding: 80px 15px 0;
  }
  .home-preview .tc-header-preview .info h1 {
    font-size: 35px;
  }
  .home-preview .tc-demos-preview .demos .demo .img {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .home-preview .tc-builder-preview .nav-pills .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-preview .tc-builder-preview .nav-pills .nav-item .nav-link {
    padding: 20px;
  }
}
/* --------------------------------------------------------------
                        [ rtl home style ]
-------------------------------------------------------------- */
html[dir=rtl] body,
html[lang=ar] body {
  direction: rtl;
  font-family: "Beiruti", sans-serif;
  font-weight: 500;
}
html[dir=rtl] h1, html[dir=rtl] h2, html[dir=rtl] h3, html[dir=rtl] h4, html[dir=rtl] h5, html[dir=rtl] h6,
html[lang=ar] h1,
html[lang=ar] h2,
html[lang=ar] h3,
html[lang=ar] h4,
html[lang=ar] h5,
html[lang=ar] h6 {
  font-family: "Beiruti", sans-serif;
  font-weight: bold;
}
html[dir=rtl] .tc-header-st8 .head-item .float-info,
html[lang=ar] .tc-header-st8 .head-item .float-info {
  left: auto;
  right: 0;
}
html[dir=rtl] .tc-steps-st8 .r-shap,
html[dir=rtl] .tc-steps-st8 .l-shap,
html[lang=ar] .tc-steps-st8 .r-shap,
html[lang=ar] .tc-steps-st8 .l-shap {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
html[dir=rtl] .dropdown .dropdown-menu,
html[lang=ar] .dropdown .dropdown-menu {
  left: auto;
  right: 20px;
}
html[dir=rtl] .tc-aside-menu .links ul li a::before,
html[lang=ar] .tc-aside-menu .links ul li a::before {
  left: auto;
  right: 0;
}

html[dir=rtl] .tc-aside-menu-1 .links ul li a::before,
html[lang=ar] .tc-aside-menu-1 .links ul li a::before {
  left: auto;
  right: 0;
}

html[dir=rtl] .tc-aside-menu-2 .links ul li a::before,
html[lang=ar] .tc-aside-menu-2 .links ul li a::before {
  left: auto;
  right: 0;
}

/* --------------------------------------------------------------
                        [ dark theme style ]
-------------------------------------------------------------- */
.theme-dark {
  background-color: var(--cr-dark1);
  color: #E0E0E0;
}
.theme-dark .btn-dots {
  background-image: radial-gradient(#fff 1px, transparent 0);
}
.theme-dark .tc-navbar-st4 .side-links {
  background-color: var(--cr-dark2);
}
.theme-dark .tc-navbar-st4 .side-links .lnk:hover,
.theme-dark .tc-navbar-st4 .side-links .lnk.active {
  border-color: #fff;
}
.theme-dark .tc-features-st4 .feat-card {
  color: var(--cr-dark2);
}
.theme-dark .bg-white {
  background-color: var(--cr-dark2) !important;
}
.theme-dark .tc-skills-st4 .progress-wrapper .progress-item .cont-card {
  background-color: var(--cr-dark2);
}
.theme-dark .tc-pricing-st3 .pricing-card {
  background-color: var(--cr-dark2);
}
.theme-dark .tc-pricing-st3 .pricing-card.recomended {
  border: 1px solid #fff4;
}
.theme-dark .tc-blog-st4 .post-card .img .date {
  background-color: var(--cr-dark1);
}
.theme-dark .tc-footer-st4 {
  background-color: var(--cr-dark2);
}
.theme-dark.home-st7 {
  background-image: url(../img/body-bg-dark.jpg);
  background-repeat: repeat;
}
.theme-dark .txt-stroke {
  -webkit-text-stroke: 1px #E0E0E0;
}
.theme-dark .tc-header-st7 .sub-info {
  background-color: var(--cr-dark2);
}
.theme-dark .rotate-box .rotate-circle svg {
  fill: #E0E0E0;
}
.theme-dark .tc-skills-st7 .progress-side .progress-item {
  background-color: var(--cr-dark1);
}
.theme-dark .bg-light {
  background-color: var(--cr-dark2) !important;
}
.theme-dark .tc-team-st7 .team-card .img .curve {
  display: none;
}
.theme-dark .tc-faq-st7 .accordion .accordion-item .accordion-header .accordion-button {
  color: #E0E0E0;
}
.theme-dark .accordion-button::after {
  -webkit-filter: invert(0) brightness(1000%);
          filter: invert(0) brightness(1000%);
}
.theme-dark .tc-testimonials-st7,
.theme-dark .tc-testimonials-st7 .testimonials-wrapper {
  background-color: var(--cr-dark2);
}
.theme-dark .tc-testimonials-st7 .testimonials-wrapper::before {
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-dark2);
  box-shadow: -10px 10px 0 5px var(--cr-dark2);
}
.theme-dark .tc-testimonials-st7 .testimonials-wrapper::after {
  -webkit-box-shadow: -10px 10px 0 5px var(--cr-dark2);
  box-shadow: -10px 10px 0 5px var(--cr-dark2);
}

a.navbar-brand img {
    height: 70px;
}

a.logo img {
    height: 70px;
}

