@charset "UTF-8";
/* ========= [ * page-home_27 ]  =========*/
/* --------------- navbar style43 --------------- */
.navbar.style43 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 99;
  padding: 30px 0;
}
.navbar.style43 .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-blue9);
  margin: 0 20px;
}
.navbar.style43 .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.navbar.style43 .nav-btn {
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  position: relative;
}
.navbar.style43 .nav-btn:hover {
  color: #fff;
}
.navbar.style43 .nav-btn:hover::after {
  width: 100%;
}
.navbar.style43 .nav-btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color-blue9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar.style43 .nav-btn span {
  padding: 12px 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 5;
}
.navbar.style43 .nav-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: var(--color-blue9);
  color: #fff;
  position: relative;
  z-index: 5;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .navbar.style43 {
    position: relative;
    background: #f3f3f3;
  }
}
/* --------------- tc-header-style43 --------------- */
.tc-header-style43 {
  position: relative;
  min-height: 100vh;
  padding-top: 350px;
  overflow: hidden;
}
.tc-header-style43 .info h1 {
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 220px;
}
.tc-header-style43 .info h1 span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.tc-header-style43 .info h1 .bg-text {
  background-color: var(--color-blue10);
  color: #fff;
}
.tc-header-style43 .info h1 .grad-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#30305c), to(#cecece));
  background-image: linear-gradient(to right, #30305c, #cecece);
}
.tc-header-style43 .r_shapes {
  position: absolute;
  right: -120px;
  top: 0;
  text-align: center;
  z-index: 1;
}
.tc-header-style43 .r_shapes .shapes_row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: -65px;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(1) span:nth-of-type(1) {
  background-color: #eff7f9;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(1) span:nth-of-type(2) {
  background-color: #fcfcfc;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(2) span:nth-of-type(1) {
  background-color: var(--color-blue10);
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(2) span:nth-of-type(2) {
  background-color: #e2eaec;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(2) span:nth-of-type(3) {
  background-color: #eff7f9;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(3) {
  margin-top: -56px;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(3) span:nth-of-type(1) {
  background-color: #fcfcfc;
}
.tc-header-style43 .r_shapes .shapes_row:nth-of-type(3) span:nth-of-type(2) {
  background-color: var(--color-blue10);
}
.tc-header-style43 .r_shapes .shapes_row span {
  width: 200px;
  height: 225px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  pointer-events: none;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: capitalize;
  font-weight: bold;
}
.tc-header-style43 .r_shapes .shapes_row span .logo {
  height: 90px;
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.tc-header-style43 .l_shapes {
  position: absolute;
  left: -40px;
  top: 150px;
}
.tc-header-style43 .l_shapes span {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  pointer-events: none;
}
.tc-header-style43 .l_shapes span:nth-of-type(1) {
  background-color: var(--color-blue10);
  width: 140px;
  height: 160px;
}
.tc-header-style43 .l_shapes span:nth-of-type(2) {
  background-color: #dfd9ff;
  width: 45px;
  height: 50px;
  position: relative;
  top: 50px;
  right: 30px;
}
.tc-header-style43 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tc-header-style43 .lines span {
  width: 1px;
  height: 100%;
  background-color: #f3f3f3;
}
.tc-header-style43 .numbers {
  position: relative;
  z-index: 10;
}
.tc-header-style43 .numbers .content {
  -webkit-box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px -16px 32px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  padding: 50px;
}
.tc-header-style43 .numbers .content .num-card {
  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-header-style43 .numbers .content .num-card:hover .icon {
  color: var(--color-blue10);
}
.tc-header-style43 .numbers .content .num-card .inf {
  position: relative;
}
.tc-header-style43 .numbers .content .num-card .inf::after {
  position: absolute;
  content: "";
  left: calc(100% + 30px);
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #9992;
}
.tc-header-style43 .numbers .content .num-card .inf .num {
  font-size: 50px;
  font-weight: bold;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.tc-header-style43 .numbers .content .num-card .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #9993;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 35px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .tc-header-style43 .info h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .tc-header-style43 .r_shapes {
    width: 400px;
  }
  .tc-header-style43 .r_shapes .shapes_row span {
    width: 100px;
    height: 110px;
  }
  .tc-header-style43 .r_shapes .shapes_row span .logo {
    width: 40px;
    height: 40px;
  }
  .tc-header-style43 .r_shapes .shapes_row span small {
    font-size: 9px;
  }
  .tc-header-style43 .r_shapes .shapes_row {
    margin-top: -30px;
  }
  .tc-header-style43 .r_shapes .shapes_row:nth-of-type(3) {
    margin-top: -24px;
  }
  .tc-header-style43 .l_shapes span:nth-of-type(1) {
    width: 100px;
    height: 110px;
  }
  .tc-header-style43 .lines {
    display: none;
  }
}
/* --------------- tc-facilities-style43 --------------- */
.tc-facilities-style43 {
  padding: 200px 0 120px;
  background-color: #f0f5f6;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
  margin-top: -100px;
  text-align: center;
}
.tc-facilities-style43 .facilities-card {
  position: relative;
  padding: 60px 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(to bottom, #fff, transparent);
  z-index: 10;
  margin-top: 30px;
}
.tc-facilities-style43 .facilities-card:hover::after {
  opacity: 1;
}
.tc-facilities-style43 .facilities-card:hover .number {
  -webkit-text-stroke: 1px var(--color-blue10);
}
.tc-facilities-style43 .facilities-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-bottom: 5px solid var(--color-blue10);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-facilities-style43 .facilities-card .icon {
  height: 80px;
  margin-bottom: 40px;
}
.tc-facilities-style43 .facilities-card .number {
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px #dde4e6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 0.7;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .tc-facilities-style43 {
    -webkit-clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
            clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
  }
}
/* --------------- tc-storyLine-style43 --------------- */
.tc-storyLine-style43 {
  padding: 120px 0;
}
.tc-storyLine-style43 .nav-pills .nav-link {
  position: relative;
  border-radius: 0;
  background: transparent;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 1px #cfcfcf;
  font-weight: bold;
  line-height: 0.7;
  margin-bottom: 65px;
}
.tc-storyLine-style43 .nav-pills .nav-link:last-of-type {
  margin-bottom: 0;
}
.tc-storyLine-style43 .nav-pills .nav-link:last-of-type .line {
  height: 173px;
  bottom: 0;
}
.tc-storyLine-style43 .nav-pills .nav-link:first-of-type .line {
  height: 25px;
}
.tc-storyLine-style43 .nav-pills .nav-link .dash {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: var(--color-blue10);
  opacity: 0;
  z-index: 5;
}
.tc-storyLine-style43 .nav-pills .nav-link .line {
  position: absolute;
  right: 9px;
  bottom: 50%;
  width: 2px;
  height: 137px;
  background-color: #cfcfcf;
}
.tc-storyLine-style43 .nav-pills .nav-link.active {
  color: var(--color-blue10);
  -webkit-text-stroke: 1px var(--color-blue10);
}
.tc-storyLine-style43 .nav-pills .nav-link.active .dash {
  opacity: 1;
}
.tc-storyLine-style43 .nav-pills .nav-link.active .line {
  background-color: var(--color-blue10);
}
.tc-storyLine-style43 .year-content .img {
  height: 618px;
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card .percent {
  position: relative;
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card svg {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #9993;
  stroke-width: 3;
  stroke-linecap: round;
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 125);
  stroke: var(--color-blue10);
  stroke-width: 8px;
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tc-storyLine-style43 .year-content .info .circle-progress .cir-card .number span {
  color: #999;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .tc-storyLine-style43 {
    overflow: hidden;
  }
  .tc-storyLine-style43 .year-content .img {
    margin-top: 50px;
    height: 350px;
  }
  .tc-storyLine-style43 .year-content .info {
    margin-top: 30px;
  }
}
/* --------------- tc-currencies-style43 --------------- */
.tc-currencies-style43 {
  padding: 120px 0;
  background-color: var(--color-blue10);
  color: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}
.tc-currencies-style43 .nav-pills {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tc-currencies-style43 .nav-pills .nav-link {
  background-color: #fff1;
  border-radius: 0;
  color: #fff;
  margin: 0 8px;
  padding: 10px 20px;
  text-transform: capitalize;
}
.tc-currencies-style43 .nav-pills .nav-link.active, .tc-currencies-style43 .nav-pills .nav-link:hover {
  background-color: #2f1a94;
}
.tc-currencies-style43 .table {
  color: #fff;
  font-size: 12px;
}
.tc-currencies-style43 .table td, .tc-currencies-style43 .table th {
  vertical-align: middle;
  border-color: #fff2;
  border-bottom-color: #fff2 !important;
  padding: 15px 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.tc-currencies-style43 .table .progress {
  margin-top: 10px;
  height: 4px;
  background-color: #fff3;
}
.tc-currencies-style43 .table .progress .progress-bar {
  background-color: #bfb6ef;
}

@media screen and (max-width: 991px) {
  .tc-currencies-style43 {
    -webkit-clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
            clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
  }
  .tc-currencies-style43 .nav-pills .nav-link {
    margin: 8px;
  }
  .tc-currencies-style43 .table {
    white-space: nowrap;
  }
}
/* --------------- tc-clients-style43 --------------- */
.tc-clients-style43 .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #9993;
  margin-top: -80px;
}
.tc-clients-style43 .logos .logo {
  width: calc(100% / 7);
  padding: 130px 30px 50px;
  text-align: center;
  -webkit-border-end: 1px solid #9993;
          border-inline-end: 1px solid #9993;
}
.tc-clients-style43 .logos .logo img {
  max-height: 45px;
}

@media screen and (max-width: 991px) {
  .tc-clients-style43 .logos {
    margin-top: 0;
    border: 0;
  }
  .tc-clients-style43 .logos .logo {
    width: calc(100% / 3);
    padding: 30px 20px;
    border-bottom: 1px solid #9993;
  }
  .tc-clients-style43 .logos .logo:first-child {
    display: none;
  }
}
/* --------------- tc-testimonials-style43 --------------- */
.tc-testimonials-style43 {
  padding: 120px 0;
}
.tc-testimonials-style43 .tc-testimonials-slider43 {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}
.tc-testimonials-style43 .tc-testimonials-slider43 .swiper-pagination {
  bottom: 0;
}
.tc-testimonials-style43 .tc-testimonials-slider43 .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #0001;
  opacity: 1;
}
.tc-testimonials-style43 .tc-testimonials-slider43 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue10);
}
.tc-testimonials-style43 .testimonials-card {
  padding: 50px;
  border: 1px solid #9992;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-testimonials-style43 .testimonials-card .img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
}
.tc-testimonials-style43 .testimonials-card .img .icon {
  position: absolute;
  top: 0;
  right: 30px;
}
.tc-testimonials-style43 .testimonials-card .social-icons a {
  color: #999;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-testimonials-style43 .testimonials-card .social-icons a:hover {
  color: var(--color-blue9);
}

@media screen and (max-width: 991px) {
  .tc-testimonials-style43 .testimonials-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tc-testimonials-style43 .testimonials-card .img {
    margin-bottom: 30px;
  }
}
/* --------------- tc-faq-style43 --------------- */
.tc-faq-style43 {
  position: relative;
  padding: 120px 0 0;
}
.tc-faq-style43::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-color: #f0f5f6;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 90%, 50% 100%, 0 90%, 0 10%);
}
.tc-faq-style43 .faq-cards .faq-card {
  position: relative;
  padding: 40px;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
}
.tc-faq-style43 .faq-cards .faq-card:hover {
  background-color: var(--color-blue10);
}
.tc-faq-style43 .faq-cards .faq-card:hover .info p, .tc-faq-style43 .faq-cards .faq-card:hover .info h4 {
  color: #fff !important;
}
.tc-faq-style43 .faq-cards .faq-card .flaot-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #e7e7e7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 25px;
}
.tc-faq-style43 .faq-cards .faq-card .icon {
  margin-bottom: 80px;
}
.tc-faq-style43 .info .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #9993;
}
.tc-faq-style43 .info .accordion .accordion-item .accordion-button {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-blue9);
  padding: 20px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}
