/* ========= [ * page-home_7 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  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: url(../img/head_lines.png);
  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;
  z-index: 9999;
}
.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(3vw + 15px);
  font-weight: 400;
  margin: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cr-black2);
}
.side_menu_style4 .main_links .main_link:hover {
  -webkit-text-stroke: 1px var(--cr-black2);
  color: transparent;
}
.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: 9995;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-black2);
  -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: 9990;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-black2);
  -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;
}

/* --------------- footer st7 --------------- */
.top-navbar-st7 {
  position: relative;
  background-color: var(--cr-black2);
  color: #fff;
  z-index: 100;
}
.top-navbar-st7 .nav-links {
  position: relative;
  -webkit-border-start: 1px solid #fff2;
          border-inline-start: 1px solid #fff2;
}
.top-navbar-st7 .nav-links a {
  position: relative;
  font-size: 16px;
  padding: 10px 20px 10px 6px;
  -webkit-border-end: 1px solid #fff2;
    border-inline-end: 1px solid #fff2;
}
.pre-tab.d-flex.align-items-center {
  padding: 0px 20px;
}
.top-navbar-st7 .social-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-navbar-st7 .social-side .dropdown-lang .nav-link {
  font-size: 16px;
  padding: 10px 20px;
  -webkit-border-start: 1px solid #fff2;
          border-inline-start: 1px solid #fff2;
  -webkit-border-end: 1px solid #fff2;
          border-inline-end: 1px solid #fff2;
}
.top-navbar-st7 .social-side .social-links a {
  -webkit-border-end: 1px solid #fff2;
          border-inline-end: 1px solid #fff2;
  width: 44px;
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.top-navbar-st7 .social-side .social-links a:hover {
  background-color: #fff;
  color: var(--cr-black2);
}

.tc-navbar-st7 {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  padding: 20px 0;
}
.tc-navbar-st7 .navbar-brand {
  position: relative;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
  max-width: 220px;
}
.tc-navbar-st7 .navbar-brand::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  height: 1px;
  width: 60px;
  background-image: var(--ln-orange1);
}
.tc-navbar-st7 .navbar-brand .logo {
  height: 45px;
}
.tc-navbar-st7 .navbar-nav .nav-link {
  margin: 0 15px;
  color: #000;
  opacity: 1;
}
.tc-navbar-st7 .nav-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st7 .search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st7 .search-form input {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.tc-navbar-st7 .search-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: var(--cr-black2);
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  z-index: 10;
  border: 0;
  width: 33px;
  height: 33px;
  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-navbar-st7 .search-form button:hover {
  background-color: var(--cr-black1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st7 .navbar-nav {
    margin-top: 15px;
  }
  .tc-navbar-st7 .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- header st7 --------------- */
.tc-header-st7 {
  position: relative;
  background-image: -webkit-gradient(180deg, #ffede1 0%, #ffe5e8 100%);
  background-image: linear-gradient(180deg, #ffede1 0%, #ffe5e8 100%);
  text-align: center;
  padding: 150px 0;
}
.tc-header-st7 .lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  pointer-events: none;
}
.tc-header-st7 h1 {
  font-size: 64px;
}
.txt-line {
  font-size: 50px;
}
.tc-header-st7 h1 .txt-line {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-black2);
  margin: auto;
}
/* .tc-header-st7 h1 .txt-line::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#EEF1F6), color-stop(#eef1f6b1), to(transparent));
  background-image: linear-gradient(to top, #EEF1F6, #eef1f6b1, transparent);
} */
.tc-header-st7 .social-logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 100px;
  z-index: 2;
}
.tc-header-st7 .social-logos .icon {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
          animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}
.tc-header-st7 .social-logos .icon:nth-of-type(odd) {
  width: 120px;
  height: 120px;
}
.tc-header-st7 .social-logos .icon:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.tc-header-st7 .social-logos .icon:nth-of-type(2) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.tc-header-st7 .social-logos .icon:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
          animation-delay: -1.5s;
}
.tc-header-st7 .social-logos .icon:nth-of-type(4) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.tc-header-st7 .social-logos .icon:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
          animation-delay: -2.5s;
}
.tc-header-st7 .circle {
  position: absolute;
  top: 15%;
  right: 15%;
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-image: linear-gradient(208deg, #FFF 12.23%, rgba(255, 255, 255, 0) 79.9%);
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .tc-header-st7 {
    padding: 80px 0;
  }
  .tc-header-st7 h1 {
    font-size: 45px;
  }
  .tc-header-st7 .social-logos .icon {
    width: 80px;
    height: 80px;
  }
  .tc-header-st7 .social-logos .icon:nth-of-type(odd) {
    width: 60px;
    height: 60px;
  }
}
/* --------------- about st7 --------------- */
.tc-about-st7 {
  position: relative;
  padding: 60px 0;
}
.tc-about-st7 .img-side {
  position: relative;
}
.tc-about-st7 .img-side .rotate-box {
  position: absolute;
  top: 10px;
  left: 80px;
  width: 150px;
  height: 150px;
  display: block;
}
.tc-about-st7 .img-side .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tc-about-st7 .img-side .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: var(--cr-orange1);
  -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);
  }
}
.tc-about-st7 .numbers {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 0px;
  z-index: 10;
}
.tc-about-st7 .numbers .number-card {
  display: block;
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.tc-about-st7 .numbers .number-card:hover .txt {
  color: #fff;
  background-color: var(--cr-black1);
}
.tc-about-st7 .numbers .number-card h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-orange1);
}
.tc-about-st7 .numbers .number-card h2 small {
  font-size: 50px;
}
.tc-about-st7 .numbers .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;
}

