
/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st7 --------------- */
.tc-navbar-st7 {
  position: relative;
  z-index: 99;
  padding: 20px 3vw;
}
.tc-navbar-st7 .navbar-brand .logo {
  height: 30px;
}
.tc-navbar-st7 .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 15px;
  color: #151515;
  text-transform: capitalize;
}
.tc-navbar-st7 .navbar-nav .nav-link:hover, .tc-navbar-st7 .navbar-nav .nav-link.active {
  color: var(--cr-orange1);
}
.tc-navbar-st7 .navbar-nav .flag {
  height: 20px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-navbar-st7 .navbar-nav .lang-dropdown .nav-link {
  position: relative;
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.tc-navbar-st7 .navbar-nav .lang-dropdown .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background-color: #9995;
}
.tc-navbar-st7 .navbar-nav .lang-dropdown .dropdown-menu {
  left: 50px;
}
.tc-navbar-st7 .navbar-nav .search-item {
  -webkit-margin-start: 6vw;
          margin-inline-start: 6vw;
}
.tc-navbar-st7 .navbar-nav .menu-item .nav-link {
  position: relative;
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
.tc-navbar-st7 .navbar-nav .menu-item .nav-link:hover::before, .tc-navbar-st7 .navbar-nav .menu-item .nav-link:hover::after {
  background-color: var(--cr-orange1);
}
.tc-navbar-st7 .navbar-nav .menu-item .nav-link::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% + 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-navbar-st7 .navbar-nav .menu-item .nav-link::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 4px);
  width: 40px;
  height: 2px;
  background-color: #151515;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* --------------- header st7 --------------- */
.tc-header-st7 {
  position: relative;
  padding: 75px 0 140px;
  overflow: hidden;
}
.tc-header-st7 .top-inf {
  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-bottom: 30px;
}
.tc-header-st7 .top-inf .vec10 {
  height: 50px;
}
.tc-header-st7 .top-inf .txt {
  font-size: 16px;
  text-align: end;
}
.tc-header-st7 h1 {
  position: relative;
  font-size: 80px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.tc-header-st7 h1 .vec6 {
  position: relative;
  top: 17px;
  left: 30px;
}
.tc-header-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
}
.tc-header-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #E1E1E1;
  font-size: 18px;
  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;
}
.tc-header-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
}
.tc-header-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-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-header-st7 .mark-sliders {
  position: relative;
  padding-top: 200px;
}
.tc-header-st7 .mark-sliders .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.tc-header-st7 .mark-sliders .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-header-st7 .mark-sliders .slider {
  position: relative;
  background-color: var(--cr-dark1);
  color: #fff;
  width: 140%;
  left: -30%;
}
.tc-header-st7 .mark-sliders .slider:first-of-type {
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  z-index: 10;
}
.tc-header-st7 .mark-sliders .slider:last-of-type {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
.tc-header-st7 .mark-sliders .slider .item {
  position: relative;
  padding: 30px 0;
}
.tc-header-st7 .mark-sliders .slider .item::after {
  position: absolute;
  content: "";
  left: -100px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .tc-header-st7 h1 {
    font-size: 50px;
  }
  .tc-header-st7 h1 .vec6 {
    display: none;
  }
  .tc-header-st7 .img {
    margin-top: 50px;
  }
}
/* --------------- features st7 --------------- */
.tc-features-st7 {
  position: relative;
}
.tc-features-st7 .content {
  position: relative;
}
.tc-features-st7 .content .year {
  position: absolute;
  right: 0;
  top: 125px;
}
.tc-features-st7 .feature-card {
  position: relative;
  padding: 40px 50px;
}
.tc-features-st7 .feature-card.one-shap {
  left: 15px;
}
.tc-features-st7 .feature-card.one-shap .shap1 {
  display: none;
}
.tc-features-st7 .feature-card .icon {
  height: 85px;
  margin-bottom: 40px;
}
.tc-features-st7 .feature-card .info {
  padding-top: 20px;
}
.tc-features-st7 .feature-card .info h6 {
  font-size: 21px;
}
.tc-features-st7 .feature-card .shap1 {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(-52%);
          transform: translateX(-52%);
}
.tc-features-st7 .feature-card .shap2 {
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
  -webkit-transform: translateX(52%);
          transform: translateX(52%);
}

@media screen and (max-width: 991px) {
  .tc-features-st7 {
    overflow: hidden;
  }
  .tc-features-st7 .feature-card {
    margin-bottom: 80px;
  }
  .tc-features-st7 .feature-card.one-shap {
    left: 0;
  }
  .tc-features-st7 .feature-card.one-shap .shap1 {
    display: block;
  }
}
/* --------------- services st7 --------------- */
.tc-services-st7 {
  position: relative;
  padding: 140px 0;
}
.tc-services-st7 .services-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.tc-services-st7 .services-slider .swiper-slide-active .service-card {
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}
.tc-services-st7 .service-card {
  position: relative;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-services-st7 .service-card:hover {
  -webkit-box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 50px 50px 0 rgba(0, 0, 0, 0.05);
}
.tc-services-st7 .service-card .inf {
  position: relative;
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 50px 30px;
}
.tc-services-st7 .service-card .inf .icon {
  height: 85px;
  margin-bottom: 30px;
}
.tc-services-st7 .service-card .inf .num {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #9995;
  font-weight: bold;
}
.tc-services-st7 .service-card .img {
  position: relative;
  margin: 40px 0;
  height: 320px;
  width: 100%;
}
.tc-services-st7 .service-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

/* --------------- about st7 --------------- */
.tc-about-st7 {
  position: relative;
  padding-bottom: 140px;
}
.tc-about-st7 .title {
  position: relative;
}
.tc-about-st7 .title .float-txt {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.75;
  font-size: 200px;
  color: #f6f6f6;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.tc-about-st7 .title .btns {
  position: relative;
  z-index: 20;
  padding: 50px 0;
}
.tc-about-st7 .img {
  position: relative;
  height: 600px;
  z-index: 10;
}
.tc-about-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-top: -35px;
  z-index: 20;
}
.tc-about-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 35px;
  width: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-about-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #151515;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.tc-about-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #151515;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-about-st7 .accordion {
  position: relative;
  padding-top: 20px;
}
.tc-about-st7 .accordion .accordion-item {
  margin-top: 30px;
  border-radius: 0;
  border: 1px solid #9993;
  background-color: #f6f6f6;
}
.tc-about-st7 .accordion .accordion-item .accordion-button {
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 16px;
  padding: 20px;
  color: var(--cr-dark1);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #9993;
}
.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed {
  border: 0;
}
.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed::before {
  background-color: #fff;
}
.tc-about-st7 .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
  color: var(--cr-dark1);
}
.tc-about-st7 .accordion .accordion-item .accordion-button::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 65px;
  background-color: var(--cr-dark1);
}
.tc-about-st7 .accordion .accordion-item .accordion-button::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  z-index: 20;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: none;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

