/* ========= [ * page-home_1 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #f9f9f9;
  background-size: cover;
  background-repeat: repeat;
  padding: 0 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  z-index: 9999;
}
.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}
.side_menu_style4.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
  opacity: 1;
}
.side_menu_style4.show .main_links {
  text-align: center;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style4 .main_links {
  text-align: center;
  -webkit-transform: scaleX(1.4) scaleY(1.8);
          transform: scaleX(1.4) scaleY(1.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.side_menu_style4 .main_links .main_link {
  font-size: calc(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cr-green1);
}
.side_menu_style4 .main_links .main_link:hover {
  -webkit-text-stroke: 1px var(--cr-green1);
  color: transparent;
}
.side_menu_style4 .social_links a {
  font-size: 24px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}
.side_menu_style4 .social_links a:hover {
  border-color: #000;
}
.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 50px;
  right: 5vw;
  cursor: pointer;
  color: var(--cr-black1);
}

.side_menu4_overlay {
  position: absolute;
  z-index: 9995;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-green1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_menu4_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu4_overlay2 {
  position: absolute;
  z-index: 9990;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-green1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.side_menu4_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* --------------- navbar st6 --------------- */
.tc-navbar-st6 {
  position: relative;
  padding: 30px 0;
  margin: 0 4vw;
}
.tc-navbar-st6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(#fff5), color-stop(transparent), color-stop(transparent), color-stop(#fff5), to(#fff));
  background-image: linear-gradient(to left, #fff, #fff5, transparent, transparent, #fff5, #fff);
}
.tc-navbar-st6 .float-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 220px;
  padding: 17px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 0;
}
.tc-navbar-st6 .navbar-nav .nav-link {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  color: #fff;
}
.tc-navbar-st6 .side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st6 .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st6 .search-form input {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.tc-navbar-st6 .search-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--cr-green1);
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  z-index: 10;
  border: 0;
  width: 33px;
  height: 33px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-navbar-st6 .search-form button:hover {
  background-color: var(--cr-black1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st6 .side-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-navbar-st6 .side-nav li:nth-of-type(1) {
    width: 100%;
    margin: 10px 0;
  }
  .tc-navbar-st6 .side-nav .butn {
    -webkit-margin-start: 0 !important;
            margin-inline-start: 0 !important;
  }
}
/* --------------- header st6 --------------- */
.tc-header-st6 {
  position: relative;
  padding: 215px 0 150px;
  overflow: hidden;
}
.tc-header-st6::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-black1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-black1), transparent);
}
.tc-header-st6 .container {
  position: relative;
  z-index: 20;
}
.tc-header-st6 .bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-header-st6 h1 {
  font-size: 80px;
}
.tc-header-st6 .rotate-box {
  width: 180px;
  height: 180px;
  display: block;
  margin-top: 100px;
}
.tc-header-st6 .rotate-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-header-st6 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tc-header-st6 .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-header-st6 .text-content {
  position: relative;
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #fff3;
}
.tc-header-st6 .text-content .text {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .tc-header-st6 {
    padding: 150px 0;
  }
  .tc-header-st6 h1 {
    font-size: 50px;
  }
  .tc-header-st6 .bg {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
/* --------------- about st6 --------------- */
.tc-about-st6 {
  position: relative;
  padding: 150px 0;
}
.tc-about-st6 .img-circle {
  position: relative;
  border: 1px solid #fff;
  height: 550px;
  overflow: hidden;
  margin-bottom: 150px;
}
.tc-about-st6 .img-circle::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 800px;
  background-color: #fff;
  -webkit-transform: rotate(-44.5deg);
          transform: rotate(-44.5deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.tc-about-st6 .img-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tc-about-st6 .numbers {
  position: relative;
}
.tc-about-st6 .numbers .number-card {
  display: block;
  position: relative;
  margin-top: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  line-height: 1;
}
.tc-about-st6 .numbers .number-card:hover .txt {
  background-color: #fff;
  color: var(--cr-black1);
}
.tc-about-st6 .numbers .number-card h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-green1);
}
.tc-about-st6 .numbers .number-card h2 small {
  font-size: 50px;
}
.tc-about-st6 .numbers .number-card .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  background-color: var(--cr-black1);
}
.tc-about-st6 .img {
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 150px;
}
.tc-about-st6 .rotate-box {
  width: 180px;
  height: 180px;
  display: block;
  margin: -20px auto 0;
}
.tc-about-st6 .rotate-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-green1);
  padding: 25px;
  -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
}
.tc-about-st6 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tc-about-st6 .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 991px) {
  .tc-about-st6 .img-circle {
    width: 90vw;
    height: 90vw;
    margin-bottom: 100px;
  }
  .tc-about-st6 .numbers .number-card h2 {
    font-size: 80px;
  }
  .tc-about-st6 .img {
    width: 90vw;
    height: 90vw;
  }
}
/* --------------- services st6 --------------- */
.tc-services-st6 {
  position: relative;
}
.tc-services-st6 .row .col-lg-4:nth-of-type(2) {
  padding-top: 50px;
}
.tc-services-st6 .row .col-lg-4:nth-of-type(3) {
  padding-top: 100px;
}
.tc-services-st6 .service-card {
  position: relative;
  margin-top: 30px;
  padding: 50px 50px 120px;
  border-radius: 10px;
  background-color: #162033;
  border: 1px solid transparent;
  min-height: 450px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st6 .service-card:hover {
  background-color: transparent;
  border-color: var(--cr-green1);
}
.tc-services-st6 .service-card:hover .num {
  background-color: var(--cr-green1);
  color: var(--cr-black1);
}
.tc-services-st6 .service-card:hover .more-link {
  text-decoration: underline;
  color: var(--cr-green1);
}
.tc-services-st6 .service-card .num {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #fff3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-services-st6 .service-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}
.tc-services-st6 .service-card .title {
  font-size: 24px;
  line-height: 1.4;
}
.tc-services-st6 .service-card .title span {
  color: #9B9EA5;
  display: block;
}
.tc-services-st6 .service-card .more-link {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-services-st6 .row .col-lg-4:nth-of-type(2) {
    padding-top: 0;
  }
  .tc-services-st6 .row .col-lg-4:nth-of-type(3) {
    padding-top: 0;
  }
  .tc-services-st6 .service-card {
    padding: 30px 30px 100px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .tc-services-st6 .service-card .more-link {
    left: 30px;
    bottom: 30px;
  }
}
/* --------------- video st6 --------------- */
.tc-video-st6 {
  position: relative;
  margin: 150px 0;
  padding: 150px 0;
}
.tc-video-st6::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 2;
}
.tc-video-st6 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.tc-video-st6 .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-video-st6 .content {
  position: relative;
  z-index: 20;
}
.tc-video-st6 .content .info h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.tc-video-st6 .content .info h3 {
  font-size: 65px;
}
.tc-video-st6 .play-btn {
  position: absolute;
  top: calc(50% - 60px);
  right: -60px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  background-color: var(--cr-green1);
  color: var(--cr-black1);
  z-index: 50;
}

@media screen and (min-width: 991px) {
  .tc-video-st6 {
    -webkit-margin-end: calc((100% - 1320px) / 2 );
            margin-inline-end: calc((100% - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-video-st6 .content .info h2 {
    font-size: 60px;
  }
  .tc-video-st6 .content .info h3 {
    font-size: 45px;
  }
  .tc-video-st6 .play-btn {
    top: calc(100% - 60px);
    right: calc(50% - 60px);
  }
}
/* --------------- cases st6 --------------- */
.tc-cases-st6 {
  position: relative;
  padding-bottom: 150px;
  overflow: hidden;
}
.tc-cases-st6 .cases-slider {
  position: relative;
  z-index: 20;
}
.tc-cases-st6 .cases-slider .swiper-slide-active .case-card .info {
  opacity: 1;
  bottom: 40px;
}
.tc-cases-st6 .cases-slider .case-card {
  position: relative;
  display: block;
}
.tc-cases-st6 .cases-slider .case-card .img {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.tc-cases-st6 .cases-slider .case-card .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-cases-st6 .cases-slider .case-card .info {
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  border-radius: 10px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff03;
  border: 2px solid #ffffff1a;
  -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.25));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.tc-cases-st6 .cases-slider .case-card .info .title {
  font-size: 24px;
}
.tc-cases-st6 .cases-slider .case-card .info .tag {
  font-size: 14px;
  padding: 8px 15px;
  border: 1px solid #fff5;
  border-radius: 10px;
}
.tc-cases-st6 .more-btn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px;
  z-index: 5;
  font-weight: 500;
  line-height: 2;
  margin: 80px auto 0;
  border: 1px solid #fff5;
}

@media screen and (max-width: 991px) {
  .tc-cases-st6 .cases-slider .img {
    height: 300px;
  }
  .tc-cases-st6 .case-card .info {
    display: block !important;
  }
  .tc-cases-st6 .case-card .info .tag {
    margin-top: 30px;
  }
}
/* --------------- testimonials st6 --------------- */
.tc-testimonials-st6 {
  position: relative;
  padding: 150px 0;
  background-color: #121B2D;
}
.tc-testimonials-st6 .testi-card {
  position: relative;
  padding: 40px;
  border-radius: 5px;
  background-color: #1B253A;
  margin-bottom: 120px;
}
.tc-testimonials-st6 .testi-card::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -80px;
  width: 100%;
  height: 85px;
  background-color: #151F33;
  border-radius: 0 0 5px 5px;
  pointer-events: none;
}
.tc-testimonials-st6 .testi-card .img {
  position: absolute;
  right: 0;
  bottom: -80px;
  height: 225px;
  z-index: 10;
  pointer-events: none;
}
.tc-testimonials-st6 .testi-card .img img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.tc-testimonials-st6 .testi-card .txt {
  min-height: 215px;
}
.tc-testimonials-st6 .clients .brands {
  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;
  border-bottom: 1px solid #fff1;
  margin-top: 90px;
}
.tc-testimonials-st6 .clients .brands .brand {
  max-width: 185px;
  max-height: 30px;
  margin-bottom: 30px;
  opacity: 40%;
}
.tc-testimonials-st6 .clients .brands .brand:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st6 .clients .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-testimonials-st6 .clients .brands .brand {
    max-width: unset;
    width: 24%;
    margin: 4%;
  }
}
/* --------------- team st6 --------------- */
.tc-team-st6 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st6 .title {
  position: relative;
  margin-bottom: 80px;
}
.tc-team-st6 .title h6 {
  font-size: 16px;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #fff1;
  text-transform: uppercase;
  color: var(--cr-green1);
}
.tc-team-st6 .title h2 {
  font-size: 64px;
  letter-spacing: -1.28px;
}
.tc-team-st6 .nav-pills {
  display: block;
}
.tc-team-st6 .nav-pills .nav-item:last-of-type .nav-link {
  border-bottom: 0;
}
.tc-team-st6 .nav-pills .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 50px;
  padding: 30px 0;
  border-bottom: 1px solid #fff1;
  font-weight: 700;
  width: 100%;
  text-align: start;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st6 .nav-pills .nav-item .nav-link.active {
  opacity: 1;
  color: #fff;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-team-st6 .nav-pills .nav-item .nav-link.active .star {
  opacity: 1;
}
.tc-team-st6 .nav-pills .nav-item .nav-link .star {
  position: absolute;
  left: 0;
  top: 52px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st6 .tab-content {
  position: relative;
  height: 650px;
}
.tc-team-st6 .tab-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  z-index: 2;
}
.tc-team-st6 .tab-content .tab-pane.show .img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-team-st6 .tab-content .img {
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@media screen and (max-width: 991px) {
  .tc-team-st6 {
    overflow: hidden;
  }
  .tc-team-st6 .title h2 {
    font-size: 40px;
  }
  .tc-team-st6 .nav-pills .nav-item .nav-link {
    font-size: 30px;
  }
  .tc-team-st6 .nav-pills .nav-item .nav-link .star {
    top: 38px;
  }
}
/* --------------- blog st6 --------------- */
.tc-blog-st6 {
  position: relative;
  padding: 150px 0;
}
.tc-blog-st6 .section-head-st6::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF), to(#ffffff00));
  background-image: linear-gradient(90deg, #FFF 0%, #ffffff00 100%);
}
.tc-blog-st6 .container {
  position: relative;
  z-index: 20;
}
.tc-blog-st6 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tc-blog-st6 .bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-black1);
  opacity: 0.7;
}
.tc-blog-st6 .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-blog-st6 .overlay-card {
  position: relative;
  margin-top: 30px;
}
.tc-blog-st6 .overlay-card .tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.tc-blog-st6 .overlay-card .tags a {
  border: 1px solid #fff2;
  border-radius: 10px;
  padding: 8px 15px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.tc-blog-st6 .overlay-card .img {
  display: block;
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-st6 .overlay-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000df), to(transparent));
  background-image: linear-gradient(to top, #000000df, transparent);
}
.tc-blog-st6 .overlay-card .info {
  position: absolute;
  z-index: 50;
  width: 100%;
  padding: 30px;
  left: 0;
  bottom: 0;
}
.tc-blog-st6 .overlay-card .info .title {
  font-size: 24px;
}
.tc-blog-st6 .overlay-card .info .title:hover {
  color: var(--cr-green1);
}
.tc-blog-st6 .info-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.tc-blog-st6 .info-card .tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.tc-blog-st6 .info-card .tags a {
  border: 1px solid #fff2;
  border-radius: 10px;
  padding: 8px 15px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.tc-blog-st6 .info-card .img {
  display: block;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.tc-blog-st6 .info-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000df), to(transparent));
  background-image: linear-gradient(to top, #000000df, transparent);
}
.tc-blog-st6 .info-card .info {
  position: relative;
  padding: 50px;
  padding-bottom: 150px;
  background-color: #fff;
  color: var(--cr-black1);
  height: 100%;
}
.tc-blog-st6 .info-card .info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}
.tc-blog-st6 .info-card .info * {
  position: relative;
  z-index: 5;
}
.tc-blog-st6 .info-card .info .title {
  font-size: 24px;
  margin-bottom: 20px;
}
.tc-blog-st6 .info-card .info .title:hover {
  color: var(--cr-green1);
}
.tc-blog-st6 .info-card .info .butn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 6;
}