@media screen and (max-width: 991px) {
  .tc-about-st7 {
    overflow: hidden;
  }
}
/* --------------- services st7 --------------- */
.tc-services-st7 {
  position: relative;
  padding: 60px 0;
}
.tc-services-st7 .row .col-lg-3:nth-of-type(2) .services-card {
  background-color: #f2fff1;
}
.tc-services-st7 .row .col-lg-3:nth-of-type(3) .services-card {
  background-color: #F1FDFF;
}
.tc-services-st7 .row .col-lg-3:nth-of-type(4) .services-card {
  background-color: #FFFAF1;
}
.tc-services-st7 .services-card {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  background-color: #FFF1F8;
  text-align: center;
  margin-top: 40px;
  border: 1px solid transparent;
  height: -webkit-fill-available;
}
.tc-services-st7 .services-card:hover {
  border: 1px solid var(--cr-black2);
  background-color: #fff !important;
}
.tc-services-st7 .services-card:hover .icon::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tc-services-st7 .services-card:hover .icon img {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.tc-services-st7 .services-card:hover .more-btn {
  text-decoration: underline;
}
.tc-services-st7 .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;
}
.tc-services-st7 .services-card .icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--ln-orange1);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.tc-services-st7 .services-card .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
}
.tc-services-st7 .services-card .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  margin-bottom: 20px;
}
.tc-services-st7 .services-card .more-btn {
  font-size: 14px;
  font-weight: bold;
  margin-top: 50px;
}

