/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st1 --------------- */

.tc-navbar-st1 {
  position: relative;
  z-index: 99;
  padding: 10px 3vw;
  transition: all 0.3s ease;
  width: 100%;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #4a4a4a1c;
}

.tc-navbar-st1 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 10px;
  color: var(--cr-blue);
  text-transform: capitalize;
  letter-spacing: 1px;
}

.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: #010101;
  -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: #010101;
  -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 #010101;
  border-bottom: 2px solid #010101;
}

.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 #010101;
  border-bottom: 2px solid #010101;
}

.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 #010101;
  border-top: 2px solid #010101;
}

.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 #010101;
  border-top: 2px solid #010101;
}

.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: 100px 0 100px;
}

.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: 0px;
}

.tc-about-st1 .numbers .number-card {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #4a4a4a1c;
  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: 50px;
  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: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .float-imgs {
    display: none;
  }
}

/* --------------- services st1 --------------- */
.tc-services-st1 {
  position: relative;
  padding: 100px 0;
  /* background-color: #010101; */
  background-color: #170d1f;
  color: #fff;
  overflow: hidden;
}

.tc-services-st1 .title p {
  position: relative;
  font-size: 16px;
  color: #ababab;
}

.tc-services-st1 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.tc-services-st1 .service-card {
  position: relative;
  margin-top: 80px;
}

.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: #170d1f;
  -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: 100px 0 0 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: #010101;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 500;
  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: var(--bs-orange);
}

.tc-portfolio-st1 .project-card {
  position: relative;
  display: block;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  padding: 10px;
}

.tc-portfolio-st1 .project-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/*.tc-portfolio-st1 .project-card:hover .img::after {*/
/*  opacity: 0.1;*/
/*}*/

.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: none;
  color: var(--cr-orange1);
}

.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: #c2b0d1;*/
/*  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: #010101;
  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;
  padding-top: 150px;
}

.tc-goals-st1 .main-text {
  /*font-size: 50px;*/
  font-weight: 500;
  line-height: 1.2;
  font-family: "mona-SemiBold";
}

.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: #010101;
}

.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: 100px 0;
}

.tc-team-st1 .team-card {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: -4px 0px 20px 2px rgba(0, 0, 0, 0.06);
  box-shadow: -4px 0px 20px 2px rgba(0, 0, 0, 0.06);
  margin-top: 80px;
  border: 1px solid #4a4a4a1c;
}

.tc-team-st1 .team-card .img {
  position: relative;
  height: 300px;
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
  margin-top: 0px;
}

.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-blue);
  color: #fff;
}

.tc-team-st1 .team-card .img .social-icons .link:hover {
  background-color: var(--cr-blue);
}

a.link.bg-000.plus-link {
  background-color: var(--cr-orange1) !important;
}

.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: 30px 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: #010101;
  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: 0 0 100px 0;
}

.tc-blog-st1 .title-wrapper {
  position: relative;
}

.tc-blog-st1 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #4a4a4a1c;
  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: #0000004d;
  opacity: 0.1;
}

.tc-blog-st1 .post-overlay .info {
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 0; */
  width: 100%;
  padding: 40px 0 0 0;
  z-index: 20;
  color: inherit;
}

.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: 28px;
  text-transform: capitalize;
  line-height: 1.2;
}

.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: 18px;
  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 #010101;
  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: #010101;
  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: #010101;
  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: #4a4a4a;
}

.tc-footer-st1 .form-group .form-control::-moz-placeholder {
  color: #4a4a4a;
}

.tc-footer-st1 .form-group .form-control:-ms-input-placeholder {
  color: #4a4a4a;
}

.tc-footer-st1 .form-group .form-control::-ms-input-placeholder {
  color: #4a4a4a;
}

.tc-footer-st1 .form-group .form-control::placeholder {
  color: #4a4a4a;
}

.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;
}

@media screen and (max-width: 991px) {
  .tc-footer-st1 .main-footer .lg-txt {
    font-size: 70px;
  }
}

.home-st1 {
  color: #010101;
}

@media screen and (max-width: 991px) {
  .home-st1 br {
    display: none;
  }

  .home-st1 .fsz-50 {
    font-size: 32px !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;
  }
}


.home-st1 .tc-about-st21 .main-img img {
  border-radius: 50%;
}

.home-st1 .tc-about-st21 .main-img {
  width: 415px;
  height: 415px;
  max-height: 90vw;
  max-width: 90vw;
}

