@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
/* --------------- side_menu_style4 --------------- */
.side_menu_style4 {
  position: fixed;
  z-index: 9999;
  left: 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/header_circle.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;
}
.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-blue1);
}
.side_menu_style4 .main_links .main_link:hover {
  -webkit-text-stroke: 1px var(--cr-blue1);
  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;
  left: 5vw;
  cursor: pointer;
}

.side_menu4_overlay {
  position: absolute;
  z-index: 90;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-blue1);
  -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: 80;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--cr-blue1);
  -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 st2 --------------- */
.tc-navbar-st2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 99;
}
.tc-navbar-st2 .navbar-brand {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-navbar-st2 .navbar-brand .logo {
  height: 45px;
}
.tc-navbar-st2 .navbar-nav {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-navbar-st2 .navbar-nav .nav-link {
  color: #000;
  opacity: 1;
  padding: 10px 25px;
  border-radius: 10px;
}
.tc-navbar-st2 .navbar-nav .nav-link.active {
  background-color: #ff6347;
  color: #fff;
}
.tc-navbar-st2 .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-st2 .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-st2 .search-form button {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: var(--cr-blue1);
  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-st2 .search-form button:hover {
  background-color: var(--cr-black1);
}

@media screen and (max-width: 991px) {
  .tc-navbar-st2 {
    position: relative;
  }
  .tc-navbar-st2 .navbar-nav {
    margin-top: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
  }
  .tc-navbar-st2 .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- header st2 --------------- */
.tc-header-st2 {
  position: relative;
  padding: 210px 0 300px;
  background-color: #f4f4f4;
}
.tc-header-st2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.tc-header-st2 .circle {
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 90%;
}
.tc-header-st2 .container {
  position: relative;
  z-index: 20;
}
.tc-header-st2 .info .shaps-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-header-st2 .info .shaps-title .squar {
  height: 50px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-header-st2 .info .shaps-title .social-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  direction: ltr;
}
.tc-header-st2 .info .shaps-title .social-icons a {
  width: 50px;
  height: 50px;
  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;
  margin: 0 -3px;
  font-size: 17px;
  border: 1px solid #9993;
  background-color: #fff;
}
.tc-header-st2 .info .shaps-title .social-icons a:hover {
  background-color: var(--cr-blue1);
  color: #fff;
}
.tc-header-st2 .info h1 {
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.tc-header-st2 .info h1 span {
  color: #BFC5D1;
}
.tc-header-st2 .imgs {
  position: relative;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
}
.tc-header-st2 .imgs .main-img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  width: 80% !important;
  z-index: 10;
}
.tc-header-st2 .imgs .sub-img {
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
  -webkit-margin-start: 20%;
          margin-inline-start: 20%;
  width: 80% !important;
  z-index: 10;
}
.tc-header-st2 .imgs .dots {
  position: absolute;
  bottom: 25%;
  right: 0;
  width: 130px;
}

@media screen and (max-width: 991px) {
  .tc-header-st2 .info h1 {
    font-size: 25px;
    line-height: 2;
  }
  .tc-header-st2 .info .shaps-title .squar {
    height: 30px;
  }
  .tc-header-st2 .info .shaps-title .social-icons a {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
}
/* --------------- features st2 --------------- */
.tc-features-st2 {
  position: relative;
  margin-top: -250px;
}
.tc-features-st2 .feat-card {
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}
.tc-features-st2 .feat-card .icon {
  height: 60px;
  margin-bottom: 30px;
}
.tc-features-st2 .img-shap {
  margin-top: 40px;
}
.tc-features-st2 .speed-test .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-features-st2 .speed-test .form .form-group .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  font-size: 12px;
  padding: 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);
}
.tc-features-st2 .speed-test .form .form-group .item input {
  width: 100%;
  background-color: transparent;
  border: 0;
}
.tc-features-st2 .speed-test .form .form-group .item .icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-features-st2 .rotate-box {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
  margin: auto;
  margin-top: 100px;
}
.tc-features-st2 .rotate-box .hand {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.tc-features-st2 .rotate-box .icon {
  position: absolute;
  right: 50%;
  top: 50%;
  padding: 5px;
  -webkit-transform: translate(100%);
          transform: translate(100%);
}
.tc-features-st2 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.tc-features-st2 .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: var(--cr-blue1);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/* --------------- case st2 --------------- */
.tc-case-st2 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.tc-case-st2 .case-card {
  position: relative;
  display: block;
}
.tc-case-st2 .case-card:hover .brand {
  border-color: var(--cr-blue1);
  -webkit-box-shadow: 10px 10px 0 var(--cr-blue1);
          box-shadow: 10px 10px 0 var(--cr-blue1);
}
.tc-case-st2 .case-card .main-img {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-case-st2 .case-card .float-img {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 145px;
  z-index: 10;
}
.tc-case-st2 .case-card .brand {
  position: absolute;
  right: -30px;
  bottom: 30px;
  padding: 30px;
  background-color: #fff;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #000;
}
.tc-case-st2 .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
.tc-case-st2 .social-links .squar {
  height: 50px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-case-st2 .social-links .icons .sc-link {
  width: 50px;
  height: 50px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-case-st2 .marq-text {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
.tc-case-st2 .marq-text::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(transparent), to(#fff));
  background-image: linear-gradient(to left, #fff, transparent, #fff);
  z-index: 2;
  pointer-events: none;
}
.tc-case-st2 .marq-text .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-case-st2 .marq-text .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-case-st2 .marq-text h2 {
  font-size: 120px;
  -webkit-text-stroke: 1px #555;
  color: transparent;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .tc-case-st2 .social-links {
    display: block;
  }
  .tc-case-st2 .social-links .fsz-35 {
    font-size: 25px !important;
    margin: 15px 0;
  }
  .tc-case-st2 .case-card .brand {
    right: 15px;
  }
  .tc-case-st2 .marq-text h2 {
    font-size: 75px;
  }
}
/* --------------- numbers st2 --------------- */
.tc-numbers-st2 {
  position: relative;
}
.tc-numbers-st2 .content-card {
  position: relative;
  background-color: var(--cr-black1);
  color: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}
.tc-numbers-st2 .content-card .lines {
  position: absolute;
  top: 60px;
  right: 5%;
  height: 100%;
  pointer-events: none;
}
.tc-numbers-st2 .content-card .number-card {
  position: relative;
  text-align: center;
  padding: 30px 0;
}
.tc-numbers-st2 .content-card .number-card h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.tc-numbers-st2 .content-card .number-card p {
  font-size: 18px;
  margin-bottom: 15px;
}
.tc-numbers-st2 .content-card .number-card .stars {
  font-size: 14px;
  color: var(--cr-blue1);
  margin-bottom: 30px;
  font-size: 12px;
}
.tc-numbers-st2 .content-card .number-card .logo {
  height: 30px;
}

@media screen and (max-width: 991px) {
  .tc-numbers-st2 .content-card {
    overflow: hidden;
  }
  .tc-numbers-st2 .content-card .number-card {
    background-color: #fff1;
    border-radius: 10px;
    margin: 15px 0;
    padding: 50px 15px;
  }
}
/* --------------- ability st2 --------------- */
.tc-ability-st2 {
  position: relative;
  padding: 120px 0;
}
.tc-ability-st2 .accordion {
  margin-top: 50px;
}
.tc-ability-st2 .accordion .accordion-item {
  position: relative;
  border: 1px solid #9995;
  border-radius: 10px;
}
.tc-ability-st2 .accordion .accordion-item::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-image: -webkit-gradient(linear, right bottom, right top, from(#fff), to(transparent));
  background-image: linear-gradient(to top, #fff, transparent);
}
.tc-ability-st2 .accordion .accordion-item .accordion-button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.tc-ability-st2 .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.tc-ability-st2 .accordion .accordion-item .accordion-button::after {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  content: "";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-ability-st2 .accordion .accordion-item .accordion-body {
  padding-top: 0;
  color: #666;
  position: relative;
  z-index: 10;
}
.tc-ability-st2 .icons-circle {
  position: relative;
}
.tc-ability-st2 .icons-circle .logo-icon {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100px;
  height: 100px;
  -webkit-filter: drop-shadow(0 20px 20px #7c68ee99);
          filter: drop-shadow(0 20px 20px #7c68ee99);
  z-index: 50;
}
.tc-ability-st2 .icons-circle .float-icons {
  position: absolute;
  right: -6%;
  top: -2%;
  width: 105%;
  max-height: unset;
  max-width: unset;
}

@media screen and (max-width: 991px) {
  .tc-ability-st2 {
    overflow: hidden;
  }
}
/* --------------- testimonials st2 --------------- */
.tc-testimonials-st2 {
  position: relative;
  padding: 0 3vw 120px;
}
.tc-testimonials-st2 .content-card {
  position: relative;
  padding: 120px 0;
  background-color: var(--cr-blue1);
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tc-testimonials-st2 .content-card .lines {
  position: absolute;
  top: 100px;
  right: 0;
  max-width: 35%;
  pointer-events: none;
}
.tc-testimonials-st2 .content-card .section-head h6 {
  color: #fff;
}
.tc-testimonials-st2 .content-card .section-head h6::after, .tc-testimonials-st2 .content-card .section-head h6::before {
  background-color: #fff !important;
}
.tc-testimonials-st2 .content-card .section-head h2 span {
  color: #BBB2F2;
}
.tc-testimonials-st2 .content-card .testi-card {
  position: relative;
  margin-top: 200px;
  margin-bottom: 150px;
}
.tc-testimonials-st2 .content-card .testi-card::before {
  position: absolute;
  content: "";
  right: 8px;
  top: 0;
  width: calc(100% - 16px);
  height: 3px;
  background-color: #fff;
}
.tc-testimonials-st2 .content-card .testi-card .avatar {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 45%;
}
.tc-testimonials-st2 .content-card .testi-card .avatar::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, right bottom, right top, from(var(--cr-blue1)), to(transparent));
  background-image: linear-gradient(to top, var(--cr-blue1), transparent);
  pointer-events: none;
}
.tc-testimonials-st2 .content-card .testi-card .text-card {
  position: relative;
  padding: 50px;
}
.tc-testimonials-st2 .content-card .testi-card .text-card .text {
  position: relative;
  z-index: 10;
}
.tc-testimonials-st2 .content-card .testi-card .text-card .line-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 50px);
  max-height: unset;
  pointer-events: none;
}
.tc-testimonials-st2 .content-card .testi-card .user-inf {
  position: absolute;
  right: 20px;
  bottom: -130px;
}
.tc-testimonials-st2 .content-card .testi-card .user-inf p {
  font-size: 14px;
  color: #C4BCF4;
}
.tc-testimonials-st2 .content-card .testi-card .user-inf h6 {
  font-size: 18px;
  margin-top: 10px;
}
.tc-testimonials-st2 .logos-slider {
  position: relative;
  overflow: hidden;
  padding: 150px 0 50px;
  border-bottom: 1px solid #9995;
}
.tc-testimonials-st2 .logos-slider::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background-image: linear-gradient(to left, #fff, transparent);
  z-index: 10;
  pointer-events: none;
}
.tc-testimonials-st2 .logos-slider::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background-image: linear-gradient(to right, #fff, transparent);
  z-index: 10;
  pointer-events: none;
}
.tc-testimonials-st2 .logos-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.tc-testimonials-st2 .logos-slider .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-testimonials-st2 .logos-slider .logo {
  height: 30px;
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st2 .content-card .testi-card {
    margin-top: 70px;
  }
  .tc-testimonials-st2 .content-card .testi-card::before {
    height: 1px;
  }
  .tc-testimonials-st2 .content-card .testi-card .text-card {
    padding: 30px;
  }
  .tc-testimonials-st2 .content-card .testi-card .fsz-24 {
    font-size: 14px !important;
  }
}
/* --------------- blog st2 --------------- */
.tc-blog-st2 {
  position: relative;
  padding: 120px 0;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#f4f4f4), to(#fff));
  background-image: linear-gradient(to bottom, #f4f4f4, #fff);
  border-bottom: 1px solid #9993;
}
.tc-blog-st2 .lines {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tc-blog-st2 .lines span {
  height: 100%;
  width: 1px;
  background-image: -webkit-gradient(linear, right bottom, right top, from(#101828), to(transparent));
  background-image: linear-gradient(to top, #101828, transparent);
  opacity: 0.05;
}
.tc-blog-st2 .post-card {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.tc-blog-st2 .post-card .img {
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-st2 .post-card .info-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-st2 .post-card .info-box .date {
  padding: 7px 20px;
  background-color: var(--cr-blue1);
  color: #fff;
  font-size: 14px;
  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-blog-st2 .post-card .info-box .date .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 0 20px;
}
.tc-blog-st2 .post-card .info-box .cont {
  position: relative;
  padding: 25px 20px;
  background-color: #ffffffe4;
  text-align: center;
}

/* --------------- footer st2 --------------- */
.tc-footer-st2 {
  position: relative;
}
.tc-footer-st2 .foot-subscribe {
  position: relative;
  padding: 35px 0;
  border-bottom: 1px solid #9993;
}
.tc-footer-st2 .foot-subscribe .logo {
  font-size: 40px;
}
.tc-footer-st2 .foot-subscribe .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.tc-footer-st2 .foot-subscribe .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.tc-footer-st2 .foot-subscribe .form .form-group .icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.tc-footer-st2 .foot-subscribe .form .form-group input {
  width: 100%;
  padding: 15px 40px 15px 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);
}
.tc-footer-st2 .foot-subscribe .form .form-group .butn {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-footer-st2 .main-footer {
  position: relative;
  padding: 100px 0;
}
.tc-footer-st2 .contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin: 15px 0;
}
.tc-footer-st2 .contact-list li .icon {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 15px;
}
.tc-footer-st2 .contact-list li .txt {
  color: #666;
}
.tc-footer-st2 .foot-title {
  position: relative;
  font-size: 14px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.tc-footer-st2 .foot-title::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: var(--cr-blue1);
}
.tc-footer-st2 .links a {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.tc-footer-st2 .links a:hover {
  color: var(--cr-blue1);
}
.tc-footer-st2 .foot {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid var(--cr-black1);
}
.tc-footer-st2 .foot .foot-links a {
  font-size: 16px;
  font-weight: 600;
  -webkit-margin-start: 30px;
          margin-inline-start: 30px;
}
.tc-footer-st2 .foot .foot-links a:hover {
  color: var(--cr-blue1);
}

@media screen and (max-width: 991px) {
  .tc-footer-st2 {
    overflow: hidden;
  }
  .tc-footer-st2 .foot-subscribe .form {
    display: block;
    margin-top: 50px;
  }
  .tc-footer-st2 .foot-subscribe .form h6 {
    margin-bottom: 20px;
  }
  .tc-footer-st2 .foot-title {
    margin-top: 50px;
  }
  .tc-footer-st2 .foot .foot-links a {
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.home-st2 {
  color: #101828;
}
.home-st2 h1, .home-st2 h2, .home-st2 h3, .home-st2 h4, .home-st2 h5, .home-st2 h6 {
  font-weight: 600;
}
.home-st2 .section-head h6 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--cr-blue1);
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
  margin-bottom: 20px;
  display: inline-block;
}
.home-st2 .section-head h6::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--cr-blue1);
}
.home-st2 .section-head h2 {
  font-size: 45px;
  margin-bottom: 40px;
}
.home-st2 .section-head h2 span {
  display: block;
  color: #BFC5D1;
}
.home-st2 .section-head.text-center h6 {
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}
.home-st2 .section-head.text-center h6::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--cr-blue1);
}

@media screen and (max-width: 991px) {
  .home-st2 br {
    display: none;
  }
  .home-st2 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st2 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st2 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st2 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st2 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st2 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st2 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st2 .section-head h2 {
    font-size: 35px;
  }
}
