@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
.tc-navbar-st3 {
  position: relative;
  width: 100%;
  z-index: 99;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  background-color: var(--cr-dark1);
}
.tc-navbar-st3 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
  color: #fff;
}
.tc-navbar-st3 .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 {
    position: relative;
  }
}
/* --------------- header st3 --------------- */
.tc-header-st3 {
  position: relative;
  padding: 50px 3vw 0;
  background-color: var(--cr-dark1);
  color: #fff;
  background-image: repeating-linear-gradient(0deg, #ffffff11 0px, transparent 1px, transparent 100px), repeating-linear-gradient(90deg, #ffffff11 0px, transparent 1px, transparent 100px);
}
.tc-header-st3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--cr-dark1)), to(transparent));
  background-image: linear-gradient(to bottom, var(--cr-dark1), transparent);
}
.tc-header-st3 .sm-img {
  position: relative;
  width: 130px;
  height: 150px;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  -webkit-margin-start: 5vw;
          margin-inline-start: 5vw;
}
.tc-header-st3 .lg-img {
  position: relative;
  height: 300px;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 50px;
}
.tc-header-st3 .vec1 {
  width: 200px;
  height: 200px;
  margin-top: 20vh;
  max-width: 90vw;
  max-height: 90vw;
}
.tc-header-st3 .main-info {
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.tc-header-st3 .main-info h1 {
  font-size: 50px;
  text-transform: capitalize;
}
.tc-header-st3 .main-info .main-img {
  position: relative;
  -webkit-box-shadow: 0px 4px 39px 9px rgba(81, 69, 159, 0.09);
          box-shadow: 0px 4px 39px 9px rgba(81, 69, 159, 0.09);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -200px;
  margin-top: 100px;
}
.tc-header-st3 .rotate-box {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
  margin-top: -30px;
}
.tc-header-st3 .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;
  color: var(--cr-brown1);
}
.tc-header-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: #fff5;
}
.tc-header-st3 .rotate-box .rotate-circle svg {
  width: 180px;
  height: 180px;
  fill: #fff5;
  -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-st3 .throwable-content {
  position: relative;
}
.tc-header-st3 .throwable-content .item {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 50px;
}
.tc-header-st3 .throwable-content .item .txt {
  position: relative;
  padding: 5px 15px;
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-st3 .throwable-content .item:nth-of-type(1) .txt {
  background-color: #213F34;
}
.tc-header-st3 .throwable-content .item:nth-of-type(2) .txt {
  background-color: #5C7DD2;
}
.tc-header-st3 .throwable-content .item:nth-of-type(3) .txt {
  background-color: #B69974;
}
.tc-header-st3 .throwable-content .item:nth-of-type(4) .txt {
  background-color: #FF8851;
}
.tc-header-st3 .throwable-content .item:nth-of-type(5) .txt {
  background-color: #809B91;
}
.tc-header-st3 .throwable-content .item:nth-of-type(6) .txt {
  background-color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {
  .tc-header-st3 .main-info h1 {
    font-size: 30px;
  }
  .tc-header-st3 .main-info .main-img {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .tc-header-st3 .throwable-content {
    margin-bottom: 50px;
  }
}
/* --------------- about st3 --------------- */
.tc-about-st3 {
  position: relative;
  padding-top: 250px;
  padding-bottom: 140px;
}
.tc-about-st3 .numbers {
  position: relative;
  border-top: 1px solid #9993;
  margin-bottom: 120px;
}
.tc-about-st3 .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-about-st3 .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-about-st3 .numbers .item .txt {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .tc-about-st3 {
    padding-top: 50px;
  }
}
/* --------------- export st1 --------------- */
.tc-export-st1 {
  position: relative;
  padding-bottom: 140px;
}
.tc-export-st1 .exp-card {
  position: relative;
  /* background-color: var(--cr-light1); */
  background-color: #e7ecf2;
  border-radius: 30px;
  padding: 50px;
}
.tc-export-st1 .exp-card .curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
}
.tc-export-st1 .exp-card .curve::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 10px -10px 0 #fff;
          box-shadow: 10px -10px 0 #fff;
}
.tc-export-st1 .exp-card .curve::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -28px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 10px -10px 0 #fff;
          box-shadow: 10px -10px 0 #fff;
}
.tc-export-st1 .exp-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-export-st1 .exp-card .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #9993;
  font-size: 16px;
}
.tc-export-st1 .main-img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tc-export-st1 .main-img .img {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.tc-export-st1 .main-img .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.tc-export-st1 .main-img .float-inf {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 20;
  color: #fff;
}
.tc-export-st1 .main-img .float-inf .num {
  font-size: 128px;
  line-height: 0.7;
  font-weight: 400;
}
.tc-export-st1 .main-img .float-inf .text {
  font-size: 16px;
  padding: 10px 30px;
  background-color: #fff3;
  font-size: 16px;
  display: inline-block;
  margin-top: 30px;
}

/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding-bottom: 140px;
}
.tc-services-st3 .cards .item {
  display: block;
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #9993;
}
.tc-services-st3 .cards .item .arrow {
  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 #9993;
  border-radius: 50%;
  font-size: 25px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-services-st3 .cards .item:hover {
  border-color: var(--cr-dark1);
}
.tc-services-st3 .cards .item:hover h5 {
  text-decoration: underline;
}
.tc-services-st3 .cards .item:hover .arrow {
  background-color: var(--cr-dark1);
  border-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- investment st3 --------------- */
.tc-investment-st3 {
  position: relative;
  padding: 50px 0;
  background-color: var(--cr-light1);
}
.tc-investment-st3 .numbers-card {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px 10px 10px 20px;
  margin-top: 30px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 80px 20px #0001);
          filter: drop-shadow(0 80px 20px #0001);
}
.tc-investment-st3 .numbers-card::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: linear-gradient(40deg, rgba(182, 153, 116, 0.4) -16.86%, rgba(182, 153, 116, 0) 44.99%);
  border-radius: 50%;
  -webkit-transform: translate(20%, -10%);
          transform: translate(20%, -10%);
}
.tc-investment-st3 .numbers-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 250px;
  height: 250px;
  background: linear-gradient(220deg, rgba(182, 153, 116, 0.4) -16.86%, rgba(182, 153, 116, 0) 44.99%);
  border-radius: 50%;
  -webkit-transform: translate(-20%, 40%);
          transform: translate(-20%, 40%);
}
.tc-investment-st3 .numbers-card .curve {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--cr-light1);
  border-bottom-left-radius: 30px;
}
.tc-investment-st3 .numbers-card .curve::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 10px -10px 0 var(--cr-light1);
          box-shadow: 10px -10px 0 var(--cr-light1);
}
.tc-investment-st3 .numbers-card .curve::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -28px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 10px -10px 0 var(--cr-light1);
          box-shadow: 10px -10px 0 var(--cr-light1);
}
.tc-investment-st3 .numbers-card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-investment-st3 .numbers-card .customers-card {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-color: #b6997438;
}
.tc-investment-st3 .numbers-card .customers-card .user-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--cr-brown1);
  color: #fff;
  margin-bottom: 20px;
}
.tc-investment-st3 .sm-img {
  position: relative;
  height: 470px;
  overflow: hidden;
  border-radius: 0 100px 0 100px;
}
.tc-investment-st3 .vid-img {
  position: relative;
  height: 540px;
  border-radius: 150px 0 150px 0;
  overflow: hidden;
  margin-top: 100px;
}
.tc-investment-st3 .vid-img .play-btn {
  position: absolute;
  left: calc(50% - 70px);
  top: calc(50% - 70px);
  border-radius: 50%;
  background-color: #fff;
  z-index: 20;
  font-size: 25px;
  width: 140px;
  height: 140px;
}
.tc-investment-st3 .vid-img .play-btn:hover {
  background-color: var(--cr-brown1);
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-investment-st3 .vid-img {
    margin-top: 50px;
  }
}
/* --------------- projects st3 --------------- */
.tc-projects-st3 {
  position: relative;
  padding: 140px 0;
}
.tc-projects-st3 .projects-slider {
  position: relative;
  overflow: hidden;
}
.tc-projects-st3 .projects-slider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background-color: #9995;
}
.tc-projects-st3 .projects-slider .swiper-controls {
  position: relative;
  margin-top: 50px;
  background-color: #e7ecf2;
  z-index: 20;
  border: 1px solid #cdd0d4;
}
.tc-projects-st3 .project-card {
  position: relative;
  border-radius: 20px;
  /* overflow: hidden; */
  display: block;
}
.tc-projects-st3 .project-card .img {
  position: relative;
  height: 450px;
}

