/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st2 --------------- */
.tc-navbar-st2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 4vw;
  background-color: #151515;
  color: #fff;
  z-index: 99;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link .num {
  display: block;
  margin-bottom: 5px;
  text-align: start;
  font-size: 13px;
  opacity: 0.5;
}
.tc-navbar-st2 .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-gold1);
}
.tc-navbar-st2 .sidemenu-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff5;
  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: 1.25rem;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-navbar-st2 .sidemenu-toggle:hover {
  background-color: #fff;
  color: #181818;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 .navbar-nav {
    margin-top: 20px;
  }
  .tc-navbar-st2 .navbar-nav .nav-item .nav-link .num {
    display: none;
  }
}
/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  padding: 120px 0;
  background-image: url(../img/hero_bg1.jpg);
  background-size: cover;
  z-index: 20;
}
.tc-header-st2 .lg-img {
  position: relative;
  height: 400px;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  margin-top: 100px;
}
.tc-header-st2 .lg-img2 {
  position: relative;
  height: 400px;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  margin-top: 100px;
}
.tc-header-st2 h1 {
  position: relative;
  font-size: 80px;
  margin-top: -150px;
  margin-bottom: 40px;
}
.tc-header-st2 h1 img {
  height: 75px;
  width: 180px;
  border-radius: 100px;
}
.tc-header-st2 .exp .num {
  font-size: 80px;
  line-height: 1;
}
.tc-header-st2 .exp .txt {
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
}

.light-theme .tc-header-st2 .h1, .light-theme .tc-header-st2 .h2, .light-theme .tc-header-st2 .h3, .light-theme .tc-header-st2 .h4, .light-theme .tc-header-st2 .h5, .light-theme .tc-header-st2 .h6, .light-theme .tc-header-st2 h1, .light-theme .tc-header-st2 h2, .light-theme .tc-header-st2 h3, .light-theme .tc-header-st2 h4, .light-theme .tc-header-st2 h5, .light-theme .tc-header-st2 h6, .light-theme .tc-header-st2 .sub-font {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 {
    padding-top: 0;
  }
  .tc-header-st2 .lg-img,
.tc-header-st2 .lg-img2 {
    margin-top: 0 !important;
  }
  .tc-header-st2 .sm-img {
    padding: 0 !important;
    margin: 15px 0;
    height: -webkit-max-content !important;
    height: -moz-max-content !important;
    height: max-content !important;
  }
  .tc-header-st2 h1 {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
/* --------------- services st2 --------------- */
.tc-services-st2 {
  position: relative;
  padding: 120px 0;
  z-index: 20;
}
.tc-services-st2 .feat-card {
  position: relative;
  padding: 40px;
  border: 1px solid #fff1;
  background-color: #111;
  margin-top: 24px;
}
.tc-services-st2 .feat-card:hover {
  border-color: var(--cr-gold1);
}

.light-theme .tc-services-st2 .feat-card {
  border: 1px solid #9993;
  background-color: #fafafa;
}

/* --------------- about st2 --------------- */
.tc-about-st2 {
  position: relative;
  padding-bottom: 120px;
  z-index: 20;
}
.tc-about-st2 .numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.tc-about-st2 .numbers::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff1;
}
.tc-about-st2 .numbers .item {
  width: 35%;
}
.tc-about-st2 .lg-txt {
  position: relative;
  left: 0;
  bottom: 120px;
  font-size: 180px;
  line-height: 0.7;
  color: transparent;
  -webkit-text-stroke: 1px #fff1;
  white-space: nowrap;
}
.tc-about-st2 .lg-txt span:nth-of-type(7) {
  color: #fff4;
}

.light-theme .tc-about-st2 .lg-txt {
  -webkit-text-stroke: 1px #9995;
}

@media screen and (max-width: 991px) {
  .tc-about-st2 .lg-txt {
    display: none;
  }
}
/* --------------- features st2 --------------- */
.tc-features-st2 {
  position: relative;
  padding: 120px 0;
  background-image: url(../img/feat_bg.jpg);
  background-size: cover;
  z-index: 20;
}
.tc-features-st2 .cards-box {
  position: relative;
  background-color: #111;
  padding: 50px;
}
.tc-features-st2 .cards-box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: calc(40% - 30px);
  height: 60px;
  width: 1px;
  background-color: var(--cr-gold1);
}
.tc-features-st2 .cards-box::after {
  position: absolute;
  content: "";
  top: 40%;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background-color: var(--cr-gold1);
}
.tc-features-st2 .cards-box .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.tc-features-st2 .cards-box .item .icon {
  width: 40px;
  height: 40px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-top: 5px;
}
.tc-features-st2 .float-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: calc(100% - 120px);
  -o-object-fit: cover;
     object-fit: cover;
}