/* --------------- cases st7 --------------- */
.tc-cases-st7 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.tc-cases-st7 .cases-slider {
  position: relative;
  z-index: 20;
}
.tc-cases-st7 .cases-slider .swiper-slide:nth-of-type(odd) .case-card {
  -webkit-transform: scale(70%);
          transform: scale(70%);
}
.tc-cases-st7 .cases-slider .case-card {
  position: relative;
  display: block;
}
.tc-cases-st7 .cases-slider .case-card .img {
  position: relative;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.tc-cases-st7 .cases-slider .case-card .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-cases-st7 .marq-slider {
  position: relative;
  overflow: hidden;
  margin-top: -100px;
}
.tc-cases-st7 .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: 2;
}
.tc-cases-st7 .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-cases-st7 .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-cases-st7 .marq-slider h2 {
  font-size: 250px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--cr-black2);
  white-space: nowrap;
  opacity: 0.5;
  letter-spacing: -5px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .tc-cases-st7 .cases-slider .img {
    height: 350px !important;
  }
  .tc-cases-st7 .marq-slider {
    margin-top: -30px;
  }
  .tc-cases-st7 .marq-slider h2 {
    font-size: 100px;
  }
}
/* --------------- contact st7 --------------- */
.tc-contact-st7 {
  position: relative;
}
.tc-contact-st7 .section-head-st7 h6 {
  border-color: var(--cr-black2) !important;
}
.tc-contact-st7 .section-head-st7 h6::after, .tc-contact-st7 .section-head-st7 h6::before {
  background-color: var(--cr-black2) !important;
}
.tc-contact-st7 .contact-form {
  position: relative;
  border-radius: 20px;
  background-color: #EEF1F6;
  padding: 120px 15px;
  overflow: hidden;
}
.tc-contact-st7 .contact-form .circle {
  position: absolute;
  left: 6%;
  bottom: 70px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: linear-gradient(101deg, #EE0979 0%, #FF6A00 100%);
}
.tc-contact-st7 .contact-form .shap {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
}
.tc-contact-st7 .contact-form .form {
  position: relative;
  z-index: 5;
  padding: 4vw;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.tc-contact-st7 .contact-form .form .form-group {
  position: relative;
  margin-bottom: 40px;
}
.tc-contact-st7 .contact-form .form .form-group label {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.tc-contact-st7 .contact-form .form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #fff;
  padding: 15px 0;
}
.tc-contact-st7 .contact-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9B9EA5;
}
.tc-contact-st7 .contact-form .form .form-group .form-control::-moz-placeholder {
  color: #9B9EA5;
}
.tc-contact-st7 .contact-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9B9EA5;
}
.tc-contact-st7 .contact-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9B9EA5;
}
.tc-contact-st7 .contact-form .form .form-group .form-control::placeholder {
  color: #9B9EA5;
}
.tc-contact-st7 .contact-form .form .form-group .icon {
  position: absolute;
  right: 0;
  top: 50px;
}

