/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st8 --------------- */
.tc-navbar-st8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  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: 0;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st8 .nav-side {
  padding: 30px 50px;
}
.tc-navbar-st8 .side_menu_btn {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st8 .side_menu_btn .txt {
  font-size: 16px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-weight: bold;
  text-transform: capitalize;
}
.tc-navbar-st8 .side_menu_btn:hover::before, .tc-navbar-st8 .side_menu_btn:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st8 .side_menu_btn::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 8px);
  width: 40px;
  height: 2px;
  background-color: var(--cr-dark1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st8 .side_menu_btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: var(--cr-dark1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st8 .navbar-nav a {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st8 {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #9993;
  }
}
/* --------------- header st8 --------------- */
.tc-header-st8 {
  position: relative;
  background-color: #F8F1EE;
  overflow: hidden;
}
.tc-header-st8 .header-shaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.tc-header-st8 .content {
  margin-bottom: 150px;
}
.tc-header-st8 .content .mini-img {
  position: relative;
  height: 70px;
  width: 270px;
  border-radius: 70px;
  overflow: hidden;
}
.tc-header-st8 h1 {
  font-size: 128px;
  text-transform: uppercase;
  line-height: 1.2;
}
.tc-header-st8 h1 .text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st8 h1 .text-row:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tc-header-st8 h1 .text-row .txt {
  font-size: 16px;
  text-transform: capitalize;
  text-align: end;
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
  -webkit-margin-start: 5vw;
          margin-inline-start: 5vw;
}
.tc-header-st8 h1 .text-row .shap {
  height: 30px;
  margin: 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st8 .hero-img {
  position: relative;
  width: 150%;
  left: -30%;
  height: 100%;
  z-index: 20;
}
.tc-header-st8 .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-header-st8 .float-txt {
  position: absolute;
  left: 0;
  bottom: 40px;
  font-size: 158px;
  font-weight: 300;
  line-height: 26px;
  text-transform: lowercase;
  color: #1515150d;
}

@media screen and (max-width: 991px) {
  .tc-header-st8 .content {
    padding-top: 100px !important;
    margin-bottom: 50px;
  }
  .tc-header-st8 .content h1 {
    font-size: 25px;
  }
  .tc-header-st8 .content h1 .text-row {
    display: inline;
  }
  .tc-header-st8 .content h1 .text-row .txt {
    font-size: 25px;
    text-align: start;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    display: inline;
  }
  .tc-header-st8 .content h1 .text-row .shap {
    display: none;
  }
  .tc-header-st8 .content .mt-50 {
    margin-top: 30px !important;
  }
  .tc-header-st8 .hero-img {
    width: 100%;
    left: 0;
  }
}
/* --------------- footer st8 --------------- */
.tc-marq-sliders {
  position: relative;
}
.tc-marq-sliders .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-marq-sliders .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-marq-sliders .slider {
  position: relative;
  background-color: #fff;
  color: var(--cr-dark1);
  width: 140%;
  left: -30%;
  border-top: 1px solid #9992;
  border-bottom: 1px solid #9992;
  margin: -50px 0;
}
.tc-marq-sliders .slider:first-of-type {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.tc-marq-sliders .slider:last-of-type {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  z-index: 10;
}
.tc-marq-sliders .slider .item {
  position: relative;
  padding: 30px 0;
}
.tc-marq-sliders .slider .item::after {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 1px solid var(--cr-dark1);
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .tc-marq-sliders {
    overflow: hidden;
  }
  .tc-marq-sliders .slider {
    width: 100%;
    left: 0;
    margin: 0;
    position: relative;
    z-index: 20;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
}
/* --------------- about st8 --------------- */
.tc-about-st8 {
  position: relative;
  padding: 200px 0 140px;
}
.tc-about-st8 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  z-index: 20;
  margin-top: 20px;
  margin-top: -30px;
}
.tc-about-st8 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st8 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: var(--cr-dark1);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st8 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: var(--cr-dark1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-about-st8 .img {
  position: relative;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
  height: 475px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .tc-about-st8 {
    padding: 140px 0;
  }
  .tc-about-st8 .fsz-80 {
    font-size: 50px !important;
    margin-bottom: 50px;
  }
}
/* --------------- services st8 --------------- */
.tc-services-st8 {
  position: relative;
  padding: 0 3vw;
}
.tc-services-st8 .title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #9994;
}
.tc-services-st8 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-services-st8 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-services-st8 .services-content {
  position: relative;
  padding: 140px 0;
  background-color: #f5eeef;
}
.tc-services-st8 .service-card {
  position: relative;
  margin-bottom: 50px;
}
.tc-services-st8 .service-card:nth-of-type(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-services-st8 .service-card .img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.tc-services-st8 .service-card .info .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9995;
  font-weight: bold;
  margin-bottom: 30px;
}
.tc-services-st8 .service-card .info .icon-list {
  position: relative;
  margin-top: 30px;
}
.tc-services-st8 .service-card .info .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 991px) {
  .tc-services-st8 .service-card .img {
    margin-bottom: 50px;
  }
  .tc-services-st8 .service-card .w-auto {
    width: 100% !important;
  }
}
/* --------------- portfolio st8 --------------- */
.tc-portfolio-st8 {
  position: relative;
  padding: 140px 0;
}
.tc-portfolio-st8 .title h2 {
  font-size: 138px;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-portfolio-st8 .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st8 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st8 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st8 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding-right: 25px;
}
.tc-portfolio-st8 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}
.tc-portfolio-st8 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}
.tc-portfolio-st8 .project-card {
  position: relative;
  display: block;
  margin-top: 24px;
  color: #fff;
}
.tc-portfolio-st8 .project-card .img {
  position: relative;

  overflow: hidden;
}
.tc-portfolio-st8 .project-card .info {
  position: absolute;
  z-index: 20;
  padding: 50px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st8 .title h2 {
    font-size: 50px;
  }
  .tc-portfolio-st8 .nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding-right: 15px;
  }
}
/* --------------- clients st8 --------------- */
.tc-clients-st8 {
  position: relative;
  padding-bottom: 140px;
}
.tc-clients-st8 .cards {
  position: relative;
  margin-top: 50px;
}
.tc-clients-st8 .cards::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 100%;
  height: 4px;
  background-color: var(--cr-dark1);
}
.tc-clients-st8 .cards .cl-line {
  position: absolute;
  left: 58%;
  top: 0;
  height: 100%;
}
.tc-clients-st8 .float-txt {
  position: absolute;
  left: 0;
  top: -50px;
  left: 60%;
  font-weight: 700;
  font-size: 18px;
}
.tc-clients-st8 .item {
  position: relative;
  height: 40px;
  margin: 40px 0;
}

@media screen and (max-width: 991px) {
  .tc-clients-st8 {
    overflow: hidden;
  }
  .tc-clients-st8 .cards {
    margin-top: 0;
    text-align: center;
  }
  .tc-clients-st8 .cards .item {
    margin: 30px 0;
  }
  .tc-clients-st8 .cards .cl-line,
.tc-clients-st8 .cards .float-txt, .tc-clients-st8 .cards::before {
    display: none;
  }
}
/* --------------- skills st8 --------------- */
.tc-skills-st8 {
  position: relative;
  padding: 0 3vw;
  overflow: hidden;
}
.tc-skills-st8 .section-content {
  position: relative;
  padding: 140px 0;
  background-color: #f5eeef;
}
.tc-skills-st8 .title {
  position: relative;
}
.tc-skills-st8 .title .vec3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 110px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-skills-st8 .lg-txt {
  font-size: 140px;
  -webkit-text-stroke: 1px #9995;
  color: transparent;
  text-transform: uppercase;
  line-height: 1;
}
.tc-skills-st8 .lg-txt span {
  position: relative;
  margin: 0 -15px;
}
.tc-skills-st8 .lg-txt span:nth-of-type(3) {
  background-image: url(../img/sk_mask.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 270px;
  margin: 0 -60px;
  top: 30px;
}
.tc-skills-st8 .progress-side .shap-img {
  width: 40%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-skills-st8 .progress-side .progress {
  height: 4px;
}
.tc-skills-st8 .progress-side .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-skills-st8 {
    overflow: hidden;
  }
  .tc-skills-st8 .fsz-80 {
    font-size: 40px !important;
  }
  .tc-skills-st8 .title .vec3 {
    display: none;
  }
  .tc-skills-st8 .lg-txt {
    font-size: 90px;
    white-space: nowrap;
  }
  .tc-skills-st8 .lg-txt span {
    margin: 0 -10px;
  }
  .tc-skills-st8 .lg-txt span:nth-of-type(3) {
    font-size: 200px;
    margin: 0 -40px;
  }
}
/* --------------- testimonials st8 --------------- */
.tc-testimonials-st8 {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}
.tc-testimonials-st8 .testi-slider {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.tc-testimonials-st8 .testi-slider .swiper-pagination {
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  bottom: 15px !important;
}
.tc-testimonials-st8 .testi-card {
  position: relative;
}
.tc-testimonials-st8 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-testimonials-st8 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st8 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st8 .testi-card .main-txt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9993;
}
.tc-testimonials-st8 .trans-txt {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg) translateX(-100px);
          transform: rotate(90deg) translateX(-100px);
  white-space: nowrap;
}
.tc-testimonials-st8 .trans-txt .icon {
  height: 50px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st8 .testi-card .main-txt {
    font-size: 18px;
  }
}
/* --------------- footer st8 --------------- */
.tc-footer-st8 {
  position: relative;
  padding: 0 3vw;
}
.tc-footer-st8 .foot-shapes {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tc-footer-st8 .subscribe {
  position: relative;
  padding: 120px 0;
  background-image: url(../img/subs_bg.png);
  background-size: cover;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-footer-st8 .subscribe h2 {
  font-size: 120px;
  text-transform: capitalize;
}
.tc-footer-st8 .links-wrapper {
  position: relative;
  padding: 120px 0;
}
.tc-footer-st8 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: bold;
  margin: 5px 0;
}
.tc-footer-st8 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st8 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st8 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st8 .form .form-control {
  border: 0;
  border-bottom: 1px solid #9994;
  background-color: transparent;
  border-radius: 0;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .tc-footer-st8 .subscribe h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.home-st8 {
  position: relative;
}
.home-st8 .bg-lines {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3vw;
  pointer-events: none;
  opacity: 5%;
}
.home-st8 .bg-lines span {
  width: 1px;
  height: 100%;
  background-color: var(--cr-dark1);
}

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

/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st3 --------------- */
.tc-navbar-st3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st3 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #151515;
  text-transform: capitalize;
}
.tc-navbar-st3 .navbar-nav .nav-link:hover, .tc-navbar-st3 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st3 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st3 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st3 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st3 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st3 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st3 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st3 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st3 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st3 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st3 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 {
    position: relative;
    background-color: #f5eeef;
  }
  .tc-navbar-st3 .logo-wrapper {
    width: 100%;
  }
  .tc-navbar-st3 .logo-wrapper .navbar-brand {
    width: calc(100% - 80px);
  }
  .tc-navbar-st3 .navbar-nav .lang-dropdown .nav-link {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
/* --------------- header st3 --------------- */
.tc-header-st3 {
  position: relative;
  min-height: 100vh;
}
.tc-header-st3 .content {
  position: relative;
  padding: 120px 3vw;
}
.tc-header-st3 .shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.tc-header-st3 .header_shap {
  position: absolute;
  top: 0;
  left: 30%;
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.tc-header-st3 .ltr1 {
  position: absolute;
  top: 80px;
  right: 7%;
  font-size: 220px;
  line-height: 1;
  background-image: url(../img/ltr1.jpg);
  background-size: contain;
  background-clip: text;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
}
.tc-header-st3 .ltr2 {
  position: absolute;
  bottom: 70px;
  left: 4%;
  font-size: 220px;
  line-height: 1;
  background-image: url(../img/ltr2.jpg);
  background-size: contain;
  background-clip: text;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-transform: uppercase;
}
.tc-header-st3 h1 {
  position: relative;
  z-index: 20;
  margin: 100px 0;
  font-size: 200px;
  text-align: center;
  text-transform: capitalize;
}
.tc-header-st3 h1 .item {
  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;
}
.tc-header-st3 h1 .item small {
  font-size: 30px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st3 h1 .item .line {
  height: 1px;
  width: 300px;
  background-color: #999;
}
.tc-header-st3 .head-services {
  position: relative;
}
.tc-header-st3 .head-services .ser-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tc-header-st3 .head-services .ser-row::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 1300px) / 2 );
  height: 100%;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
.tc-header-st3 .head-services .ser-row::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: calc((100vw - 1300px) / 2 );
  height: 100%;
  border-top: 1px solid #151515;
  border-bottom: 1px solid #151515;
}
.tc-header-st3 .head-services .ser-row a:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-start: 0;
          border-inline-start: 0;
}
.tc-header-st3 .head-services .ser-row a:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.tc-header-st3 .head-services .ser-row .ser-link {
  font-size: 24px;
  font-weight: 600;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #151515;
  border-radius: 80px;
}
.tc-header-st3 .head-services .ser-row .ser-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #151515;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st3 .head-services .ser-row .ser-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-header-st3 h1 {
    margin: 80px 0;
    font-size: 60px;
  }
  .tc-header-st3 .ltr1,