@media screen and (max-width: 991px) {
  .tc-about-st7 .img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-bottom: 50px;
  }
  .tc-about-st7 .title .float-txt {
    font-size: 100px;
    top: 30px;
  }
  .tc-about-st7 .rotate-box {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .tc-about-st7 .img-box::after {
    top: 30%;
    width: 150px;
    height: 150px;
  }
  .tc-about-st7 .accordion .accordion-item .accordion-button {
    font-size: 12px;
  }
}
/* --------------- portfolio st7 --------------- */
.tc-portfolio-st7 {
  position: relative;
  padding: 0 3vw;
}
.tc-portfolio-st7 .portfolio-content {
  position: relative;
  padding: 4vw;
  background-color: var(--cr-dark1);
  color: #fff;
}
.tc-portfolio-st7 .portfolio-content .nav-pills {
  display: block;
}
.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link {
  position: relative;
  color: #fff;
  padding: 0;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  margin: 15px 0;
  background-color: transparent;
}
.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link:hover, .tc-portfolio-st7 .portfolio-content .nav-pills .nav-link.active {
  color: var(--cr-orange1);
}
.tc-portfolio-st7 .portfolio-content .nav-pills .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.tc-portfolio-st7 .works {
  position: relative;
  padding: 50px 30px;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-portfolio-st7 .works .item {
  position: relative;
  width: 80px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tc-portfolio-st7 .works .item.active {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
}
.tc-portfolio-st7 .works .item.active .inf {
  opacity: 1;
}
.tc-portfolio-st7 .works .item:last-of-type {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.tc-portfolio-st7 .works .item .img {
  width: 100%;
  height: 320px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tc-portfolio-st7 .works .item .inf {
  position: absolute;
  left: -20px;
  bottom: -40px;
  width: 195px;
  height: 185px;
  background-color: #151515;
  padding: 30px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .tc-portfolio-st7 {
    padding: 0;
  }
  .tc-portfolio-st7 .portfolio-content {
    padding: 50px 15px;
  }
  .tc-portfolio-st7 .portfolio-content .works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tc-portfolio-st7 .portfolio-content .works .item {
    width: 100%;
    height: 80px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tc-portfolio-st7 .portfolio-content .works .item .fsz-24 {
    font-size: 16px !important;
  }
  .tc-portfolio-st7 .portfolio-content .works .item.active {
    width: 100%;
    height: 300px;
  }
}
/* --------------- clients st7 --------------- */
.tc-clients-st7 {
  position: relative;
  padding-top: 140px;
}
.tc-clients-st7 .vec1 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.tc-clients-st7 .title {
  position: relative;
  margin-bottom: 20px;
}
.tc-clients-st7 .title .text {
  position: relative;
  padding-top: 20px;
}
.tc-clients-st7 .title .text .vec {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
}
.tc-clients-st7 .cards .logo {
  padding: 50px 30px;
  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: 1px solid #9994;
  margin-top: 30px;
}
.tc-clients-st7 .cards .logo img {
  height: 30px;
  max-width: 75%;
}

/* --------------- testimonials st7 --------------- */
.tc-testimonials-st7 {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
}
.tc-testimonials-st7 .testi-slider {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.tc-testimonials-st7 .testi-slider .swiper-pagination {
  left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  bottom: 15px !important;
}
.tc-testimonials-st7 .testi-card {
  position: relative;
}
.tc-testimonials-st7 .testi-card .rate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.tc-testimonials-st7 .testi-card .rate-wrapper .icon {
  height: 30px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  position: relative;
  top: -10px;
}
.tc-testimonials-st7 .testi-card .rate-wrapper .num {
  font-size: 24px;
  font-weight: bold;
}
.tc-testimonials-st7 .testi-card .main-txt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #9993;
}
.tc-testimonials-st7 .trans-txt {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(90deg) translateX(-100px);
          transform: rotate(90deg) translateX(-100px);
  white-space: nowrap;
}
.tc-testimonials-st7 .trans-txt .icon {
  height: 50px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st7 .testi-card .main-txt {
    font-size: 18px;
  }
}
/* --------------- video st7 --------------- */
.tc-video-st7 {
  position: relative;
  color: #fff;
  padding: 0 4vw;
}
.tc-video-st7 .content {
  position: relative;
  background-image: url(../image/video_bg.jpg);
  background-size: cover;
  padding: 140px 0;
}
.tc-video-st7 .main-text {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
}
.tc-video-st7 h2 {
  position: relative;
  font-size: 140px;
  color: transparent;
  -webkit-text-stroke: 1px #9994;
  text-transform: uppercase;
}
.tc-video-st7 .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin-top: 70px;
}
.tc-video-st7 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff2;
  font-size: 18px;
  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;
}
.tc-video-st7 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #fff;
}
.tc-video-st7 .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@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-video-st7 h2 {
    font-size: 70px;
    margin-top: 30px;
  }
  .tc-video-st7 .main-text {
    font-size: 30px;
  }
  .tc-video-st7 .content {
    padding: 80px 0;
  }
}
/* --------------- goals st7 --------------- */
.tc-goals-st7 {
  position: relative;
  padding: 140px 0;
}
.tc-goals-st7 .img-side h2 {
  font-size: 50px;
}
.tc-goals-st7 .img-side h2 span {
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-dark1);
}
.tc-goals-st7 .features-wrapper {
  position: relative;
  padding: 20px 40px;
  margin-top: 80px;
  background-color: #fff;
}
.tc-goals-st7 .features-wrapper .feat-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #9993;
}
.tc-goals-st7 .features-wrapper .feat-card:hover {
  border-color: var(--cr-dark1);
}
.tc-goals-st7 .features-wrapper .feat-card:last-of-type {
  border: 0;
}
.tc-goals-st7 .features-wrapper .feat-card .num {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--cr-dark1);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 5px;
}

