@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- innerheader st5 --------------- */
.tc-innerheader-st5 {
  position: relative;
}
.tc-innerheader-st5.bg-img .main-content {
  padding: 250px 0;
  color: #fff;
}
.tc-innerheader-st5.bg-img .main-content .shap {
  opacity: 0.5;
}
.tc-innerheader-st5 .main-content {
  position: relative;
  padding: 150px 0;
  background-color: #FFF3EE;
  z-index: 20;
}
.tc-innerheader-st5 .main-content .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.tc-innerheader-st5 .main-content .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-innerheader-st5 .exp {
  position: relative;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.tc-innerheader-st5 .exp .content {
  position: relative;
  text-align: center;
}
.tc-innerheader-st5 .exp .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #9995;
}
.tc-innerheader-st5 .exp .content .text {
  position: relative;
  font-size: 16px;
  padding: 20px 4vw;
  background-color: #fff;
  z-index: 20;
}

/* --------------- about-pg --------------- */
/* --------------- features st5 --------------- */
.tc-features-st5 {
  position: relative;
  padding-bottom: 140px;
}
.tc-features-st5 .feat-card {
  position: relative;
  padding: 50px;
  margin-top: 40px;
  z-index: 20;
  border-radius: 30px;
  overflow: hidden;
}
.tc-features-st5 .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-st5 .feat-card .check-list {
  position: relative;
  padding-top: 10px;
}
.tc-features-st5 .feat-card .check-list li {
  font-size: 16px;
  color: #777;
  margin-top: 10px;
}
.tc-features-st5 .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 st5 --------------- */
.tc-services-st5 {
  position: relative;
  padding: 140px 0;
  background-color: #111;
  color: #fff;
}
.tc-services-st5 .cards .item {
  display: block;
  position: relative;
  padding: 50px 0;
  border-bottom: 1px solid #9993;
}
.tc-services-st5 .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-st5 .cards .item:hover {
  border-color: #fff;
}
.tc-services-st5 .cards .item:hover h5 {
  text-decoration: underline;
}
.tc-services-st5 .cards .item:hover .arrow {
  background-color: var(--cr-orange1);
  border-color: var(--cr-orange1);
  color: #fff;
}

/* --------------- team st5 --------------- */
.tc-team-st5 {
  position: relative;
  padding: 140px 0;
}
.tc-team-st5 .team-card {
  position: relative;
  margin-top: 50px;
}
.tc-team-st5 .team-card .img {
  position: relative;
  height: 310px;
  overflow: hidden;
  border-radius: 15px;
}
.tc-team-st5 .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-st5 .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-st5 .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-st5 .team-card .img .social-icons a:hover {
  background-color: var(--cr-dark1);
}
.tc-team-st5 .team-card .info {
  position: relative;
  padding-top: 30px;
}
.tc-team-st5 .team-card:hover .img::after {
  opacity: 0.6;
}
.tc-team-st5 .team-card:hover .img .social-icons {
  opacity: 1;
}

/* --------------- faq st5 --------------- */
.tc-faq-st5 {
  position: relative;
}
.tc-faq-st5 .img {
  min-height: 100%;
}
.tc-faq-st5 .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: #B6997422;
  margin-bottom: 30px;
}
.tc-faq-st5 .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tc-faq-st5 .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-st5 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #9994;
  
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  
  color: #fff;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: var(--cr-dark1);
  
  z-index: 1;
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-st5 .accordion .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  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-st5 .accordion .accordion-item .accordion-header .accordion-button::after {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
}
/* --------------- testimonials st5 --------------- */
.tc-testimonials-st5 {
  position: relative;
  padding: 140px 0;
}
.tc-testimonials-st5 .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tc-testimonials-st5 .info {
  position: relative;
}
.tc-testimonials-st5 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st5 .testi-card {
  position: relative;
  z-index: 20;
}
.tc-testimonials-st5 .testi-card .qt {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  z-index: -1;
  pointer-events: none;
}
.tc-testimonials-st5 .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-st5 .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-st5 .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;
}