.tc-header-st3 .ltr2 {
    font-size: 100px;
  }
  .tc-header-st3 .head-services .ser-row .ser-link {
    font-size: 10px;
    height: 40px;
    text-align: center;
    padding: 10px 10px;
  }
  .tc-header-st3 .head-services .ser-row .ser-icon {
    width: 30px;
    height: 30px;
  }
  .tc-header-st3 .head-services .ser-row .ser-icon img {
    width: 20px;
    height: 20px;
  }
}
/* --------------- about st3 --------------- */
.tc-about-st3 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.tc-about-st3 .title {
  position: relative;
}
.tc-about-st3 .title .float-txt {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(33%);
          transform: translateX(33%);
  line-height: 0.7;
  font-size: 220px;
  color: #f5eeef;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.tc-about-st3 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}
.tc-about-st3 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  z-index: 20;
  margin-top: 20px;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
}
.tc-about-st3 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st3 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st3 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-about-st3 .main-img {
  width: 415px;
  height: 415px;
  max-height: 90vw;
  max-width: 90vw;
}
.tc-about-st3 .main-img img {
  border-radius: 50%;
}

/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding-top: 150px;
  background-color: #f5eeef;
}
.tc-services-st3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.tc-services-st3 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  z-index: 20;
}
.tc-services-st3 .services-slider .swiper-slide-active .service-card {
  -webkit-box-shadow: 0 20px 20px #0001;
          box-shadow: 0 20px 20px #0001;
}
.tc-services-st3 .service-card {
  position: relative;
  background-color: #fff;
  padding: 50px 30px;
}
.tc-services-st3 .service-card .inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tc-services-st3 .service-card .inf .progress {
  height: 4px;
}
.tc-services-st3 .service-card .inf .progress .progress-bar {
  background-color: #151515;
}
.tc-services-st3 .service-card .img {
  position: relative;
  height: 320px;
}
.tc-services-st3 .service-card .img::after {
  position: absolute;
  content: "";
  right: calc(100% - 70px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-orange1);
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.tc-services-st3 .service-card .img img {
  position: relative;
  z-index: 10;
}

/* --------------- capabilities st3 --------------- */
.tc-capabilities-st3 {
  position: relative;
  padding: 150px 0;
}
.tc-capabilities-st3 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-capabilities-st3 .accordion .accordion-item {
  border-radius: 0 !important;
  border: 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button {
  border: 0;
  border-radius: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border-bottom: 1px solid #9994;
  color: #151515;
  padding: 20px 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button::after {
  display: none;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button .arrow {
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: 28px;
  opacity: 0.5;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-button:not(.collapsed) .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-body {
  padding: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-capabilities-st3 .accordion .accordion-item .accordion-body .img {
  height: 250px;
  margin: -90px 0;
}

@media screen and (max-width: 991px) {
  .tc-capabilities-st3 .accordion .accordion-item .accordion-body .img {
    margin: 20px 0 0;
  }
}
/* --------------- portfolio st3 --------------- */
.tc-portfolio-st3 {
  position: relative;
}
.tc-portfolio-st3 .title h2 {
  font-size: 200px;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-portfolio-st3 .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st3 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st3 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st3 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding-right: 25px;
}
.tc-portfolio-st3 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}
.tc-portfolio-st3 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}
.tc-portfolio-st3 .project-card {
  position: relative;
  display: block;
  margin-top: 50px;
}
.tc-portfolio-st3 .project-card:hover .img::after {
  opacity: 0.5;
}
.tc-portfolio-st3 .project-card:hover .info .cir-butn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st3 .project-card:hover .info h6 a {
  text-decoration: underline;
}
.tc-portfolio-st3 .project-card .img {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.tc-portfolio-st3 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st3 .project-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  text-align: center;
}
.tc-portfolio-st3 .project-card .info .info-card {
  position: relative;
  padding: 30px;
}
.tc-portfolio-st3 .project-card .info .info-card * {
  position: relative;
  z-index: 20;
}
.tc-portfolio-st3 .project-card .info .info-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.tc-portfolio-st3 .project-card .info .cir-butn {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.tc-portfolio-st3 .project-card .info .cir-butn .cont img {
  width: 35px;
  height: 35px;
}
.tc-portfolio-st3 .btns .cir-butn {
  width: 300px;
  height: 300px;
}
.tc-portfolio-st3 .btns .cir-butn .txt {
  font-size: 30px;
}
.tc-portfolio-st3 .btns .cir-butn .arrow {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st3 .title h2 {
    font-size: 50px;
  }
  .tc-portfolio-st3 .nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding-right: 15px;
  }
}
/* --------------- features st3 --------------- */
.tc-features-st3 {
  position: relative;
  padding: 150px 0;
}
.tc-features-st3 .feat-card {
  position: relative;
  padding: 40px 30px;
  border: 1px solid #9995;
  border-radius: 30px;
}

/* --------------- testimonials st3 --------------- */
.tc-testimonials-st3 {
  position: relative;
  background-color: #f5eeef;
  padding-top: 150px;
}
.tc-testimonials-st3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.tc-testimonials-st3 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-testimonials-st3 .vec2 {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-testimonials-st3 .testi-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  z-index: 20;
}
.tc-testimonials-st3 .testi-card {
  position: relative;
  padding: 50px;
  background-color: #fff;
}
.tc-testimonials-st3 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-testimonials-st3 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st3 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st3 .testi-card .main-txt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9993;
}

/* --------------- numbers st3 --------------- */
.tc-numbers-st3 {
  position: relative;
  padding: 120px 0;
}
.tc-numbers-st3 .numbers {
  position: relative;
}
.tc-numbers-st3 .numbers .row .col-lg-3:nth-of-type(2) .number-card::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  right: 15px;
  bottom: 60px;
}
.tc-numbers-st3 .numbers .number-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #9993;
  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: 60px;
  margin: 30px auto 0;
  overflow: hidden;
}
.tc-numbers-st3 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-numbers-st3 .numbers .number-card p span {
  color: #000;
}
.tc-numbers-st3 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
}

