/* ========= [ * page-home_15 ]  =========*/
/* --------------- navbar style15 --------------- */
.top-navbar-style35 {
  position: relative;
  background-color: var(--color-green2);
  color: #fff;
  z-index: 999;
}
.top-navbar-style35 .dropdown {
  background-color: #0001;
  padding: 10px 15px;
}

.navbar.style35 {
  padding: 0;
}
.navbar.style35 .navbar-brand {
  position: relative;
  padding: 50px 50px 10px;
  margin: 0;
}
.navbar.style35 .navbar-brand::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 21px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}

.main-links-style35 {
  padding: 20px 0;
  background-color: var(--color-darkBlue5);
  color: #fff;
}
.main-links-style35 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-links-style35 .links ul a {
  -webkit-margin-end: 50px;
          margin-inline-end: 50px;
  color: #fff;
  font-weight: 500;
}
.main-links-style35 .links ul a.active, .main-links-style35 .links ul a:hover {
  text-decoration: underline;
}

/* --------------- tc-header-style35 --------------- */
.tc-header-style35 {
  position: relative;
  padding: 180px 0;
  background-color: #f5f6f8;
}
.tc-header-style35 .info {
  position: relative;
  z-index: 10;
}
.tc-header-style35 .info h1 {
  font-size: 80px;
}
.tc-header-style35 .features {
  position: relative;
  margin-top: 70px;
  z-index: 10;
}
.tc-header-style35 .features .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-header-style35 .features .items .item {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  text-align: center;
}
.tc-header-style35 .features .items .item .icon {
  width: 70px;
  height: 70px;
  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;
  padding: 15px;
  border-radius: 50%;
  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);
  margin-bottom: 20px;
}
.tc-header-style35 .img-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tc-header-style35 .img-content .img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 650px;
  height: 730px;
  text-align: center;
}
.tc-header-style35 .img-content .img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 30px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: #fff;
}
.tc-header-style35 .img-content .img img {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .tc-header-style35 {
    padding: 80px 0 280px;
  }
  .tc-header-style35 .info h1 {
    font-size: 40px;
  }
  .tc-header-style35 .img-content .img {
    width: 100%;
    height: 250px;
  }
  .tc-header-style35 .img-content .img::after {
    left: calc(50% - 120px);
    width: 240px;
    height: 240px;
  }
  .tc-header-style35 .comment {
    margin-top: 50px;
  }
}
/* --------------- tc-about-style35 --------------- */
.tc-about-style35 {
  padding: 120px 0;
}
.tc-about-style35 .img {
  position: relative;
  padding: 0 140px 140px 0;
}
.tc-about-style35 .img .main-img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-about-style35 .img .sub-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 10px solid #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.tc-about-style35 .info {
  position: relative;
  padding: 40px 0;
}
.tc-about-style35 .info .number-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-about-style35 .info .number-item::after {
  position: absolute;
  content: "";
  left: 110px;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: var(--color-green2);
}
.tc-about-style35 .info .number-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #9993;
  padding: 20px;
  -webkit-margin-end: 140px;
          margin-inline-end: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tc-about-style35 .info .number-item .inf h4 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0;
}
.tc-about-style35 .info .number-item .inf p {
  font-size: 14px;
  color: #777;
}
.tc-about-style35 .info .text {
  font-size: 16px;
  color: #777;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #9993;
}
.tc-about-style35 .info .author {
  position: relative;
  z-index: 10;
}
.tc-about-style35 .info .author .sign {
  position: absolute;
  content: "";
  left: 40px;
  top: -30px;
  max-width: none;
  max-height: none;
  z-index: -1;
}
.tc-about-style35 .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #9993;
  margin-top: 60px;
}
.tc-about-style35 .logos-content a {
  max-width: 175px;
  opacity: 0.2;
}
.tc-about-style35 .logos-content a:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .tc-about-style35 .img {
    padding: 0 70px 100px 0;
  }
  .tc-about-style35 .logos-content {
    padding: 0 0 30px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-about-style35 .logos-content a {
    width: 40%;
    margin: 15px;
  }
}
/* --------------- tc-services-style35 --------------- */
.tc-services-style35 {
  padding: 120px 0;
  background-color: var(--color-darkBlue5);
  color: #fff;
}
.tc-services-style35 .service-card {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.tc-services-style35 .service-card::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1f425d), to(rgba(31, 66, 93, 0)));
  background-image: -o-linear-gradient(bottom, #1f425d 0%, rgba(31, 66, 93, 0) 100%);
  background-image: linear-gradient(to top, #1f425d 0%, rgba(31, 66, 93, 0) 100%);
  opacity: 0.9;
}
.tc-services-style35 .service-card .img {
  height: 400px;
}
.tc-services-style35 .service-card .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 50px 15px 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.tc-services-style35 .service-card .info .icon {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 35px;
}
.tc-services-style35 .service-card .info h6 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
}

