@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  background-color: #f9f9f9;
  background-image: linear-gradient(126deg, #08B25933 22.58%, #F3E51A33 73.54%);
  background-size: cover;
  background-repeat: repeat;
  padding: 0 4vw;
  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;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.side_menu_style4.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.side_menu_style4.show .side_shape {
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  opacity: 1;
}
.side_menu_style4.show .side_shape2 {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
  opacity: 1;
}
.side_menu_style4.show .main_links {
  text-align: center;
  -webkit-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.side_menu_style4 .links_group {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.side_menu_style4 .main_links {
  text-align: center;
  -webkit-transform: scaleX(1.4) scaleY(1.8);
          transform: scaleX(1.4) scaleY(1.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.side_menu_style4 .main_links .main_link {
  font-size: calc(2vw + 10px);
  font-weight: bolder;
  margin: 5px 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px var(--cr-orange1);
  color: transparent;
  text-shadow: 2px 2px 0 var(--cr-orange1);
}
.side_menu_style4 .main_links .main_link:hover {
  color: var(--cr-orange1);
  text-shadow: 2px 2px 15px var(--cr-orange1);
}
.side_menu_style4 .social_links a {
  font-size: 24px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border-bottom: 3px solid transparent;
}
.side_menu_style4 .social_links a:hover {
  border-color: #000;
}
.side_menu_style4 .clss {
  font-size: 30px;
  position: absolute;
  top: 50px;
  right: 5vw;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 95;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-orange1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.side_menu4_overlay.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.side_menu4_overlay2 {
  position: absolute;
  z-index: 93;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-orange1);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.side_menu4_overlay2.show {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/* --------------- navbar st5 --------------- */
.tc-navbar-st5 {
  position: relative;
  padding: 30px 4vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF7F7), to(#FFFCF8));
  background-image: linear-gradient(to right, #FFF7F7, #FFFCF8);
}
.tc-navbar-st5 .navbar-nav .navbar-brand .logo {
  height: 50px;
}
.tc-navbar-st5 .navbar-nav .nav-link {
  font-size: 16px;
  margin: 0 15px;
  font-weight: 600;
  position: relative;
}
.tc-navbar-st5 .navbar-nav .nav-link::before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 6 pro";
  left: 0;
  top: 50%;
  font-size: 10px;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st5 .navbar-nav .nav-link:hover, .tc-navbar-st5 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st5 .navbar-nav .nav-link:hover::before, .tc-navbar-st5 .navbar-nav .nav-link.active::before {
  opacity: 1;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.tc-navbar-st5 .side-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st5 .side-nav .nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding: 15px 30px;
  border-radius: 10px;
  border: 1px solid #FF5F6D;
  background: linear-gradient(124deg, rgba(255, 95, 109, 0.05) 22.75%, rgba(255, 195, 113, 0.05) 72.61%);
  -webkit-box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
}
.tc-navbar-st5 .side-nav .nav-contact a {
  font-size: 16px;
}
.tc-navbar-st5 .side-nav .nav-contact a:hover {
  color: var(--cr-orange1);
}
.tc-navbar-st5 .side-nav .nav-contact a:not(:last-of-type) {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}
.tc-navbar-st5 .side-nav .bars-btn {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-image: var(--ln-orange1);
  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-start: 20px;
          margin-inline-start: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 21px;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st5 .side-nav {
    display: none;
  }
}
/* --------------- header st5 --------------- */
.tc-header-st5 {
  position: relative;
  padding: 50px 0 100px;
  background-image: url(../img/head_bg.png);
  background-size: cover;
  background-position: bottom;
}
.tc-header-st5 .head-cir {
  position: absolute;
  top: calc(50% - 200px);
  right: 0;
  height: 400px;
  max-height: 40vw;
}
.tc-header-st5 .info {
  position: relative;
  z-index: 20;
}
.tc-header-st5 .info h1 {
  font-size: 80px;
}
.tc-header-st5 .info .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st5 .info .btns .play-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-header-st5 .info .btns .play-btn .icon {
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  background-image: var(--ln-blue1);
  color: #fff;
  font-size: 20px;
}
.tc-header-st5 .img {
  position: relative;
  width: calc(100% + 120px);
  -webkit-margin-start: -60px;
          margin-inline-start: -60px;
}
.tc-header-st5 .img::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 120px;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 50%;
}
.tc-header-st5 .img .main-img {
  position: relative;
  z-index: 20;
}
.tc-header-st5 .clients {
  position: relative;
  padding-top: 50px;
  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: 0 -50px;
}
.tc-header-st5 .clients .logo {
  margin: 30px 50px;
}

@media screen and (max-width: 991px) {
  .tc-header-st5 {
    overflow: hidden;
  }
  .tc-header-st5 .info h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .tc-header-st5 .clients {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-header-st5 .clients .logo {
    margin: 0;
    width: 50%;
    padding: 20px 30px;
  }
}
/* --------------- services st5 --------------- */
.tc-services-st5 {
  position: relative;
  overflow: hidden;
}
.tc-services-st5 .services-cards {
  position: relative;
  padding-bottom: 180px;
}
.tc-services-st5 .services-cards .line1 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}
.tc-services-st5 .services-cards .line2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tc-services-st5 .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
}
.tc-services-st5 .marq-slider h2 {
  font-size: calc(5vw + 30px);
}
.tc-services-st5 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-services-st5 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-services-st5 .service-card {
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 20;
  background-color: #fff;
}
.tc-services-st5 .service-card.card-circle {
  padding: 70px 30px;
  background-color: #99D232;
}
.tc-services-st5 .service-card.card-circle .cont {
  position: relative;
  z-index: 20;
}
.tc-services-st5 .service-card.card-circle .icon {
  height: 75px;
  margin-bottom: 30px;
}
.tc-services-st5 .service-card.card-circle .wh-cir {
  position: absolute;
  left: -230px;
  top: -300px;
  width: calc(100% + 400px);
  height: calc(100% + 270px);
  border-radius: 50%;
  background-color: #fff;
}
.tc-services-st5 .service-card.card-circle .float-cir {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  bottom: 30px;
  right: 50px;
  background-image: var(--ln-green1);
}

/* --------------- about st5 --------------- */
.tc-about-st5-1 {
  position: relative;
  padding: 75px 0;
}
.tc-about-st5-1 .about-card {
  position: relative;
  padding: 80px 50px;
  border-radius: 30px;
  background: linear-gradient(124deg, rgba(255, 95, 109, 0.05) 22.75%, rgba(255, 195, 113, 0.05) 72.61%);
  -webkit-box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 44px 44px 0px rgba(0, 0, 0, 0.05);
}
.tc-about-st5-1 .num-card {
  position: relative;
  text-align: center;
  padding-top: 40px;
  display: block;
  width: 150px;
  height: 150px;
}
.tc-about-st5-1 .num-card .shap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: unset;
}
.tc-about-st5-1 .rate-circle {
  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;
  text-align: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-image: linear-gradient(124deg, rgba(255, 95, 109, 0.1) 22.75%, rgba(255, 195, 113, 0.1) 72.61%);
}
.tc-about-st5-1 .rate-circle .num {
  font-size: 32px;
  display: inline-block;
  margin-bottom: 5px;
}

.tc-about-st5-2 {
  position: relative;
  padding: 75px 0 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F9FDFF), to(transparent));
  background-image: linear-gradient(to bottom, #F9FDFF, transparent);
  border-bottom: 1px solid #9995;
}
.tc-about-st5-2 .bg {
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-about-st5-2 .check-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-about-st5-2 .check-items .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  margin-top: 30px;
}
.tc-about-st5-2 .check-items .item .icon {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st5-2 .check-items .item .txt {
  font-size: 24px;
  font-weight: bold;
}
.tc-about-st5-2 .img {
  height: 675px;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .tc-about-st5-1 .num-card {
    height: calc(100% - 40px);
    margin: 40px 10px 0;
  }
  .tc-about-st5-1 .num-card .shap {
    max-height: 100%;
  }

  .tc-about-st5-2 .img {
    height: 350px;
  }
}
/* --------------- cases st5 --------------- */
.tc-cases-st5 {
  position: relative;
  padding: 50px 0 75px;
}
.tc-cases-st5 .case-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
  display: block;
  margin-top: 24px;
}
.tc-cases-st5 .case-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: var(--Sweet-Morning, linear-gradient(124deg, #FF5F6D 22.75%, #FFC371 72.61%));
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-cases-st5 .case-card:hover::after {
  opacity: 0.9;
}
.tc-cases-st5 .case-card:hover .float-icon {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-cases-st5 .case-card:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tc-cases-st5 .case-card .img {
  position: relative;
  height: 380px;
}
.tc-cases-st5 .case-card .float-icon {
  position: absolute;
  top: 65px;
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 30px;
  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;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-cases-st5 .case-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1400px) {
  .tc-cases-st5 .container, .tc-cases-st5 .container-lg, .tc-cases-st5 .container-md, .tc-cases-st5 .container-sm, .tc-cases-st5 .container-xl, .tc-cases-st5 .container-xxl {
    max-width: 1500px;
  }
}

/* --------------- pricing st5 --------------- */
.tc-pricing-st5 {
  position: relative;
  padding: 75px 0;
}
.tc-pricing-st5 .row .col-lg-4:nth-of-type(2) .price-card .card-body::before {
  background-image: var(--ln-green1);
}
.tc-pricing-st5 .row .col-lg-4:nth-of-type(3) .price-card .card-body::before {
  background-image: var(--ln-blue1);
}
.tc-pricing-st5 .price-card {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
}
.tc-pricing-st5 .price-card .card-head {
  padding: 20px 0;
}
.tc-pricing-st5 .price-card .card-body {
  position: relative;
  padding: 30px 20px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.tc-pricing-st5 .price-card .card-body::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--ln-orange1);
  opacity: 0.1;
}
.tc-pricing-st5 .price-card .card-body .price {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.tc-pricing-st5 .price-card .card-body .price small {
  font-size: 16px;
}
.tc-pricing-st5 .price-card .card-body .card-list li {
  font-size: 16px;
  margin: 15px 0;
}
.tc-pricing-st5 .price-card .card-body .card-list li strong {
  color: #191919;
}
.tc-pricing-st5 .price-card .card-body .card-list li .fa-check {
  font-size: 13px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

@media screen and (max-width: 991px) {
  .tc-pricing-st5 .price-card {
    margin-bottom: 30px;
  }
}
/* --------------- skills st5 --------------- */
.tc-skills-st5 {
  position: relative;
  padding: 75px 0;
}
.tc-skills-st5 .progress-wrapper .progress-item {
  margin-top: 25px;
}
.tc-skills-st5 .progress-wrapper .progress-item .progress {
  height: 5px;
  background-color: transparent;
  border-radius: 0;
}
.tc-skills-st5 .progress-wrapper .progress-item .progress .progress-bar {
  background-color: #191919;
}

@media screen and (max-width: 991px) {
  .tc-skills-st5 {
    overflow: hidden;
  }
}
/* --------------- team st5 --------------- */
.tc-team-st5 {
  position: relative;
  padding: 75px 0;
}
.tc-team-st5 .container {
  position: relative;
  z-index: 20;
}
.tc-team-st5 .bg {
  position: absolute;
  left: 0;
  top: -350px;
  width: 100%;
  height: calc(100% + 350px);
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-team-st5 .line {
  position: absolute;
  bottom: 300px;
  left: 0;
  width: 100%;
}
.tc-team-st5 .cards {
  position: relative;
  z-index: 20;
}
.tc-team-st5 .cards .team-card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.tc-team-st5 .cards .team-card .img {
  height: 430px;
  border-radius: 30px;
  overflow: hidden;
}
.tc-team-st5 .cards .team-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-team-st5 .cards .team-card .info {
  padding: 25px;
}
.tc-team-st5 .cards .team-card .info .social-icons {
  display: inline-block;
  margin-top: 15px;
  background-image: var(--ln-orange1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tc-team-st5 .cards .team-card .info .social-icons a {
  font-size: 16px;
  font-weight: bold;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-team-st5 .marq-slider {
  position: relative;
  padding-top: 150px;
  z-index: 10;
  overflow: hidden;
}
.tc-team-st5 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-team-st5 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-team-st5 .marq-slider h2 {
  color: #1919190a;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #19191907;
  font-size: calc(15vw + 20px);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}
@media (min-width: 1400px) {
  .tc-team-st5 .container, .tc-team-st5 .container-lg, .tc-team-st5 .container-md, .tc-team-st5 .container-sm, .tc-team-st5 .container-xl, .tc-team-st5 .container-xxl {
    max-width: 1500px;
  }
}

/* --------------- features st5 --------------- */
.tc-features-st5 {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFF8F8), to(#FFFCF7));
  background-image: linear-gradient(to right, #FFF8F8, #FFFCF7);
}
.tc-features-st5 .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tc-features-st5 .feature-card {
  display: block;
  position: relative;
  border-radius: 30px;
}
.tc-features-st5 .feature-card .cont .icon {
  height: 90px;
  margin-bottom: 30px;
}
.tc-features-st5 .feature-card .cont .arrow {
  position: relative;
  margin-top: 40px;
  font-size: 15px;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
  color: #ccc;
}
.tc-features-st5 .feature-card .cont .arrow::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 40px;
  height: 2px;
  background-color: #ccc;
}

@media screen and (max-width: 991px) {
  .tc-features-st5 .feature-card {
    margin-bottom: 50px;
  }
}
/* --------------- testimonials st5 --------------- */
.tc-testimonials-st5 {
  position: relative;
  padding: 75px 0;
}
.tc-testimonials-st5 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.tc-testimonials-st5 .testi-card {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
  z-index: 20;
  margin-top: 30px;
}
.tc-testimonials-st5 .testi-card .avatar {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.tc-testimonials-st5 .testi-card .user-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 30px 30px;
}
.tc-testimonials-st5 .testi-card .user-rate .icon {
  height: 30px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-testimonials-st5 .testi-card .user-rate .stars {
  display: inline-block;
  background-image: var(--ln-orange1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tc-testimonials-st5 .testi-card .user-rate p {
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 5px;
}
.tc-testimonials-st5 .testi-card .info {
  padding: 0 30px 20px;
}
.tc-testimonials-st5 .testi-card .main-text {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.tc-testimonials-st5 .testi-card .user-info {
  position: relative;
  padding: 25px 30px;
  background-image: linear-gradient(124deg, #FF5F6D10 22.75%, #FFC37110 72.61%);
  border-radius: 0 0 30px 30px;
}
.tc-testimonials-st5 .testi-card .user-info h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tc-testimonials-st5 .testi-card .user-info p {
  font-size: 16px;
  color: #5B5B5B;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st5 .testi-card {
    margin-top: 50px;
  }
}
/* --------------- blog st5 --------------- */
.tc-blog-st5 {
  position: relative;
  padding: 75px 0;
  z-index: 30;
}
.tc-blog-st5 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tc-blog-st5 .row .col-lg-4:nth-of-type(2) .post-card::before {
  background-image: var(--ln-green1);
}
.tc-blog-st5 .row .col-lg-4:nth-of-type(3) .post-card::before {
  background-image: var(--ln-blue1);
}
.tc-blog-st5 .post-card {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
  margin-top: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
  border-radius: 30px;
}
.tc-blog-st5 .post-card::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: var(--ln-orange1);
  opacity: 0.1;
}
.tc-blog-st5 .post-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.tc-blog-st5 .post-card:hover .img .float-arrow {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-blog-st5 .post-card .img {
  display: block;
  position: relative;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 10;
}
.tc-blog-st5 .post-card .img .float-arrow {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  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;
  border-radius: 50%;
  background-image: var(--ln-orange1);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-blog-st5 .post-card .info {
  position: relative;
  padding-top: 30px;
  z-index: 10;
}
.tc-blog-st5 .line {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tc-blog-st5 .line {
    bottom: 0;
  }
}
/* --------------- subscribe st5 --------------- */
.tc-subscribe-st5 {
  position: relative;
  padding: 100px 0 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F2FBF6), to(#FFFEF4));
  background-image: linear-gradient(to right, #F2FBF6, #FFFEF4);
}
.tc-subscribe-st5 .subscribe-card {
  position: relative;
  padding: 50px 7vw;
  background-image: var(--ln-blue1);
  border-radius: 10px;
}
.tc-subscribe-st5 .subscribe-card * {
  color: #fff;
}
.tc-subscribe-st5 .subscribe-card .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
.tc-subscribe-st5 .subscribe-card .form-group input {
  min-height: 60px;
  background-color: #fff3;
  border-radius: 100px;
  width: 100%;
  border: 0;
  color: #fff;
  padding: 15px 30px;
}
.tc-subscribe-st5 .subscribe-card .form-group input::-webkit-input-placeholder {
  color: #fff9;
}
.tc-subscribe-st5 .subscribe-card .form-group input::-moz-placeholder {
  color: #fff9;
}
.tc-subscribe-st5 .subscribe-card .form-group input:-ms-input-placeholder {
  color: #fff9;
}
.tc-subscribe-st5 .subscribe-card .form-group input::-ms-input-placeholder {
  color: #fff9;
}
.tc-subscribe-st5 .subscribe-card .form-group input::placeholder {
  color: #fff9;
}
.tc-subscribe-st5 .subscribe-card .form-group .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: var(--ln-orange1);
  border: 0;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-subscribe-st5 .subscribe-card .shap {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.tc-subscribe-st5 .shap1 {
  position: absolute;
  bottom: 50px;
  left: 5vw;
}

/* --------------- footer st5 --------------- */
.tc-footer-st5 {
  position: relative;
  background-color: #111;
  color: #fff;
}
.tc-footer-st5 .bg-curves {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
}
.tc-footer-st5 .foot-shaps {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.tc-footer-st5 .main-content {
  position: relative;
  padding: 150px 0 85px;
  border-bottom: 1px solid #fff2;
}
.tc-footer-st5 .foot-info .logo {
  height: 45px;
  margin-bottom: 15px;
}
.tc-footer-st5 .foot-card {
  position: relative;
  border-radius: 10px;
  background-image: var(--ln-orange1);
  color: #fff;
}
.tc-footer-st5 .foot-card .inf {
  position: relative;
  padding: 20px;
}
.tc-footer-st5 .foot-card .inf p {
  line-height: 1.4;
  margin-top: 10px;
}
.tc-footer-st5 .foot-card .butn {
  padding: 10px 20px;
}
.tc-footer-st5 .links-side {
  position: relative;
}
.tc-footer-st5 .links-side .ltr-shap {
  position: absolute;
  top: -150px;
  right: 0;
  width: 45%;
}
.tc-footer-st5 .links-wrapper {
  position: relative;
  z-index: 10;
}
.tc-footer-st5 .links-group .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-footer-st5 .links-group .links li {
  width: 100%;
}
.tc-footer-st5 .links-group .links li a {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0.6;
}
.tc-footer-st5 .links-group .links li a:hover {
  color: var(--cr-orange1);
  opacity: 1;
}
.tc-footer-st5 .links-group .links.links-half li {
  width: 50%;
}
.tc-footer-st5 .text {
  color: #fff !important;
  opacity: 0.6;
}
.tc-footer-st5 .social-wrapper {
  position: relative;
  padding: 30px 0;
  margin-top: 50px;
  border-top: 1px solid #9994;
  z-index: 10;
}
.tc-footer-st5 .social-links a {
  width: 40px;
  height: 40px;
  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;
  background-color: #9992;
  border-radius: 50%;
  color: #666;
  font-size: 14px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-footer-st5 .social-links a:hover {
  background-color: var(--cr-orange1);
  color: #fff;
}
.tc-footer-st5 .foot {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 991px) {
  .tc-footer-st5 {
    overflow: hidden;
  }
  .tc-footer-st5 .bg-curves {
    display: none;
  }
  .tc-footer-st5 .main-content {
    padding: 75px 0;
  }
}
.home-st5 .text {
  color: #5b5b5b;
}

@media screen and (max-width: 991px) {
  .home-st5 br {
    display: none;
  }
  .home-st5 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st5 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st5 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st5 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st5 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st5 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st5 .mt-5 {
    margin-top: 2rem !important;
  }
}