/* --------------- video st3 --------------- */
.tc-video-st3 {
  position: relative;
}
.tc-video-st3 .video-card {
  position: relative;
}
.tc-video-st3 .video-card .img {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.tc-video-st3 .video-card .play-btn {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  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;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-video-st3 .video-card .img {
    height: 350px;
  }
}
/* --------------- clients st3 --------------- */
.tc-clients-st3 {
  position: relative;
  background-color: #f5eeef;
  padding: 150px 0;
}
.tc-clients-st3 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-clients-st3 .title {
  position: relative;
  margin-bottom: 20px;
}
.tc-clients-st3 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-clients-st3 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-clients-st3 .cards .logo {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  margin-top: 30px;
}
.tc-clients-st3 .cards .logo img {
  height: 30px;
  max-width: 75%;
}

/* --------------- blog st3 --------------- */
.tc-blog-st3 {
  position: relative;
  padding: 150px 0;
}
.tc-blog-st3 .title-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.tc-blog-st3 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st3 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.tc-blog-st3 .post-overlay {
  position: relative;
}
.tc-blog-st3 .post-overlay .img {
  position: relative;
}
.tc-blog-st3 .post-overlay .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-blog-st3 .post-overlay .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-blog-st3 .post-overlay .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st3 .post-overlay .info .title {
  font-size: 32px;
  text-transform: capitalize;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .tc-blog-st3 .post-overlay .info {
    padding: 15px;
  }
  .tc-blog-st3 .post-overlay .info .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
  }
}
/* --------------- instagram st3 --------------- */
.tc-instagram-st3 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
}
.tc-instagram-st3 .cards .img {
  position: relative;
  width: 20vw;
  height: 20vw;
}
.tc-instagram-st3 .cards .img:hover::after {
  opacity: 0.5;
}
.tc-instagram-st3 .cards .img:hover .icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-instagram-st3 .cards .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-instagram-st3 .cards .img .icon {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-instagram-st3 .cards .img {
    width: 50vw;
    height: 50vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* --------------- footer st3 --------------- */
.tc-footer-st3 {
  position: relative;
}
.tc-footer-st3 .foot-shapes {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 150px;
}
.tc-footer-st3 .subscribe {
  position: relative;
  padding: 120px 0;
  border-bottom: 1px solid #9993;
}
.tc-footer-st3 .subscribe h2 {
  font-size: 120px;
  text-transform: capitalize;
}
.tc-footer-st3 .links-wrapper {
  position: relative;
  padding: 120px 0;
}
.tc-footer-st3 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st3 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st3 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st3 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st3 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #f5eeef;
  color: var(--cr-dark1);
}
.tc-footer-st3 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st3 .subscribe h2 {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .tc-footer-st3 .foot {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .home-st3 br {
    display: none;
  }
  .home-st3 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st3 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st3 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st3 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st3 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st3 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st3 .mt-5 {
    margin-top: 2rem !important;
  }
}

.tc-navbar-st5 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  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: 0;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st5 .nav-side {
  padding: 30px 50px;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-navbar-st5 .side_menu_btn {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  height: 15px;
}
.tc-navbar-st5 .side_menu_btn:hover::before, .tc-navbar-st5 .side_menu_btn:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st5 .side_menu_btn::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st5 .side_menu_btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st5 .navbar-nav a {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st5 {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #9993;
  }
}
/* --------------- header st5 --------------- */
.tc-header-st5 {
  position: relative;
}
.tc-header-st5 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.tc-header-st5 .head-shaps {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.tc-header-st5 .header-card {
  position: relative;
  padding-top: 150px;
  min-height: 100vh;
}
.tc-header-st5 .header-card .info h6 {
  position: relative;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tc-header-st5 .header-card .info h6 .line {
  position: relative;
  width: 140px;
  height: 1px;
  background-color: var(--cr-dark1);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-header-st5 .header-card .info h6 .line::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--cr-dark1);
}
.tc-header-st5 .header-card .info h6 .line::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--cr-dark1);
}
.tc-header-st5 .header-card .info h1 {
  font-size: 125px;
  line-height: 1.2;
}
.tc-header-st5 .header-card .info .sub-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 100px;
}
.tc-header-st5 .header-card .main-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-st5 .header-card .head-vec1 {
  position: absolute;
  left: 55%;
  bottom: 50px;
  max-width: 20%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-header-st5 .header-card .info h1 {
    font-size: 45px;
  }
  /*.tc-header-st5 .header-card .main-img {
    display: none;
  }*/
  .tc-header-st5 .lines {
    width: 100%;
  }
}
/* --------------- capabilities st5 --------------- */
.tc-capabilities-st5 {
  position: relative;
  background-color: var(--cr-dark1);
  overflow: hidden;
}
.tc-capabilities-st5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100vw - 1300px) / 2 );
  background-color: var(--cr-dark1);
  z-index: 20;
}
.tc-capabilities-st5 .capabilities-title {
  position: relative;
  padding: 100px 50px;
  background-color: #fff;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
}
.tc-capabilities-st5 .capabilities-title .number-card {
  position: relative;
  margin-top: 40px;
  width: 166px;
  height: 172px;
  padding: 25px;
}
.tc-capabilities-st5 .capabilities-title .number-card svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont {
  position: relative;
  z-index: 20;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont .num {
  position: relative;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid #9999;
  border-radius: 50%;
  font-weight: bold;
}
.tc-capabilities-st5 .capabilities-title .number-card .cont .num::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tc-capabilities-st5 .capabilities-slider {
  position: relative;
  padding: 100px 0;
  color: #fff;
}
.tc-capabilities-st5 .capabilities-card {
  position: relative;
  padding: 40px 30px;
  border: 1px solid #fff1;
  border-radius: 30px;
  text-wrap: balance;
}
.tc-capabilities-st5 .capabilities-card .icon {
  margin-bottom: 40px;
}
.tc-capabilities-st5 .capabilities-card .text {
  color: #ababab;
}

@media screen and (max-width: 991px) {
  .tc-capabilities-st5 {
    padding-top: 12px;
  }
}
/* --------------- video st5 --------------- */
.tc-video-st5 {
  position: relative;
  background-color: var(--cr-dark1);
}
.tc-video-st5::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: calc((100vw - 1300px) / 2 );
  height: 120px;
  background-color: var(--cr-green1);
}
.tc-video-st5 .video-card {
  position: relative;
  height: 750px;
  overflow: hidden;
}
.tc-video-st5 .play-btn {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 991px) {
  .tc-video-st5 {
    -webkit-padding-start: calc((100vw - 1300px) / 2 );
            padding-inline-start: calc((100vw - 1300px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-video-st5 .video-card {
    height: 500px;
  }
}
/* --------------- about st5 --------------- */
.tc-about-st5 {
  position: relative;
  padding: 150px 0;
}
.tc-about-st5 .services-links {
  padding-bottom: 100px;
  border-bottom: 1px solid #9995;
}
.tc-about-st5 .services-links a {
  position: relative;
  font-size: 52px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  color: #777;
  display: inline;
  font-family: "mona-Light";
}
.tc-about-st5 .services-links a .dash {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-weight: 300;
}
.tc-about-st5 .services-links a .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #9993;
  border-radius: 50%;
  position: relative;
  top: -30px;
  font-size: 14px;
}
.tc-about-st5 .services-links a:last-of-type {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-about-st5 .services-links a:last-of-type .dash {
  display: none;
}
.tc-about-st5 .services-links a:hover {
  font-weight: bold;
  color: var(--cr-dark1);
}
.tc-about-st5 .img {
  position: relative;
  height: 410px;
  -webkit-mask-image: url(../img/ab_mask.png);
          mask-image: url(../img/ab_mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.tc-about-st5 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  z-index: 20;
  margin-top: 20px;
  margin-top: -30px;
}
.tc-about-st5 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st5 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: var(--cr-dark1);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st5 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: var(--cr-dark1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 991px) {
  .tc-about-st5 {
    overflow: hidden;
  }
  .tc-about-st5 .services-links a {
    font-size: 14px;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
    display: inline-block;
  }
  .tc-about-st5 .services-links a .dash {
    display: none;
  }
  .tc-about-st5 .services-links a .num {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 5px;
    top: 0;
    font-size: 11px;
  }
}
/* --------------- portfolio st5 --------------- */
.tc-portfolio-st5 {
  position: relative;
  padding-top: 150px;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-portfolio-st5 .vec9 {
  position: absolute;
  top: 35%;
  left: 0;
}
.tc-portfolio-st5 .vec2 {
  position: absolute;
  top: 60%;
  right: 0;
}
.tc-portfolio-st5 .title {
  position: relative;
  padding: 50px 0;
}
.tc-portfolio-st5 .title h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: calc(11vw + 30px);
  color: #fff1;
  text-transform: uppercase;
  line-height: 0.8;
}
.tc-portfolio-st5 .title .nav-pills {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  padding: 15px 30px;
  background-color: var(--cr-dark1);
  border: 1px solid #fff2;
}
.tc-portfolio-st5 .title .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st5 .title .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st5 .title .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st5 .title .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 25px 0 15px;
}
.tc-portfolio-st5 .title .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 0px;
}
.tc-portfolio-st5 .title .nav-pills .nav-item .nav-link.active {
  color: #fff;
}
.tc-portfolio-st5 .project-slider {
  position: relative;
  overflow: hidden;
}
.tc-portfolio-st5 .project-slider .swiper-button-prev,
.tc-portfolio-st5 .project-slider .swiper-button-next {
  position: absolute;
  width: 85px;
  height: 85px;
  border: 1px solid #fff2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 !important;
  top: 100px;
}
.tc-portfolio-st5 .project-slider .swiper-button-prev::after,
.tc-portfolio-st5 .project-slider .swiper-button-next::after {
  color: #fff;
  font-size: 25px;
}
.tc-portfolio-st5 .project-slider .swiper-button-prev:hover,
.tc-portfolio-st5 .project-slider .swiper-button-next:hover {
  background-color: var(--cr-orange1);
}
.tc-portfolio-st5 .project-slider .swiper-button-next {
  left: auto;
  right: 0;
}
.tc-portfolio-st5 .project-slider .swiper-button-prev {
  left: auto;
  right: 100px;
}
.tc-portfolio-st5 .project-slider .swiper-pagination {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  bottom: 30px;
  font-size: 100px;
  font-weight: 100;
  letter-spacing: -5px;
}
.tc-portfolio-st5 .project-slider .swiper-slide-active .project-card {
  opacity: 1;
}
.tc-portfolio-st5 .project-card {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st5 .project-card .img {
  position: relative;
}
.tc-portfolio-st5 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  -webkit-filter: drop-shadow(0 0 70px var(--cr-orange1));
          filter: drop-shadow(0 0 70px var(--cr-orange1));
  opacity: 0.4;
}
.tc-portfolio-st5 .project-card .img img {
  position: relative;
  z-index: 20;
}
.tc-portfolio-st5 .project-card h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 180px;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st5 {
    overflow: hidden;
  }
  .tc-portfolio-st5 .title .nav-pills {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .tc-portfolio-st5 .title .nav-pills .nav-item {
    margin: 10px 0;
  }
  .tc-portfolio-st5 .project-card h2 {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .tc-portfolio-st5 .project-card .img {
    height: 400px !important;
    margin: 30px 0;
  }
  .tc-portfolio-st5 .project-slider {
    padding-bottom: 100px;
  }
  .tc-portfolio-st5 .project-slider .swiper-button-prev,
.tc-portfolio-st5 .project-slider .swiper-button-next {
    top: auto;
    bottom: 15px;
  }
  .tc-portfolio-st5 .project-slider .swiper-pagination {
    bottom: 15px;
    font-size: 60px;
  }
}
/* --------------- team st5 --------------- */
.tc-team-st5 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st5 .team-card {
  position: relative;
  background-color: #fff;
  margin-top: 50px;
  padding: 40px;
  border: 1px solid #9993;
  border-radius: 30px;
}
.tc-team-st5 .team-card .img {
  position: relative;
  height: 300px;
  width: 300px;
  margin: 0 auto 30px;
}
.tc-team-st5 .team-card .img img {
  border-radius: 50%;
}
.tc-team-st5 .team-card .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-team-st5 .team-card .info .social-icons {
  position: absolute;
  width: 50px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st5 .team-card .info .social-icons .link {
  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;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st5 .team-card .info .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st5 .team-card .info .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st5 .team-card .info .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st5 .team-card:hover .info .social-icons {
  margin-bottom: -50px;
}
.tc-team-st5 .team-card:hover .info .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st5 .team-card:hover .info .social-icons .link.plus-link {
  opacity: 0 !important;
}

@media screen and (max-width: 991px) {
  .tc-team-st5 .team-card .img {
    width: 60vw;
    height: 60vw;
  }
}
/* --------------- features st5 --------------- */
.tc-features-st5 {
  position: relative;
  padding-bottom: 150px;
}
.tc-features-st5 .img-side h2 {
  font-size: 50px;
}
.tc-features-st5 .img-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-dark1);
}
.tc-features-st5 .features-wrapper {
  position: relative;
  padding: 20px 40px;
  border: 1px solid #9993;
  margin-top: 80px;
}
.tc-features-st5 .features-wrapper .feat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #9993;
}
.tc-features-st5 .features-wrapper .feat-card:hover {
  border-color: var(--cr-dark1);
}
.tc-features-st5 .features-wrapper .feat-card:last-of-type {
  border: 0;
}
.tc-features-st5 .features-wrapper .feat-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--cr-dark1);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}

/* --------------- testimonials st5 --------------- */
.tc-testimonials-st5 {
  position: relative;
  background-color: #f6f6f6;
  padding-top: 150px;
}
.tc-testimonials-st5::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.tc-testimonials-st5 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-testimonials-st5 .vec2 {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-testimonials-st5 .testi-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  z-index: 20;
}
.tc-testimonials-st5 .testi-card {
  position: relative;
  padding: 50px;
  background-color: #fff;
}
.tc-testimonials-st5 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-testimonials-st5 .testi-card .rate-wrapper .icon {
  height: 25px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st5 .testi-card .rate-wrapper .num {
  font-size: 18px;
  font-weight: bold;
}
.tc-testimonials-st5 .testi-card .rate-wrapper .stars {
  font-size: 12px;
}
.tc-testimonials-st5 .testi-card .main-txt {
  font-size: 18px;
  padding-bottom: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9993;
}

/* --------------- footer st5 --------------- */
.tc-faq-st5 {
  position: relative;
  padding: 150px 0;
}
.tc-faq-st5 .accordion {
  position: relative;
  padding-top: 20px;
}
.tc-faq-st5 .accordion .accordion-item {
  margin-top: 30px;
  border-radius: 0;
  border: 1px solid #9993;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 16px;
  padding: 20px;
  color: var(--cr-dark1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #9993;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed {
  border: 0;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed::before {
  background-color: #f6f6f6;
}
.tc-faq-st5 .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  color: var(--cr-dark1);
}
.tc-faq-st5 .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 65px;
  background-color: var(--cr-dark1);
}
.tc-faq-st5 .accordion .accordion-item .accordion-button::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  z-index: 20;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: none;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}
.tc-faq-st5 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-faq-st5 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 18px;
  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;
}
.tc-faq-st5 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
}
.tc-faq-st5 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 991px) {
  .tc-faq-st5 {
    overflow: hidden;
  }
  .tc-faq-st5 .accordion .accordion-item .accordion-button {
    font-size: 12px;
  }
}
/* --------------- instagram st5 --------------- */
.tc-instagram-st5 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100vw;
}
.tc-instagram-st5 .cards .img {
  position: relative;
  width: 20vw;
  height: 20vw;
}
.tc-instagram-st5 .cards .img:hover::after {
  opacity: 0.5;
}
.tc-instagram-st5 .cards .img:hover .icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-instagram-st5 .cards .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-instagram-st5 .cards .img .icon {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  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;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-instagram-st5 .cards .img {
    width: 50vw;
    height: 50vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* --------------- blog st5 --------------- */
.tc-blog-st5 {
  position: relative;
  padding: 150px 0 100px;
}
.tc-blog-st5 .title-wrapper {
  position: relative;
}
.tc-blog-st5 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st5 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.tc-blog-st5 .post-card {
  position: relative;
  border: 1px solid #9993;
}
.tc-blog-st5 .post-card .info {
  padding: 20px;
}
.tc-blog-st5 .post-card .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st5 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st5 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  background-color: #151515;
  color: #fff;
}
.tc-footer-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st1 .main-footer {
  position: relative;
  padding: 140px 0;
}
.tc-footer-st1 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-weight: 300;
}
.tc-footer-st1 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-footer-st1 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st1 .form-group {
  position: relative;
}
.tc-footer-st1 .form-group .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff2;
  border-radius: 0;
  padding: 10px 0;
}
.tc-footer-st1 .form-group .form-control::-webkit-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-moz-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control:-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::placeholder {
  color: #777;
}
.tc-footer-st1 .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background-color: transparent;
  border: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-footer-st1 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st1 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st1 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st1 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st1 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
}
.tc-footer-st1 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

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