.tc-faq-style43 .info .accordion .accordion-item .accordion-button::after {
  background: transparent;
  content: "";
  font-weight: 100;
  font-family: "Font Awesome 5 pro";
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.tc-faq-style43 .info .accordion .accordion-item .accordion-button.collapsed::after {
  content: "";
}
.tc-faq-style43 .info .accordion .accordion-item .accordion-body {
  padding: 0 30px 30px;
}

@media screen and (max-width: 991px) {
  .tc-faq-style43 {
    padding: 120px 0;
  }
  .tc-faq-style43::after {
    height: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
            clip-path: polygon(50% 0%, 100% 2%, 100% 98%, 50% 100%, 0 98%, 0 2%);
  }
  .tc-faq-style43 .info {
    margin-top: 50px;
  }
}
/* --------------- tc-blog-style43 --------------- */
.tc-blog-style43 {
  padding: 120px 0;
}
.tc-blog-style43 .blog-card {
  margin-top: 30px;
}
.tc-blog-style43 .blog-card .img {
  position: relative;
  height: 250px;
}
.tc-blog-style43 .blog-card .img .tag {
  position: absolute;
  text-transform: capitalize;
  color: #fff;
  background-color: var(--color-blue10);
  font-weight: 500;
  padding: 5px 15px;
  top: 20px;
  right: 20px;
}
.tc-blog-style43 .blog-card .img .tag:hover {
  background-color: var(--color-blue9);
}

/* --------------- tc-footer-style43 --------------- */
.tc-footer-style43 {
  position: relative;
  padding-top: 30px;
}
.tc-footer-style43 .to_top {
  position: absolute;
  top: 0;
  right: calc(50% - 30px);
  width: 60px;
  height: 60px;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  background-color: var(--color-blue10);
  color: #fff;
  border: 0;
}
.tc-footer-style43 .footer-content {
  background-color: #f0f5f6;
  -webkit-clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 50% 100%, 0 100%, 0 10%);
          clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 50% 100%, 0 100%, 0 10%);
}
.tc-footer-style43 .footer-content .content {
  padding: 120px 0 100px;
}
.tc-footer-style43 .footer-content .links a {
  font-size: 14px;
  color: #777;
  margin: 10px 0;
  line-height: 1.8;
}
.tc-footer-style43 .footer-content .links a:hover {
  color: var(--color-blue10);
}
.tc-footer-style43 .footer-content .foot-subs .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  min-height: 60px;
  padding: 10px 30px;
}
.tc-footer-style43 .footer-content .foot-subs .form-group .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input {
  width: 100%;
  border: 0;
  background: transparent;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input::-webkit-input-placeholder {
  color: #ccc;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input::-moz-placeholder {
  color: #ccc;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input:-ms-input-placeholder {
  color: #ccc;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input::-ms-input-placeholder {
  color: #ccc;
}
.tc-footer-style43 .footer-content .foot-subs .form-group input::placeholder {
  color: #ccc;
}
.tc-footer-style43 .footer-content .foot-subs .form-group button {
  border: 0;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-blue10);
}