/* --------------- clients st5 --------------- */
.tc-clients-st5 {
  position: relative;
  padding-bottom: 140px;
}
.tc-clients-st5 .logos {
  padding-top: 100px;
  border-top: 1px solid #9995;
}
.tc-clients-st5 .logo {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.tc-clients-st5 .logo img {
  max-height: 75px;
  width: 70%;
}

/* --------------- footer st1 --------------- */
/* --------------- services st6 --------------- */
.tc-services-st6 {
  position: relative;
  padding: 116px 0 140px;
}
.tc-services-st6 .ser-card {
  position: relative;
  padding: 40px;
  background-color: var(--cr-light1);
  border-radius: 20px;
  margin-top: 24px;
  height: calc(100% - 24px);
}
.tc-services-st6 .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-st6 .ser-card .text {
  text-wrap: balance;
}
.tc-services-st6 .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-st6 .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-st6 .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-st6 .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-st6 .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-st6 .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);
}

/* --------------- about st6 --------------- */
.tc-about-st6 {
  position: relative;
  padding: 140px 0;
}

@media screen and (max-width: 991px) {
  .tc-about-st6 {
    padding-top: 50px;
  }
}
/* --------------- testimonials st6 --------------- */
.tc-testimonials-st6 {
  position: relative;
  padding-bottom: 140px;
}
.tc-testimonials-st6 .testi-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials-st6 .testi-slider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background-color: #9994;
}
.tc-testimonials-st6 .testi-slider .swiper-controls {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  z-index: 20;
}
.tc-testimonials-st6 .testi-card {
  position: relative;
  padding: 40px;
  border: 1px solid #9994;
  border-radius: 15px;
}
.tc-testimonials-st6 .testi-card::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 20px;
  width: 70px;
  height: 70px;
  background-image: url(../img/icons/qt3.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.tc-testimonials-st6 .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-st6 .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-st6 .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;
}