.tc-navbar-st1 {
  position: relative;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st1 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #151515;
}
.tc-navbar-st1 .navbar-nav .nav-link:hover, .tc-navbar-st1 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st1 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st1 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st1 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st1 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st1 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
/* --------------- header st1 --------------- */
.tc-header-st1 {
  position: relative;
  padding: 150px 0 75px;
}
.tc-header-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-header-st1 .info {
  padding-top: 50px;
}
.tc-header-st1 .info h6 {
  position: relative;
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-st1 .info h6 .vec1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(70%, -90%);
          transform: translate(70%, -90%);
  height: 25px;
}
.tc-header-st1 .info h1 {
  position: relative;
  font-size: 110px;
  text-transform: uppercase;
  margin: 10px 0;
}
.tc-header-st1 .info h1 .vec2 {
  height: 130px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-header-st1 .info .numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.tc-header-st1 .info .numbers-wrapper .sm-img {
  position: relative;
  padding: 35px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-header-st1 .info .numbers-wrapper .sm-img .main-img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  overflow: hidden;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid #151515;
  border-bottom: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid #151515;
  border-bottom: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(3) {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid #151515;
  border-top: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .sm-img span:nth-of-type(4) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid #151515;
  border-top: 2px solid #151515;
}
.tc-header-st1 .info .numbers-wrapper .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st1 .info .numbers-wrapper .numbers .num-card {
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  white-space: nowrap;
}
.tc-header-st1 .img {
  position: relative;
}
.tc-header-st1 .img .main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  -webkit-mask-image: url(../img/hero_shap.png);
  mask-image: url(../img/hero_shap.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.tc-header-st1 .img .vec4 {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 2;
  height: 65px;
  animation-direction: reverse;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.tc-header-st1 .img .vec5 {
  position: absolute;
  top: 30px;
  left: 30%;
  z-index: 2;
  height: 85px;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.tc-header-st1 .img .lg-txt {
  position: relative;
}
.tc-header-st1 .img .lg-txt .txt {
  font-size: 150px;
  opacity: 0.05;
  line-height: 0.5;
}
.tc-header-st1 .img .lg-txt .vec7 {
  height: 40px;
  position: absolute;
  top: 20px;
  left: 25%;
}
.tc-header-st1 .cir1 {
  position: absolute;
  top: 30px;
  left: calc((100vw - 1400px) / 2 );
  max-width: 30vw;
}
.tc-header-st1 .vec3 {
  position: absolute;
  top: 100px;
  left: 45%;
  height: 45px;
  animation-direction: reverse;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.tc-header-st1 .cir-1-4 {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 40vw;
}
.tc-header-st1 .cir-1-2 {
  position: absolute;
  bottom: -200px;
  left: 0;
  max-width: 40vw;
}

@media screen and (max-width: 991px) {
  .tc-header-st1 .info br {
    display: block;
  }
  .tc-header-st1 .info h1 {
    font-size: 40px;
  }
  .tc-header-st1 .info h1 .vec2 {
    height: 40px;
  }
  .tc-header-st1 .info .vec6 {
    display: none;
  }
  .tc-header-st1 .info .numbers-wrapper {
    display: block;
  }
  .tc-header-st1 .info .numbers-wrapper .sm-img {
    display: inline-block;
    margin-bottom: 50px;
  }
  .tc-header-st1 .me-4 {
    margin-right: 0.5rem !important;
  }
  .tc-header-st1 .img .lg-txt .txt {
    font-size: 70px;
    text-align: center;
    display: block;
  }
  .tc-header-st1 .img .lg-txt .vec7 {
    display: none;
  }
}
/* --------------- video st1 --------------- */
.tc-video-st1 {
  position: relative;
  padding: 75px 3vw;
}
.tc-video-st1 .video-card {
  position: relative;
}
.tc-video-st1 .video-card .img {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.tc-video-st1 .video-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-video-st1 .video-card .play-btn {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .tc-video-st1 .video-card .img {
    height: 350px;
  }
}
/* --------------- about st1 --------------- */
.tc-about-st1 {
  position: relative;
  padding: 75px 0 150px;
}
.tc-about-st1 .content {
  position: relative;
}
.tc-about-st1 .info h2 {
  position: relative;
}
.tc-about-st1 .info h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
          transform: translate(-100px, -50%);
  width: 65px;
  height: 35px;
  background-image: url(../img/icons/union.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-about-st1 .info h2::after {
  position: absolute;
  content: "";
  right: 20%;
  bottom: 10px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-about-st1 .info .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tc-about-st1 .info .rate .icon {
  height: 52px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st1 .info .rate h6 {
  font-weight: 400;
  font-size: 24px;
  margin: 3px 0;
}
.tc-about-st1 .info .text-cont {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #9994;
  -webkit-margin-start: 5.5vw;
          margin-inline-start: 5.5vw;
}
.tc-about-st1 .info .text-cont::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 50%;
  height: 1px;
  background-color: #111;
}
.tc-about-st1 .info .signatures {
  margin-top: 40px;
  height: 100px;
}
.tc-about-st1 .float-imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.tc-about-st1 .numbers {
  position: relative;
  margin-top: 100px;
}
.tc-about-st1 .numbers .row .col-lg-3:nth-of-type(2) .number-card::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  right: 15px;
  bottom: 60px;
}
.tc-about-st1 .numbers .number-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #9993;
  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: 60px;
  margin: 30px auto 0;
  overflow: hidden;
}
.tc-about-st1 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-about-st1 .numbers .number-card p span {
  color: #000;
}
.tc-about-st1 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .float-imgs {
    display: none;
  }
}
/* --------------- services st1 --------------- */
.tc-services-st1 {
  position: relative;
  padding: 150px 0;
  background-color: #151515;
  color: #fff;
  overflow: hidden;
}
.tc-services-st1 .title p {
  position: relative;
  font-size: 16px;
  color: #ababab;
}
.tc-services-st1 .title p::after {
  position: absolute;
  content: "";
  right: 0;
  top: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec8.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-services-st1 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-services-st1 .service-card {
  position: relative;
  margin-top: 50px;
}
.tc-services-st1 .service-card .icon {
  height: 85px;
  margin-bottom: 30px;
}
.tc-services-st1 .service-card .card-title p {
  font-size: 16px;
  color: #ababab;
  margin-top: 5px;
}
.tc-services-st1 .service-card .num-line {
  position: relative;
  margin: 30px 0;
}
.tc-services-st1 .service-card .num-line::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff2;
  border-radius: 50%;
}
.tc-services-st1 .service-card .num-line::after {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #fff2;
}
.tc-services-st1 .service-card .num-line .num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff2;
  background-color: #151515;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  border-radius: 50%;
  font-size: 14px;
  color: #ababab;
  z-index: 10;
}
.tc-services-st1 .service-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
  color: #ababab;
  font-size: 16px;
}
.tc-services-st1 .service-card ul li .ico {
  font-size: 14px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-services-st1 .half-cir {
  position: absolute;
  bottom: 150px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-services-st1 .vec9 {
  position: absolute;
  bottom: 50%;
  left: 0;
  height: 25px;
}

/* --------------- portfolio st1 --------------- */
.tc-portfolio-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-portfolio-st1 .title h2 {
  font-size: 200px;
  line-height: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}
.tc-portfolio-st1 .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st1 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st1 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding-right: 25px;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}
.tc-portfolio-st1 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}
.tc-portfolio-st1 .project-card {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
}
.tc-portfolio-st1 .project-card:hover .img::after {
  opacity: 0.6;
}
.tc-portfolio-st1 .project-card:hover .img .play-btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st1 .project-card:hover .title {
  text-decoration: underline;
}
.tc-portfolio-st1 .project-card .img {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.tc-portfolio-st1 .project-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-st1 .project-card .img .play-btn {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: var(--cr-orange1);
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-portfolio-st1 .project-card .img .play-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #151515;
  right: 0;
  bottom: 20%;
}
.tc-portfolio-st1 .project-card .img .play-btn span {
  position: absolute;
  left: calc(50% - 20px);
  top: 50%;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-portfolio-st1 .project-card .img .play-btn span::after {
  position: absolute;
  content: "";
  right: 0;
  top: 1px;
  height: 2px;
  width: 15px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st1 .title h2 {
    font-size: 50px;
  }
  .tc-portfolio-st1 .project-card .img {
    height: 350px;
  }
}
/* --------------- goals st1 --------------- */
.tc-goals-st1 {
  position: relative;
  padding-bottom: 150px;
}
.tc-goals-st1 .main-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.3;
}
.tc-goals-st1 h2 {
  position: relative;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #9994;
  text-transform: uppercase;
}
.tc-goals-st1 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-top: 70px;
}
.tc-goals-st1 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #f0f0f0;
  font-size: 18px;
  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;
}
.tc-goals-st1 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
}
.tc-goals-st1 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media screen and (max-width: 991px) {
  .tc-goals-st1 h2 {
    font-size: 70px;
    margin-top: 30px;
  }
  .tc-goals-st1 .main-text {
    font-size: 30px;
  }
}
/* --------------- testimonials st1 --------------- */
.tc-testimonials-st1 {
  position: relative;
  background-image: url(../img/testi/testi_bg.png);
  background-size: cover;
  color: #fff;
}
.tc-testimonials-st1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
}
.tc-testimonials-st1 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st1 .user-img {
  position: relative;
  padding-top: 30px;
  height: 100%;
  width: 120%;
  margin-left: -10%;
}
.tc-testimonials-st1 .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-testimonials-st1 .info {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-st1 .info .lg-txt {
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  text-transform: uppercase;
  line-height: 0.3;
  font-weight: bold;
}
.tc-testimonials-st1 .testi-card {
  position: relative;
  margin-top: 30px;
}
.tc-testimonials-st1 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st1 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st1 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st1 .testi-card .main-txt {
  font-size: 32px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff2;
}
.tc-testimonials-st1 .swiper-pagination {
  text-align: end;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st1 {
    overflow: hidden;
  }
  .tc-testimonials-st1 .user-img {
    display: none;
  }
}
/* --------------- team st1 --------------- */
.tc-team-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st1 .team-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
  margin-top: 80px;
}
.tc-team-st1 .team-card .img {
  position: relative;
  height: 300px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  margin-top: -30px;
}
.tc-team-st1 .team-card .img .social-icons {
  position: absolute;
  width: 50px;
  right: 30px;
  bottom: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st1 .team-card .img .social-icons .link {
  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;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st1 .team-card .img .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st1 .team-card .img .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st1 .team-card .img .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st1 .team-card .info {
  padding: 40px 30px;
}
.tc-team-st1 .team-card:hover .img .social-icons {
  margin-bottom: -50px;
}
.tc-team-st1 .team-card:hover .img .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st1 .team-card:hover .img .social-icons .link.plus-link {
  opacity: 0 !important;
}

/* --------------- capabilities st1 --------------- */
.tc-capabilities-st1 {
  position: relative;
  padding: 150px 0;
}
.tc-capabilities-st1 .accordion {
  position: relative;
  margin-top: 50px;
}
.tc-capabilities-st1 .accordion .accordion-item {
  border-radius: 0 !important;
  border: 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button {
  border: 0;
  border-radius: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  border-bottom: 1px solid #9994;
  color: #151515;
  padding: 20px 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button::after {
  display: none;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button .arrow {
  position: relative;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  width: 28px;
  opacity: 0.5;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-button:not(.collapsed) .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-body {
  padding: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-capabilities-st1 .accordion .accordion-item .accordion-body .img {
  height: 250px;
  margin: -90px 0;
}

@media screen and (max-width: 991px) {
  .tc-capabilities-st1 .accordion .accordion-item .accordion-body .img {
    margin: 20px 0 0;
  }
}
/* --------------- blog st1 --------------- */
.tc-blog-st1 {
  position: relative;
  padding-bottom: 150px;
}
.tc-blog-st1 .title-wrapper {
  position: relative;
}
.tc-blog-st1 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st1 .post-overlay {
  position: relative;
}
.tc-blog-st1 .post-overlay .img {
  position: relative;
}
.tc-blog-st1 .post-overlay .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-blog-st1 .post-overlay .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-blog-st1 .post-overlay .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st1 .post-overlay .info .title {
  font-size: 32px;
  text-transform: capitalize;
  line-height: 1.5;
}
.tc-blog-st1 .post-card .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st1 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st1 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

@media screen and (max-width: 991px) {
  .tc-blog-st1 .post-overlay .info {
    padding: 15px;
  }
  .tc-blog-st1 .post-overlay .info .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
  }
}
/* --------------- contact st1 --------------- */
.tc-contact-st1 {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-contact-st1 h2 {
  font-size: 82px;
  margin-bottom: 20px;
}
.tc-contact-st1 .services-links a {
  padding: 10px 35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid #151515;
  margin-top: 10px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-contact-st1 .services-links a::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff, transparent);
}
.tc-contact-st1 .services-links a::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
  background-image: linear-gradient(to right, transparent, #fff, transparent);
}
.tc-contact-st1 .services-links a:hover {
  background-color: #151515;
  color: #fff;
  -webkit-box-shadow: 7px 10px 15px #0004;
          box-shadow: 7px 10px 15px #0004;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .tc-contact-st1 h2 {
    font-size: 50px;
  }
  .tc-contact-st1 .services-links a {
    padding: 7px 15px;
    font-size: 13px;
  }
}
/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  background-color: #151515;
  color: #fff;
}
.tc-footer-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st1 .main-footer {
  position: relative;
  padding: 140px 0;
}
.tc-footer-st1 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-weight: 300;
}
.tc-footer-st1 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-footer-st1 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st1 .form-group {
  position: relative;
}
.tc-footer-st1 .form-group .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff2;
  border-radius: 0;
  padding: 10px 0;
}
.tc-footer-st1 .form-group .form-control::-webkit-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-moz-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control:-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::-ms-input-placeholder {
  color: #777;
}
.tc-footer-st1 .form-group .form-control::placeholder {
  color: #777;
}
.tc-footer-st1 .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  background-color: transparent;
  border: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-footer-st1 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st1 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st1 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st1 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st1 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st1 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
}
.tc-footer-st1 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st1 .main-footer .lg-txt {
    font-size: 70px;
  }
}
.home-st1 {
  color: #151515;
}

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

.tc-navbar-st2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st2 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #fff;
  text-transform: capitalize;
}
.tc-navbar-st2 .navbar-nav .nav-link:hover, .tc-navbar-st2 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st2 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st2 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st2 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st2 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st2 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 .logo-wrapper {
    width: 100%;
  }
  .tc-navbar-st2 .logo-wrapper .navbar-brand {
    width: calc(100% - 80px);
  }
}
/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  min-height: 100vh;
  background-color: #151515;
  background-image: url(../img/header_bg.png);
  background-size: cover;
  color: #fff;
  padding: 200px 0 120px;
}
.tc-header-st2 .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-st2 h1 {
  position: relative;
  font-size: 128px;
  font-weight: bolder;
}
.tc-header-st2 h1 .shap {
  position: absolute;
  left: 0;
  top: -5%;
  height: 110%;
  max-height: unset;
}
.tc-header-st2 h1 .title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st2 h1 .img {
  width: 195px;
  height: 90px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-margin-start: 50px;
          margin-inline-start: 50px;
}
.tc-header-st2 h1 .users {
  position: relative;
  width: 200px;
  height: 85px;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-header-st2 h1 .users .txt-circle {
  width: 85px;
  height: 85px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #151515;
  color: #fff;
  text-align: center;
  border: 1px solid #fff2;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 300;
}
.tc-header-st2 .imgs {
  width: calc(100% + 80px);
}
.tc-header-st2 .imgs .img {
  height: 500px;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
}
.tc-header-st2 .imgs .numbers {
  position: relative;
  padding: 20px;
  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;
  -webkit-border-start: 1px solid #fff2;
          border-inline-start: 1px solid #fff2;
  border-bottom: 1px solid #fff2;
}
.tc-header-st2 .imgs .numbers h5 {
  font-size: 32px;
}
.tc-header-st2 .imgs .numbers p {
  color: #777;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 h1 {
    font-size: 50px;
  }
  .tc-header-st2 h1 .img {
    height: 60px;
  }
  .tc-header-st2 .imgs {
    width: 100%;
    margin-top: 40px;
  }
  .tc-header-st2 .imgs .img {
    height: 250px;
  }
  .tc-header-st2 .imgs .numbers {
    display: block;
  }
  .tc-header-st2 .imgs .numbers .num_card {
    margin: 15px 0;
  }
}
/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-about-st2 .title {
  position: relative;
}
.tc-about-st2 .title .float-txt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.75;
  font-size: 200px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.tc-about-st2 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}