@media screen and (max-width: 991px) {
  .tc-footer-style43 .footer-content {
    -webkit-clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 50% 100%, 0 100%, 0 2%);
            clip-path: polygon(50% 0%, 100% 2%, 100% 100%, 50% 100%, 0 100%, 0 2%);
  }
  .tc-footer-style43 .footer-content .links a {
    font-size: 10px;
    font-weight: bold;
  }
  .tc-footer-style43 .links-side .row {
    margin: 0 !important;
  }
  .tc-footer-style43 .links-side .row .col-4 {
    padding: 0 !important;
  }
  .tc-footer-style43 .fsz-20 {
    font-size: 15px !important;
  }
}
.home-style28 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: var(--color-blue9);
}
@media screen and (max-width: 991px) {
  .home-style28 br {
    display: none;
  }
  .home-style28 .fsz-60 {
    font-size: 40px !important;
  }
  .home-style28 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style28 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style28 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style28 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style28 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style28 .fsz-18 {
    font-size: 15px !important;
  }
  .home-style28 .fsz-80 {
    font-size: 50px !important;
  }
  .home-style28 .mb-80 {
    margin-bottom: 40px !important;
  }
  .home-style28 .fsz-26 {
    font-size: 16px !important;
  }
  .home-style28 .butn {
    padding: 12px 15px !important;
  }
}