/* ========= [ * page-home_1 ]  =========*/
/* --------------- navbar st1 --------------- */
.tc-top-navbar-st1 {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background-color: #101828;
}
.tc-top-navbar-st1 p {
  color: #ccc;
  font-weight: 400;
}
.tc-top-navbar-st1 p a {
  color: #fff;
  border-bottom: 2px solid var(--cr-blue1);
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

.tc-navbar-st1 {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
}
.tc-navbar-st1 .navbar-brand {
  position: relative;
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
}
.tc-navbar-st1 .navbar-brand::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 60px;
  background-color: var(--cr-blue1);
}
.tc-navbar-st1 .navbar-brand .logo {
  height: 45px;
}
.tc-navbar-st1 .navbar-nav .nav-link {
  margin: 0 15px;
  color: #000;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-navbar-st1 .navbar-nav {
    margin-top: 15px;
  }
  .tc-navbar-st1 .navbar-nav .nav-link {
    margin: 0;
  }
}
/* --------------- header st1 --------------- */
.tc-header-st1 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.tc-header-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-header-st1 .info h6 {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: var(--cr-blue1);
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
  margin-bottom: 20px;
}
.tc-header-st1 .info h6::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--cr-blue1);
}
.tc-header-st1 .info h1 {
  font-size: 64px;
  margin-bottom: 40px;
}
.tc-header-st1 .info h1 span {
  color: #BFC5D1;
}
.tc-header-st1 .info .subscribe-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-header-st1 .info .subscribe-group .float-icon {
  position: absolute;
  top: 14px;
  right: 15px;
}
.tc-header-st1 .info .subscribe-group .form-control {
  min-height: 50px;
  background-color: #fff;
  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-padding-start: 40px;
          padding-inline-start: 40px;
  font-size: 12px;
}
.tc-header-st1 .info .subscribe-group .form-control::-webkit-input-placeholder {
  color: #999;
}
.tc-header-st1 .info .subscribe-group .form-control::-moz-placeholder {
  color: #999;
}
.tc-header-st1 .info .subscribe-group .form-control:-ms-input-placeholder {
  color: #999;
}
.tc-header-st1 .info .subscribe-group .form-control::-ms-input-placeholder {
  color: #999;
}
.tc-header-st1 .info .subscribe-group .form-control::placeholder {
  color: #999;
}
.tc-header-st1 .info .subscribe-group .butn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.tc-header-st1 .info .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.tc-header-st1 .info .rate .stars {
  color: var(--cr-blue1);
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.tc-header-st1 .img {
  position: relative;
  padding: 0 110px 110px 0;
}
.tc-header-st1 .img .main-img {
  border-radius: 10px;
}
.tc-header-st1 .img .float-icons {
  position: absolute;
  top: 0;
  left: -17%;
  height: 120%;
  width: 120%;
  max-width: 100vw;
  max-height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.tc-header-st1 .lines {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tc-header-st1 .lines span {
  height: 100%;
  width: 1px;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#EBEBEB), color-stop(#EBEBEB44), to(#EBEBEB11));
  background-image: linear-gradient(to bottom, #EBEBEB, #EBEBEB44, #EBEBEB11);
}
.tc-header-st1 .circle1 {
  position: absolute;
  left: -8%;
  top: 25%;
  max-width: 30%;
}
.tc-header-st1 .circle2 {
  position: absolute;
  right: -120px;
  top: 30px;
  max-width: 20%;
}

@media screen and (max-width: 991px) {
  .tc-header-st1 .info h1 {
    font-size: 45px;
  }
  .tc-header-st1 .info .subscribe-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tc-header-st1 .img {
    padding: 0 50px 50px 0;
    overflow: hidden;
    margin-top: 50px;
  }
  .tc-header-st1 .img .float-icons {
    left: 0;
  }
}
/* --------------- about st1 --------------- */
.tc-about-st1 {
  position: relative;
  padding-top: 220px;
  min-height: 500px;
}
.tc-about-st1 .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.tc-about-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-about-st1 .partners-slider {
  position: relative;
  overflow: hidden;
}
.tc-about-st1 .partners-slider::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#F9F9F9), to(transparent));
  background-image: linear-gradient(to left, #F9F9F9, transparent);
  z-index: 25;
  pointer-events: none;
}
.tc-about-st1 .partners-slider::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#F9F9F9), to(transparent));
  background-image: linear-gradient(to right, #F9F9F9, transparent);
  z-index: 25;
  pointer-events: none;
}
.tc-about-st1 .partners-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-about-st1 .partners-slider .logo {
  display: block;
  text-align: center;
  max-height: 100px;
  padding: 30px 0;
}
.tc-about-st1 .main-content {
  position: relative;
  padding: 150px 0 70px;
}
.tc-about-st1 .main-content .imgs {
  position: relative;
  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;
  padding: 50px 0 120px;
}
.tc-about-st1 .main-content .imgs .main-img {
  width: 60%;
  height: 600px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.tc-about-st1 .main-content .imgs .sub-img {
  width: 35%;
  height: 350px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
.tc-about-st1 .main-content .imgs .dots {
  position: absolute;
  top: 0;
  left: 20%;
  max-width: 30%;
}
.tc-about-st1 .main-content .imgs .chart-img {
  position: absolute;
  bottom: 0;
  left: 50px;
  max-width: 60%;
  z-index: 5;
}
.tc-about-st1 .main-content .imgs .hand {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.tc-about-st1 .main-content .info ul {
  margin-top: 50px;
  border-top: 1px solid #E6E6E6;
}
.tc-about-st1 .main-content .info ul a {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.tc-about-st1 .main-content .info ul a:hover {
  border-color: var(--cr-blue1);
}
.tc-about-st1 .main-content .info ul a:hover .arrow {
  color: var(--cr-blue1);
}
.tc-about-st1 .main-content .info ul a .icon {
  height: 35px;
  width: 35px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-st1 .main-content .info ul a .txt {
  font-weight: 600;
  font-size: 18px;
}
.tc-about-st1 .main-content .info ul a .arrow {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

@media screen and (max-width: 991px) {
  .tc-about-st1 .main-content .imgs .main-img {
    height: 350px;
  }
  .tc-about-st1 .main-content .imgs .sub-img {
    height: 200px;
  }
}
/* --------------- features st1 --------------- */
.tc-features-st1 {
  position: relative;
  padding: 0 3vw;
}
.tc-features-st1 .content {
  position: relative;
  padding: 120px 0;
  background-color: #f4f4f4;
  border-radius: 30px;
  border-bottom: 4px solid #101828;
}
.tc-features-st1 .content .icons-slider-content {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  padding: 35px 0;
}
.tc-features-st1 .content .icons-slider-content::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/f-slider.png);
  background-repeat: repeat;
}
.tc-features-st1 .content .icons-slider-content .icons-slider {
  position: relative;
  overflow: hidden;
}
.tc-features-st1 .content .icons-slider-content .icons-slider .icon {
  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;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.tc-features-st1 .content .icons-slider-content .icons-slider .icon img {
  height: 40px;
  max-width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tc-features-st1 .content .icons-slider-content .icons-slider .icon:hover {
  background-color: var(--cr-blue1);
}
.tc-features-st1 .content .icons-slider-content .icons-slider .icon:hover img {
  -webkit-filter: brightness(10000%);
          filter: brightness(10000%);
}
.tc-features-st1 .content .icons-slider-content .icons-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-features-st1 .content .features-cards .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px 30px 15px;
  min-height: calc(100% - 40px);
}
.tc-features-st1 .content .features-cards .item .arrow {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--cr-blue1);
  border-radius: 50%;
  background-color: #EAE8FD;
  font-size: 10px;
}
.tc-features-st1 .content .features-cards .item .arrow:hover {
  background-color: var(--cr-blue1);
  color: #fff;
}
.tc-features-st1 .content .blub {
  position: absolute;
  right: 10%;
  margin-bottom: 0;
  height: 105px;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}

@media screen and (max-width: 991px) {
  .tc-features-st1 .content .icons-slider-content {
    margin-top: 50px;
  }
}
/* --------------- testimonials st1 --------------- */
.tc-testimonials-st1 {
  position: relative;
  padding: 160px 0 120px;
  overflow: hidden;
}
.tc-testimonials-st1 .swiper-wrapper .swiper-slide:nth-of-type(even) .testi-card::after {
  background-image: -webkit-gradient(linear, right top, right bottom, from(#fff), to(#fff1));
  background-image: linear-gradient(to bottom, #fff, #fff1);
}
.tc-testimonials-st1 .testi-card {
  position: relative;
  padding: 50px;
  padding-bottom: 150px;
  border-radius: 10px;
  border: 1px solid #ccc;
  min-height: 400px;
}
.tc-testimonials-st1 .testi-card::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-image: -webkit-gradient(linear, right bottom, right top, from(#fff), to(#fff1));
  background-image: linear-gradient(to top, #fff, #fff1);
}
.tc-testimonials-st1 .testi-card .cont {
  position: relative;
  z-index: 10;
}
.tc-testimonials-st1 .testi-card .stars {
  font-size: 12px;
  color: var(--cr-blue1);
  margin-bottom: 20px;
}
.tc-testimonials-st1 .testi-card .logo {
  height: 30px;
  margin-bottom: 30px;
}
.tc-testimonials-st1 .testi-card .user {
  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;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 50px;
  z-index: 10;
}
.tc-testimonials-st1 .testi-card .user .img-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-testimonials-st1 .testi-card .user .img-side .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-testimonials-st1 .testi-card .testi-icon {
  height: 30px;
}

/* --------------- numbers st1 --------------- */
.tc-numbers-st1 {
  position: relative;
}
.tc-numbers-st1 .content {
  position: relative;
  padding: 120px 0;
  border-top: 1px solid #D9D9D9;
}
.tc-numbers-st1 .content .col-lg-4 {
  -webkit-border-end: 1px solid #E6E6E6;
          border-inline-end: 1px solid #E6E6E6;
}
.tc-numbers-st1 .content .col-lg-4:last-of-type {
  border: 0;
}
.tc-numbers-st1 .content .number-card {
  position: relative;
  text-align: center;
}
.tc-numbers-st1 .content .number-card h2 {
  font-size: 48px;
  margin-bottom: 15px;
}
.tc-numbers-st1 .content .number-card p {
  font-size: 18px;
  margin-bottom: 15px;
}
.tc-numbers-st1 .content .number-card .stars {
  font-size: 14px;
  color: var(--cr-blue1);
  margin-bottom: 30px;
  font-size: 12px;
}
.tc-numbers-st1 .content .number-card .logo {
  height: 30px;
}

@media screen and (max-width: 991px) {
  .tc-numbers-st1 .content .number-card {
    padding: 50px 30px;
    background-color: #f7f7f7;
  }
}
/* --------------- pricing st1 --------------- */
.tc-pricing-st1 {
  position: relative;
  padding: 130px 0;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#F4F4F4), to(transparent));
  background-image: linear-gradient(to bottom, #F4F4F4, transparent);
}
.tc-pricing-st1 .icon-shap {
  position: absolute;
  top: 0;
  left: 10vw;
  height: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}
.tc-pricing-st1 .col-lg-4:not(:last-of-type) {
  -webkit-border-end: 1px solid #9993;
          border-inline-end: 1px solid #9993;
}
.tc-pricing-st1 .nav-pills .nav-link {
  background-color: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px 40px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  text-align: center;
  min-width: 300px;
}
.tc-pricing-st1 .nav-pills .nav-link.active {
  background-color: #7B68EE22;
  color: var(--cr-blue1);
}
.tc-pricing-st1 .pricing-cards {
  -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);
}
.tc-pricing-st1 .price-card {
  position: relative;
  padding: 60px;
}
.tc-pricing-st1 .price-card .price {
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px var(--cr-blue1);
}
.tc-pricing-st1 .price-card .best {
  position: absolute;
  top: 0;
  left: 20px;
  background-color: #7B68EE22;
  color: var(--cr-blue1);
  border-radius: 0 0 6px 6px;
  padding: 7px 15px;
}

@media screen and (max-width: 991px) {
  .tc-pricing-st1 .nav-pills .nav-link {
    padding: 10px 20px;
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 9px;
    font-weight: bold;
  }
  .tc-pricing-st1 .price-card {
    border-bottom: 1px solid #ccc;
  }
}
/* --------------- call st1 --------------- */
.tc-call-st1 {
  position: relative;
}
.tc-call-st1 .call-card {
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.tc-call-st1 .call-card * {
  position: relative;
  z-index: 10;
}
.tc-call-st1 .call-card h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.tc-call-st1 .call-card .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .tc-call-st1 .call-card {
    padding: 50px 15px;
  }
  .tc-call-st1 .call-card h2 {
    font-size: 30px;
  }
}
/* --------------- blog st1 --------------- */
.tc-blog-st1 {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}
.tc-blog-st1 .container {
  position: relative;
}
.tc-blog-st1 .container .hand {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(70%, -80%);
          transform: translate(70%, -80%);
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 50;
}
.tc-blog-st1 .blog-slider {
  position: relative;
}
.tc-blog-st1 .blog-slider::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tc-blog-st1 .title {
  position: relative;
  z-index: 30;
  background-color: #fff;
}
.tc-blog-st1 .title .arrows {
  position: relative;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-blog-st1 .title .arrows .swiper-button-next,
.tc-blog-st1 .title .arrows .swiper-button-prev {
  position: static;
  margin: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-blog-st1 .title .arrows .swiper-button-next::after,
.tc-blog-st1 .title .arrows .swiper-button-prev::after {
  font-size: 13px;
  color: #666;
}
.tc-blog-st1 .title .arrows .swiper-button-next:hover,
.tc-blog-st1 .title .arrows .swiper-button-prev:hover {
  background-color: var(--cr-blue1);
  border-color: var(--cr-blue1);
}
.tc-blog-st1 .title .arrows .swiper-button-next:hover::after,
.tc-blog-st1 .title .arrows .swiper-button-prev:hover::after {
  color: #fff;
}
.tc-blog-st1 .post-card .img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.tc-blog-st1 .post-card .info {
  position: relative;
  padding: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.tc-blog-st1 .post-card .info::after {
  position: absolute;
  content: "";
  right: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-image: -webkit-gradient(linear, right bottom, right top, from(#fff5), color-stop(#ffffffd1), to(#fff));
  background-image: linear-gradient(to top, #fff5, #ffffffd1, #fff);
}
.tc-blog-st1 .post-card .info .info-cont {
  position: relative;
  z-index: 10;
}
.tc-blog-st1 .post-card .info .tags {
  color: var(--cr-blue1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.tc-blog-st1 .post-card .info .tags .line {
  width: 30px;
  height: 1px;
  background-color: var(--cr-blue1);
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-blog-st1 .post-card .info .btm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.tc-blog-st1 .post-card .info .btm-info .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-blog-st1 .post-card .info .btm-info .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-blog-st1 .post-card .info .btm-info .line {
  width: 30px;
  height: 1px;
  background-color: var(--cr-blue1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px;
}

/* --------------- footer st1 --------------- */
.tc-footer-st1 {
  position: relative;
  background-color: var(--cr-black1);
  color: #fff;
  padding: 100px 0;
}
.tc-footer-st1 .container {
  position: relative;
  z-index: 20;
}
.tc-footer-st1 .foot-title {
  position: relative;
  font-size: 14px;
  -webkit-padding-start: 80px;
          padding-inline-start: 80px;
  margin-bottom: 30px;
}
.tc-footer-st1 .foot-title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--cr-blue1);
  margin-bottom: 30px;
}
.tc-footer-st1 a:hover {
  color: var(--cr-blue1);
}
.tc-footer-st1 .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-st1 .links li {
  width: 50%;
}
.tc-footer-st1 .links a {
  font-size: 21px;
  font-weight: 500;
  margin: 20px 0;
}
.tc-footer-st1 h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
  margin-bottom: 130px;
}
.tc-footer-st1 h2 span {
  color: #BFC5D1;
  display: block;
}
.tc-footer-st1 p {
  color: #9B9EA5;
  text-transform: capitalize;
}
.tc-footer-st1 h3 {
  position: relative;
  margin-top: 15px;
}
.tc-footer-st1 h3 a {
  font-size: 35px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffffb7;
}
.tc-footer-st1 h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#101828), to(#10182822));
  background-image: linear-gradient(to right, #101828, #10182822);
  z-index: 10;
  pointer-events: none;
}
.tc-footer-st1 .newsletter h5 {
  font-size: 24px;
  color: #9B9EA5;
  margin-top: 40px;
  font-weight: 500;
  line-height: 1.6;
}
.tc-footer-st1 .form-group {
  margin-top: 30px;
}
.tc-footer-st1 .form-group .input-content {
  position: relative;
}
.tc-footer-st1 .form-group .input-content .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--cr-blue1);
}
.tc-footer-st1 .form-group .input-content .form-control {
  border: 1px solid #fff3;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  padding: 15px 40px;
  font-weight: 400;
}
.tc-footer-st1 .form-group .input-content .form-control::-webkit-input-placeholder {
  color: #fff5;
}
.tc-footer-st1 .form-group .input-content .form-control::-moz-placeholder {
  color: #fff5;
}
.tc-footer-st1 .form-group .input-content .form-control:-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st1 .form-group .input-content .form-control::-ms-input-placeholder {
  color: #fff5;
}
.tc-footer-st1 .form-group .input-content .form-control::placeholder {
  color: #fff5;
}
.tc-footer-st1 .social-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 100%;
  padding: 30px 0;
  -webkit-border-end: 1px solid var(--cr-blue1);
          border-inline-end: 1px solid var(--cr-blue1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tc-footer-st1 .social-content * {
  color: #fff;
}
.tc-footer-st1 .social-content .social-icons {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-footer-st1 .social-content .social-icons a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0.5;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
.tc-footer-st1 .social-content .social-icons a:hover {
  opacity: 1;
  color: #fff;
}
.tc-footer-st1 .social-content .copy {
  -webkit-transform: rotate(90deg) translateX(50%);
          transform: rotate(90deg) translateX(50%);
  white-space: nowrap;
  font-size: 13px;
}
.tc-footer-st1 .back_top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--cr-blue1);
  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;
  text-align: center;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.tc-footer-st1 .back_top:hover {
  background-color: #fff;
}
.tc-footer-st1 .lines {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  pointer-events: none;
}
.tc-footer-st1 .lines span {
  height: 100%;
  width: 1px;
  background-image: -webkit-gradient(linear, right top, right bottom, from(#EBEBEB), color-stop(#EBEBEB44), to(#EBEBEB11));
  background-image: linear-gradient(to bottom, #EBEBEB, #EBEBEB44, #EBEBEB11);
  opacity: 0.1;
}
.tc-footer-st1 .circle {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 250px;
  max-width: 30%;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .tc-footer-st1 {
    padding: 100px 0 0;
    overflow: hidden;
  }
  .tc-footer-st1 .social-content {
    position: static;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-left: 0;
    border-top: 1px solid var(--cr-blue1);
    margin-top: 50px;
  }
  .tc-footer-st1 .social-content .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tc-footer-st1 .social-content .social-icons a {
    margin: 0 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .tc-footer-st1 .social-content .copy {
    -webkit-transform: rotate(0) translateX(0);
            transform: rotate(0) translateX(0);
    margin-bottom: 15px;
  }
  .tc-footer-st1 .back_top {
    display: none;
  }
  .tc-footer-st1 h2 {
    margin-bottom: 50px;
  }
}
.home-st1 {
  color: #101828;
}
.home-st1 h1, .home-st1 h2, .home-st1 h3, .home-st1 h4, .home-st1 h5, .home-st1 h6 {
  font-weight: 600;
}
.home-st1 .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-st1 .section-head h6::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: var(--cr-blue1);
}
.home-st1 .section-head h2 {
  font-size: 45px;
  margin-bottom: 40px;
}
.home-st1 .section-head h2 span {
  display: block;
  color: #BFC5D1;
}
.home-st1 .section-head.text-center h6 {
  -webkit-padding-end: 80px;
          padding-inline-end: 80px;
}
.home-st1 .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-st1 br {
    display: none;
  }
  .home-st1 .fsz-50 {
    font-size: 30px !important;
  }
  .home-st1 .fsz-45 {
    font-size: 25px !important;
  }
  .home-st1 .fsz-40 {
    font-size: 25px !important;
  }
  .home-st1 .mb-90 {
    margin-bottom: 40px !important;
  }
  .home-st1 .fsz-30 {
    font-size: 18px !important;
  }
  .home-st1 .mb-50 {
    margin-bottom: 30px !important;
  }
  .home-st1 .mt-5 {
    margin-top: 2rem !important;
  }
  .home-st1 .section-head h2 {
    font-size: 35px;
  }
}