/* --------------- tc-getAquot-style35 --------------- */
.tc-getAquot-style35 {
  padding: 120px 0 180px;
}
.tc-getAquot-style35 .nav-pills {
  margin-bottom: 40px;
}
.tc-getAquot-style35 .nav-pills .nav-item {
  width: 20%;
  margin-top: 30px;
  text-align: center;
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link {
  position: relative;
  text-align: center;
  cursor: auto;
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link.active .icon {
  border-color: var(--color-green2);
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link.active .arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #9993;
  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;
  padding: 20px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link h6 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.7;
}
.tc-getAquot-style35 .nav-pills .nav-item .tab-link .arrow {
  color: var(--color-green2);
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tc-getAquot-style35 .form-content {
  padding: 60px;
  background-color: #f5f6f8;
}
.tc-getAquot-style35 .form-content .form .form-group .cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 0;
  height: 60px;
  font-size: 16px;
}
.tc-getAquot-style35 .form-content .form .form-group .cont .form-control {
  width: 100%;
  border: 0;
  padding: 0 20px;
}
.tc-getAquot-style35 .form-content .form .form-group .cont .icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  -webkit-border-start: 1px solid #9993;
          border-inline-start: 1px solid #9993;
  background-color: #fff;
  z-index: 5;
  pointer-events: none;
}
.tc-getAquot-style35 .form-content .img {
  position: relative;
  height: 450px;
}
.tc-getAquot-style35 .form-content .img img {
  max-height: unset;
  height: calc(100% + 120px);
  -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);
}
.tc-getAquot-style35 .form-content .img .play-btn {
  position: absolute;
  left: calc(50% - 60px);
  top: 50%;
  z-index: 10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-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;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .tc-getAquot-style35 .nav-pills {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tc-getAquot-style35 .nav-pills .nav-item {
    width: 33%;
  }
  .tc-getAquot-style35 .nav-pills .nav-item .tab-link h6 {
    font-size: 12px;
  }
  .tc-getAquot-style35 .form-content {
    padding: 30px;
  }
  .tc-getAquot-style35 .form-content .img {
    margin-top: 50px;
    height: 250px;
  }
}
/* --------------- tc-testimonials-style35 --------------- */
.tc-testimonials-style35 {
  padding: 120px 0;
  background-color: #f5f6f8;
  overflow: hidden;
}
.tc-testimonials-style35 .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tc-testimonials-style35 .arrows .swiper-next,
.tc-testimonials-style35 .arrows .swiper-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: 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);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 18px;
}
.tc-testimonials-style35 .arrows .swiper-next:hover,
.tc-testimonials-style35 .arrows .swiper-prev:hover {
  background-color: var(--color-green2);
  color: #fff;
}
.tc-testimonials-style35 .testi-card .card-content {
  position: relative;
  padding: 40px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 16px 32px rgba(0, 0, 0, 0.06));
}
.tc-testimonials-style35 .testi-card .card-content::after {
  position: absolute;
  content: "";
  left: 100px;
  bottom: -20px;
  height: 20px;
  width: 80px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 20% 100%);
}
.tc-testimonials-style35 .testi-card .card-content .icon {
  position: absolute;
  right: 40px;
  top: -30px;
  pointer-events: none;
}

/* --------------- tc-awards-style35 --------------- */
.tc-awards-style35 {
  position: relative;
  padding: 120px 0;
  background-color: var(--color-darkBlue5);
  color: #fff;
}
.tc-awards-style35 .float-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.tc-awards-style35 .float-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(transparent, var(--color-darkBlue5));
  background: radial-gradient(transparent, var(--color-darkBlue5));
}
.tc-awards-style35 .img {
  position: relative;
  z-index: 10;
  height: 500px;
}
.tc-awards-style35 .info {
  position: relative;
  z-index: 10;
}
.tc-awards-style35 .info p {
  font-size: 16px;
  color: #9cb5c8;
}
.tc-awards-style35 .info .logos {
  margin-top: 50px;
}
.tc-awards-style35 .info .logos img {
  height: 100px;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
}

@media screen and (max-width: 991px) {
  .tc-awards-style35 .img {
    height: 350px;
    margin-bottom: 30px;
  }
  .tc-awards-style35 .info .logos img {
    width: 28%;
    -webkit-margin-end: 4%;
            margin-inline-end: 4%;
  }
}
/* --------------- tc-blog-style35 --------------- */
.tc-blog-style35 {
  padding: 120px 0;
}
.tc-blog-style35 .blog-card {
  margin-top: 40px;
}
.tc-blog-style35 .blog-card .img {
  position: relative;
  height: 250px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
}
.tc-blog-style35 .blog-card .img .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--color-green2);
  color: #fff;
  border-radius: 50px;
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 14px;
  z-index: 5;
}
.tc-blog-style35 .blog-card .info {
  padding-top: 40px;
}

/* --------------- tc-footer-style35 --------------- */
.tc-footer-style35 {
  position: relative;
  background-color: var(--color-darkBlue5);
  color: #fff;
}
.tc-footer-style35::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.tc-footer-style35 .foot-contact-info {
  position: relative;
  z-index: 5;
  padding: 40px;
  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);
}
.tc-footer-style35 .foot-contact-info .foot-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #9993;
  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-margin-start: 10px;
          margin-inline-start: 10px;
  color: var(--color-darkBlue5);
}
.tc-footer-style35 .foot-contact-info .foot-social a:hover {
  background-color: var(--color-darkBlue5);
  color: #fff;
}
.tc-footer-style35 .footer-content {
  padding: 100px 0;
}
.tc-footer-style35 .footer-content .sub-title {
  font-size: 20px;
  font-weight: 300;
  color: #95a9b8;
  margin-bottom: 40px;
}
.tc-footer-style35 .footer-content .foot-info .text {
  font-size: 16px;
  color: #95a9b8;
}
.tc-footer-style35 .footer-content .links-card .links a {
  margin-bottom: 30px;
}
.tc-footer-style35 .footer-content .foot-insta .logo {
  height: 85px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .tc-footer-style35 .footer-content .sub-title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.home-style20 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--color-darkBlue5);
}

@media screen and (max-width: 991px) {
  .home-style20 .fsz-50 {
    font-size: 30px !important;
  }
  .home-style20 .fsz-30 {
    font-size: 20px !important;
  }
  .home-style20 .fsz-40 {
    font-size: 25px !important;
  }
  .home-style20 .mb-100 {
    margin-bottom: 50px !important;
  }
  .home-style20 .fsz-35 {
    font-size: 20px !important;
  }
  .home-style20 .fsz-18 {
    font-size: 15px !important;
  }
}