.tc-about-st2 .img-box {
  position: relative;
}
.tc-about-st2 .img-box::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 270px;
  width: 270px;
  background-color: var(--cr-orange1);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  opacity: 0.5;
}
.tc-about-st2 .img {
  position: relative;
  height: 600px;
  -webkit-mask-image: url(../img/about_mask.png);
          mask-image: url(../img/about_mask.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 10;
}
.tc-about-st2 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-top: -35px;
  z-index: 20;
}
.tc-about-st2 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st2 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st2 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-about-st2 .cards .item {
  position: relative;
  margin-top: 40px;
}
.tc-about-st2 .cards .item .icon {
  height: 50px;
  margin-bottom: 25px;
}
.tc-about-st2 .cards .item h6 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}
.tc-about-st2 .cards .item .progress {
  height: 4px;
  margin-top: 20px;
}
.tc-about-st2 .cards .item .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }
  .tc-about-st2 .title .float-txt {
    font-size: 100px;
    top: 30px;
  }
  .tc-about-st2 .rotate-box {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .tc-about-st2 .img-box::after {
    top: 30%;
    width: 150px;
    height: 150px;
  }
}
/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-services-st2 .vec1 {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-services-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #9994;
}
.tc-services-st2 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-services-st2 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-services-st2 .service-card {
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #9994;
}
.tc-services-st2 .service-card:hover {
  border-color: #151515;
}
.tc-services-st2 .service-card:hover .img::after {
  opacity: 0.3;
}
.tc-services-st2 .service-card:hover .img .cir-butn {
  opacity: 1;
}
.tc-services-st2 .service-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #9994;
  border-radius: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.tc-services-st2 .service-card .img {
  position: relative;
  height: 200px;
  margin-top: 50px;
}
.tc-services-st2 .service-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st2 .service-card .img .cir-butn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 20;
}

