/* ========= [ * page-home_1 ]  =========*/
.tc-navbar-st2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0;
  font-size: 16px;
  color: #fff;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
  color: #fff;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-orange1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 {
    position: relative;
    background-color: var(--cr-darkgreen1);
  }
}
/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  padding-top: 120px;
  color: #fff;
}
.tc-header-st2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tc-header-st2 .header-slider {
  position: relative;
  margin-top: 150px;
  height: 400px;
  overflow: hidden;
}
.tc-header-st2 .header-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
.tc-header-st2 .slide-card {
  position: relative;
  height: 100%;
}
.tc-header-st2 .slide-card .content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 20;
}
.tc-header-st2 .swiper-button-prev::after,
.tc-header-st2 .swiper-button-next::after {
  color: #fff;
}
.tc-header-st2 .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding-top: 140px;
  overflow: hidden;
}
.tc-about-st2 .topics .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.tc-about-st2 .topics .links a {
  position: relative;
  font-size: 16px;
  padding: 8px 20px;
  background-color: #edf1f0;
  border-radius: 30px;
  margin-bottom: 15px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  color: #777;
}
.tc-about-st2 .topics .links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-about-st2 .about-content {
  position: relative;
  padding: 140px 6vw 0;
  background-color: #edf1f0;
}
.tc-about-st2 .about-content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
}
.tc-about-st2 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
}
.tc-about-st2 .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%;
  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-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;
}
.tc-about-st2 .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);
  }
}
.tc-about-st2 .main-img {
  position: relative;
  z-index: 20;
}
.tc-about-st2 .main-img .img {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-top: 120px;
}
.tc-about-st2 .main-img .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105.76deg, #213F34 0%, rgba(33, 63, 52, 0) 100%);
}
.tc-about-st2 .main-img .float-inf {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-about-st2 .main-img .float-inf .num {
  position: relative;
  font-size: 100px;
  line-height: 0.7;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  -webkit-margin-start: 60px;
          margin-inline-start: 60px;
}
.tc-about-st2 .main-img .float-inf .num small {
  font-size: 15px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  font-weight: 300;
}
.tc-about-st2 .main-img .float-inf .fav {
  position: absolute;
  top: -30px;
  left: 40px;
  height: 200px;
}
.tc-about-st2 .lg-words {
  position: relative;
  padding-top: 100px;
}
.tc-about-st2 .lg-words h2 {
  font-size: calc(9vw + 15px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-about-st2 .lg-words h2.stroke-txt {
  color: transparent;
  -webkit-text-stroke: 1px #9994;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .main-img .float-inf {
    padding: 40px 0;
  }
  .tc-about-st2 .main-img .float-inf .num {
    display: block;
  }
  .tc-about-st2 .btns .butn {
    -webkit-margin-end: 10px !important;
            margin-inline-end: 10px !important;
  }
}
/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 140px 0;
}
.tc-services-st2 .float-title {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 52px;
  text-transform: capitalize;
  opacity: 5%;
}
.tc-services-st2 .cards .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 25px;
  -webkit-border-end: 1px solid #9994;
          border-inline-end: 1px solid #9994;
  border-bottom: 1px solid #9994;
}
.tc-services-st2 .cards .item .icon {
  width: 50px;
  height: 50px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}