/* --------------- subscribe st7 --------------- */
.tc-subscribe-st7 {
  position: relative;
}
.tc-subscribe-st7 .subscribe-card {
  position: relative;
  padding: 0 5vw;
  background-color: #f6f6f6;
  border-radius: 30px;
  overflow: hidden;
}
.tc-subscribe-st7 .subscribe-card .row {
  position: relative;
  z-index: 20;
}
.tc-subscribe-st7 .subscribe-card h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.tc-subscribe-st7 .subscribe-card .form-group {
  position: relative;
}
.tc-subscribe-st7 .subscribe-card .form-group button {
  position: absolute;
  right: 0;
  bottom: 15px;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tc-subscribe-st7 .subscribe-card .form-control {
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #151515;
  font-size: 16px;
  background-color: transparent;
}
.tc-subscribe-st7 .subscribe-card .shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

/* --------------- blog st7 --------------- */
.tc-blog-st7 {
  position: relative;
  padding: 140px 0;
}
.tc-blog-st7 .title-wrapper {
  position: relative;
}
.tc-blog-st7 .title-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #D9D9D9;
  margin: auto;
}
.tc-blog-st7 .post {
  position: relative;
  padding: 25px;
  border: 1px solid #9995;
  margin-bottom: 20px;
}
.tc-blog-st7 .post:last-of-type {
  margin-bottom: 0;
}
.tc-blog-st7 .post .tags {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tc-blog-st7 .post .more-link {
  font-size: 16px;
  font-weight: 500;
}
.tc-blog-st7 .post .more-link .arrow {
  width: 28px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* --------------- footer st7 --------------- */
.tc-footer-st7 {
  position: relative;
  background-color: #151515;
  background-image: url(../image/footer_bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.tc-footer-st7 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st7 .main-footer {
  position: relative;
  padding: 140px 0;
}
.tc-footer-st7 .main-footer .lg-txt {
  font-size: 195px;
  color: #fff;
  opacity: 0.05;
  position: absolute;
  right: 5%;
  bottom: 0;
  line-height: 1;
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
  font-weight: 300;
}
.tc-footer-st7 .main-footer .foot-shapes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-footer-st7 .main-footer .fav-line {
  position: absolute;
  top: 0;
  left: calc((100% - 1320px) / 2);
  width: 30vw;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-footer-st7 .links-wrapper {
  position: relative;
  margin-top: 100px;
}
.tc-footer-st7 .links-wrapper .contact-links a {
  font-size: 32px;
  font-weight: 500;
  margin: 5px 0;
}
.tc-footer-st7 .links-wrapper .contact-links a:hover {
  color: var(--cr-orange1);
}
.tc-footer-st7 .links-group .links a {
  font-size: 16px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.tc-footer-st7 .links-group .links a:hover {
  opacity: 1;
}
.tc-footer-st7 .working-time {
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff2;
}
.tc-footer-st7 .foot {
  position: relative;
  padding: 30px 0;
  background-color: #0f0f0f;
}
.tc-footer-st7 .foot .foot-links a {
  font-size: 16px;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}

@media screen and (max-width: 991px) {
  .tc-footer-st7 .main-footer .lg-txt {
    font-size: 70px;
  }
  .tc-footer-st7 .foot {
    text-align: center;
  }
}
.home-st7 {
  position: relative;
}
.home-st7 #scrollsmoother-container {
  background-image: url(../image/body_bg.png);
  background-repeat: repeat;
  min-height: 100vh;
}

@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;
  }
}