/* --------------- process st2 --------------- */
.tc-process-st2 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.tc-process-st2 .title-side {
  position: relative;
}
.tc-process-st2 .title-side h2 {
  font-size: 50px;
}
.tc-process-st2 .title-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px #151515;
}
.tc-process-st2 .title-side .cont {
  position: relative;
  margin-top: 50px;
}
.tc-process-st2 .title-side .cont .lg-txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 140px;
  -webkit-text-stroke: 1px #151515;
  opacity: 0.1;
  color: transparent;
  text-transform: uppercase;
  line-height: 1;
}
.tc-process-st2 .progress-side .shap-img {
  width: 40%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-process-st2 .progress-side .progress {
  height: 4px;
}
.tc-process-st2 .progress-side .progress .progress-bar {
  background-color: #151515;
}

@media screen and (max-width: 991px) {
  .tc-process-st2 .title-side h2 {
    font-size: 30px;
  }
}
/* --------------- video st2 --------------- */
.tc-video-st2 {
  position: relative;
  overflow: hidden;
}
.tc-video-st2 .content {
  position: relative;
}
.tc-video-st2 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transform: translate(-30%, -30%) rotate(45deg);
          transform: translate(-30%, -30%) rotate(45deg);
  border-top: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid var(--cr-orange1);
}
.tc-video-st2 .content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: 1px solid #151515;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.tc-video-st2 .video-card {
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 20;
}
.tc-video-st2 .video-card .video {
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-video-st2 .video-card .play-btn {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* --------------- numbers st2 --------------- */
.tc-numbers-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-numbers-st2 .numbers {
  position: relative;
}
.tc-numbers-st2 .numbers .number-card {
  position: relative;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  margin: 30px auto;
}
.tc-numbers-st2 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-numbers-st2 .numbers .number-card p span {
  color: #000;
  font-weight: 500;
}
.tc-numbers-st2 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
  font-weight: 500;
}

/* --------------- portfolio st2 --------------- */
.tc-portfolio-st2 {
  position: relative;
  padding: 150px 0;
  background-color: #151515;
  color: #fff;
  overflow: hidden;
}
.tc-portfolio-st2 .vec1 {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-portfolio-st2 .vec2 {
  position: absolute;
  bottom: 30%;
  right: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-portfolio-st2 .title-slider {
  margin-bottom: 50px;
}
.tc-portfolio-st2 .title-slider h2 {
  font-size: calc(10vw + 40px);
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.9;
}
.tc-portfolio-st2 .title-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-portfolio-st2 .title-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-portfolio-st2 .portfolio-slider {
  position: relative;
  overflow: hidden;
  height: 630px;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .info {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(20deg);
          transform: scale(0.8) rotate(20deg);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .card-item .img {
  opacity: 0;
  -webkit-transform: scale(0.8) rotate(-20deg);
          transform: scale(0.8) rotate(-20deg);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .info {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .card-item .img {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}
.tc-portfolio-st2 .portfolio-slider .img {
  position: relative;
  height: 630px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st2 .portfolio-slider .info {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st2 .portfolio-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: auto;
  bottom: 30px;
  left: 60%;
}
.tc-portfolio-st2 .portfolio-slider .swiper-fraction {
  position: absolute;
  right: 0;
  bottom: 50px;
  font-size: 120px;
  font-weight: 100;
}

/* --------------- team st2 --------------- */
.tc-team-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-team-st2 .team-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
  margin-top: 80px;
}
.tc-team-st2 .team-card .img {
  position: relative;
  height: 300px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  margin-top: -30px;
}
.tc-team-st2 .team-card .img .social-icons {
  position: absolute;
  width: 50px;
  right: 30px;
  bottom: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st2 .team-card .img .social-icons .link {
  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;
  margin-top: 1px;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-team-st2 .team-card .img .social-icons .link:hover {
  background-color: #000;
}
.tc-team-st2 .team-card .img .social-icons .link:not(.plus-link) {
  margin-bottom: -50px;
  opacity: 0;
}
.tc-team-st2 .team-card .img .social-icons .link.plus-link {
  z-index: 10;
}
.tc-team-st2 .team-card .info {
  padding: 40px 30px;
}
.tc-team-st2 .team-card:hover .img .social-icons {
  margin-bottom: -50px;
}
.tc-team-st2 .team-card:hover .img .social-icons .link {
  margin-bottom: 0 !important;
  opacity: 1 !important;
}
.tc-team-st2 .team-card:hover .img .social-icons .link.plus-link {
  opacity: 0 !important;
}
.tc-team-st2 .cir-butn {
  width: 300px;
  height: 300px;
}
.tc-team-st2 .cir-butn .txt {
  font-size: 30px;
}
.tc-team-st2 .cir-butn .arrow {
  width: 40px;
  height: 40px;
}

/* --------------- pricing st2 --------------- */
.tc-pricing-st2 {
  position: relative;
  padding: 150px 0;
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-pricing-st2 .title {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff3;
}
.tc-pricing-st2 .title p {
  position: relative;
  font-size: 16px;
}
.tc-pricing-st2 .title p::after {
  position: absolute;
  content: "";
  right: 0;
  top: -25px;
  width: 25px;
  height: 25px;
  background-image: url(../img/vec8.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-pricing-st2 .price-card {
  position: relative;
  display: block;
  padding: 40px 0;
  border-bottom: 1px solid #fff3;
}
.tc-pricing-st2 .price-card:hover {
  border-color: #fff;
}
.tc-pricing-st2 .price-card:hover .card-title h6 {
  text-decoration: underline;
}
.tc-pricing-st2 .price-card .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 15px;
}
.tc-pricing-st2 .price-card .check-list li:last-of-type {
  margin: 0;
}
.tc-pricing-st2 .price-card .price {
  font-size: 32px;
}
.tc-pricing-st2 .price-card .price small {
  font-size: 14px;
  text-decoration: line-through;
}
.tc-pricing-st2 .price-card .more {
  font-size: 16px;
}
.tc-pricing-st2 .price-card .more .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- blog st2 --------------- */
.tc-blog-st2 {
  position: relative;
  padding: 150px 0;
}
.tc-blog-st2 .title-wrapper {
  position: relative;
}
.tc-blog-st2 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st2 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
.tc-blog-st2 .post-card .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st2 .post-card .info .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st2 .post-card .info .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
}
.tc-footer-st2 .subscribe-content {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6f6;
}
.tc-footer-st2 .subscribe-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.tc-footer-st2 .subscribe-content .form-group {
  position: relative;
}
.tc-footer-st2 .subscribe-content .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-footer-st2 .subscribe-content .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}
.tc-footer-st2 .subscribe-content .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.tc-footer-st2 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st2 .main-footer {
  background-color: #151515;
  color: #fff;
  position: relative;
  padding: 140px 0;
}
.tc-footer-st2 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-family: "mona-Light";
}
.tc-footer-st2 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-footer-st2 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st2 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st2 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st2 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st2 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st2 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st2 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
  color: #fff;
}
.tc-footer-st2 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 .main-footer .lg-txt {
    font-size: 70px;
  }
}
.home-st2 {
  font-family: "Hanken Grotesk", sans-serif;
}

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

.tc-navbar-st4 {
  position: relative;
  padding: 30px 50px;
  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-navbar-st4 .side_menu_btn {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
  height: 15px;
}
.tc-navbar-st4 .side_menu_btn:hover::before, .tc-navbar-st4 .side_menu_btn:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st4 .side_menu_btn::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st4 .side_menu_btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st4 .navbar-nav a {
  font-size: 16px;
  font-weight: 600;
  color: var(--cr-dark1);
}

/* --------------- header st4 --------------- */
.tc-header-st4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-header-st4 .links {
  position: relative;
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}
.tc-header-st4 .links > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-bottom: 50px;
}
.tc-header-st4 .links > ul > li {
  margin: 40px 0;
}
.tc-header-st4 .links > ul > li > a {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 16px;
  font-weight: 600;
}
.tc-header-st4 .links .dropdown-menu {
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  left: 100%;
  top: 0;
}
.tc-header-st4 .swiper-pagination-fraction {
  width: 130px;
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  bottom: 0;
  letter-spacing: -5px;
}
.tc-header-st4 .header-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tc-header-st4 .header-slider .swiper-slide .header-card {
  opacity: 0;
}
.tc-header-st4 .header-slider .swiper-slide-active .header-card {
  opacity: 1;
}
.tc-header-st4 .header-slider .swiper-slide-active .header-card .info {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.tc-header-st4 .header-slider .swiper-slide-active .header-card .services-links {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
.tc-header-st4 .header-slider .header-card {
  position: relative;
  padding-top: 100px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-st4 .header-slider .header-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-dark1);
  opacity: 0.5;
}
.tc-header-st4 .header-slider .header-card .content {
  position: relative;
  z-index: 20;
  -webkit-padding-start: 5vw;
          padding-inline-start: 5vw;
  -webkit-padding-end: calc((100vw - 1320px) / 2);
          padding-inline-end: calc((100vw - 1320px) / 2);
}
.tc-header-st4 .header-slider .header-card .content .info {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-st4 .header-slider .header-card .content .info h1 {
  font-size: 80px;
  color: #fff;
}
.tc-header-st4 .header-slider .header-card .content .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  z-index: 20;
  margin-top: 20px;
  margin-top: -30px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-header-st4 .header-slider .header-card .content .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-header-st4 .header-slider .header-card .content .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-header-st4 .header-slider .header-card .content .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-header-st4 .header-slider .header-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-st4 .header-slider .header-card .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-header-st4 .services-links {
  position: relative;
  padding: 40px 50px;
  background-color: var(--cr-green1);
  border-radius: 30px 30px 0 0;
  margin-top: -50px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-header-st4 .services-links a {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  z-index: 20;
}
.tc-header-st4 .services-links a::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 0;
}
.tc-header-st4 .services-links a:last-of-type {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-header-st4 .services-links a:last-of-type::after {
  display: none;
}
.tc-header-st4 .services-links .bg-circls {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-header-st4 .header-slider .header-card .content {
    padding: 0 15px !important;
  }
  .tc-header-st4 .header-slider .header-card .content .info h1 {
    font-size: 40px;
  }
  .tc-header-st4 .services-links {
    padding: 30px;
    margin-top: 0;
  }
  .tc-header-st4 .services-links a {
    font-size: 16px;
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
/* --------------- services st4 --------------- */
.tc-services-st4 {
  position: relative;
  padding: 150px 0 55px;
}
.tc-services-st4 .services {
  position: relative;
}
.tc-services-st4 .services .ser-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tc-services-st4 .services .ser-row::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: calc((100vw - 1300px) / 2 );
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#f6f6f6), to(transparent));
  background-image: linear-gradient(to left, #f6f6f6, transparent);
}
.tc-services-st4 .services .ser-row::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: calc((100vw - 1300px) / 2 );
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6f6f6), to(transparent));
  background-image: linear-gradient(to right, #f6f6f6, transparent);
}
.tc-services-st4 .services .ser-row a:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-start: 0;
          border-inline-start: 0;
}
.tc-services-st4 .services .ser-row a:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.tc-services-st4 .services .ser-row .ser-link {
  font-size: 24px;
  font-weight: 600;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 80px;
  background-color: #f6f6f6;
}
.tc-services-st4 .services .ser-row .ser-icon {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #f6f6f6;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-services-st4 .services .ser-row .ser-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 991px) {
  .tc-services-st4 {
    padding: 50px 0;
  }
  .tc-services-st4 .services .ser-row .ser-link {
    font-size: 10px;
    height: 40px;
    text-align: center;
    padding: 10px 10px;
  }
  .tc-services-st4 .services .ser-row .ser-icon {
    width: 30px;
    height: 30px;
  }
  .tc-services-st4 .services .ser-row .ser-icon img {
    width: 20px;
    height: 20px;
  }
}
/* --------------- portfolio st4 --------------- */
.tc-portfolio-st4 {
  position: relative;
  padding: 75px 0 150px;
}
.tc-portfolio-st4 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.tc-portfolio-st4 .nav-pills .nav-item {
  position: relative;
}
.tc-portfolio-st4 .nav-pills .nav-item:last-of-type .nav-link {
  padding-right: 0;
}
.tc-portfolio-st4 .nav-pills .nav-item:last-of-type .nav-link::after {
  display: none;
}
.tc-portfolio-st4 .nav-pills .nav-item .nav-link {
  position: relative;
  border-radius: 0;
  background-color: transparent;
  color: #777;
  text-transform: capitalize;
  font-size: 16px;
  padding-right: 25px;
}
.tc-portfolio-st4 .nav-pills .nav-item .nav-link::after {
  position: absolute;
  content: "/";
  right: 0;
  top: 7px;
}
.tc-portfolio-st4 .nav-pills .nav-item .nav-link.active {
  color: #151515;
}
.tc-portfolio-st4 .projects .project-card {
  position: relative;
  background-color: #f6f6f6;
  display: block;
}
.tc-portfolio-st4 .projects .project-card .img {
  position: relative;
  padding: 50px 25px 50px 85px;
}
.tc-portfolio-st4 .projects .project-card .img img {
  height: 320px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-portfolio-st4 .projects .project-card .info-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 190px;
  height: 180px;
  padding: 30px;
  background-color: #fff;
  z-index: 10;
}
.tc-portfolio-st4 .projects .project-card.shadow-card {
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
}
.tc-portfolio-st4 .projects .project-card.shadow-card .info-card {
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st4 .projects .project-card {
    margin-top: 50px !important;
  }
}
/* --------------- process st4 --------------- */
.tc-process-st4 {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
  background-color: var(--cr-dark1);
  color: #fff;
  overflow: hidden;
}
.tc-process-st4::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 280px);
  height: 560px;
  width: 560px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #fff2;
  pointer-events: none;
  max-width: 50vw;
  max-height: 50vw;
}
.tc-process-st4::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 280px);
  height: 560px;
  width: 560px;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border: 1px solid #fff2;
  pointer-events: none;
  max-width: 50vw;
  max-height: 50vw;
}
.tc-process-st4 .title-side {
  position: relative;
}
.tc-process-st4 .title-side h2 {
  font-size: 50px;
}
.tc-process-st4 .title-side .cont {
  position: relative;
  margin-top: 50px;
}
.tc-process-st4 .title-side .cont .lg-txt {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 140px;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.1;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.tc-process-st4 .progress-side .shap-img {
  width: 40%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-process-st4 .progress-side .progress {
  height: 4px;
  background-color: #fff1;
}
.tc-process-st4 .progress-side .progress .progress-bar {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-process-st4 .title-side h2 {
    font-size: 30px;
  }
}
/* --------------- pricing st4 --------------- */
.tc-pricing-st4 {
  position: relative;
  padding-top: 150px;
  background-color: #f6f6f6;
}
.tc-pricing-st4 .pricing-card {
  position: relative;
  padding: 45px;
  background-color: #fff;
  margin-top: 50px;
}
.tc-pricing-st4 .pricing-card ul {
  margin-top: 40px;
}
.tc-pricing-st4 .pricing-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  font-size: 16px;
  font-weight: bold;
}
.tc-pricing-st4 .pricing-card ul li .icon {
  font-size: 13px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-top: 5px;
}

/* --------------- numbers st4 --------------- */
.tc-numbers-st4 {
  position: relative;
  padding: 120px 0;
}
.tc-numbers-st4 .numbers {
  position: relative;
}
.tc-numbers-st4 .numbers .row .col-lg-3:nth-of-type(2) .number-card::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--cr-dark1);
  right: 15px;
  bottom: 60px;
}
.tc-numbers-st4 .numbers .number-card {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid #9993;
  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: 60px;
  margin: 30px auto 0;
  overflow: hidden;
}
.tc-numbers-st4 .numbers .number-card p {
  font-size: 16px;
  color: #666;
}
.tc-numbers-st4 .numbers .number-card p span {
  color: #000;
}
.tc-numbers-st4 .numbers .number-card h3 {
  font-size: 62px;
  margin-top: 15px;
}

/* --------------- video st4 --------------- */
.tc-video-st4 {
  position: relative;
  overflow: hidden;
}
.tc-video-st4 .video-card {
  position: relative;
  height: 700px;
  overflow: hidden;
  z-index: 20;
}
.tc-video-st4 .video-card .video {
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-video-st4 .video-card .play-btn {
  position: absolute;
  left: calc(50% - 75px);
  top: calc(50% - 75px);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-video-st4 .float-txt {
  position: absolute;
  top: 50%;
  left: 54.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.tc-video-st4 .float-txt span {
  font-size: calc(6vw + 20px);
  font-weight: 600;
  display: block;
  line-height: 1.3;
}
.tc-video-st4 .float-txt span:nth-of-type(1) {
  -webkit-margin-start: 15%;
          margin-inline-start: 15%;
}
.tc-video-st4 .float-txt span:nth-of-type(2) {
  -webkit-margin-start: 54%;
          margin-inline-start: 54%;
}

/* --------------- clients st4 --------------- */
.tc-clients-st4 {
  position: relative;
  padding: 150px 0;
}
.tc-clients-st4 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-clients-st4 .title {
  position: relative;
  margin-bottom: 20px;
}
.tc-clients-st4 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-clients-st4 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-clients-st4 .cards .logo {
  padding: 50px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #9994;
  margin-top: 30px;
}
.tc-clients-st4 .cards .logo img {
  height: 30px;
  max-width: 75%;
}

/* --------------- testimonials st4 --------------- */
.tc-testimonials-st4 {
  position: relative;
  background-color: #f6f6f6;
}
.tc-testimonials-st4 .imgs {
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-testimonials-st4 .testi-slider {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.tc-testimonials-st4 .user-img {
  position: relative;
  padding-top: 30px;
  height: 100%;
  width: 120%;
  margin-left: -10%;
}
.tc-testimonials-st4 .user-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.tc-testimonials-st4 .info {
  position: relative;
  padding: 150px 0;
}
.tc-testimonials-st4 .info .lg-txt {
  font-size: 130px;
  color: transparent;
  -webkit-text-stroke: 1px #9995;
  text-transform: uppercase;
  line-height: 0.3;
  font-weight: bold;
  margin-bottom: 20px;
}
.tc-testimonials-st4 .testi-card {
  position: relative;
  margin-top: 30px;
}
.tc-testimonials-st4 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-testimonials-st4 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st4 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st4 .testi-card .main-txt {
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #9993;
  line-height: 1.5;
}
.tc-testimonials-st4 .swiper-pagination {
  text-align: end;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st4 {
    overflow: hidden;
  }
  .tc-testimonials-st4 .user-img {
    display: none;
  }
}
/* --------------- blog st4 --------------- */
.tc-blog-st4 {
  position: relative;
  padding: 150px 0;
}
.tc-blog-st4 .title-wrapper {
  position: relative;
  margin-bottom: 50px;
}
.tc-blog-st4 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st4 .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.tc-blog-st4 .post-overlay {
  position: relative;
}
.tc-blog-st4 .post-overlay .img {
  position: relative;
}
.tc-blog-st4 .post-overlay .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.tc-blog-st4 .post-overlay .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-blog-st4 .post-overlay .info .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st4 .post-overlay .info .title {
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .tc-blog-st4 .post-overlay .info {
    padding: 15px;
  }
  .tc-blog-st4 .post-overlay .info .tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 2;
  }
}
/* --------------- subscribe st4 --------------- */
.tc-subscribe-st4 {
  position: relative;
  padding-bottom: 120px;
}
.tc-subscribe-st4 .subscribe-card {
  position: relative;
  padding: 130px 5vw;
  background-color: #f6f6f6;
  border-radius: 30px;
  overflow: hidden;
}
.tc-subscribe-st4 .subscribe-card .row {
  position: relative;
  z-index: 20;
}
.tc-subscribe-st4 .subscribe-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.tc-subscribe-st4 .subscribe-card .form-group {
  position: relative;
}
.tc-subscribe-st4 .subscribe-card .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-subscribe-st4 .subscribe-card .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}
.tc-subscribe-st4 .subscribe-card .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

/* --------------- footer st4 --------------- */
.tc-footer-st4 {
  position: relative;
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  color: #fff;
}
.tc-footer-st4 .social-icons {
  position: relative;
  padding: 50px 0;
  background-color: #0F0F0F;
}
.tc-footer-st4 .social-icons .icons a {
  width: 55px;
  height: 55px;
  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 #fff3;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #b6b6b6;
  font-size: 18px;
}
.tc-footer-st4 .social-icons .icons a:hover {
  color: #fff;
}
.tc-footer-st4 .main-footer {
  background-color: #151515;
  color: #fff;
  position: relative;
  padding: 120px 0;
}
.tc-footer-st4 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.tc-footer-st4 .links-wrapper {
  position: relative;
}
.tc-footer-st4 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st4 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st4 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st4 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st4 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
  color: #fff;
}
.tc-footer-st4 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (min-width: 991px) {
  .tc-footer-st4 .social-icons,
.tc-footer-st4 .main-footer,
.tc-footer-st4 .foot {
    -webkit-padding-start: calc((100vw - 1320px) / 2);
            padding-inline-start: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .tc-footer-st4 .social-icons,
.tc-footer-st4 .main-footer,
.tc-footer-st4 .foot {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
  }
}
@media screen and (max-width: 991px) {
  .home-st4 br {
    display: none;
  }
  .home-st4 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st4 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st4 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st4 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st4 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st4 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st4 .mt-5 {
    margin-top: 2rem !important;
  }
}

.navbar-brand
{
  position: absolute;
    top: -48%;
}

.tc-navbar-st1 {
    background: #f5eeef;
}

.tc-header-st5 .header-card {
    padding-top: 240px;
}

.tc-header-st5 .header-card::after
{
  content: "";
  background: rgba(245,238,239,0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tc-video-st4 .float-txt span {
    font-size: calc(4vw + 20px);
    font-weight: 600;
    display: block;
    line-height: 1.3;
}

.tc-video-st4 .float-txt span:nth-of-type(1) {
    -webkit-margin-start: 32%;
    margin-inline-start: 32%;
}

.tc-video-st4 .float-txt span:nth-of-type(2) {
    -webkit-margin-start: 32%;
    margin-inline-start: 32%;
}

.tc-clients-st5 .logo img
{
  height: 120px;
}

.tc-footer-st1 {
    position: relative;
    background-color: #cfabb0;
    color: #fff;
}

.tc-footer-st1 .foot {
    position: relative;
    padding: 30px 0;
    background-color: #f5eeef;
        color: var(--cr-dark1);
}

.tc-footer-st1 .main-footer {
    position: relative;
    padding: 3px 0 100px;
}

.tc-footer-st1 .links-group .links li, .tc-footer-st1 .links-group .links a {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 5px;
}

.tc-footer-st1 .links-group .links a {

    margin-bottom: 0px;
    opacity: 1;
}



footer .links-group h6
{
  text-transform: uppercase;
}

footer .logo img
{
  width: 195px;
}

.tc-skills-st8 .section-content {
    padding: 0 0;
}

.tc-video-st4 {
    padding: 140px 0px;
}

.tc-team-st2 {
    position: relative;
    padding: 0px 0 150px 0;
}

.fsz-16 p{
    font-size: 16px !important;
}

p {
    margin-bottom: 15px;
}

form
{
  display: flex;
  flex-wrap: wrap;
}

form .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #9993;
    padding: 15px;
}

form label {
    display: none;
}

button
{
  border: none;
}

form .form-data
{
  padding: 0px 10px;
}

.form-control:focus {
    border-color: #cfabb0 !important;
}

.form-check {
    min-height: 1.5rem;
    padding-left: 0px;
    margin-bottom: .125rem;
    margin-top: 19px;
}

.form-check .form-input-wrapper
{
  font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
}

.contact-page-st1 .tc-header-st13 .check-list {
    margin-top: 10px;
    margin-bottom: 5px !important;
}

.contact-page-st1 .tc-header-st13 .check-list li {
    font-weight: normal;
        margin: 2px 0;
}

.contact-page-st1 .tc-header-st13 .check-list a {

    color: #cfabb0;
}

.side_overlay2
{
  background-color: #cfabb0;
}

.contact-page-st1 .tc-header-st13 .social-links {
    margin-top: 25px;
}

.form-check a
{
  color: #cfabb0 !important;
}

.contact-page-st1 p {
    font-size: 15px;
}

.contact-page-st1 .social-links a i {
    color: white;
}

.career-page-st1 .requirements {
    padding: 40px 0;
}

.requirements h6 {
    font-size: 2em;
}

.requirements p
{
  font-size: 16px;
}

.dionysos
{
  margin: 3vw 0px;
}

.dionysosimpressum
{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.dionysosimpressum h6
{
  font-size: 30px;
  margin-bottom: 30px;
}

.dionysosimpressum p
{
  font-size: 16px;
}

.errorlink
{
  margin: 30px 0px;
}

.around-kurse
{
  margin: 60px 0px 0px 0px;
}

.kursa
{
  display: block;
}

#impressum .row
{
  margin-top: 20px;

}


#impressum h6
{
  margin-bottom: 10px;
  font-size: 24px;
}

#impressum li, #impressum p, #datenschutz p, #datenschutz li
{
  font-size: 16px;
}

#datenschutz ul
{
  margin-bottom: 20px;
}

.verfueg
{

}

.green
{
  color: #a9be00;
}

.red
{
  color: #b31839;
}

.showmore
{
  background-color: #2e2e31 !important;
  padding: 10px 35px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.expanded .showmore
{
  display: none !important;
}

.pinkbg > div:first-of-type
{
  background-color: #f5eeef;
  margin-top: 60px;
}

.akursbtns
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.tc-team-st2 .team-card .img {
    height: 350px;
    padding-top: 28px;
}

.tc-team-st2 {
    position: relative;
    padding: 0px 0 0px 0;
}

.home-st8 .vorstand
{
  padding-bottom: 180px;
}

.vorstand
{
  padding-bottom: 120px;
}

.dionysos {
    margin: 3vw 0px 0px 0px;
}

.kursheader .verfueg
{
  font-size: 20px;
}

.mitgliedsbeitrag p, .mitgliedsbeitrag li
{
  font-size: 16px;
}

.mitgliedsbeitrag ul
{
  padding-left: 20px;
}

.mitgliedsbeitrag li
{
  list-style: circle;
}

.pink
{
  color: #cfabb0;
}

.loader-wrap svg
{
  fill: #cfabb0;
}

.formsec
{
  margin-top: 30px;
}

.formsec h3
{
  font-size: 23px;
}

select
{
  box-sizing: content-box;
padding-left: 15px !important;
    width: 96% !important;
}

.contact-form  option
{
  box-sizing: content-box;
  padding: 15px;
}

label
{
  display: block !important;
  padding: 0px 10px;
  font-size: 15px;
}


form input, form select, form textarea
{
 background-color: white !important;
}

.anmeldung > div.form-control:nth-of-type(1), .anmeldung > div.form-control:nth-of-type(1)
{
  margin-top: 0px;
  padding-top: 0px;
}

.anmeldung ::-webkit-input-placeholder, #contact-form ::-webkit-input-placeholder {
       /* WebKit browsers */
        color: transparent;
   }
.anmeldung   :-moz-placeholder, #contact-form   :-moz-placeholder {
       /* Mozilla Firefox 4 to 18 */
        color: transparent;
   }
.anmeldung  ::-moz-placeholder, #contact-form ::-moz-placeholder {
       /* Mozilla Firefox 19+ */
        color: transparent;
   }
 .anmeldung :-ms-input-placeholder,  #contact-form :-ms-input-placeholder {
       /* Internet Explorer 10+ */
        color: transparent;
   }
 .anmeldung input::placeholder, #contact-form input::placeholder {
        color: transparent;
   }
 .anmeldung textarea::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
       /* WebKit browsers */
        color: transparent;
   }
.anmeldung   textarea:-moz-placeholder, #contact-form   textarea:-moz-placeholder {
       /* Mozilla Firefox 4 to 18 */
        color: transparent;
   }
 .anmeldung textarea::-moz-placeholder,  #contact-form textarea::-moz-placeholder {
       /* Mozilla Firefox 19+ */
        color: transparent;
   }
 .anmeldung textarea:-ms-input-placeholder,  #contact-form textarea:-ms-input-placeholder {
       /* Internet Explorer 10+ */
        color: transparent;
   }
