/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st3 --------------- */
.tc-navbar-st3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #fff3;
  font-weight: 500;
  z-index: 999;
  color: #fff;
}
.tc-navbar-st3 .navbar-brand {
  position: relative;
}
.tc-navbar-st3 .navbar-brand .logo {
  height: 45px;
}
.tc-navbar-st3 .navbar-nav .nav-link {
  margin: 0 15px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st3 .navbar-nav {
    margin-top: 15px;
  }
  .tc-navbar-st3 .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- footer st3 --------------- */
.tc-header-st3 {
  position: relative;
  min-height: 100vh;
  padding-top: 250px;
  padding-bottom: 250px;
  color: #fff;
  background-color: #FAFAFA;
}
.tc-header-st3 .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 80%;
}
.tc-header-st3 h1 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: -2px;
}
.tc-header-st3 h1 .lite-cr {
  color: #B7ACFA;
}
.tc-header-st3 h1 .line-txt {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.tc-header-st3 .social-icons-slider {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
}
.tc-header-st3 .social-icons-slider .swiper-slide {
  display: block;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-header-st3 .social-icons-slider .swiper-slide:nth-of-type(even) .slider-card .main-img {
  width: 300px;
  height: 300px;
}
.tc-header-st3 .social-icons-slider .slider-card {
  position: relative;
}
.tc-header-st3 .social-icons-slider .slider-card:hover .main-img .play-btn {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-header-st3 .social-icons-slider .slider-card .icon {
  text-align: end;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-header-st3 .social-icons-slider .slider-card .icon img {
  width: 90px;
  height: 90px;
  margin-bottom: -45px;
  position: relative;
  z-index: 10;
}
.tc-header-st3 .social-icons-slider .slider-card .main-img {
  display: block;
  position: relative;
  height: 450px;
  width: 750px;
  max-width: 96vw;
  border-radius: 10px;
  overflow: hidden;
}
.tc-header-st3 .social-icons-slider .slider-card .main-img .play-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  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: #000;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-header-st3 .clients .brands {
  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;
  border-bottom: 1px solid #9993;
  margin-top: 160px;
}
.tc-header-st3 .clients .brands .brand {
  max-width: 130px;
  margin-bottom: 30px;
}
.tc-header-st3 .rotate-box {
  position: absolute;
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
  bottom: 0;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
.tc-header-st3 .rotate-box .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  -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));
}
.tc-header-st3 .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%;
}
.tc-header-st3 .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: var(--cr-blue1);
  -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);
  }
}

