[data-theme=high-contrast] .text-white {
  color: var(--black-color) !important;
}

.back-to-top {
  background: var(--primary-color);
  color: var(--white-color);
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top:hover {
  background: var(--secondary-color);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

body {
  font-size: 15px;
  overflow-y: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: var(--dark-color);
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(-45deg, var(--secondary-color), var(--primary-color));
}

.header {
  background: var(--body-color);
  height: 100vh;
  position: relative;
}
.header .navbar-brand {
  color: var(--color-900);
}
.header .navbar-brand small {
  font-size: 14px;
  letter-spacing: 2px;
}
.header .navbar {
  position: relative;
  z-index: 999;
}
.header .banner-text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  z-index: 10;
}
@media (max-width: 768px) {
  .header .banner-text .row {
    background: var(--card-color);
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .header .banner-text .row {
    background: transparent;
    padding: 0;
  }
}
.header .hero-img {
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 9;
}
@media (max-height: 900px) {
  .header .hero-img {
    width: 1090px;
  }
}
@media (max-width: 1366px) {
  .header .hero-img {
    width: 880px;
  }
}
@media (max-width: 600px) {
  .header .hero-img {
    display: none;
  }
}
.header .hero-svg1 {
  position: absolute;
  width: 1320px;
  z-index: 8;
  right: 36px;
  top: -83px;
}
@media (max-height: 900px) {
  .header .hero-svg1 {
    width: 1200px;
  }
}
@media (max-width: 1366px) {
  .header .hero-svg1 {
    width: 1030px;
    right: 0;
    top: -103px;
  }
}
@media (max-width: 600px) {
  .header .hero-svg1 {
    display: none;
  }
}
.header .hero-svg2 {
  width: 400px;
  position: absolute;
  bottom: -20px;
  opacity: 0.1;
  left: -230px;
}
.header .hero-svg2 path {
  fill: var(--secondary-color);
}

.section.facts {
  background: var(--body-color);
}
.section.facts .card {
  border-color: var(--color-100);
}
.section.facts .col {
  border-right: 1px solid var(--color-100);
}
.section.facts .col:last-child {
  border-right: 0;
}
.section.services {
  background: var(--body-color);
  padding: 80px 0;
}
.section.services .service-img img {
  position: relative;
  z-index: 2;
}
.section.services .service-img .services-svg1,
.section.services .service-img .services-svg2 {
  position: absolute;
  width: 590px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .section.services .service-img .services-svg1,
  .section.services .service-img .services-svg2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section.services .service-img .services-svg1,
  .section.services .service-img .services-svg2 {
    width: 86%;
  }
}
.section.services .service-img .services-svg1 {
  top: -5px;
  left: -5px;
}
.section.services .service-img .services-svg1 path {
  fill: var(--primary-color);
}
.section.services .service-img .services-svg2 {
  transform: skewX(10deg);
  top: 20px;
  left: 5px;
}
.section.services .service-img .services-svg2 path {
  fill: var(--secondary-color);
}
.section.services .list i {
  font-size: 0.8rem;
}
.section.services .list li {
  line-height: 32px;
}
.section.services .list a {
  color: var(--color-600);
  font-size: 1rem;
}
.section.services .list a:hover {
  color: var(--primary-color);
}
.section.services.more .list li {
  line-height: 40px;
}
.section.testimonials {
  background: var(--body-color);
}
.section.testimonials .testimonial-wrap {
  padding-left: 60px;
}
.section.testimonials .testimonial-item {
  position: relative;
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  min-height: 180px;
}
.section.testimonials .testimonial-item .testimonial-img {
  position: absolute;
  width: 80px;
  left: -70px;
}
.section.testimonials .fa-quote-left,
.section.testimonials .fa-quote-right {
  font-size: 26px;
}
.section.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.section.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--white-color);
  opacity: 1;
  border: 1px solid var(--primary-color);
}
.section.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
@media (max-width: 767px) {
  .section.testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .section.testimonials .testimonial-item {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .section.testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.section.gallery {
  background: var(--body-color);
}
.section.call-action {
  background-image: url(../images/cat-bg.png?f2f0f71ecacec3c717e0bf97e8759593);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0;
  z-index: 2;
}
.section.call-action:before {
  background: var(--dark-color);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: -1;
}
.section.blog {
  background: var(--body-color);
  padding: 100px 0;
}
.section.contactus {
  background: var(--body-color);
  padding: 100px 0;
}
.section.footer {
  background: var(--body-color);
}
.section.footer .footer-top {
  color: var(--color-400);
}
.section.footer .footer-link {
  list-style: square;
  line-height: 36px;
  font-size: 1rem;
}
.section.footer .footer-link li a {
  color: var(--color-500);
}
.section.footer .footer-link li a:hover {
  color: var(--primary-color);
}
.section.footer .address {
  line-height: 26px;
  font-size: 15px;
}
