@charset "UTF-8";

/* ========= [ * page-home_1 ]  =========*/
.tc-navbar-st4 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
}

.tc-navbar-st4 .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  margin: 0 15px;
  color: #fff;
}

.tc-navbar-st4 .navbar-nav .nav-item .nav-link:hover {
  color: var(--cr-brown1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st4 {
    position: relative;
    background-color: var(--cr-dark1);
  }
}

/* --------------- header st4 --------------- */
.tc-header-st4 {
  position: relative;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.tc-header-st4 .container {
  min-width: 100%;
}

.tc-header-st4 .info .info-card {
  position: relative;
  padding: 50px;
  /* padding-bottom: 80px; */
  background-image: url(../img/hero_inf_bg.png);
  background-size: cover;
  border-radius: 30px;
}

.tc-header-st4 .info .info-card .btns {
  position: absolute;
  left: 50px;
  /* bottom: 0; */
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 20;
}

.tc-header-st4 .img {
  position: relative;
  width: 110%;
  -webkit-margin-start: -10%;
  margin-inline-start: -10%;
  z-index: 20;
}

@media screen and (min-width: 991px) {
  /* .tc-header-st4 {
    -webkit-padding-start: calc((100vw - 1320px) / 1);
    padding-inline-start: calc((100vw - 1320px) / 3);
  } */
}

@media screen and (max-width: 991px) {
  .tc-header-st4 {
    padding-top: 50px;
    overflow: hidden;
  }

  .tc-header-st4 .info .info-card {
    padding: 15px;
  }

  .tc-header-st4 .info .info-card .btns {
    position: relative;
    margin-top: 30px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tc-header-st4 .info .info-card .btns .ms-5 {
    margin-left: 1rem !important;
  }

  .tc-header-st4 .numbers {
    padding: 15px;
  }
}

/* --------------- clients st1 --------------- */
.tc-clients-st1 {
  position: relative;
  padding-top: 140px;
}

.tc-clients-st1 .title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.tc-clients-st1 .title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #9993;
}

.tc-clients-st1 .title .txt {
  position: relative;
  font-size: 16px;
  background-color: #fff;
  padding: 10px 40px;
  border: 1px solid #9993;
  border-radius: 50px;
  z-index: 20;
}

.tc-clients-st1 .logo {
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.tc-clients-st1 .logo img {
  max-height: 75px;
  width: 70%;
}

/* --------------- about st4 --------------- */
.tc-about-st4 {
  position: relative;
  padding: 140px 0;
}

.tc-about-st4 .img-side {
  position: relative;
  -webkit-padding-end: 70px;
  padding-inline-end: 70px;
}

.tc-about-st4 .img-side .sales-card {
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 20px;
  border-radius: 15px;
  background-color: var(--cr-blue1);
  color: #fff;
  z-index: 3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tc-about-st4 .img-side .sales-card .shap {
  -webkit-margin-start: -30px;
  margin-inline-start: -30px;
}

.tc-about-st4 .icon-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.tc-about-st4 .icon-items .item .icon {
  position: relative;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
}

.tc-about-st4 .icon-items .item .icon img {
  height: 30px;
}

/* --------------- features st4 --------------- */
.tc-features-st4 {
  position: relative;
  padding: 140px 0;
  background-color: var(--cr-blue1);
  background-image: url(../img/feat_bg.png);
  background-size: cover;
}

.tc-features-st4 .feat-card {
  position: relative;
  padding: 50px;
  margin-top: 40px;
  z-index: 20;
  border-radius: 30px;
  overflow: hidden;
}

.tc-features-st4 .feat-card .img {
  position: relative;
  height: 250px;
  border-radius: 25px;
  overflow: hidden;
  border: 1px solid #EDF1F0;
  -webkit-box-shadow: 0px 4px 20px rgba(238, 238, 238, 0.501967);
  box-shadow: 0px 4px 20px rgba(238, 238, 238, 0.501967);
}

.tc-features-st4 .feat-card .check-list {
  position: relative;
  padding-top: 10px;
}

.tc-features-st4 .feat-card .check-list li {
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}

.tc-features-st4 .feat-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}

/* --------------- services st4 --------------- */
.tc-services-st4 {
  position: relative;
  padding: 140px 0;
}

.tc-services-st4 .ser-card {
  position: relative;
  padding: 40px;
  background-color: #F6F5FF;
  border-radius: 20px;
  margin-top: 24px;
  height: calc(100% - 24px);
}

.tc-services-st4 .ser-card .icon {
  height: 80px;
  margin-bottom: 40px;
  -webkit-filter: drop-shadow(0 100px 50px #5438F699);
  filter: drop-shadow(0 100px 50px #5438F699);
}

.tc-services-st4 .ser-card .text {
  text-wrap: balance;
}

.tc-services-st4 .row .col-lg-4:nth-of-type(1) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #FF536C99);
  filter: drop-shadow(0 150px 50px #FF536C99);
}

.tc-services-st4 .row .col-lg-4:nth-of-type(2) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #FED74699);
  filter: drop-shadow(0 150px 50px #FED74699);
}

.tc-services-st4 .row .col-lg-4:nth-of-type(3) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #25F07399);
  filter: drop-shadow(0 150px 50px #25F07399);
}

.tc-services-st4 .row .col-lg-4:nth-of-type(4) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #FE704099);
  filter: drop-shadow(0 150px 50px #FE704099);
}

.tc-services-st4 .row .col-lg-4:nth-of-type(5) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #5438F699);
  filter: drop-shadow(0 150px 50px #5438F699);
}

.tc-services-st4 .row .col-lg-4:nth-of-type(6) .ser-card .icon {
  -webkit-filter: drop-shadow(0 150px 50px #FF885199);
  filter: drop-shadow(0 150px 50px #FF885199);
}

/* --------------- choose st4 --------------- */
.tc-choose-st4 {
  position: relative;
}

.tc-choose-st4 .choose-row {
  position: relative;
  padding-bottom: 140px;
}

.tc-choose-st4 .choose-row:nth-of-type(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tc-choose-st4 .choose-row:nth-of-type(even) .img {
  border-radius: 30px 0 0 30px;
}

.tc-choose-st4 .choose-row .img {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}

@media screen and (min-width: 991px) {
  .tc-choose-st4 .choose-row .info {
    -webkit-padding-end: calc((100vw - 1320px) / 2);
    padding-inline-end: calc((100vw - 1320px) / 2);
  }

  .tc-choose-st4 .choose-row:nth-of-type(even) .info {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: calc((100vw - 1320px) / 2);
    padding-inline-start: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .tc-choose-st4 {
    overflow: hidden;
  }

  .tc-choose-st4 .choose-row .info {
    padding: 15px;
  }
}

/* --------------- portfolio st4 --------------- */
.tc-portfolio-st4 {
  position: relative;
  padding: 50px 0;
  background-image: url(../img/work_bg.jpg);
  background-size: cover;
  color: #fff;
}

.tc-portfolio-st4 .check-list {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tc-portfolio-st4 .check-list li {
  width: 50%;
  font-size: 16px;
  margin-top: 10px;
}

.tc-portfolio-st4 .check-list li .check {
  color: var(--cr-blue1);
}

@media screen and (min-width: 991px) {
  .tc-portfolio-st4 {
    -webkit-padding-end: calc((100vw - 1320px) / 2);
    padding-inline-end: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st4 {
    overflow: hidden;
  }

  .tc-portfolio-st4 .info {
    padding: 15px;
  }

  .tc-portfolio-st4 .check-list li {
    width: 100%;
  }
}

/* --------------- pricing st4 --------------- */
.tc-pricing-st4 {
  position: relative;
  padding: 140px 0;
}

.tc-pricing-st4 .pricing-card {
  position: relative;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #020931;
  margin-top: 50px;
}

.tc-pricing-st4 .pricing-card .list-card {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  margin: 40px 0;
  background-color: #020931;
}

.tc-pricing-st4 .pricing-card .list-card li {
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-pricing-st4 .pricing-card {
    padding: 30px 10px;
  }
}

/* --------------- faq st4 --------------- */
.tc-faq-st4 {
  position: relative;
  padding: 140px 0;
  background-color: var(--cr-light2);
}

.tc-faq-st4 .info {
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}

.tc-faq-st4 .info .more-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tc-faq-st4 .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

.tc-faq-st4 .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}

.tc-faq-st4 .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-st4 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #9994;
}

.tc-faq-st4 .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-st4 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: var(--cr-dark1);
  z-index: 1;
}

.tc-faq-st4 .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-st4 .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-st4 .accordion .accordion-item .accordion-header .accordion-button::after {
    -webkit-margin-start: 30px;
    margin-inline-start: 30px;
  }
}

/* --------------- payment st4 --------------- */
.tc-payment-st4 {
  position: relative;
  padding: 140px 0;
}

.tc-payment-st4 .pay-icons {
  -webkit-filter: drop-shadow(10px 10px 30px #0001);
  filter: drop-shadow(10px 10px 30px #0001);
}

/* --------------- testimonials st4 --------------- */
.tc-testimonials-st4 {
  position: relative;
  padding-bottom: 140px;
}

.tc-testimonials-st4 .testi-slider {
  position: relative;
  overflow: hidden;
}

.tc-testimonials-st4 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #9994;
  border-radius: 15px;
}

.tc-testimonials-st4 .testi-card::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 20px;
  width: 70px;
  height: 70px;
  background-image: url(../img/icons/qt2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.tc-testimonials-st4 .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-st4 .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-st4 .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;
}

/* --------------- footer st4 --------------- */
.tc-footer-st4 {
  position: relative;
}

.tc-footer-st4 .subscribe {
  position: relative;
}

.tc-footer-st4 .subscribe .subscribe-content {
  position: relative;
  padding: 6vw;
  background-image: url(../img/subs_bg.png);
  background-size: cover;
  background-color: var(--cr-blue1);
  color: #fff;
  border-radius: 30px;
  margin-bottom: -150px;
}

.tc-footer-st4 .subscribe .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 #fff;
  width: 100%;
}

.tc-footer-st4 .subscribe .form .form-group .form-control {
  background-color: transparent;
  width: 100%;
  border: 0;
  color: #fff;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

.tc-footer-st4 .subscribe .form .form-group .form-control::-webkit-input-placeholder {
  color: #fff9;
}

.tc-footer-st4 .subscribe .form .form-group .form-control::-moz-placeholder {
  color: #fff9;
}

.tc-footer-st4 .subscribe .form .form-group .form-control:-ms-input-placeholder {
  color: #fff9;
}

.tc-footer-st4 .subscribe .form .form-group .form-control::-ms-input-placeholder {
  color: #fff9;
}

.tc-footer-st4 .subscribe .form .form-group .form-control::placeholder {
  color: #fff9;
}

.tc-footer-st4 .subscribe .form .form-group .butn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tc-footer-st4 .main-footer {
  position: relative;
  padding: 100px 0 100px;
  background-image: url(../img/header_bg.jpg);
  background-size: cover;
  background-position: top;
  color: #fff;
}

.tc-footer-st4 .social-links {
  position: relative;
  margin-top: 50px;
}

.tc-footer-st4 .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-st4 .social-links a:hover {
  background-color: var(--cr-blue1);
  color: #fff;
}

.tc-footer-st4 .links a {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tc-footer-st4 .links a:hover {
  color: var(--cr-blue1);
  opacity: 1;
}

.tc-footer-st4 .foot {
  background-color: #020931;
}

@media screen and (max-width: 991px) {
  .tc-footer-st4 .fsz-16 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .home-st4 br {
    display: none;
  }

  .home-st4 .fsz-50 {
    font-size: 30px !important;
  }

  .home-st4 .fsz-45 {
    font-size: 25px !important;
  }

  .home-st4 .fsz-40 {
    font-size: 25px !important;
  }

  .home-st4 .mb-90 {
    margin-bottom: 40px !important;
  }

  .home-st4 .fsz-30 {
    font-size: 18px !important;
  }

  .home-st4 .mb-50 {
    margin-bottom: 30px !important;
  }

  .home-st4 .mt-5 {
    margin-top: 2rem !important;
  }

  .home-st4 .fsz-80 {
    font-size: 35px !important;
  }

  .tc-clients-st1 {
    position: relative;
    padding-top: 0px;
  }
}