@media screen and (max-width: 991px) {
  .tc-contact-st7 .contact-form {
    padding: 80px 15px 15px;
  }
}
/* --------------- pricing st7 --------------- */
.tc-pricing-st7 {

  position: relative;
  padding: 120px 0;
}
.tc-pricing-st7 .cards {
  position: relative;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.tc-pricing-st7 .cards .price-card {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.tc-pricing-st7 .cards .price-card.best-card {
  -webkit-border-start: 1px solid #E6E6E6;
    border-inline-start: 1px solid #E6E6E6;
}
.tc-pricing-st7 .cards .price-card * {
  position: relative;
  z-index: 5;
}
.tc-pricing-st7 .cards .price-card .check-list {
  position: relative;
}
.tc-pricing-st7 .cards .price-card .check-list li {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-pricing-st7 .cards .price-card .check-list li .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-pricing-st7 .cards .price-card .check-list .float-icon {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 70px;
}
.tc-pricing-st7 .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-image: var(--ln-orange1);
  color: #fff;
}
.tc-pricing-st7 .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) {
  .tc-pricing-st7 .cards .price-card.best-card {
    -webkit-border-start: 0;
            border-inline-start: 0;
    border-top: 1px solid #E6E6E6;
  }
}
/* --------------- testimonials st7 --------------- */
.tc-testimonials-st7 {
  position: relative;
}
.tc-testimonials-st7 .testimonials-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.5));
  background-color: #0002;
  border: 2px solid #ffffff33;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 15px;
}
.tc-testimonials-st7 .testimonials-side {
  position: relative;
  overflow: hidden;
  padding: 5vw;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.tc-testimonials-st7 .testimonials-side .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-testimonials-st7 .testimonials-side .testi-card {
  position: relative;
  color: #fff;
  padding: 3.5vw;
  overflow: hidden;
}
.tc-testimonials-st7 .testimonials-side .testi-card * {
  position: relative;
  z-index: 2;
}
.tc-testimonials-st7 .testimonials-side .testi-card .text {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.72px;
  font-weight: 300;
}
.tc-testimonials-st7 .testimonials-side .testi-card .client-row {
  margin-top: 70px;
  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;
}
.tc-testimonials-st7 .testimonials-side .testi-card .client-row .icon {
  width: 50px;
  height: 50px;
  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;
  background-color: #0001;
  font-size: 16px;
}
.tc-testimonials-st7 .number-side {
  position: relative;
  overflow: hidden;
  padding: 5vw;
  background-color: var(--cr-black2);
  color: #fff;
  margin-top: 120px;
}
.tc-testimonials-st7 .number-side .number-card {
  display: block;
  text-align: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.tc-testimonials-st7 .number-side .number-card h2 {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-orange1);
}
.tc-testimonials-st7 .number-side .number-card h2 small {
  font-size: 50px;
}
.tc-testimonials-st7 .number-side .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;
  color: var(--cr-black2);
}
.tc-testimonials-st7 .number-side .title {
  font-size: 64px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st7 {
    overflow: hidden;
  }
  .tc-testimonials-st7 .testimonials-side .testi-card {
    padding: 30px;
  }
  .tc-testimonials-st7 .testimonials-side .testi-card .text {
    font-size: 25px;
  }
  .tc-testimonials-st7 .number-side .title {
    font-size: 40px;
  }
}
/* --------------- blog st7 --------------- */
.tc-blog-st7 {
  position: relative;
  padding: 120px 0;
}
.tc-blog-st7 .posts .accordion-item {
  position: relative;
  border-radius: 15px;
  margin-top: -30px;
  border: 1px solid #9993;
  background-color: #fff;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(1) {
  z-index: 20;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(1) .accordion-button {
  padding-top: 40px;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(1) .accordion-collapse.show .accordion-body {
  padding-top: 0;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(2) {
  z-index: 19;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(3) {
  z-index: 18;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(4) {
  z-index: 17;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(5) {
  z-index: 16;
}
.tc-blog-st7 .posts .accordion-item:nth-of-type(6) {
  z-index: 15;
}
.tc-blog-st7 .posts .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  display: block;
  padding: 40px;
  padding-top: 70px;
}
.tc-blog-st7 .posts .accordion-item .accordion-button:not(.collapsed) {
  display: none;
}
.tc-blog-st7 .posts .accordion-item .accordion-button .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-blog-st7 .posts .accordion-item .accordion-button .date .line {
  width: 60px;
  height: 1px;
  background-image: var(--ln-orange1);
  margin: 0 30px;
}
.tc-blog-st7 .posts .accordion-item .accordion-collapse.show .accordion-body {
  padding-top: 30px;
}
.tc-blog-st7 .posts .accordion-item .accordion-body {
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-blog-st7 .posts .accordion-item .accordion-body .post-body {
  padding: 40px;
}
.tc-blog-st7 .posts .accordion-item .accordion-body .post-body .img {
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
}
.tc-blog-st7 .posts .accordion-item .accordion-body .post-body .info .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tc-blog-st7 .posts .accordion-item .accordion-body .post-body .info .date .line {
  width: 60px;
  height: 1px;
  background-image: var(--ln-orange1);
  margin: 0 30px;
}

@media screen and (max-width: 991px) {
  .tc-blog-st7 .posts .accordion-item .accordion-button {
    padding: 20px;
    padding-top: 50px;
  }
  .tc-blog-st7 .posts .accordion-item .accordion-body .post-body {
    padding: 20px;
  }
  .tc-blog-st7 .posts .accordion-item .accordion-body .post-body .img {
    height: 300px;
    margin-bottom: 40px;
  }
  .tc-blog-st7 .posts .fsz-35 {
    font-size: 20px !important;
    margin-top: 10px;
  }
  .tc-blog-st7 .posts .mt-80 {
    margin-top: 40px !important;
  }
}
/* --------------- footer st7 --------------- */
.tc-footer-st7 {
  position: relative;
  background: linear-gradient(101deg, #EE0979 0%, #FF6A00 100%);
  overflow: hidden;
}
.tc-footer-st7::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EE0979), to(transparent));
  background: linear-gradient(to top, #EE0979, transparent);
  z-index: 22;
  pointer-events: none;
}
.tc-footer-st7 .logo-row {
  position: relative;
  padding: 25px 0;
  color: #fff;
}
.tc-footer-st7 .logo-row .logo-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-footer-st7 .logo-row .logo-side .foot-logo {
  width: 160px;
}
.tc-footer-st7 .logo-row .logo-side .line {
  width: 60px;
  height: 1px;
  background-color: #fff;
  margin: 0 30px;
}
.tc-footer-st7 .logo-row .social-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-footer-st7 .logo-row .social-side .social-icons a {
  width: 40px;
  height: 40px;
  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;
  background-color: #fff3;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.tc-footer-st7 .logo-row .social-side .social-icons a:hover {
  background-color: var(--cr-black2);
}
.tc-footer-st7 .main-foot-card {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.tc-footer-st7 .main-foot-card .top-content {
  padding: 4vw;
}
.tc-footer-st7 .main-foot-card .top-content .foot-info h3 {
  font-size: 48px;
  margin-bottom: 40px;
}
.tc-footer-st7 .main-foot-card .top-content .foot-info h3 span {
  opacity: 0.3;
}
.tc-footer-st7 .main-foot-card .top-content .foot-info .contact-list li {
  color: #666;
  margin: 15px 0;
  font-size: 18px;
}
.tc-footer-st7 .main-foot-card .top-content .foot-info .contact-list li .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: var(--cr-black2);
}
.tc-footer-st7 .main-foot-card .top-content .links-title {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  border-bottom: 1px solid var(--cr-orange1);
  margin-bottom: 30px;
}
.tc-footer-st7 .main-foot-card .top-content .links li a {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.tc-footer-st7 .main-foot-card .top-content .links li a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st7 .main-foot-card .foot {
  position: relative;
  padding: 30px 2vw;
}
.tc-footer-st7 .main-foot-card .foot::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(101deg, #EE0979 0%, #FF6A00 100%);
}
.tc-footer-st7 .main-foot-card .foot .foot-links a {
  font-size: 16px;
  font-weight: 700;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-footer-st7 .lg-text {
  font-size: calc(15vw + 30px);
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  display: block;
  margin-bottom: -100px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .tc-footer-st7 .lg-text {
    margin-bottom: 0;
  }
}
.home-st7 {
  color: var(--cr-black2);
}
.home-st7 .butn {
  font-weight: bold;
}
.home-st7 h1, .home-st7 h2, .home-st7 h3, .home-st7 h4, .home-st7 h5, .home-st7 h6 {
  color: var(--cr-black2);
}
.home-st7 .section-head-st7.text-center h6 {
  margin: 0 auto 20px;
}
.home-st7 .section-head-st7.text-center h6::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #E6E6E6;
}
.home-st7 .section-head-st7 h6 {
  position: relative;
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.home-st7 .section-head-st7 h6::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #E6E6E6;
}
.home-st7 .section-head-st7 h2 {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .home-st7 br {
    display: none;
  }
  .home-st7 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st7 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st7 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st7 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st7 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st7 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st7 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st7 .section-head-st7 h2 {
    font-size: 35px;
  }
}
html[lang=ar] .home-st7 {
  direction: rtl;
  font-family: "Noto Kufi Arabic", sans-serif;
}
html[lang=ar] .home-st7 .fsz-35 {
  font-size: 30px !important;
}
html[lang=ar] .home-st7 .tc-navbar-st7 .navbar-brand::after {
  right: auto;
  left: 0;
}
html[lang=ar] .home-st7 .tc-about-st7 .img-side {
  direction: ltr;
}
html[lang=ar] .home-st7 .tc-contact-st7 .contact-form .form .form-group .icon,
html[lang=ar] .home-st7 .tc-pricing-st7 .cards .price-card .check-list .float-icon {
  right: auto;
  left: 0;
}
html[lang=ar] .home-st7 .tc-testimonials-st7 .number-side .title {
  font-size: 50px;
}
html[lang=ar] .home-st7 .tc-footer-st7 .main-foot-card .top-content .foot-info .contact-list li {
  font-size: 15px;
}
html[lang=ar] .home-st7 .tc-footer-st7 .main-foot-card .top-content .links li a {
  font-size: 14px;
  margin: 13px 0;
}

.nav-tabs {
  border: 0;
}

.brand-logos {
  margin-bottom: 8px;
  margin-right: 12px;
}
.brand-logos img {
  min-width: 28px;
  width: 28px;
  border-radius: 6px;
  height: auto;
  margin-right: 8px;
}