.light-theme .tc-features-st2 .h1, .light-theme .tc-features-st2 .h2, .light-theme .tc-features-st2 .h3, .light-theme .tc-features-st2 .h4, .light-theme .tc-features-st2 .h5, .light-theme .tc-features-st2 .h6, .light-theme .tc-features-st2 h1, .light-theme .tc-features-st2 h2, .light-theme .tc-features-st2 h3, .light-theme .tc-features-st2 h4, .light-theme .tc-features-st2 h5, .light-theme .tc-features-st2 h6, .light-theme .tc-features-st2 .sub-font {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-features-st2 .float-img {
    display: none;
  }
}
/* --------------- portfolio st2 --------------- */
.tc-portfolio-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-portfolio-st2 .check-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto 0;
  border: 1px solid #fff2;
  border-radius: 10px;
  overflow: hidden;
}
.tc-portfolio-st2 .check-nav .form-check {
  padding: 0;
  overflow: hidden;
}
.tc-portfolio-st2 .check-nav .form-check .form-check-input {
  display: none;
}
.tc-portfolio-st2 .check-nav .form-check .form-check-label {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 30px;
  cursor: pointer;
}
.tc-portfolio-st2 .check-nav .form-check-input:checked ~ .form-check-label {
  background-color: var(--cr-gold1);
  color: #fff;
}
.tc-portfolio-st2 .portfolio-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  bottom: 100px;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card .num {
  opacity: 1;
  visibility: visible;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide .portfolio-card .card-title {
  opacity: 0;
  margin-top: 0;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card .num {
  opacity: 0;
  visibility: hidden;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-active .portfolio-card .card-title {
  opacity: 1;
  margin-top: -20px;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-prev .portfolio-card {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.tc-portfolio-st2 .portfolio-slider .swiper-slide-next .portfolio-card {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  z-index: 20;
}
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet {
  background-color: var(--cr-gold1);
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-portfolio-st2 .portfolio-slider .swiper-pagination-st1 .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-portfolio-st2 .portfolio-card {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.tc-portfolio-st2 .portfolio-card .img {
  height: 450px;
  margin-bottom: 30px;
}
.tc-portfolio-st2 .portfolio-card .num {
  font-size: 20px;
  font-weight: 400;
}
.tc-portfolio-st2 .float-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--cr-gold1);
  text-transform: uppercase;
  font-size: 16px;
  z-index: 30;
  pointer-events: none;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}
.tc-portfolio-st2 .numbers-pagination {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -2px;
  z-index: 30;
  color: #999;
}
.tc-portfolio-st2 .numbers-pagination span {
  opacity: 0.7;
}
.tc-portfolio-st2 .numbers-pagination .slide-cont {
  opacity: 1;
}
.tc-portfolio-st2 .swiper-progress {
  position: relative;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff2;
  margin-top: -10px;
}
.tc-portfolio-st2 .swiper-progress .swiper-progress-bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--cr-gold1);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.light-theme .tc-portfolio-st2 .check-nav {
  border-color: #9995;
}
.light-theme .tc-portfolio-st2 .swiper-progress {
  background-color: #9995;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st2 .check-nav .form-check .form-check-label {
    font-size: 11px;
    padding: 10px 15px;
  }
}
/* --------------- awards st2 --------------- */
.tc-awards-st2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.tc-awards-st2 .section-title {
  position: relative;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.tc-awards-st2 .section-title .txt {
  font-size: 85px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-gold1);
  opacity: 0.15;
}
.tc-awards-st2 .section-title .txt:nth-of-type(5) {
  color: var(--cr-gold1);
  opacity: 1;
}
.tc-awards-st2 .section-title .star {
  font-size: 45px;
  margin: 0 20px;
}
.tc-awards-st2 .section-title .star:nth-of-type(4), .tc-awards-st2 .section-title .star:nth-of-type(6) {
  color: var(--cr-gold1);
  opacity: 1;
}
.tc-awards-st2 .cards .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px;
  background-color: #151515;
  margin: 50px auto 0;
  width: 80%;
}
.tc-awards-st2 .cards .item:hover {
  background-color: var(--cr-gold1);
}
.tc-awards-st2 .cards .item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-awards-st2 .cards .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-awards-st2 .cards .item:nth-of-type(1) {
  left: 2vw;
}
.tc-awards-st2 .cards .item:nth-of-type(2) {
  right: 3vw;
}
.tc-awards-st2 .cards .item:nth-of-type(3) {
  left: 2vw;
}
.tc-awards-st2 .cards .item:nth-of-type(4) {
  left: 7vw;
}
.tc-awards-st2 .cards .item:nth-of-type(5) {
  left: 2vw;
}

.light-theme .tc-awards-st2 .cards .item {
  background-color: #F6F6F6;
}

@media screen and (max-width: 991px) {
  .tc-awards-st2 .section-title .txt {
    font-size: 30px;
  }
  .tc-awards-st2 .section-title .star {
    font-size: 20px;
  }
  .tc-awards-st2 .cards .item {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .tc-awards-st2 .cards .item .title {
    width: 100%;
    margin: 20px 0;
  }
  .tc-awards-st2 .cards .item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* --------------- video st2 --------------- */
.tc-video-st2 {
  position: relative;
  height: 600px;
  max-height: 100vw;
  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-st2 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.tc-video-st2 .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-video-st2 .play-btn .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  border-left: 2px solid transparent;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 25px;
}

.light-theme .tc-video-st2 .play-btn {
  color: #fff;
}

/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-testimonials-st2 .title-lg {
  font-size: calc(12vw + 30px);
  color: #fff;
  opacity: 0.07;
  text-transform: capitalize;
  line-height: 0.7;
  white-space: nowrap;
  margin-bottom: 80px;
}
.tc-testimonials-st2 .testimonials-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.tc-testimonials-st2 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #fff1;
  background-color: #111;
}
.tc-testimonials-st2 .testi-card .rate-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .numb {
  font-size: 50px;
  color: #fff;
  opacity: 0.3;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars {
  color: #fff2;
}
.tc-testimonials-st2 .testi-card .rate-wrapper .stars .active {
  color: var(--cr-gold1);
}
.tc-testimonials-st2 .testi-card .btm-card {
  position: relative;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #fff2;
}

.light-theme .tc-testimonials-st2 .title-lg {
  color: #999;
}
.light-theme .tc-testimonials-st2 .testi-card {
  border: 1px solid #9992;
  background-color: #fafafa;
}
.light-theme .tc-testimonials-st2 .testi-card .rate-wrapper .numb {
  color: #111;
}

/* --------------- blog st2 --------------- */
.tc-blog-st2 {
  position: relative;
}
.tc-blog-st2 .cards .item {
  position: relative;
  display: block;
  border-bottom: 1px solid #fff2;
  padding-bottom: 20px;
  margin-top: 30px;
}
.tc-blog-st2 .cards .item .tags .tag {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid #fff2;
  border-radius: 30px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  padding: 5px 15px;
  color: #999;
}
.tc-blog-st2 .cards .item .arrow {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff1;
  font-size: 20px;
}
.tc-blog-st2 .cards .item .float-img {
  position: absolute;
  right: 20%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  width: 280px;
  height: 280px;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-blog-st2 .cards .item:hover {
  border-color: #fff;
}
.tc-blog-st2 .cards .item:hover .blog-title {
  text-decoration: underline;
}
.tc-blog-st2 .cards .item:hover .arrow {
  background-color: var(--cr-gold1);
}
.tc-blog-st2 .cards .item:hover .float-img {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}

.light-theme .tc-blog-st2 .cards .item .arrow {
  background-color: #f5f5f5;
  color: #111;
}
.light-theme .tc-blog-st2 .cards .item .arrow:hover .arrow {
  background-color: var(--cr-gold1);
  color: #fff !important;
}
.light-theme .tc-blog-st2 .cards .item {
  border-color: #9993;
}
.light-theme .tc-blog-st2 .cards .item .tags .tag {
  border-color: #9995;
}

@media screen and (max-width: 991px) {
  .tc-blog-st2 .cards .item .arrow {
    display: none !important;
  }
}
/* --------------- brands st1 --------------- */
.tc-brands-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-brands-st2 .sm-title {
  position: relative;
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}
.tc-brands-st2 .sm-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #fff2;
}
.tc-brands-st2 .sm-title .txt {
  position: relative;
  background-color: #111;
  z-index: 10;
  padding: 0 40px;
}
.tc-brands-st2 .brands {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-brands-st2 .brands .brand {
  position: relative;
  height: 70px;
  text-align: center;
  margin-bottom: 40px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-brands-st2 .brands .brand img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-brands-st2 .brands .brand:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.light-theme .tc-brands-st2 .sm-title::after {
  background-color: #9993;
}
.light-theme .tc-brands-st2 .sm-title .txt {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-brands-st2 .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-brands-st2 .brands .brand {
    height: 50px;
    margin: 10px;
  }
}
/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
  background-color: #151515;
  padding-top: 120px;
}
.tc-footer-st2 .foot-shap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-footer-st2 .links-list a {
  font-size: 16px;
  margin: 6px 0;
  color: #999;
}
.tc-footer-st2 .newsletter {
  position: relative;
}
.tc-footer-st2 .newsletter .form {
  position: relative;
  display: block;
  padding: 30px;
  border-radius: 10px;
  background-color: #111;
}
.tc-footer-st2 .newsletter .form-group {
  position: relative;
}
.tc-footer-st2 .newsletter .form-group .form-control {
  position: relative;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff2;
  text-transform: capitalize;
  padding: 15px 0;
}
.tc-footer-st2 .newsletter .form-group .form-control::-webkit-input-placeholder {
  color: #fff5;
}
.tc-footer-st2 .newsletter .form-group .form-control::-moz-placeholder {
  color: #fff5;
}
.tc-footer-st2 .newsletter .form-group .form-control:-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st2 .newsletter .form-group .form-control::-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st2 .newsletter .form-group .form-control::placeholder {
  color: #fff5;
}
.tc-footer-st2 .newsletter .form-group .butn {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.tc-footer-st2 .newsletter .form-check {
  position: relative;
  margin-top: 20px;
  color: #999;
}
.tc-footer-st2 .newsletter .form-check .form-check-input {
  background-color: #111;
  border-color: #fff3;
  border-radius: 0;
}
.tc-footer-st2 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #111;
  z-index: 10;
}
.tc-footer-st2 .foot .foot-social {
  position: relative;
  text-align: end;
}
.tc-footer-st2 .foot .foot-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff1;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.tc-footer-st2 .foot .foot-social a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}

.light-theme .tc-footer-st2 .h1, .light-theme .tc-footer-st2 .h2, .light-theme .tc-footer-st2 .h3, .light-theme .tc-footer-st2 .h4, .light-theme .tc-footer-st2 .h5, .light-theme .tc-footer-st2 .h6, .light-theme .tc-footer-st2 h1, .light-theme .tc-footer-st2 h2, .light-theme .tc-footer-st2 h3, .light-theme .tc-footer-st2 h4, .light-theme .tc-footer-st2 h5, .light-theme .tc-footer-st2 h6, .light-theme .tc-footer-st2 .sub-font {
  color: #fff;
}

.home-st2 {
  position: relative;
  z-index: 20;
}
.home-st2 .container,
.home-st2 .container-fluid {
  position: relative;
  z-index: 25;
}
.home-st2 .lines-st2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 100;
  gap: 27vw;
  z-index: -1;
}
.home-st2 .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.06;
}
.home-st2 .clippy-img {
  -webkit-clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
          clip-path: polygon(25% 0, 75% 0, 75% 100%, 25% 100%);
  opacity: 0;
  -webkit-transform: rotate(-7deg) scale(1.3);
          transform: rotate(-7deg) scale(1.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.home-st2 .clippy-img.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
}

@media screen and (max-width: 991px) {
  .home-st2 section {
    overflow: hidden;
  }

  .fsz-90 {
    font-size: 40px !important;
    text-wrap: balance;
  }

  .th-600 {
    height: 300px !important;
  }
}