@media screen and (max-width: 991px) {
  .tc-header-st3 h1 {
    width: 100%;
    font-size: 40px;
  }
  .tc-header-st3 .clients .brands {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-header-st3 .clients .brands .brand {
    max-width: unset;
    width: 24%;
    margin: 4%;
  }
}
/* --------------- services st3 --------------- */
.tc-services-st3 {
  position: relative;
  padding: 235px 0 150px;
}
.tc-services-st3 .service-card {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background-color: #F2F0FE;
  margin-bottom: 30px;
}
.tc-services-st3 .service-card .more-btn {
  position: absolute;
  right: 50%;
  top: 80px;
  z-index: 30;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}
.tc-services-st3 .service-card .more-btn:hover {
  width: 150px;
  background-color: var(--cr-blue1);
  color: #fff;
}
.tc-services-st3 .service-card .more-btn:hover .txt {
  opacity: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-services-st3 .service-card .more-btn .txt {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.tc-services-st3 .service-card .info {
  position: relative;
  padding: 60px;
}
.tc-services-st3 .service-card .info .rotate-box {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
}
.tc-services-st3 .service-card .info .rotate-box .icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -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));
}
.tc-services-st3 .service-card .info .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%;
}
.tc-services-st3 .service-card .info .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: var(--cr-blue1);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-services-st3 .service-card .info h2 {
  font-size: 48px;
  margin-top: 60px;
}
.tc-services-st3 .service-card .img {
  position: relative;
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-services-st3 .service-card:nth-of-type(2) {
  background-color: var(--cr-black1);
}
.tc-services-st3 .service-card:nth-of-type(2) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tc-services-st3 .service-card:nth-of-type(2) .more-btn {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tc-services-st3 .service-card:nth-of-type(2) .info * {
  color: #fff !important;
}
.tc-services-st3 .service-card:nth-of-type(3) {
  background-color: var(--cr-blue1);
}
.tc-services-st3 .service-card:nth-of-type(3) .info * {
  color: #fff !important;
}
.tc-services-st3 .service-card:nth-of-type(3) .info .rotate-box .rotate-circle svg {
  fill: #fff;
}
.tc-services-st3 .social-links {
  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: 100px;
}
.tc-services-st3 .social-links .squar {
  height: 50px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-services-st3 .social-links a {
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .tc-services-st3 .service-card .info {
    padding: 30px;
  }
  .tc-services-st3 .service-card .more-btn {
    display: none;
  }
  .tc-services-st3 .social-links {
    display: block;
  }
  .tc-services-st3 .social-links .squar {
    margin-bottom: 30px;
  }
}
/* --------------- about st3 --------------- */
.tc-about-st3 {
  position: relative;
  background-color: #f4f4f4;
}
.tc-about-st3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 25%;
  height: 60%;
  background-color: #fff;
}
.tc-about-st3 .container-fluid {
  position: relative;
  z-index: 20;
  max-width: 1700px;
}
.tc-about-st3 .info {
  position: relative;
  padding: 120px 0;
  z-index: 10;
}
.tc-about-st3 .img {
  position: relative;
  z-index: 20;
}
.tc-about-st3 .accordion {
  position: relative;
}
.tc-about-st3 .accordion::after {
  position: absolute;
  content: "";
  right: 50px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9995;
}
.tc-about-st3 .accordion .accordion-item {
  position: relative;
  border: 0;
  background-color: transparent;
  z-index: 10;
  margin-bottom: 60px;
}
.tc-about-st3 .accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.tc-about-st3 .accordion .accordion-item:last-of-type .accordion-body {
  background-color: #f4f4f4;
}
.tc-about-st3 .accordion .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #101828;
  padding: 0;
}
.tc-about-st3 .accordion .accordion-item .accordion-button::after {
  display: none;
}
.tc-about-st3 .accordion .accordion-item .accordion-button .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  background-color: #fff;
  border: 2px solid #9994;
  font-size: 44px;
  color: #101828;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st3 .accordion .accordion-item .accordion-button .sub-title {
  font-size: 14px;
  color: var(--cr-blue1);
  margin-bottom: 5px;
}
.tc-about-st3 .accordion .accordion-item .accordion-button h5 {
  font-size: 36px;
  font-weight: 600;
}
.tc-about-st3 .accordion .accordion-item .accordion-button:not(.collapsed) .icon {
  background-color: var(--cr-blue1);
  border-color: #fff;
  color: #fff;
}
.tc-about-st3 .accordion .accordion-item .accordion-body {
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-padding-start: 130px;
          padding-inline-start: 130px;
}
.tc-about-st3 .stage {
  width: 60px;
  height: 60px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: center;
  perspective: 1000px;
  position: absolute;
  right: 60%;
  top: 120px;
  z-index: 10;
}
.tc-about-st3 .stage .rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotate2 10s infinite linear;
  transform-style: preserve-3d;
  animation: rotate2 10s infinite linear;
}
.tc-about-st3 .stage figure {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}
.tc-about-st3 .stage .cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tc-about-st3 .stage figure {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.tc-about-st3 .stage .front {
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
.tc-about-st3 .stage .back {
  -webkit-transform: rotateY(-180deg) translateZ(30px);
  transform: rotateY(-180deg) translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
.tc-about-st3 .stage .top {
  -webkit-transform: rotateX(90deg) translateZ(30px);
  transform: rotateX(90deg) translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
.tc-about-st3 .stage .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
.tc-about-st3 .stage .left {
  -webkit-transform: rotateY(90deg) translateZ(30px);
  transform: rotateY(90deg) translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
.tc-about-st3 .stage .right {
  -webkit-transform: rotateY(-90deg) translateZ(30px);
  transform: rotateY(-90deg) translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
.tc-about-st3 .stage .cube {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}

@media screen and (min-width: 991px) {
  .tc-about-st3 {
    -webkit-padding-start: calc((100% - 1320px) / 2 );
            padding-inline-start: calc((100% - 1320px) / 2 );
  }
}
@media screen and (max-width: 991px) {
  .tc-about-st3::after {
    display: none;
  }
  .tc-about-st3 .accordion::after {
    right: 35px;
  }
  .tc-about-st3 .accordion .accordion-item .accordion-button h5 {
    font-size: 30px;
  }
  .tc-about-st3 .accordion .accordion-item .accordion-button .icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .tc-about-st3 .accordion .accordion-item .accordion-body {
    -webkit-padding-start: 100px;
            padding-inline-start: 100px;
    padding-top: 30px;
  }
}
/* --------------- testimonials st3 --------------- */
.tc-testimonials-st3 {
  position: relative;
  padding: 150px 0;
  z-index: 10;
}
.tc-testimonials-st3 .circle {
  position: absolute;
  left: 5vw;
  bottom: -80px;
  height: 160px;
}
.tc-testimonials-st3 .testimonials-content {
  position: relative;
  padding: 0 4vw;
}
.tc-testimonials-st3 .testimonials-slider {
  position: relative;
}
.tc-testimonials-st3 .testimonials-slider .swiper-slide {
  height: auto;
}
.tc-testimonials-st3 .testimonials-slider .swiper-slide .testi-card {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.5;
}
.tc-testimonials-st3 .testimonials-slider .swiper-slide.swiper-slide-active {
  z-index: 20 !important;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tc-testimonials-st3 .testimonials-slider .swiper-slide.swiper-slide-active .testi-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tc-testimonials-st3 .testimonials-slider .swiper-slide.swiper-slide-active .testi-card::after {
  -webkit-transform: scaleY(1) scaleX(1);
          transform: scaleY(1) scaleX(1);
  height: 100%;
  top: 0;
}
.tc-testimonials-st3 .testi-card {
  position: relative;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  -webkit-filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
  border-radius: 20px;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tc-testimonials-st3 .testi-card::after {
  position: absolute;
  content: "";
  right: 0;
  top: 5%;
  -webkit-transform: scaleY(0.8) scaleX(1.15);
          transform: scaleY(0.8) scaleX(1.15);
  width: 100%;
  height: 90%;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tc-testimonials-st3 .testi-card .float-icon {
  position: absolute;
  left: 50px;
  bottom: 50px;
  max-width: 25%;
}
.tc-testimonials-st3 .testi-card .text {
  font-size: 32px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.tc-testimonials-st3 .testi-card .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.tc-testimonials-st3 .testi-card .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st3 .swiper-next,
.tc-testimonials-st3 .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid #9993;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 25px);
  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;
}
.tc-testimonials-st3 .swiper-next:hover,
.tc-testimonials-st3 .swiper-prev:hover {
  background-color: var(--cr-blue1);
  border-color: var(--cr-blue1);
  color: #fff;
}
.tc-testimonials-st3 .swiper-next {
  left: 0;
}
.tc-testimonials-st3 .swiper-prev {
  right: 0;
}
.tc-testimonials-st3 .numbers {
  position: relative;
  margin-top: 200px;
}
.tc-testimonials-st3 .numbers .row .col-lg-3 {
  -webkit-border-end: 1px solid #E6E6E6;
          border-inline-end: 1px solid #E6E6E6;
}
.tc-testimonials-st3 .numbers .row .col-lg-3:last-of-type {
  border: 0;
}
.tc-testimonials-st3 .numbers .number-card {
  position: relative;
  text-align: center;
  padding: 15px;
}
.tc-testimonials-st3 .numbers .number-card h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.tc-testimonials-st3 .numbers .number-card p {
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st3 .testi-card .text {
    font-size: 20px;
  }
}
/* --------------- hire st3 --------------- */
.tc-hire-st3 {
  position: relative;
  padding: 120px 0;
  text-align: center;
  background-image: url(../img/hire_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.tc-hire-st3 .container {
  position: relative;
  z-index: 20;
}
.tc-hire-st3 .lg-text {
  position: absolute;
  right: 50%;
  bottom: -100px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  font-size: 300px;
  color: transparent;
  -webkit-text-stroke: 1px #ccc;
  pointer-events: none;
  line-height: 1;
}
.tc-hire-st3 h3 {
  font-size: 48px;
}
.tc-hire-st3 h4 {
  font-size: 48px;
  color: transparent;
  -webkit-text-stroke: 1px #999;
}

/* --------------- footer st3 --------------- */
.tc-footer-st3 {
  position: relative;
}
.tc-footer-st3 .main-content {
  position: relative;
  padding: 100px 0;
}
.tc-footer-st3 .main-content::after {
  position: absolute;
  content: "";
  right: 38%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #E6E6E6;
}
.tc-footer-st3 .foot-info {
  position: relative;
}
.tc-footer-st3 .foot-info .logo {
  margin-bottom: 40px;
}
.tc-footer-st3 .foot-info .text {
  font-size: 18px;
}
.tc-footer-st3 .foot-info .info-list {
  margin-top: 30px;
}
.tc-footer-st3 .foot-info .info-list li {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.tc-footer-st3 .foot-info .info-list li .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-footer-st3 .foot-info .info-list li .txt {
  color: #666;
}
.tc-footer-st3 .foot-title {
  position: relative;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.tc-footer-st3 .foot-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: var(--cr-blue1);
}
.tc-footer-st3 .links a {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.tc-footer-st3 .links a:hover {
  color: var(--cr-blue1);
}
.tc-footer-st3 .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #E6E6E6;
}
.tc-footer-st3 .marq-slider::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 10;
  background-image: -webkit-gradient(linear, right bottom, right top, from(#fff), color-stop(#ffffffd6), to(transparent));
  background-image: linear-gradient(to top, #fff, #ffffffd6, transparent);
  pointer-events: none;
}
.tc-footer-st3 .marq-slider .slide-link {
  font-size: 48px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
  padding: 0 50px;
  font-weight: bold;
}
.tc-footer-st3 .marq-slider .slide-link::after {
  position: absolute;
  content: "/";
  left: -5px;
  top: 0;
}
.tc-footer-st3 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-footer-st3 .marq-slider .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-footer-st3 .foot {
  position: relative;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
}
.tc-footer-st3 .foot .foot-links a {
  font-size: 16px;
  font-weight: 600;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-footer-st3 .foot .foot-links a:hover {
  color: var(--cr-blue1);
}

@media screen and (max-width: 991px) {
  .tc-footer-st3 .links-group {
    margin-top: 50px;
  }
  .tc-footer-st3 .foot {
    text-align: center;
  }
}
.home-st3 .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;
}
.home-st3 .section-head-st3 h6 .icon {
  height: 14px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.home-st3 .section-head-st3 h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
.home-st3 .section-head-st3 h2 span {
  display: block;
  color: #BFC5D1;
}

@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 .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;
  }
}