.anmeldung  textarea::placeholder, #contact-form  textarea::placeholder {
        color: transparent;
   }

.konli ul
{
  padding-left: 0px;
}

.konli li
{
  list-style: none;
}

.social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

.social-links a {
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #222;
    color: #fff9;
    -webkit-border-end: 1px solid #fff2;
    border-inline-end: 1px solid #fff2;
}


/* MODAL CSS */

.pop-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;

 width: 100%;
            height: 100%;

}

.modal
{
  width: auto;
  height: auto !important;
}

.popup {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: fixed;
  width: 525px;
    height: 405px;

    bottom: 4%;
    right: 2%;

  width: 100%;
    height: 100%;
  top: 0;
    left: 0;
  background-color: rgba(255, 255,255, 0.8);
  z-index: 2;
  visibility: visible;
  opacity: 1;
  overflow: hiden;
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup-inner {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 100%;
  height: 100%;
  width: 60%;
  height: 80%;
  background-color: #fff;
  -webkit-transition: .64s ease-in-out;
  transition: .64s ease-in-out;
}
.popup__photo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
      object-fit: cover;
}
.popup__text {
  display: -webkit-box;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;

  height: 100%;
  padding: 2rem;
  background: #f5eeef;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.popup__text p {
  font-size: .95rem;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: .875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #2e2e31;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
	padding: 0px;
}