/* hero section  */

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: relative;
}

.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-content p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* about us  */
section.tc-about-st21 {
  padding: 100px 0 0 0;
}

/* why choose us */
.icon.why-icon svg {
  width: 70px;
  height: 70px;
  stroke: #ffffff;
}

.tc-about-st1 .numbers .number-card span {
  color: #4a4a4a;
  font-size: 18px;
}

.tc-footer-st1 .links-wrapper .contact-links:first-child a {
  margin-top: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--cr-orange1);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* footer */
.f-social {
  margin-top: 130px;
}

.f-social .social_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

.f-social .social_links a {
  font-size: 18px;
}

.f-social .social_links a:hover {
  color: var(--cr-orange1);
}

.header-social .social_links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}

.header-social .social_links a {
  font-size: 16px;
  color: var(--cr-orange1);
}

.header-social .social_links a:hover {
  color: var(--cr-blue);
}

.tc-footer-st1 .foot p {
  color: inherit !important;
}

.to_top:hover {
  color: #999;
}

.tc-footer-st1 .links-group .links a:hover {
  color: var(--cr-orange1);
}

.tc-footer-st1 .foot .foot-links a:hover {
  color: var(--cr-orange1) !important;
}

.f-quick {
  margin-left: 50px;
}

.m-btn {
  display: none;
}

/* watsapp */

#help-button {
  position: fixed;
  max-width: 500px !important;
  bottom: 22px !important;
  left: 22px;
  cursor: pointer;
  z-index: 1000;
  margin-bottom: 1%;
}

div#help-button img {
  width: 60px;
}

/*span.whats-app {*/
/*  background: #2ea042;*/
/*  color: white !important;*/
/*  display: inline-block;*/
/*  padding: 3px 15px;*/
/*  border-radius: 5px;*/
/*  font-size: 13px;*/
/*  margin-left: 0px;*/
/*}*/
/*over*/

/*contact us*/

.main-hero {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-bottom: -50px;
}

@media screen and (min-width: 768px) {
    .main-hero {
        height: 400px;
    }
    
    .main-hero-content {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .main-hero-content .main-hero-breadcrumb {
        /*margin-bottom: 100px;*/
    }
    
}

.main-hero-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 70px;
}

.main-hero-content span.main-hero-title {
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 60px;
}

.main-hero-content .main-hero-breadcrumb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-bottom: 30px;*/
}

.main-hero-content .main-hero-breadcrumb-item + .main-hero-breadcrumb-item {
    margin-left: 20px;
}

.main-hero-content .main-hero-breadcrumb-item + .main-hero-breadcrumb-item::before {
    content: '|';
    -webkit-transform: translateX(calc(-50% - 10px));
    -ms-transform: translateX(calc(-50% - 10px));
    transform: translateX(calc(-50% - 10px));
    left: 0;
    position: absolute;
    pointer-events: none;
    color: #ffffff !important;
}

.main-hero-content .main-hero-breadcrumb-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
}

.contact-page-box {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 4;
    padding: 65px 70px;
}

.contact-page-box {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.contact-page-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.contact-page-list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    /*border: 1px solid #4a4a4a1c;*/
    padding: 35px 38px;
    width: 33%;
}

.list-item-subtitle {
    font-size: 24px;
    color: var(--bs-heading-color);
    margin-bottom: 10px;
}

.list-item-title {
    font-size: 18px;
    color: #4a4a4a;
}

.list-item-address {
    font-size: 18px;
    color: #4a4a4a;
}