.tc-services-st2 .cards .item .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}
.tc-services-st2 .cards .item .float-icon {
  position: absolute;
  right: 40px;
  bottom: 30px;
  opacity: 0;
}
.tc-services-st2 .cards .item:hover {
  /* background-color: var(--cr-darkgreen1); */
  background-color: #7a7b7c;
}
.tc-services-st2 .cards .item:hover * {
  color: #fff;
}
.tc-services-st2 .cards .item:hover .icon img {
  -webkit-filter: invert(89%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(1000%) contrast(102%);
          filter: invert(89%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(1000%) contrast(102%);
}
.tc-services-st2 .cards .item:hover .float-icon {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st2 .cards .row:last-of-type .item {
  border-bottom: 0;
}
.tc-services-st2 .cards .row .col-lg-4:last-of-type .item {
  -webkit-border-end: 0;
          border-inline-end: 0;
}

@media screen and (max-width: 991px) {
  .tc-services-st2 .cards .item {
    padding: 30px 20px !important;
    border: 1px solid #9993 !important;
    margin-top: 20px;
  }
}
/* --------------- video st2 --------------- */
.tc-video-st2 {
  position: relative;
  padding-top: 50px;
}
.tc-video-st2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(105.76deg, var(--cr-darkgreen1) 0%, rgba(24, 28, 32, 0) 100%);
  z-index: 1;
}
.tc-video-st2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-video-st2 .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-video-st2 .container {
  position: relative;
  z-index: 20;
}
.tc-video-st2 .section-title-st1 {
  position: relative;
  margin-bottom: 250px;
}
.tc-video-st2 .info {
  position: relative;
  padding: 5vw;
  color: #fff;
}
.tc-video-st2 .info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--cr-darkgreen1);
  z-index: 0;
}
.tc-video-st2 .info * {
  position: relative;
  z-index: 20;
}
.tc-video-st2 .info .play-btn .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #fff3;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .tc-video-st2 .info::before {
    width: 100%;
  }
}
/* --------------- proccess st2 --------------- */
.tc-proccess-st2 {
  position: relative;
  padding-top: 140px;
  background-color: #EDF1F0;
}
.tc-proccess-st2 .cards {
  position: relative;
  padding: 140px 0 90px;
  background-color: var(--cr-darkgreen1);
}
.tc-proccess-st2 .cards .item {
  position: relative;
  text-align: center;
  color: #f2f2f2;
  margin-bottom: 50px;
  padding: 0 15px;
  margin-top: 50px;
}
.tc-proccess-st2 .cards .item .icon {
  width: 70px;
  height: 70px;
  background-color: #fff1;
  border-radius: 50%;
  margin-bottom: 40px;
  font-size: 25px;
}
.tc-proccess-st2 .cards .item .text {
  opacity: 0.6;
}
.tc-proccess-st2 .numbers {
  position: relative;
  border-top: 1px solid #9993;
  margin-top: 50px;
  padding-bottom: 100px;
}
.tc-proccess-st2 .numbers .item {
  position: relative;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-proccess-st2 .numbers .item .numb {
  font-size: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}
.tc-proccess-st2 .numbers .item .txt {
  font-size: 16px;
}

/* --------------- choose st2 --------------- */
.tc-choose-st2 {
  position: relative;
}
.tc-choose-st2 .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tc-choose-st2 .info {
  position: relative;
  padding: 140px 0;
}
.tc-choose-st2 .info .check-list {
  position: relative;
  margin-top: 10px;
}
.tc-choose-st2 .info .check-list li {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 991px) {
  .tc-choose-st2 .info {
    -webkit-padding-end: calc((100vw - 1320px) / 2 );
            padding-inline-end: calc((100vw - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-choose-st2 {
    overflow: hidden;
  }
  .tc-choose-st2 .info {
    padding: 80px 15px;
  }
  .tc-choose-st2 .info .check-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
}
.tc-testimonials-st2 .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tc-testimonials-st2 .info {
  position: relative;
  padding: 140px 0;
}
.tc-testimonials-st2 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st2 .testi-card .user-info {
  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-testimonials-st2 .testi-card .user-info .avatar {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st2 .testi-card .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 991px) {
  .tc-testimonials-st2 .info {
    -webkit-padding-start: calc((100vw - 1320px) / 2 );
            padding-inline-start: calc((100vw - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-testimonials-st2 .info {
    padding: 0 15px 100px;
  }
}
/* --------------- blog st1 --------------- */
.tc-blog-st2 {
  position: relative;
  padding: 140px 0;
  background-color: #edf1f0;
}
.tc-blog-st2 .float-title {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 52px;
  text-transform: capitalize;
  opacity: 5%;
}
.tc-blog-st2 .img {
  display: block;
}

/* --------------- clients st2 --------------- */
.tc-clients-st2 {
  position: relative;
  padding-bottom: 140px;
  background-color: #edf1f0;
}
.tc-clients-st2 .logos {
  padding-top: 100px;
  border-top: 1px solid #9995;
}
.tc-clients-st2 .logo {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.tc-clients-st2 .logo img {
  max-height: 75px;
  width: 70%;
}

/* --------------- contact st2 --------------- */
.tc-contact-st2 {
  position: relative;
  padding: 140px 0;
}
.tc-contact-st2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-contact-st2 .form {
  position: relative;
  padding: 50px 4vw;
  background-color: #e7ecf2;
  /* -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.1); */
  margin-top: 80px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.tc-contact-st2 .form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.tc-contact-st2 .form .form-group .form-control {
  border: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 50px 50px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
}
.tc-contact-st2 .side-info {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tc-contact-st2 .side-info .btm-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50vh;
}
.tc-contact-st2 .side-info .btm-inf .arrow {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .tc-contact-st2 .side-info {
    padding-top: 30px;
  }
}
/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
  background-color: var(--cr-darkgreen1);
  color: #fff;
}
.tc-footer-st2 .main-footer {
  position: relative;
  padding: 100px 0;
}
.tc-footer-st2 .links a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.tc-footer-st2 .links a:hover {
  color: var(--cr-orange1);
  opacity: 1;
}
.tc-footer-st2 .social-links {
  position: relative;
  margin-top: 50px;
}
.tc-footer-st2 .social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: #ffffff76;
}
.tc-footer-st2 .social-links a:hover {
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-footer-st2 .foot {
  background-color: #fff1;
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 .links-group {
    margin-top: 30px;
  }
}
@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;
  }
}