/**
 * Custom styles for the theme
 * Here you can override any custom property that's already been set (ie. from Bootstrap)
 * Or define your own.
 **/
/**/ :root {
  font-size: 16px;
  --bs-primary: #FF631A;
  --bs-primary-rgb: 255, 99, 26;
  --bs-secondary: #155986;
  --bs-secondary-rgb: 21, 89, 134;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --bs-gray: #E0E0E0;
  --bs-gray-100: #BDBDBD;
  --bs-gray-200: #828282;
  --bs-gray-300: #4F4F4F;
  --bs-gray-400: #333333;
  --bs-gray-500: #282828;
  --bs-gray-600: #1D1D1D;
  --bs-gray-rgb: 130, 130, 130;
  --primary-theme-font: 'Inter', sans-serif;
  --bs-body-font-family: var(--primary-theme-font);
  --bs-heading-color: var(--bs-secondary);
  --swiper-pagination-color: var(--bs-primary);
}
/****************************** ****************************** 
Reset CSS
****************************** *****************************/
body {
  font-family: var(--bs-body-font-family);
  --bs-body-color: var(--bs-gray-300);
}
a {
  text-decoration: none;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.775rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}
h2, .h2 {
  font-size: calc(1.725rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
h3, .h3 {
  font-size: calc(1.7rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}
h4, .h4 {
  font-size: calc(1.675rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
h5, .h5 {
  font-size: 1.5rem;
}
h6, .h6 {
  font-size: 1.25rem;
}
/*Extra CSS*/
.mt-n1 {
  margin-top: -0.25rem !important;
}
.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}
.min-300 {
  min-width: 290px;
}
/*Extra Margin and Padding*/
.m-6 {
  margin: 4rem !important
}
.m-7 {
  margin: 5rem !important
}
.m-8 {
  margin: 6rem !important
}
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}
.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}
.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}
.mt-6 {
  margin-top: 4rem !important
}
.mt-7 {
  margin-top: 5rem !important
}
.mt-8 {
  margin-top: 6rem !important
}
.mb-6 {
  margin-bottom: 4rem !important
}
.mb-7 {
  margin-bottom: 5rem !important
}
.mb-8 {
  margin-bottom: 6rem !important
}
.p-6 {
  padding: 4rem !important
}
.p-7 {
  padding: 5rem !important
}
.p-8 {
  padding: 6rem !important
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}
.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}
.pt-6 {
  padding-top: 4rem !important
}
.pt-7 {
  padding-top: 5rem !important
}
.pt-8 {
  padding-top: 6rem !important
}
.pb-6 {
  padding-bottom: 4rem !important
}
.pb-7 {
  padding-bottom: 5rem !important
}
.pb-8 {
  padding-bottom: 6rem !important
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 4rem !important
  }
  .m-md-7 {
    margin: 5rem !important
  }
  .m-md-8 {
    margin: 6rem !important
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }
  .mt-md-6 {
    margin-top: 4rem !important
  }
  .mt-md-7 {
    margin-top: 5rem !important
  }
  .mt-md-8 {
    margin-top: 6rem !important
  }
  .mb-md-6 {
    margin-bottom: 4rem !important
  }
  .mb-md-7 {
    margin-bottom: 5rem !important
  }
  .mb-md-8 {
    margin-bottom: 6rem !important
  }
  .p-md-6 {
    padding: 4rem !important
  }
  .p-md-7 {
    padding: 5rem !important
  }
  .p-md-8 {
    padding: 6rem !important
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }
  .pt-md-6 {
    padding-top: 4rem !important
  }
  .pt-md-7 {
    padding-top: 5rem !important
  }
  .pt-md-8 {
    padding-top: 6rem !important
  }
  .pb-md-6 {
    padding-bottom: 4rem !important
  }
  .pb-md-7 {
    padding-bottom: 5rem !important
  }
  .pb-md-8 {
    padding-bottom: 6rem !important
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 4rem !important
  }
  .m-lg-7 {
    margin: 5rem !important
  }
  .m-lg-8 {
    margin: 6rem !important
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }
  .mt-lg-6 {
    margin-top: 4rem !important
  }
  .mt-lg-7 {
    margin-top: 5rem !important
  }
  .mt-lg-8 {
    margin-top: 6rem !important
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important
  }
  .p-lg-6 {
    padding: 4rem !important
  }
  .p-lg-7 {
    padding: 5rem !important
  }
  .p-lg-8 {
    padding: 6rem !important
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }
  .pt-lg-6 {
    padding-top: 4rem !important
  }
  .pt-lg-7 {
    padding-top: 5rem !important
  }
  .pt-lg-8 {
    padding-top: 6rem !important
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important
  }
}
@media (min-width: 1400px) {
  .pt-xl-7 {
    padding-top: 7rem !important
  }
}
/*Background*/
.bg-light {
  background-color: rgba(var(--bs-gray-rgb), 0.05) !important;
}
/*Buttons*/
.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-family: var(--primary-theme-font);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-border-radius: 100rem;
  --bs-btn-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.27);
  line-height: 1.25;
}
.btn > svg {
  margin-left: 1rem;
}
.btn-primary {
  background: linear-gradient(180deg, #FF631A 50.09%, #D04200 100%);
  --bs-btn-color: var(--bs-white);
  --bs-btn-border-color: #FF631A;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: #FF631A;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-border-color: #FF631A;
  box-shadow: var(--bs-btn-box-shadow);
}
.btn-primary:hover, .btn-primary:active {
  background: linear-gradient(180deg, #D04200 50.09%, #FF631A 100%);
}
.btn-secondary {
  background: linear-gradient(180deg, #155986 50.09%, #00375B 100%);
  --bs-btn-color: var(--bs-white);
  --bs-btn-border-color: #155986;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-border-color: #155986;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-border-color: #155986;
  box-shadow: var(--bs-btn-box-shadow);
}
.btn-secondary:hover, .btn-secondary:active {
  background: linear-gradient(180deg, #00375B 50.09%, #155986 100%);
}
.btn-link {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-secondary);
  --bs-btn-active-color: var(--bs-secondary);
  text-decoration: none;
  outline: none;
}
.btn-video {
  background-color: var(--bs-primary);
  border: 0;
  border-radius: 50%;
  color: var(--bs-white);
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0,0,0,.9);
  display: flex;
  flex-shrink: 0;
  height: 4.5rem;
  width: 4.5rem;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.btn-video:hover, .btn-video:active {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(0,0,0,.06),0 0.125rem 0.4rem -0.0625rem rgba(0,0,0,.03);
}
.btn-video > svg {
  margin: 0;
  padding: 0;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 767.98px) {
  .btn-video {
    height: 3rem;
    width: 3rem;
  }
  .btn-video > svg {
    margin: 0;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
}
.modal-body > iframe {
  width: 100%;
}
/*Swiper CSS*/
body .swiper-button-next, body .swiper-button-prev {
  --swiper-navigation-sides-offset: -28px;
  background: var(--bs-white);
  border: 1px solid var(--bs-gray);
  border-radius: 100%;
  color: var(--bs-gray-600);
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  margin: 0;
  transition: all 0.3s ease;
  box-shadow: none;
}
body .swiper-button-prev::after, body .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  transition: none;
}
@media (max-width: 1199.98px) {
  body .swiper-button-next, body .swiper-button-prev {
    --swiper-navigation-sides-offset: -20px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  body .swiper-button-prev::after, body .swiper-button-next::after {
    background-size: 18px;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
  }
}
body .swiper-button-next:hover, body .swiper-button-prev:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}
body .swiper-button-prev::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 12H5' stroke='%231D1D1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 19L5 12L12 5' stroke='%231D1D1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
body .swiper-button-next::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 12H19' stroke='%231D1D1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5L19 12L12 19' stroke='%231D1D1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
body .swiper-button-prev:hover::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M19 12H5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 19L5 12L12 5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
body .swiper-button-next:hover::after {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5 12H19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 5L19 12L12 19' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
body .swiper-pagination {
  --swiper-pagination-bottom: -1rem;
}
/****************************** ****************************** 
Header CSS
****************************** *****************************/
.header-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  background: var(--bs-white);
}
@media (max-width: 575.98px) {
  .navbar-brand > img {
    width: 170px;
  }
}
.navbar {
  background-color: transparent;
}
.navbar-toggler {
  --bs-navbar-toggler-border-color: var(--bs-secondary);
  --bs-navbar-toggler-border-radius: 100rem;
  --bs-navbar-toggler-padding-y: 0.75rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-color: var(--bs-secondary);
}
.navbar-toggler:hover {
  --bs-navbar-toggler-border-color: var(--bs-primary);
  background-color: var(--bs-primary);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-collapse {
  flex-grow: inherit;
}
.navbar-nav .nav-link {
  --bs-navbar-nav-link-padding-x: 0.5rem;
  color: var(--bs-gray-600);
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 1.25rem;
  }
}
.nav-link:focus, .nav-link:hover {
  color: var(--bs-gray-600);
}
.navbar-nav .nav-link.active {
  color: var(--bs-primary);
  opacity: 1;
}
@media (max-width: 991.99px) {
  .navbar-nav .nav-link {
    --bs-nav-link-padding-y: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > .nav-item > .nav-link::before {
    position: absolute;
    width: 100%;
    content: "";
    background-color: var(--bs-primary);
    transition: transform .3s ease-out;
    transform: scaleX(0);
    transform-origin: bottom right;
    top: auto;
    bottom: calc(var(--bs-nav-link-padding-y)*.1);
    left: var(--bs-navbar-nav-link-padding-x);
    width: calc(100% - var(--bs-navbar-nav-link-padding-x)*2);
    height: 1px;
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  .navbar-nav > .nav-item > .nav-link.active::before, .navbar-nav > .nav-item > .nav-link.show::before, .navbar-nav > .nav-item > .nav-link:focus-visible::before, .navbar-nav > .nav-item > .nav-link:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .navbar-nav > .nav-item > .nav-link.dropdown-toggle::before {
    width: calc(100% - 1em - .10em - var(--bs-navbar-nav-link-padding-x)*2);
  }
}
.dropdown-menu {
  --bs-dropdown-min-width: 15rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 1.25rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-white);
  --bs-dropdown-bg: var(--bs-white);
  --bs-dropdown-link-color: var(--bs-gray-600);
  --bs-dropdown-link-hover-color: var(--bs-primary);
  --bs-dropdown-link-hover-bg: rgba(var(--bs-gray-rgb), 0.05);
  --bs-dropdown-link-active-color: var(--bs-primary);
  --bs-dropdown-link-active-bg: rgba(var(--bs-gray-rgb), 0.05);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.75rem;
  overflow: hidden;
  font-weight: 500;
}
@media (max-width: 1199.99px) {
  .dropdown-menu {
    --bs-dropdown-spacer: 0;
    --bs-dropdown-bg: rgba(var(--bs-black-rgb), 0.015);
  }
}
.dropdown-toggle::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 12' width='13' height='12' fill='none' %3e%3cpath d='M10.2227 4.5L6.72266 8L3.22266 4.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  width: 13px;
  height: 12px;
  border: none;
  vertical-align: middle;
  transition: all 0.15s ease;
  margin-top: -4px;
}
.dropdown-toggle.show::after {
  transform: rotate(-180deg);
}
.navbar-nav .nav-link.active.dropdown-toggle::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 12' width='13' height='12' fill='none' %3e%3cpath d='M10.2227 4.5L6.72266 8L3.22266 4.5' stroke='%23FF631A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.offcanvas {
  color: var(--bs-black);
  background-color: var(--bs-white);
}
.btn-close {
  outline: none;
  box-shadow: none;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.nav-utilities {
  font-size: 0.875rem;
  color: var(--bs-gray-600);
  font-weight: 500;
}
.nav-utilities > span {
  margin-top: 2px;
}
.nav-utilities:hover {
  color: var(--bs-primary);
}
.nav-utilities:hover > img {
  animation: scale .25s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scaleX(1)
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2)
  }
  to {
    transform: scaleX(1)
  }
}
/*Heading*/
.heading-section h2, .heading-section h3, .heading-section h4 {
  color: var(--bs-gray-600);
}
.heading-section p {
  color: var(--bs-gray-300);
}
.heading-section p:last-child {
  margin-bottom: 0;
}
.bg-dark .heading-section h2, .bg-dark .heading-section h3, .bg-dark .heading-section h4 {
  color: var(--bs-white);
}
.bg-dark .heading-section p {
  color: var(--bs-gray);
}
/****************************** ****************************** 
Hero Banner Section CSS
****************************** *****************************/
.hero-section .banner-item {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.hero-section .swiper-slide {
  height: 690px;
  min-height: 480px;
}
.hero-section .swiper-slide .container {
  height: 480px;
  min-height: 480px;
}
.hero-section .banner-item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-black);
  opacity: 0.65;
  z-index: 0;
}
.hero-section .banner-item .banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.hero-section .banner-item .banner-video video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.hero-section .banner-item .mt-nlg-0 {
  margin-top: -3rem !important;
}
body .hero-section .swiper-button-next, body .hero-section .swiper-button-prev {
  --swiper-navigation-sides-offset: 1rem;
}
@media (max-width: 1199.98px) {
  body .hero-section .swiper-button-next, body .hero-section .swiper-button-prev {
    --swiper-navigation-sides-offset: 0.5rem;
  }
}
body .hero-section .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-color: var(--bs-white);
}
/****************************** ****************************** 
Offer Banner Section CSS
****************************** *****************************/
body .hero-section .swiper-pagination {
  --swiper-pagination-bottom: 3rem;
}
.offer-banner-section {
  margin-top: -4rem;
  pointer-events: none;
}
.offer-banner-section a {
  pointer-events: visible;
}
@media (min-width: 576px) {
  body .hero-section .swiper-pagination {
    --swiper-pagination-bottom: 3rem;
  }
  .offer-banner-section {
    margin-top: -5rem;
  }
}
@media (min-width: 768px) {
  body .hero-section .swiper-pagination {
    --swiper-pagination-bottom: 8rem;
  }
  .offer-banner-section {
    margin-top: -10rem;
  }
}
@media (min-width: 992px) {
  body .hero-section .swiper-pagination {
    --swiper-pagination-bottom: 12rem;
  }
  .offer-banner-section {
    margin-top: -14rem;
  }
}
@media (min-width: 1200px) {
  body .hero-section .swiper-pagination {
    --swiper-pagination-bottom: 13rem;
  }
  .offer-banner-section {
    margin-top: -15rem;
  }
}
@media (min-width: 1400px) {
  body .hero-section .swiper-pagination {
    --swiper-pagination-bottom: 15rem;
  }
  .offer-banner-section {
    margin-top: -17rem;
  }
}
/****************************** ****************************** 
Our Pricing Section CSS
****************************** *****************************/
/*Tabs*/
.our-pricing-section .nav-tabs {
  --bs-nav-tabs-border-color: var(--bs-gray-100);
  --bs-nav-tabs-border-radius: 10px;
  --bs-nav-tabs-link-active-bg: var(--bs-secondary);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  margin-bottom: 2.5rem;
}
.our-pricing-section .nav-tabs .nav-link {
  color: var(--bs-black);
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
}
@media (max-width: 575.99px) {
  .our-pricing-section .nav-tabs {
    flex-wrap: nowrap;
  }
  .our-pricing-section .nav-tabs .nav-link {
    font-size: 1rem;
  }
}
.our-pricing-section .nav-tabs .nav-link:hover, .our-pricing-section .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.our-pricing-section .nav-tabs .nav-link.active, .our-pricing-section .nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  color: var(--bs-white);
}
.our-pricing-section .nav-tabs .nav-link.active::after {
  content: "";
  border-top: 1em solid var(--bs-secondary);
  border-right: 1em solid transparent;
  border-bottom: 0;
  border-left: 1em solid transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 1em);
}
/*Card*/
.our-pricing-section .card {
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
  --bs-card-title-spacer-y: 1rem;
  --bs-card-title-color: var(--bs-black);
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(var(--bs-gray-rgb), 0.25);
  --bs-card-border-radius: 1.25rem;
  --bs-card-box-shadow: 0 5px 24px 0 rgba(var(--bs-black-rgb), 0.15);
  --bs-card-inner-border-radius: calc(var(--bs-card-border-radius) - (var(--bs-card-border-width)));
  --bs-card-cap-padding-y: 2rem;
  --bs-card-cap-padding-x: 2rem;
  --bs-card-cap-bg: var(--bs-white);
  --bs-card-cap-color: var(--bs-secondary);
  --bs-card-height: 100%;
  --bs-card-color: var(--bs-gray-400);
  --bs-card-bg: var(--bs-white);
  box-shadow: var(--bs-card-box-shadow);
  transition: all 0.25s ease;
}
.our-pricing-section .card:hover {
  --bs-card-border-color: var(--bs-secondary);
  box-shadow: 0 5px 35px 0 rgba(var(--bs-black-rgb), 0.20);
  transform: scale(1.02);
}
.our-pricing-section .card .card-header {
  padding-bottom: 0;
  border-bottom: 0;
  display: flex;
}
.our-pricing-section .card .card-header .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.our-pricing-section .card .card-header .icon > img {
  width: 100%;
  height: auto;
}
.our-pricing-section .card .card-header .price-box {
  display: flex;
  flex-direction: column;
}
.our-pricing-section .card .card-header .price-box .start--text {
  color: var(--bs-gray-500);
  font-weight: 700;
}
.our-pricing-section .card .card-header .price-box .price--rate {
  color: var(--bs-secondary);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 576px) {
  .our-pricing-section .card .card-header .icon {
    width: 80px;
    height: 80px;
  }
  .our-pricing-section .card .card-header .price-box .price--rate {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .our-pricing-section .card .card-header .icon {
    width: 70px;
    height: 70px;
  }
  .our-pricing-section .card .card-header .price-box .price--rate {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .our-pricing-section .card .card-header .icon {
    width: 80px;
    height: 80px;
  }
  .our-pricing-section .card .card-header .price-box .price--rate {
    font-size: 3.25rem;
  }
}
@media (min-width: 1400px) {
  .our-pricing-section .card .card-header .price-box .price--rate {
    font-size: 3.75rem;
  }
}
.our-pricing-section .card .card-header .price-box .price--rate sub {
  color: var(--bs-gray-500);
  font-size: 1rem;
  top: 0;
}
.our-pricing-section .card .card-body .card-text {
  color: var(--bs-gray-400);
  font-weight: 400;
  line-height: 1.3;
}
.our-pricing-section .card .card-body ul.card-checklist li {
  background: url(../images/blue-tick-icon.svg) 0 0 / 22px 22px no-repeat;
  color: var(--bs-gray-400);
  font-weight: 700;
  margin: 12px 0;
  padding-left: 2.25rem;
  min-height: 22px;
}
.our-pricing-section .card .card-footer {
  padding-top: 0;
  border-top: 0;
}
/****************************** ****************************** 
Our Services Section CSS
****************************** *****************************/
.our-service-section .card {
  --bs-card-spacer-y: 2.75rem;
  --bs-card-spacer-x: 2.5rem;
  --bs-card-title-spacer-y: 1.5rem;
  --bs-card-title-color: var(--bs-gray-600);
  --bs-card-border-color: rgba(var(--bs-gray-rgb), 0.25);
  --bs-card-border-radius: 1rem;
  --bs-card-bg: var(--bs-white);
  transition: all 0.25s ease;
  box-shadow: 0 5px 24px 0 rgba(var(--bs-black-rgb), 0.15);
}
.our-service-section .card:hover {
  --bs-card-title-color: var(--bs-white);
  --bs-card-bg: var(--bs-secondary);
  --bs-card-border-color: var(--bs-secondary);
  box-shadow: 0 5px 35px 0 rgba(var(--bs-black-rgb), 0.20);
  transform: scale(1.04);
}
.our-service-section .card .icon {
  background: rgba(var(--bs-gray-rgb), 0.05);
  border-radius: 100px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  overflow: hidden;
}
.our-service-section .card:hover .icon {
  background: rgba(var(--bs-white-rgb), 1);
}
.our-service-section .card .icon > img {
  width: 80px;
  height: auto;
}
.our-service-section .card:hover .icon > img {
  -webkit-animation: toTopFromBottom .3s forwards;
  -moz-animation: toTopFromBottom .3s forwards;
  animation: toTopFromBottom .3s forwards;
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.our-service-section .card .card-body p.card-text {
  font-size: 0.875rem;
  color: var(--bs-gray-500);
  margin-bottom: 0;
}
.our-service-section .card:hover .card-body p.card-text {
  color: var(--bs-white);
}
.our-service-section .card .card-body p.card-text::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17' width='16' height='17' fill='none' %3e%3cpath d='M6 12.1628L10 8.16284L6 4.16284' stroke='%23FF631A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  width: 16px;
  height: 17px;
  position: relative;
  content: "";
  display: inline-block;
  top: 4px;
  margin-left: 5px;
  transition: all 0.25s ease;
}
.our-service-section .card:hover .card-body p.card-text::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 17' width='16' height='17' fill='none' %3e%3cpath d='M6 12.1628L10 8.16284L6 4.16284' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
/****************************** ****************************** 
How It Works Section CSS
****************************** *****************************/
.how-it-work-section .card {
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-title-spacer-y: 0.75rem;
  --bs-card-title-color: var(--bs-gray-600);
  --bs-card-border-color: rgba(var(--bs-gray-rgb), 0.25);
  --bs-card-border-radius: 1rem;
  --bs-card-bg: var(--bs-white);
  --bs-card-cap-bg: transparent;
  --bs-card-cap-padding-y: 1.5rem;
  --bs-card-cap-padding-x: 1.5rem;
  box-shadow: 0 5px 24px 0 rgba(var(--bs-black-rgb), 0.15);
}
.how-it-work-section .card-body {
  padding-bottom: 0;
}
.how-it-work-section .card-body span.step {
  border-radius: 0 25px;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 0.25rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  min-width: 105px;
  justify-content: center;
  display: inline-flex;
}
.how-it-work-section .card-body span.step b {
  font-weight: 700;
  margin-left: 3px;
}
.how-it-work-section .card-body p {
  font-size: 1.125rem;
  color: var(--bs-gray-500);
  line-height: 1.35;
  margin-bottom: 0;
}
@media (max-width: 1199.99px) {
  .how-it-work-section .card-body p {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.how-it-work-section .card-footer {
  border-top: 0;
}
/****************************** ****************************** 
Why Choose DryXpress Section CSS
****************************** *****************************/
.why-choose-section {
  background: url(../images/why-choose-bg.jpg) 50% 50% /cover no-repeat;
  position: relative;
}
.why-choose-section::before {
  position: absolute;
  content: "";
  background: rgba(var(--bs-black-rgb), 0.55);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.why-choose-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 0;
}
.why-choose-section ul li {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .why-choose-section ul li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .why-choose-section ul li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .why-choose-section ul li {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .why-choose-section ul li {
    width: 16.66%;
  }
}
@media (min-width: 1400px) {
  .why-choose-section ul li {
    width: 12.5%;
  }
}
.why-choose-section ul li span.icon {
  border-radius: 100px;
  box-shadow: 0 0 0 8px rgba(var(--bs-white-rgb), 0);
  background: var(--bs-primary);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.5s;
}
.why-choose-section ul li span.icon img {
  width: 50px;
  height: 50px;
}
.why-choose-section ul li:hover span.icon {
  box-shadow: 0 0 0 8px rgba(var(--bs-white-rgb), 0.15);
}
.why-choose-section ul li:hover span.icon img {
  -webkit-animation: spinAround 0.25s linear 1;
  -moz-animation: spinAround 0.25s linear 1;
  animation: spinAround 0.25s linear 1;
}
@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg);
  }
}
.why-choose-section ul li span.content {
  color: var(--bs-white);
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1rem;
  width: 100%;
  padding: 0 1rem;
}
/****************************** ****************************** 
FAQ Section CSS
****************************** *****************************/
.faq-section .accordion {
  --bs-accordion-spacer: 0.75rem;
  --bs-accordion-bg: rgba(var(--bs-secondary-rgb), 0.05);
  --bs-accordion-color: var(--bs-gray-400);
  --bs-accordion-border-radius: 12px;
  --bs-accordion-border-color: rgba(var(--bs-secondary-rgb), 0.15);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: var(--bs-gray-600);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M12 5.38672V19.3867M5 12.3867H19' stroke='%23155986' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 24px;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3e%3cpath d='M5 12.1631H19' stroke='%23155986' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1.25rem;
  --bs-accordion-active-color: var(--bs-gray-600);
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}
.faq-section .accordion-item {
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}
.faq-section .accordion-item:not(:last-child) {
  margin-bottom: var(--bs-accordion-spacer);
}
.faq-section .accordion-flush > .accordion-item {
  border-radius: var(--bs-accordion-border-radius);
}
.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-section .accordion-button {
  font-size: 1.25rem;
  font-weight: 600;
}
.faq-section .accordion-body {
  padding-top: 0;
  font-size: 1rem;
  font-weight: 400;
}
.faq-section .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  border-left: 2px solid var(--bs-secondary);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.faq-section .accordion-body p:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-body > img {
  border-radius: 1rem;
  width: 100%;
  max-width: 50vmin;
}
@media (max-width: 991.99px) {
  .faq-section .accordion-button {
    font-size: 1.125rem;
  }
}
/****************************** ****************************** 
Testimonials Section CSS
****************************** *****************************/
.testimonial-section .card {
  --bs-card-spacer-y: 2.25rem;
  --bs-card-spacer-x: 2.25rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--bs-black);
  --bs-card-border-width: 1px;
  --bs-card-border-color: rgba(var(--bs-gray-rgb), 0.25);
  --bs-card-border-radius: 0.75rem;
  --bs-card-box-shadow: 0 0 15px 0 rgba(var(--bs-black-rgb), 0.10);
  --bs-card-inner-border-radius: calc(var(--bs-card-border-radius) - (var(--bs-card-border-width)));
  --bs-card-cap-padding-y: 2.25rem;
  --bs-card-cap-padding-x: 2.25rem;
  --bs-card-cap-bg: var(--bs-white);
  --bs-card-cap-color: var(--bs-gray-300);
  --bs-card-height: 100%;
  --bs-card-color: var(--bs-gray-400);
  --bs-card-bg: var(--bs-white);
  box-shadow: var(--bs-card-box-shadow);
  margin-top: 15px;
  margin-bottom: 15px;
}
.testimonial-section .testimonial-slider {
  padding: 0 56px;
}
@media (max-width: 1199.98px) {
  .testimonial-section .testimonial-slider {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-section .testimonial-slider {
    padding: 0 0;
  }
  body .testimonial-section .swiper-button-next, body .testimonial-section .swiper-button-prev {
    display: none;
  }
}
.testimonial-section .card .card-body {
  min-height: 24ch;
}
.testimonial-section .card .btn-link {
  --bs-btn-font-weight: 700;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  text-decoration: underline;
}
.testimonial-section .card .testimonial-icon {
  border: 1px solid var(--bs-gray);
  background: var(--bs-white);
  width: 56px;
  height: 56px;
}
.testimonial-section .card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.testimonial-section .card .card-footer .fs-5 {
  font-size: 1.125rem !important;
  color: var(--bs-gray-600);
}
.testimonial-section .card .card-footer .fs-6 {
  font-size: 0.875rem !important;
}
.testimonial-section.modal-body .card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-cap-padding-y: 1rem;
  --bs-card-cap-padding-x: 1rem;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
/****************************** ****************************** 
DryXpress Features Section CSS
****************************** *****************************/
.dryxpress-features-section {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
.dryxpress-features-section p {
  font-size: 1rem;
  color: var(--bs-gray);
}
.dryxpress-features-section ul li {
  color: var(--bs-white);
  font-size: 1.125rem;
}
.dryxpress-features-section ul li img.icon {
  width: 32px;
  margin-right: 15px;
}
.dryxpress-features-section .delivery-truck-img {
  position: absolute;
  width: 100%;
  max-width: 845px;
  right: -200px;
  bottom: calc(-3rem - 3px);
}
@media (max-width: 1749.99px) {
  .dryxpress-features-section .delivery-truck-img {
    max-width: 800px;
    right: -35px;
  }
}
@media (max-width: 1399.99px) {
  .dryxpress-features-section .delivery-truck-img {
    max-width: 700px;
    right: -20px;
  }
}
@media (max-width: 1199.99px) {
  .dryxpress-features-section .delivery-truck-img {
    max-width: 600px;
    right: -15px;
  }
}
@media (max-width: 991.99px) {
  .dryxpress-features-section .delivery-truck-img {
    position: inherit;
    margin-top: 2rem;
    margin-bottom: -3rem;
    max-width: 100%;
  }
}
/****************************** ****************************** 
Contact CSS
****************************** *****************************/
.contact-info a {
  color: var(--bs-body-color);
}
.contact-info a:hover {
  color: var(--bs-primary);
}
.contact-info li span {
    margin-left: 10px;
}
/****************************** ****************************** 
Footer CSS
****************************** *****************************/
footer.site-footer {
  background: var(--bs-black);
  border-top: 5px solid var(--bs-primary);
}
/*Area We Server CSS*/
.footer-area {
  border-bottom: 1px solid rgba(var(--bs-white-rgb), 0.1);
}
.footer-area h4 {
  color: var(--bs-gray);
}
.footer-area ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.footer-area ul li {
  border-right: 1px solid var(--bs-gray-100);
  padding: 0 10px;
  margin: 4px 0;
  line-height: 1;
}
.footer-area ul li a {
  color: var(--bs-gray-100);
}
.footer-area ul li a:hover {
  text-decoration: underline;
  color: var(--bs-white);
}
/*Footer Main CSS*/
footer.site-footer .footer-info {
  color: var(--bs-gray);
  font-size: 0.875rem;
  font-weight: 400;
}
footer.site-footer .footer-info a {
  color: var(--bs-gray);
}
footer.site-footer .footer-info a:hover {
  color: var(--bs-primary);
}
footer.site-footer .footer-info img.icon {
  width: 16px;
  margin-right: 12px;
}
footer.site-footer ul.menu a {
  font-size: 0.875rem;
  color: var(--bs-gray);
  text-decoration: none;
}
footer.site-footer ul.menu a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
/*Footer Copyright CSS*/
footer.site-footer ul.social a {
  color: var(--bs-white);
}
footer.site-footer ul.social a:hover {
  color: var(--bs-primary);
}
footer.site-footer ul.social svg {
  width: 24px;
  height: 24px;
}
/****************************** ****************************** 
Page Title Section CSS
****************************** *****************************/
.page-title-section {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
.page-title-section::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bs-black);
  opacity: 0.5;
  z-index: 0;
}
.page-title-section h1, .page-title-section h2 {
  color: var(--bs-white);
}
.page-title-section p {
  color: var(--bs-gray);
  font-size: 20px;
  font-weight: 600;
}
.page-title-section p:last-child {
  margin-bottom: 0;
}
/****************************** ****************************** 
Features Box Section CSS
****************************** *****************************/
.features-section h5, .features-section h6 {
  color: var(--bs-gray-600);
}
.features-section p {
  color: var(--bs-gray-300);
  font-size: 0.875rem;
}
/****************************** ****************************** 
Basic Content + Image Section CSS
****************************** *****************************/
.basic-content-image-section h2, .basic-content-image-section h3, .basic-content-image-section h4, .basic-content-image-section h5, .basic-content-image-section h6 {
  color: var(--bs-gray-600);
}
.basic-content-image-section p {
  color: var(--bs-gray-300);
}
.basic-content-image-section p a {
  font-weight: 500;
  color: var(--bs-gray-600);
  text-decoration: underline;
}
.basic-content-image-section p a:hover {
 color: var(--bs-primary);
 text-decoration: underline; 
}
.basic-content-image-section .checklist li {
  background: url(../images/blue-tick-icon.svg) 0 0 / 22px 22px no-repeat;
  color: var(--bs-gray-400);
  font-weight: 700;
  margin: 12px 0;
  padding-left: 2.25rem;
  min-height: 22px;
}
/****************************** ****************************** 
Basic Content Section CSS
****************************** *****************************/
.basic-content-section h1, .basic-content-section h2, .basic-content-section h3, .basic-content-section h4, .basic-content-section h5, .basic-content-section h6 {
  color: var(--bs-gray-600);
}
.basic-content-section p {
  color: var(--bs-gray-300);
}
.basic-content-section p a {
  font-weight: 500;
  color: var(--bs-gray-600);
  text-decoration: underline;
}
.basic-content-section p a:hover {
 color: var(--bs-primary);
 text-decoration: underline; 
}
/****************************** ****************************** 
Plan Table cSection CSS
****************************** *****************************/
.plan-table-section .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-white);
  --bs-table-bg-type: rgba(var(--bs-secondary-rgb), 0.1);
  color: var(--bs-black);
}
.plan-table-section .table > :not(caption) > * > * {
  padding: 1rem;
  font-size: 0.875rem;
  border: 2px solid white;
  text-align: center;
}
.plan-table-section th {
  background-color: var(--bs-secondary);
  color: var(--bs-white);
  font-size: 1rem;
  padding: 10px;
  border-radius: 1rem 1rem 0 0;
}
.plan-table-section .table > :not(caption) > tr > td:first-child {
  font-weight: 500;
  font-size: 1rem;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-float img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: transform 0.2s;
}
.whatsapp-float img:hover {
  transform: scale(1.1);
}