.tc-projects-st3 .project-card .img-demo {
  position: relative;
  height: auto;
}
.tc-projects-st3 .project-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-brown1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-brown1), transparent);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-st3 .project-card .info-card {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  z-index: 20;
  text-align: center;
  padding: 20px;
}
.tc-projects-st3 .project-card .info-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.tc-projects-st3 .project-card:hover .img::after {
  opacity: 0.7;
}
.tc-projects-st3 .project-card:hover .info-card h6 {
  text-decoration: underline;
}

/* --------------- strategy st3 --------------- */
.tc-strategy-st3 {
  position: relative;
  padding-bottom: 140px;
}
.tc-strategy-st3 .main-img {
  position: relative;
  height: 550px;
  min-height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.tc-strategy-st3 .icon-list li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tc-strategy-st3 .icon-list li .icon {
  height: 35px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* --------------- team st3 --------------- */
.tc-team-st3 {
  position: relative;
  padding: 140px 0;
  /* background-color: var(--cr-dark1); */
  /* color: #fff; */
  background-color: #ffffff;
  color: #181c20;
}
.tc-team-st3 .team-card {
  position: relative;
  /* margin-top: 50px; */
}
.tc-team-st3 .team-card .img {
  position: relative;
  height: 310px;
  overflow: hidden;
  border-radius: 15px;
}
.tc-team-st3 .team-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: -webkit-gradient(linear, left bottom, left top, from(var(--cr-brown1)), to(transparent)); */
  /* background-image: linear-gradient(to top, var(--cr-brown1), transparent); */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-team-st3 .team-card .img .social-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.tc-team-st3 .team-card .img .social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #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;
  color: #fff;
  margin: 5px;
}
.tc-team-st3 .team-card .img .social-icons a:hover {
  background-color: var(--cr-dark1);
}
.tc-team-st3 .team-card .info {
  position: relative;
  padding-top: 30px;
}
.tc-team-st3 .team-card:hover .img::after {
  opacity: 0.6;
}
.tc-team-st3 .team-card:hover .img .social-icons {
  opacity: 1;
}

/* --------------- testimonials st3 --------------- */
.tc-testimonials-st3 {
  position: relative;
  padding: 140px 0;
}
.tc-testimonials-st3 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st3 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #9994;
  border-radius: 15px;
  /* min-height: 758px; */
}
.tc-testimonials-st3 .testi-card::after {
  position: absolute;
  content: "";
  right: 40px;
  top: 40px;
  width: 70px;
  height: 70px;
  background-image: url(../img/icons/qt2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-testimonials-st3 .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-st3 .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-st3 .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;
}

/* --------------- faq st3 --------------- */
.tc-faq-st3 {
  position: relative;
  padding: 140px 0;
  background-color: #B6997411;
}
.tc-faq-st3 .info {
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}
.tc-faq-st3 .info .more-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tc-faq-st3 .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: #B6997422;
  margin-bottom: 30px;
}
.tc-faq-st3 .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  background-color: transparent;
  color: var(--cr-dark1);
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #9994;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "";
  color: #fff;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: var(--cr-dark1);
  z-index: 1;
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  width: 65px;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-border-start: 1px solid #9994;
          border-inline-start: 1px solid #9994;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .tc-faq-st3 .accordion .accordion-item .accordion-header .accordion-button::after {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
}
/* --------------- blog st3 --------------- */
.tc-blog-st3 {
  position: relative;
  padding: 140px 0;
}