.contact-form-box-container {
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    z-index: 4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.form-control {
    font-size: 1.2rem !important;
    color: #4a4a4a !important;
}

.myModal-body .form-control {
    font-size: 1rem !important;
    color: #4a4a4a !important;
}



    @media screen and (max-width: 991px) {
      .tc-navbar-st1 .navbar-nav .lang-dropdown .nav-link {
        -webkit-padding-start: 0;
        padding-inline-start: 0;
      }
      
      .hero-content {
        width: 90%;
      }
      
      .hero-content h1 {
        font-size: 30px;
        margin-bottom: 10px;
      }
      
      .hero-slider {
        height: 60vh;
      }
      
      .home-st1 .tc-about-st21 .main-img {
        max-height: 90vw;
        max-width: 94vw;
        margin-top: 50px !important;
      }
      
      .tc-team-st1 {
        padding: 50px 0;
      }
      
      .tc-team-st1 .team-card {
        margin-top: 50px;
      }
      
      .tc-team-st1 .team-card .info {
        padding: 20px 30px;
      }
      
      .tc-portfolio-st1 .nav-pills .nav-item .nav-link {
        padding: 4px 20px 2px 0;
      }
      
      .tc-portfolio-st1 .nav-pills .nav-item .nav-link {
        font-size: 20px;
      }
      
      .tc-portfolio-st1 .project-card {
        margin-top: 30px;
      }
      
      .tc-portfolio-st1 {
        padding: 50px 0 0 0;
      }
      
      .tc-services-st1 {
        padding: 50px 0;
      }
      
      .tc-services-st1 .service-card {
        margin-top: 50px;
      }
      
      .tc-services-st1 .service-card .icon {
        height: 60px;
        margin-bottom: 10px;
      }
      
      .tc-services-st3 {
        padding-top: 50px;
      }
      
      .tc-services-st3 .swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
        background-color: var(--cr-blue);
      }
      
      .tc-services-st3 .swiper-horizontal .swiper-pagination .swiper-pagination-bullet-active {
        outline: 1px solid var(--cr-blue);
      }
      
      .tc-about-st1 {
        padding: 50px 0 50px;
      }
      
      .tc-about-st1 .numbers .number-card {
        width: 160px;
        height: 160px;
        padding: 10px;
      }
      
      .tc-about-st1 .numbers .number-card h3 {
        font-size: 28px;
        margin-bottom: 2px;
      }
      
      .tc-about-st1 .numbers .number-card span {
        font-size: 16px;
        line-height: 20px;
      }
      
      .th-525 {
        height: 400px !important;
      }
      
      .tc-blog-st1 .post-overlay .info .title {
        font-size: 24px;
      }
      
      .tc-blog-st1 {
        padding: 0 0 50px 0;
      }
      
      .home-st1 .fsz-30 {
        font-size: 30px !important;
      }
      
      .tc-about-st5 .mt-80 {
        margin-top: 30px !important;
      }
      
      .loader-wrap .loader-wrap-heading .load-text {
        font-size: 28px;
      }
      
      .icon.why-icon svg {
        width: 60px;
        height: 60px;
      }
      
      .tc-portfolio-st1 .nav-pills {
        width: 100%;
      }
      
      .tc-portfolio-st1 .nav-pills {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: .2rem;
      }
      
      .tc-portfolio-st1 .nav-pills .nav-item .nav-link {
        font-size: 16px;
        padding: 4px 6px 2px 0;
      }
      
      .tc-portfolio-st1 ul.nav-pills > li {
        min-width: max-content;
      }
      
      .tc-portfolio-st1 .nav-pills .nav-item:nth-child(2) .nav-link::after {
        display: none;
      }
      
      .m-btn {
        display: flex;
      }
      
      .e-m-btn {
        display: none;
      }
      
      /*contact*/
      .contact-page-box {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 40px;
      }
      
      .contact-page-list-item {
        padding: 0px 0px 35px 0;
      }
      
      .contact-page-list-item:last-child {
        padding: 0;
      }
      
      .list-item-subtitle {
        margin-bottom: 5px;
      }
      
      .contact-form-box-container {
        padding-top: 50px;
        padding-bottom: 50px;
      }
      
      .contact-page-st1 .tc-map-st13 .contact-form {
        padding: 40px !important;
      }
      
      .contact-page-st1 .tc-map-st13 .contact-form .form-control {
        padding: 10px 0;
      }
      
      .table-btn {
        justify-content: space-between;
      }
      
      .table-btn a {
        width: 100%;
      }
      
      .w-butn span {
        justify-content: center;
      }
      
    }
    
    @media screen and (max-width: 768px) {
        .to_top.show {
        right: 2.6vw;
      }
      
      .to_top {
          bottom: 12vw;
      }
      
      .table-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
      }
      
      
    }
    
    @media screen and (min-width: 475px) and (max-width: 611px) {
        .to_top.show {
        right: 4.6vw;
      }
      
      .to_top {
          bottom: 15vw;
      }
    }
    
    @media screen and (max-width: 475px) {
        .to_top.show {
        right: 6.6vw;
      }
      
      .to_top {
          bottom: 25vw;
      }
    }