/* --------------- contact page st1 --------------- */
/* --------------- contact style 7 --------------- */
.tc-contact-st7 {
  position: relative;
  padding-top: 140px;
}
.tc-contact-st7 .contact-wrapper {
  position: relative;
  border-radius: 10px;
  padding: 3vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.05);
  z-index: 20;
  margin-bottom: -150px;
}
.tc-contact-st7 .contact-wrapper .contact-info {
  position: relative;
  padding: 3vw;
  background-color: var(--cr-dark1);
  color: #fff;
  border-radius: 10px;
  z-index: 20;
  height: 100%;
}
.tc-contact-st7 .contact-wrapper .contact-info .circls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tc-contact-st7 .contact-wrapper .contact-info .contacts {
  position: relative;
  padding: 10px;
  margin-bottom: 100px;
}
.tc-contact-st7 .contact-wrapper .contact-info .contacts .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 30px;
}
.tc-contact-st7 .contact-wrapper .contact-info .contacts .item .icon {
  width: 20px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-contact-st7 .contact-wrapper .contact-info .social-links {
  position: absolute;
  left: 3vw;
  bottom: 3vw;
}
.tc-contact-st7 .contact-wrapper .contact-info .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: #fff;
}
.tc-contact-st7 .contact-wrapper .contact-info .social-links a:hover {
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-contact-st7 .contact-wrapper .contact-form .form-group {
  position: relative;
  margin-top: 30px;
}
.tc-contact-st7 .contact-wrapper .contact-form .form-group label {
  color: var(--cr-dark1);
  font-size: 16px;
  text-transform: capitalize;
}
.tc-contact-st7 .contact-wrapper .contact-form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #9995;
  border-radius: 0;
  padding: 5px 0 10px;
  font-size: 12px;
}
.tc-contact-st7 .contact-wrapper .contact-form .form-group .form-control:focus {
  border-color: var(--cr-dark1);
}
.tc-contact-st7 .map {
  position: relative;
  height: 800px;
  overflow: hidden;
}
.tc-contact-st7 .map iframe {
  margin-bottom: -6px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.form-check-input:checked {
  background-color: var(--cr-dark1) !important;
  border-color: var(--cr-dark1) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input[type=radio] {
  border-radius: 50%;
  border: 0;
  background-color: #f0f0f0;
}

/* --------------- portfolio page --------------- */
/* --------------- projects st8 --------------- */
.tc-projects-st8 {
  position: relative;
  padding: 140px 0;
}
.tc-projects-st8 .projects-slider {
  position: relative;
  overflow: hidden;
}
.tc-projects-st8 .projects-slider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background-color: #9995;
}
.tc-projects-st8 .projects-slider .swiper-controls {
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  z-index: 20;
}
.tc-projects-st8 .project-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin-bottom: 24px;
}
.tc-projects-st8 .project-card .img {
  position: relative;
  height: 450px;
}
.tc-projects-st8 .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-st8 .project-card .img .icon {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-projects-st8 .project-card .info-card {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  z-index: 20;
  text-align: center;
  padding: 20px;
}
.tc-projects-st8 .project-card .info-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.tc-projects-st8 .project-card:hover .img::after {
  opacity: 0.7;
}
.tc-projects-st8 .project-card:hover .img .icon {
  opacity: 1;
}
.tc-projects-st8 .project-card:hover .info-card h6 {
  text-decoration: underline;
}

.pagination {
  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: 30px;
}
.pagination .lnk {
  padding: 6px 20px;
  border-radius: 50px;
  margin: 3px;
  background-color: #f5f5f5;
  color: var(--cr-black1);
}
.pagination .lnk:hover {
  background-color: var(--cr-orange1);
  border-color: var(--cr-orange1);
  color: #fff;
}

/* --------------- portfolio single page --------------- */
/* --------------- single project --------------- */
.tc-sin-project-st9 {
  position: relative;
  padding: 140px 0;
}
.tc-sin-project-st9 .sub-info {
  position: relative;
  overflow: hidden;
  margin-bottom: 140px;
}
.tc-sin-project-st9 .sub-info .info {
  position: relative;
}
.tc-sin-project-st9 .info-list {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
.tc-sin-project-st9 .info-list li {
  font-size: 16px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.tc-sin-project-st9 .info-list li strong {
  color: var(--cr-dark1);
  width: 35%;
}
.tc-sin-project-st9 .arrows {
  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;
  margin-top: 30px;
}
.tc-sin-project-st9 .arrows .lnk {
  padding: 6px 20px;
  border-radius: 50px;
  margin: 3px;
  background-color: #f5f5f5;
  color: var(--cr-black1);
}
.tc-sin-project-st9 .arrows .lnk:hover {
  background-color: var(--cr-orange1);
  border-color: var(--cr-orange1);
  color: #fff;
}

/* --------------- error page st1 --------------- */
/* --------------- error --------------- */
.error-st10 .social-links {
  position: relative;
  margin-top: 100px;
}
.error-st10 .social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #9991;
  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: #777;
}
.error-st10 .social-links a:hover {
  background-color: var(--cr-dark1);
  color: #fff;
}

/* --------------- footer st1 --------------- */
/* --------------- faq st11 --------------- */
.tc-faq-st11 {
  position: relative;
  padding: 140px 0;
}
.tc-faq-st11 .info {
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}
.tc-faq-st11 .info .more-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tc-faq-st11 .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  background-color: #f4f4f4;
  margin-bottom: 30px;
  
}
.tc-faq-st11 .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tc-faq-st11 .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-st11 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #9994;
  
}
.tc-faq-st11 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  
  color: #fff;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-faq-st11 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  background-color: var(--cr-dark1);
  z-index: 1;
  
}
.tc-faq-st11 .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  content: ">";
  font-family: "Font Awesome 6 Free";
  font-weight: 300;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-st11 .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-st11 .accordion .accordion-item .accordion-header .accordion-button::after {
    -webkit-margin-start: 30px;
            margin-inline-start: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-st1 br {
    display: none;
  }
  .home-st1 .fsz-50 {
    font-size: 30px !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 .fsz-80 {
    font-size: 50px !important;
  }
}