/* --------------- clients st3 --------------- */
.tc-clients-st3 {
  position: relative;
  padding-bottom: 140px;
}
.tc-clients-st3 .logos {
  border-top: 1px solid #9995;
}
.tc-clients-st3 .logo {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.tc-clients-st3 .logo img {
  max-height: 75px;
  width: 70%;
}

/* --------------- footer st3 --------------- */
.tc-footer-st3 {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-footer-st3 .contact-foot {
  position: relative;
  padding: 40px 0;
  background-color: #131618;
}
.tc-footer-st3 .main-footer {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}
.tc-footer-st3 .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff3;
  width: 100%;
}
.tc-footer-st3 .form .form-group .form-control {
  background-color: transparent;
  width: 100%;
  border: 0;
  color: #fff;
  border-radius: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-footer-st3 .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff5;
}
.tc-footer-st3 .form .form-group .form-control::-moz-placeholder {
  color: #fff5;
}
.tc-footer-st3 .form .form-group .form-control:-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st3 .form .form-group .form-control::-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st3 .form .form-group .form-control::placeholder {
  color: #fff5;
}
.tc-footer-st3 .form .form-group .butn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-footer-st3 .links a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.tc-footer-st3 .links a:hover {
  color: var(--cr-orange1);
  opacity: 1;
}
.tc-footer-st3 .social-links {
  position: relative;
  margin-top: 50px;
}
.tc-footer-st3 .social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0005;
  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: 14px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  color: #ffffff76;
}
.tc-footer-st3 .social-links a:hover {
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-footer-st3 .copywrite {
  position: relative;
  padding: 50px 0;
}
.tc-footer-st3 .copywrite .foot-links a {
  font-size: 16px;
  opacity: 0.6;
  text-transform: uppercase;
  -webkit-margin-end: 4vw;
          margin-inline-end: 4vw;
}
.tc-footer-st3 .copywrite .foot-links a:hover {
  opacity: 1;
  color: var(--cr-orange1);
}

@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 .fsz-80 {
    font-size: 40px !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;
  }
}