/* --------------- footer st6 --------------- */
.tc-footer-st6 {
  position: relative;
  padding-top: 120px;
}
.tc-footer-st6 .top-info {
  padding-bottom: 120px;
}
.tc-footer-st6 .top-info h3 {
  font-size: 34px;
}
.tc-footer-st6 .top-info h3 .txt-line {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.4;
  display: inline;
}
.tc-footer-st6 .rotate-box {
  width: 180px;
  height: 180px;
  display: block;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.tc-footer-st6 .rotate-box .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.tc-footer-st6 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tc-footer-st6 .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0.3;
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-footer-st6 .footer-links {
  padding: 30px 0;
  border-top: 1px solid #fff2;
}
.tc-footer-st6 .footer-links a {
  font-size: 16px;
  /* text-transform: capitalize; */
}
.tc-footer-st6 .footer-links .col-lg-6:first-of-type a {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.tc-footer-st6 .footer-links .col-lg-6:last-of-type a {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
}
.tc-footer-st6 .lg-txt {
  font-size: calc(15vw + 35px);
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  display: block;
  color: transparent;
  -webkit-text-stroke: 2.5px #fff;
  position: relative;
}
.tc-footer-st6 .lg-txt::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-black1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-black1), transparent);
}
.tc-footer-st6 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #fff2;
}
.tc-footer-st6 .foot .social-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st6 {
    overflow: hidden;
  }
  .tc-footer-st6 .lg-txt {
    font-size: calc(14vw + 20px);
  }
  .tc-footer-st6 .footer-links .col-lg-6:last-of-type a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
  .tc-footer-st6 .foot {
    text-align: center;
  }
}
.home-st6 {
  position: relative;
  background-color: var(--cr-black1);
  color: #fff;
}
.home-st6 h1, .home-st6 h2, .home-st6 h3, .home-st6 h4, .home-st6 h5, .home-st6 h6 {
  font-weight: 700;
}
.home-st6 .text {
  color: #9B9EA5;
}
.home-st6 .section-head-st6 {
  padding: 20px 0;
  position: relative;
  margin-bottom: 40px;
}
.home-st6 .section-head-st6 .line {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#3D4C69), to(rgba(61, 76, 105, 0)));
  background: linear-gradient(90deg, #3D4C69 0%, rgba(61, 76, 105, 0) 100%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
.home-st6 .section-head-st6 .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.home-st6 .section-head-st6 h6 {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .home-st6 br {
    display: none;
  }
  .home-st6 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st6 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st6 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st6 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st6 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st6 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st6 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st6 .fsz-65 {
    font-size: 40px !important;
  }
}