@charset "UTF-8";
/* ========= [ * inner pages style 1 ]  =========*/
/* --------------- about-pg st1 --------------- */
.about-pg-st1 {
  position: relative;
  overflow: hidden;
}
.about-pg-st1 .tc-pg-main-slider-st1 {
  position: relative;
}
.about-pg-st1 .tc-pg-main-slider-st1 .img {
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.about-pg-st1 .tc-pg-main-slider-st1 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-pg-st1 .tc-pg-about-st1 {
  position: relative;
  padding: 120px 0;
}
.about-pg-st1 .tc-pg-about-st1 .accordion {
  border-top: 1px solid #E6E6E6;
}
.about-pg-st1 .tc-pg-about-st1 .accordion .accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E6E6E6;
  background-color: transparent;
}
.about-pg-st1 .tc-pg-about-st1 .accordion .accordion-item .accordion-button {
  font-size: 18px;
  font-weight: bold;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: var(--cr-black1);
  padding: 20px 0;
}
.about-pg-st1 .tc-pg-about-st1 .accordion .accordion-item .accordion-button::after {
  font-size: 18px;
  content: "";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  font-weight: 300;
}
.about-pg-st1 .tc-pg-about-st1 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.about-pg-st1 .tc-pg-about-st1 .accordion .accordion-item .accordion-body {
  padding: 0 0 20px;
}
.about-pg-st1 .tc-pg-about-st1 .imgs {
  position: relative;
}
.about-pg-st1 .tc-pg-about-st1 .imgs .main-img {
  position: relative;
  height: 400px;
  width: 60%;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
.about-pg-st1 .tc-pg-about-st1 .imgs .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-pg-st1 .tc-pg-about-st1 .imgs .sub-img {
  position: relative;
  height: 400px;
  width: 60%;
  margin: -180px 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.about-pg-st1 .tc-pg-about-st1 .imgs .sub-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-pg-st1 .tc-pg-about-st1 .marq-slider {
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}
.about-pg-st1 .tc-pg-about-st1 .marq-slider::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#ffffffcd), to(transparent));
  background-image: linear-gradient(to bottom, #fff, #ffffffcd, transparent);
  z-index: 10;
}
.about-pg-st1 .tc-pg-about-st1 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.about-pg-st1 .tc-pg-about-st1 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.about-pg-st1 .tc-pg-about-st1 .marq-slider h2 {
  font-size: calc(11vw + 30px);
  color: transparent;
  -webkit-text-stroke: 2px #101828;
  opacity: 0.5;
  white-space: nowrap;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards {
  position: relative;
  padding: 60px 0;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: var(--cr-black1);
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card:nth-of-type(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card:nth-of-type(odd) .info {
  text-align: end;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .img {
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .info h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
  line-height: 1;
  letter-spacing: -2.4px;
}
.about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .numb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  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: auto;
  font-size: 24px;
  font-weight: bold;
}
.about-pg-st1 .tc-pg-numbers-st1 {
  position: relative;
  z-index: 10;
  padding: 120px 0 80px;
}
.about-pg-st1 .tc-pg-numbers-st1 .number-card {
  display: block;
  text-align: center;
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.about-pg-st1 .tc-pg-numbers-st1 .number-card:hover .txt {
  color: #fff;
  background-color: var(--cr-black1);
}
.about-pg-st1 .tc-pg-numbers-st1 .number-card h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
}
.about-pg-st1 .tc-pg-numbers-st1 .number-card h2 small {
  font-size: 50px;
}
.about-pg-st1 .tc-pg-numbers-st1 .number-card .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 13px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.about-pg-st1 .tc-pg-team-st1 {
  position: relative;
}
.about-pg-st1 .tc-pg-team-st1 .team-card .img {
  height: 480px;
}
.about-pg-st1 .tc-pg-team-st1 .team-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .about-pg-st1 .tc-pg-main-slider-st1 .img {
    height: 350px;
  }
  .about-pg-st1 .tc-pg-about-st1 {
    padding-bottom: 0;
  }
  .about-pg-st1 .tc-pg-about-st1 .imgs {
    margin-top: 50px;
  }
  .about-pg-st1 .tc-pg-about-st1 .imgs .main-img {
    height: 300px;
  }
  .about-pg-st1 .tc-pg-about-st1 .imgs .sub-img {
    height: 300px;
  }
  .about-pg-st1 .tc-pg-timeline-st1 .cards::after {
    display: none;
  }
  .about-pg-st1 .tc-pg-timeline-st1 .cards .time-card {
    padding: 30px 0;
  }
  .about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .numb {
    display: none;
  }
  .about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .info {
    margin-top: 30px;
    text-align: start !important;
  }
  .about-pg-st1 .tc-pg-timeline-st1 .cards .time-card .info .year {
    font-size: 70px;
  }
  .about-pg-st1 .tc-pg-numbers-st1 {
    padding-top: 30px;
  }
  .about-pg-st1 .tc-pg-numbers-st1 .number-card h2 {
    font-size: 100px;
  }
  .about-pg-st1 .tc-pg-team-st1 .team-card .img {
    height: 50vw;
  }
}
/* --------------- about-pg st1 --------------- */
.services-pg-st1 {
  position: relative;
}
.services-pg-st1 .tc-pg-services-st1 {
  position: relative;
  padding-bottom: 90px;
}
.services-pg-st1 .tc-pg-services-st1 .services-card {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background-color: #f4f4f4;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.services-pg-st1 .tc-pg-services-st1 .services-card:hover {
  border: 1px solid var(--cr-blue1);
  background-color: #fff !important;
}
.services-pg-st1 .tc-pg-services-st1 .services-card:hover .icon::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.services-pg-st1 .tc-pg-services-st1 .services-card:hover .icon img {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.services-pg-st1 .tc-pg-services-st1 .services-card:hover .more-btn {
  color: var(--cr-blue1);
}
.services-pg-st1 .tc-pg-services-st1 .services-card .icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
.services-pg-st1 .tc-pg-services-st1 .services-card .icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cr-blue1);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.services-pg-st1 .tc-pg-services-st1 .services-card .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.services-pg-st1 .tc-pg-services-st1 .services-card .title {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.services-pg-st1 .tc-pg-services-st1 .services-card .more-btn {
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
}
.services-pg-st1 .tc-pg-skills-st1 {
  position: relative;
  padding: 120px 0;
  background-color: #f4f4f4;
}
.services-pg-st1 .tc-pg-skills-st1 .img-side {
  position: relative;
}
.services-pg-st1 .tc-pg-skills-st1 .img-side .rotate-box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  display: block;
}
.services-pg-st1 .tc-pg-skills-st1 .img-side .rotate-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-blue1);
  padding: 25px;
  -webkit-filter: drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.2));
}
.services-pg-st1 .tc-pg-skills-st1 .img-side .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.services-pg-st1 .tc-pg-skills-st1 .img-side .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: var(--cr-black1);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@-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);
  }
}
.services-pg-st1 .tc-pg-skills-st1 .img {
  position: relative;
  height: 510px;
  overflow: hidden;
}
.services-pg-st1 .tc-pg-skills-st1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card {
  position: relative;
  margin-top: 30px;
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(2) .progress {
  border-color: var(--cr-black1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(2) .progress .progress-bar {
  background-color: var(--cr-black1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(2) .progress .progress-bar .txt {
  color: var(--cr-black1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(3) .progress {
  border-color: var(--cr-orange1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(3) .progress .progress-bar {
  background-color: var(--cr-orange1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card:nth-of-type(3) .progress .progress-bar .txt {
  color: var(--cr-orange1);
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card .progress {
  height: 10px;
  overflow: visible;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid var(--cr-blue1);
  margin-top: 15px;
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card .progress .progress-bar {
  height: 9px;
  border-radius: 10px 0 0 10px;
  background-color: var(--cr-blue1);
  position: relative;
  overflow: visible;
}
.services-pg-st1 .tc-pg-skills-st1 .info .progress-card .progress .progress-bar .txt {
  position: absolute;
  top: -30px;
  right: 0;
  color: var(--cr-blue1);
  font-weight: 600;
  font-size: 14px;
}
.services-pg-st1 .tc-pg-pricing-st1 {
  position: relative;
  padding: 120px 0;
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards {
  padding: 20px;
  border-radius: 20px;
  background-color: #f4f4f4;
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards .price-card {
  position: relative;
  padding: 50px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards .price-card.active {
  background-color: #fff;
  border-color: var(--cr-blue1);
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards .price-card .check-list {
  position: relative;
  margin-top: 40px;
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards .price-card .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin: 15px 0;
  color: #67647D;
}
.services-pg-st1 .tc-pg-pricing-st1 .pricing-cards .price-card .check-list li .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .services-pg-st1 .tc-pg-skills-st1 .img-side .img {
    height: 350px;
  }
  .services-pg-st1 .tc-pg-skills-st1 .img-side .rotate-box {
    display: none;
  }
}
/* --------------- services-pg-st1 --------------- */
.services-det-pg-st1 {
  position: relative;
}
.services-det-pg-st1 .tc-service-st1 {
  position: relative;
}
.services-det-pg-st1 .tc-service-st1 .main-info {
  position: relative;
}
.services-det-pg-st1 .tc-service-st1 .main-info .title {
  position: absolute;
  top: -50px;
  right: -50px;
  color: #fff;
  text-align: right;
  text-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
  font-size: 150px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1;
  z-index: 10;
}
.services-det-pg-st1 .tc-service-st1 .main-info .main-img {
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 70px;
  max-height: 100vw;
}
.services-det-pg-st1 .tc-service-st1 .main-info .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-det-pg-st1 .tc-service-st1 .ltr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-det-pg-st1 .tc-service-st1 .ltr-text .lg-txt {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.services-det-pg-st1 .tc-service-st1 .service-cards {
  position: relative;
  padding-bottom: 80px;
}
.services-det-pg-st1 .tc-service-st1 .service-cards .row .col-lg-3:nth-of-type(even) .services-card {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F4F4F4), color-stop(96.77%, rgba(244, 244, 244, 0)));
  background-image: linear-gradient(to top, #F4F4F4 0%, rgba(244, 244, 244, 0) 96.77%);
}
.services-det-pg-st1 .tc-service-st1 .service-cards .services-card {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), color-stop(96.77%, rgba(244, 244, 244, 0)));
  background-image: linear-gradient(to bottom, #F4F4F4 0%, rgba(244, 244, 244, 0) 96.77%);
  text-align: center;
  margin-top: 50px;
}
.services-det-pg-st1 .tc-service-st1 .service-cards .services-card .icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
  overflow: hidden;
  color: var(--cr-blue1);
  font-size: 40px;
}
.services-det-pg-st1 .tc-service-st1 .service-cards .services-card .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.services-det-pg-st1 .tc-service-st1 .service-cards .services-card .title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.services-det-pg-st1 .tc-service-st1 .vid-img {
  display: block;
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 120px;
  max-height: 100vw;
}
.services-det-pg-st1 .tc-service-st1 .vid-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-det-pg-st1 .tc-service-st1 .vid-img .float-icon {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  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;
  font-size: 18px;
  z-index: 10;
}

/* --------------- team st1 --------------- */
.team-pg-st1 {
  position: relative;
}
.team-pg-st1 .tc-team-cards-st1 {
  position: relative;
  padding-bottom: 50px;
}
.team-pg-st1 .tc-team-cards-st1 .team-card {
  position: relative;
  margin-bottom: 70px;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons:hover .toggle-icons a {
  margin-top: 0;
  opacity: 1;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons a {
  position: relative;
  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: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons a:hover {
  background-color: var(--cr-blue1);
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons .toggle-icon:hover {
  background-color: var(--cr-black1);
  color: #fff;
}
.team-pg-st1 .tc-team-cards-st1 .team-card .img .social-icons .toggle-icons a {
  margin-top: -60px;
  opacity: 0;
}
.team-pg-st1 .tc-contact-st1 {
  position: relative;
}
.team-pg-st1 .tc-contact-st1 .contact-form {
  position: relative;
  border-radius: 20px;
  background-color: #EEF1F6;
  padding: 120px 15px;
  overflow: hidden;
}
.team-pg-st1 .tc-contact-st1 .contact-form .circle {
  position: absolute;
  left: 6%;
  bottom: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-blue1);
}
.team-pg-st1 .tc-contact-st1 .contact-form .shap {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form {
  position: relative;
  z-index: 5;
  padding: 4vw;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group {
  position: relative;
  margin-bottom: 40px;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #fff;
  padding: 15px 0;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9B9EA5;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control::-moz-placeholder {
  color: #9B9EA5;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9B9EA5;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9B9EA5;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .form-control::placeholder {
  color: #9B9EA5;
}
.team-pg-st1 .tc-contact-st1 .contact-form .form .form-group .icon {
  position: absolute;
  right: 0;
  top: 50px;
}

/* --------------- pricing st1 --------------- */
.pricing-pg-st1 {
  position: relative;
}
.pricing-pg-st1 .tc-pricing-st10 {
  position: relative;
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards .price-card {
  position: relative;
  padding: 50px;
  border: 2px solid transparent;
  border-radius: 10px;
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards .price-card.active {
  background-color: #fff;
  border-color: var(--cr-blue1);
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards .price-card .check-list {
  position: relative;
  margin-top: 40px;
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards .price-card .check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin: 15px 0;
  color: #67647D;
}
.pricing-pg-st1 .tc-pricing-st10 .pricing-cards .price-card .check-list li .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.7;
}
.pricing-pg-st1 .tc-pricing-st11 {
  position: relative;
  padding: 120px 0;
  background-color: #f4f4f4;
}
.pricing-pg-st1 .tc-pricing-st11 .icon-shap {
  position: absolute;
  top: 0;
  right: 10vw;
  height: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}
.pricing-pg-st1 .tc-pricing-st11 .col-lg-4:not(:last-of-type) {
  -webkit-border-end: 1px solid #9993;
          border-inline-end: 1px solid #9993;
}
.pricing-pg-st1 .tc-pricing-st11 .nav-pills .nav-link {
  background-color: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px 40px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-align: center;
  min-width: 300px;
}
.pricing-pg-st1 .tc-pricing-st11 .nav-pills .nav-link.active {
  background-color: #7B68EE22;
  color: var(--cr-blue1);
}
.pricing-pg-st1 .tc-pricing-st11 .pricing-cards {
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.pricing-pg-st1 .tc-pricing-st11 .price-card {
  position: relative;
  padding: 60px;
}
.pricing-pg-st1 .tc-pricing-st11 .price-card .price {
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
}
.pricing-pg-st1 .tc-pricing-st11 .price-card .best {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #7B68EE22;
  color: var(--cr-blue1);
  border-radius: 0 0 6px 6px;
  padding: 7px 15px;
}
@media screen and (max-width: 991px) {
  .pricing-pg-st1 .tc-pricing-st11 .nav-pills .nav-link {
    padding: 10px 20px;
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 9px;
    font-weight: bold;
  }
  .pricing-pg-st1 .tc-pricing-st11 .price-card {
    border-bottom: 1px solid #ccc;
  }
}
.pricing-pg-st1 .tc-pricing-st12 {
  position: relative;
  padding: 120px 0;
  background-color: #fff;
}
.pricing-pg-st1 .tc-pricing-st12 .cards {
  position: relative;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card {
  position: relative;
  padding: 50px;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card.best-card {
  -webkit-border-start: 1px solid #E6E6E6;
          border-inline-start: 1px solid #E6E6E6;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card * {
  position: relative;
  z-index: 5;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .check-list {
  position: relative;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .check-list li {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .check-list li .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .check-list .float-icon {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 70px;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .tag {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 6px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0 0 10px 10px;
  background-color: var(--cr-blue1);
  color: #fff;
}
.pricing-pg-st1 .tc-pricing-st12 .cards .price-card .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .pricing-pg-st1 .tc-pricing-st12 .cards .price-card.best-card {
    -webkit-border-start: 0;
            border-inline-start: 0;
    border-top: 1px solid #E6E6E6;
  }
}

/* --------------- contact st1 --------------- */
.contact-pg-st1 .tc-contact-st1 {
  position: relative;
}
.contact-pg-st1 .tc-contact-st1 .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--cr-black1);
  -webkit-border-end: 2px solid transparent;
          border-inline-end: 2px solid transparent;
  border-radius: 5px;
}
.contact-pg-st1 .tc-contact-st1 .social-links a {
  padding: 20px 40px;
  -webkit-border-end: 2px solid var(--cr-black1);
          border-inline-end: 2px solid var(--cr-black1);
  font-size: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact-pg-st1 .tc-contact-st1 .social-links a .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.contact-pg-st1 .tc-contact-st1 .contact-info {
  position: relative;
  padding: 120px 0;
}
.contact-pg-st1 .tc-contact-st1 .contact-info .icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #666;
  margin: 15px 0;
}
.contact-pg-st1 .tc-contact-st1 .contact-info .icon-list li .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--cr-black1);
}
.contact-pg-st1 .tc-contact-st1 .contact-info .imgs {
  position: relative;
}
.contact-pg-st1 .tc-contact-st1 .contact-info .imgs .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 57%;
  height: 400px;
}
.contact-pg-st1 .tc-contact-st1 .contact-info .imgs .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-pg-st1 .tc-contact-st1 .contact-info .imgs .img.img2 {
  margin-top: -260px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.contact-pg-st1 .tc-contact-st1 .map {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 600px;
  margin-bottom: 120px;
}
.contact-pg-st1 .tc-contact-st1 .map iframe {
  margin-bottom: -6px;
  -webkit-filter: grayscale(0.7);
          filter: grayscale(0.7);
}

@media screen and (max-width: 991px) {
  .contact-pg-st1 .tc-contact-st1 .social-links a {
    padding: 15px;
    text-align: center;
  }
  .contact-pg-st1 .tc-contact-st1 .social-links a .icon {
    margin: 0;
  }
  .contact-pg-st1 .tc-contact-st1 .social-links a .txt {
    display: none;
  }
  .contact-pg-st1 .tc-contact-st1 .contact-info .imgs {
    margin-top: 50px;
  }
  .contact-pg-st1 .tc-contact-st1 .contact-info .imgs .img {
    height: 300px;
  }
  .contact-pg-st1 .tc-contact-st1 .map {
    height: 350px;
  }
}
/* --------------- contact st2 --------------- */
.contact-pg-st2 {
  position: relative;
}
.contact-pg-st2 .tc-contact-st2 {
  position: relative;
}
.contact-pg-st2 .tc-contact-st2 .contact-form {
  position: relative;
  border-radius: 20px;
  background-color: var(--cr-blue1);
  padding: 120px 15px;
  overflow: hidden;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .circle {
  position: absolute;
  left: 14%;
  bottom: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-black1);
}
.contact-pg-st2 .tc-contact-st2 .contact-form .shap {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form {
  position: relative;
  z-index: 5;
  padding: 4vw;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group {
  position: relative;
  margin-bottom: 40px;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #fff;
  padding: 15px 0;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9B9EA5;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control::-moz-placeholder {
  color: #9B9EA5;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9B9EA5;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9B9EA5;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .form-control::placeholder {
  color: #9B9EA5;
}
.contact-pg-st2 .tc-contact-st2 .contact-form .form .form-group .icon {
  position: absolute;
  right: 0;
  top: 50px;
}
.contact-pg-st2 .tc-ability-st2 {
  position: relative;
  padding: 120px 0;
}
.contact-pg-st2 .tc-ability-st2 .accordion {
  margin-top: 50px;
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item {
  position: relative;
  border: 1px solid #9995;
  border-radius: 10px;
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item::after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background-image: linear-gradient(to top, #fff, transparent);
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item .accordion-button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item .accordion-button::after {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  content: "";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.contact-pg-st2 .tc-ability-st2 .accordion .accordion-item .accordion-body {
  padding-top: 0;
  color: #666;
  position: relative;
  z-index: 10;
}
.contact-pg-st2 .tc-ability-st2 .icons-circle {
  position: relative;
}
.contact-pg-st2 .tc-ability-st2 .icons-circle .logo-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  -webkit-filter: drop-shadow(0 20px 20px #7c68ee99);
          filter: drop-shadow(0 20px 20px #7c68ee99);
  z-index: 50;
}
.contact-pg-st2 .tc-ability-st2 .icons-circle .float-icons {
  position: absolute;
  left: -6%;
  top: -2%;
  width: 105%;
  max-height: unset;
  max-width: unset;
}
@media screen and (max-width: 991px) {
  .contact-pg-st2 .tc-ability-st2 {
    overflow: hidden;
  }
}

.tc-inner-header-st1 {
  position: relative;
}
.tc-inner-header-st1 .content {
  position: relative;
  padding: 150px 0;
}
.tc-inner-header-st1 .content * {
  position: relative;
  z-index: 20;
}
.tc-inner-header-st1 .content .breadcrumb .links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-inner-header-st1 .content .breadcrumb .links-list li {
  position: relative;
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}
.tc-inner-header-st1 .content .breadcrumb .links-list li:last-of-type {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.tc-inner-header-st1 .content .breadcrumb .links-list li:last-of-type::after {
  display: none;
}
.tc-inner-header-st1 .content .breadcrumb .links-list li::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 60px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#7B68EE), to(rgba(123, 104, 238, 0)));
  background: linear-gradient(270deg, #7B68EE 0%, rgba(123, 104, 238, 0) 100%);
}
.tc-inner-header-st1 .content .breadcrumb .links-list li a {
  font-size: 14px;
  color: #666;
}
.tc-inner-header-st1 .content .breadcrumb .links-list li a.active {
  color: var(--cr-blue1);
}
.tc-inner-header-st1 .content .title {
  font-size: 64px;
  margin-top: 20px;
}
.tc-inner-header-st1 .content .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}
.tc-inner-header-st1 .content .lines span {
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(rgba(235, 235, 235, 0)));
  background: linear-gradient(180deg, #E0E0E0 0%, rgba(235, 235, 235, 0) 100%);
}

.section-head-st3 h6 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--cr-blue1);
  margin-bottom: 25px;
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  border: 1px solid var(--cr-blue1);
  border-radius: 30px;
}
.section-head-st3 h6 .icon {
  height: 14px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.section-head-st3 h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
.section-head-st3 h2 span {
  display: block;
  color: #BFC5D1;
}

@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 .tc-inner-header-st1 .content {
    padding-bottom: 50px;
  }
  .home-st1 .tc-inner-header-st1 .content h2 {
    font-size: 40px;
  }
  .home-st1 .section-head-st3 h2 {
    font-size: 30px;
  }
}