.fade:not(.show) {
    opacity: 1;
}

.btn-modal{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	padding: 20px 30px;
	font-weight: 600;
	overflow: hidden;
	border-radius:2px;
	background-color: #3d424e;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
  margin-top: 16px;
}

.btn-modal:hover{
	background: #0A0A0A;
  color: white;
}

body.home-st8 .dionysos {
    margin: 0vw 0px 0px 0px;
}

.buybuttonarea
{
  margin-top: 15px;
}

.buybuttonarea p
{
  margin-bottom: 0px;
}

.paypalimg
{
  width: 210px;
margin-top: 10px;
}

.vorstand .cir-butn {
    width: 150px;
    height: 150px;
}

p a
{
  color: #cfabb0;
}

.newscon
{
    padding: 75px 0;

}

.newsfooter
{
    background-color: #f5eeef;

}

.newstext
{
  text-align: center !important;
  color: #666 !important;
}

.career-page-st1 .tc-main-img-st20 .features
{
  position: static !important;

}

.career-page-st1 .tc-header-st20 {
    position: relative;
    padding: 140px 0 50px !important;
}

.career-page-st1 .tc-main-img-st20 .features .content
{
  padding: 0px !important;
}

.kursdetailsrow
{
  margin-bottom: 20px;
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}

.cards li a
{
  color: #cfabb0;
}

.text-capitalize {
    text-transform: none !important;
}

.tc-header-st5 .header-card .info h1 {
    font-size: 100px;
    line-height: 1.2;
}

.anmeldtext, .onli, .mitgliedtext
{
  margin-left: 8%;
}

.foot p
{
  margin-bottom: 0px;
}

.tc-video-st4 {
    padding: 140px 60px;
}

.tc-video-st4 .video-card {

    height: auto;
    overflow: visible;
    z-index: 20;
}

.tc-video-st4 img{
    transform: none !important;
    width: 100%;
}

.servicetrupptitle
{
  margin-bottom: 50px;
}

.tc-video-st4 a
{
  width: 100%;
}

.showdesktop
{
  display: block;
}

.showmobile
{
  display: none;
}

#kontakt ul.check-list
{
  padding-left: 0px;
}

#kontakt ul.check-list li
{
  list-style: none;
}

#datenschutz ul
{
  padding-left: 15px;
}

#datenschutz li
{
  list-style: circle;
}

p
{
  text-align: justify !important;
}

.kbez img
{
  border-radius: 15px;
}

.kbez  .title
{
  border-bottom: none;
  padding-bottom: 10px;
}

.kurszahlen
{
    display: flex;
    margin: 15px 0px;
    align-items: center;
}

.kurszahlen span
{
  font-size: 16px;
margin-right: 13px;
margin-top: 7px;
font-weight: bold;
}

.kurszahlen p
{
  margin-bottom: 0px;
      line-height: 0px;
}

@media(max-width:1788px)
{

  .navbar-brand img
  {
    width: 201px;
  }

}

@media(max-width:1645px)
{

  .tc-navbar-st1 {

    padding: 0px 3vw;
  }

  .navbar-brand
  {
    position: static;
  }

  .navbar-brand img
  {
    width: 85px;
  }

  .tc-header-st5 .header-card .info h1 {
    font-size: 84px;
  }

  .tc-about-st8 {
    position: relative;
    padding: 140px 0 140px;
  }

  .tc-services-st8 .services-content {
    position: relative;
    padding: 45px 30px;
    background-color: #f5eeef;
  }

  .tc-portfolio-st8 {
    position: relative;
    padding: 90px 30px;
  }

}


@media(max-width:1400px)
{

  .tc-header-st5 .header-card .info h1 {
    font-size: 68px;
  }

  .fsz-80 {
    font-size: 58px !important;
  }

  .tc-video-st4 .float-txt {
    position: absolute;
    top: 50%;
    left: 39.5vw;
  }

  .tc-portfolio-st8 .title h2 {
    font-size: 101px;

  }

  .tc-navbar-st1 .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    margin: 5px 5px;
    color: #151515;
  }

  .navbar-collapse .butn {
    padding: 10px 22px;

  }

}



@media(max-width:1200px)
{

  .tc-portfolio-st8 .title h2 {
    font-size: 85px;
  }

  .tc-about-st8 {
    position: relative;
    padding: 61px 0 90px;
  }

  .fsz-80 {
        font-size: 48px !important;
      }

      .newstext {

    margin-top: 15px;
  }

  .tc-header-st5 .header-card .info h1 {
    font-size: 52px;
  }

  .tc-video-st4 {
    padding: 140px 30px;
  }

  .navbar-collapse .butn {
    padding: 10px 22px;
    margin-bottom: 55px;
  }



}

@media(max-width:992px)
{

  .tc-header-st5 .header-card {
    padding-top: 152px;
  }

  .tc-about-st8 .fsz-80 {
        font-size: 50px !important;
        margin-bottom: 0px;
    }

    .home-st8 .vorstand {
    padding-bottom: 70px;
  }

  .tc-services-st8 .services-content {

    padding: 68px 30px;
  }

  .tc-services-st8 .service-card .w-auto {

    display: flex;
  }

  .tc-video-st4 {
    padding: 85px 30px;
  }

  .servicetrupptitle {
    margin-bottom: 31px;
    margin-top: 10px !important;
  }

  .logos .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .service-card .w-auto .icon-150
  {
    margin-top: 19px !important;
  }

  .tc-services-st8 .service-card .img {
        margin-bottom: 20px;
      }

      .tc-services-st8 .service-card .img a {
    width: 100%;
  }

  .tc-services-st8 .service-card {

    margin-top: 75px;
  }

  .tc-skills-st8 .tc-portfolio-st8 {
    position: relative;
    padding: 90px 30px 20px;
  }

  #contact-form .col-md-6 select
  {
    width: 90% !important;
  }

  .anmeldtext, .onli, .mitgliedtext
  {
    margin-left: 0%;
            padding-top: 55px;
  }

  .home-st1 br {
        display: block;
    }

  .foot-links
    {
      margin-top: 0px !important;
    }

    .dionysos  .tc-portfolio-st8 {
        position: relative;
        padding: 90px 30px 43px;
    }

    .tc-services-st8 .title {

    margin-bottom: 35px;
    padding-bottom: 20px;
    }

    .tc-about-st8 .img
    {
      height: auto;
    }

    .tc-portfolio-st8 .title h2 {
    font-size: 70px;
    margin-bottom: 1rem !important;
    }

    .video-card img.img-cover
    {
      height: auto;
    }

    .vorstand {
    padding-bottom: 25px;
  }

  #impressum h6 {

    margin-top: 31px;
  }



}



@media(max-width: 767px)
{

  .navbar-brand
  {
    position: static;
  }

  .tc-navbar-st1 {
    padding: 8px 3vw;
  }

  .navbar-brand img
  {
    width: 70px;
  }

  .tc-header-st5 .header-card .info h1 {
    font-size: 31px;

  }

  .header-card .info
  {
    overflow-wrap: break-word;
  }

  .tc-header-st5 .header-card .main-img {

    width: 100%;
    height: 100%;
  }

  .tc-header-st5 .header-card {
        padding-top: 195px;
    }

    .tc-services-st8 .services-content {
    padding: 68px 15px;
  }

  .icon-150 {
    width: 130px;
    height: 130px;
  }

  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 16px;

    letter-spacing: 12px;

  }

  .tc-portfolio-st8 .title h2 {
        font-size: 49px;
        margin-bottom: 1rem !important;
    }

    .dionysos .tc-portfolio-st8 {

        padding: 90px 15px 43px;
    }

    .tc-clients-st5 .logo img {
    height: 89px;
  }

  form .form-field
  {
    width: 100% !important;
    margin-top: 15px;
  }

  .newscon {
    padding: 47px 15px 30px;
  }

  .tc-footer-st1 .links-wrapper {

    margin-top: 57px;
  }

  label
  {
    padding: 0px 0px;
  }

  form .form-data {
    padding: 0px 0px;
  }

  form select
  {
    width: 90% !important;
  }

  button[type="submit"]
  {
    margin-top: 10px !important;
  }

  .header-card div.text
  {
    color: white !important;
  }

  .tc-team-st2 .team-card .info {
    padding: 30px 30px;
  }

  .career-page-st1 .tc-header-st20 .lg-txt {

    font-size: 81px;
  }

  .tc-skills-st8 .tc-portfolio-st8 {
    position: relative;
    padding: 90px 15px 20px;
  }

  .tc-footer-st1 .main-footer {
    position: relative;
    padding: 3px 0 41px;
  }

  .showdesktop
  {
    display: none;
  }

  .showmobile
  {
    display: block;
  }

  .dionybtn
  {
    margin-bottom: 30px;
  }

  .tc-about-st8 .title
  {
overflow-wrap: break-word;
  }

  .fsz-80 {
    font-size: 35px !important;
  }


}
