﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --bs-primary: #ec6a1f;
  --bs-primary-rgb: 236, 106, 31;
  --bs-primary-dark: #c4500f;
  --bs-primary-dark-rgb: 196, 80, 15;
  --bs-secondary: #024177;
  --bs-secondary-rgb: 2, 65, 119;
  --bs-secondary-dark: #00648b;
  --bs-blue: #08228a;
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0;
  background-clip: content-box;
  border: 1px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-primary);
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
  background: #000;
  cursor: pointer;
  display: none;
}

::-webkit-scrollbar-track {
  background: #000;
}

html, body {
  --bs-body-font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: var(--bs-body-font-size);
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: url("../images/section-bg.jpg");
  background-size: cover !important;
  background-attachment: fixed !important;
}

/*********************MODAL*****************/

.ticker-container {
    height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}


.ticker-item {
    background: #fff;
}

@keyframes scrollUp {
    0%   { transform: translateY(100%); }
    100% { transform: translateY(-100%); }
}



/***********************NEWS END MODAL*************/
.l {
  box-shadow: 0 0 0 1px #ff4500;
}

.link-secondary:focus, .link-secondary:hover{
    color: #00648b !important;
    -webkit-text-decoration-color: #00648b!important;
    text-decoration-color: #00648b!important;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.1em;
}

.ts-0p7 {
  transform: scale(0.7);
}

.ts-0p8 {
  transform: scale(0.8);
}

.ts-0p9 {
  transform: scale(0.9);
}

.ts-1p1 {
  transform: scale(1.1);
}

.ts-1p2 {
  transform: scale(1.2);
}

.ts-1p3 {
  transform: scale(1.3);
}

.ts-1p4 {
  transform: scale(1.4);
}

.ts-1p5 {
  transform: scale(1.5);
}

.ts-1p6 {
  transform: scale(1.6);
}

.ts-1p7 {
  transform: scale(1.7);
}

.ts-1p8 {
  transform: scale(1.8);
}

.ts-1p9 {
  transform: scale(1.9);
}

.ts-2p0 {
  transform: scale(2);
}

.zm-0p5 {
  zoom: 0.5;
}

.zm-0p6 {
  zoom: 0.6;
}

.zm-0p7 {
  zoom: 0.7;
}

.zm-0p8 {
  zoom: 0.8;
}

.zm-0p9 {
  zoom: 0.9;
}

.zm-1p1 {
  zoom: 1.1;
}

.z-1000 {
  z-index: 1000;
}

.z-1100 {
  z-index: 1100;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-8 {
  opacity: 0.08;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-primary-hover:hover {
  color: var(--bs-primary) !important;
}

.text-primary-dark {
  color: var(--bs-primary-dark) !important;
}

.text-secondary {
  color: #024177 !important;
}

.text-secondary-hover:hover {
  color: #024177 !important;
}

.text-secondary-dark {
  color: #00648b !important;
}

.text-light3 {
  color: #f1f3ff;
}

.text-paragraph {
  color: #353535;
  line-height: 1.66;
}

.text-paragraph2 {
  color: #656565;
}

.text-light-primary-hover {
  color: #444;
}
.text-light-primary-hover:hover {
  color: var(--bs-primary);
}

.text-secondary-primary-hover {
  color: var(--bs-secondary);
  text-decoration: none;
}
.text-secondary-primary-hover:hover {
  color: var(--bs-primary);
}

.text-clamp2 {
  display: box;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-clamp3 {
  display: box;
  line-clamp: 3;
  box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.page-heading {
    position: relative;
    height: 340px;
    margin-top: 0;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
    z-index: 1;
    overflow: hidden;
    background: var(--bs-black);
}
.page-heading .pagebanner-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
.page-heading .nav-breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%23eee'/></svg>");
}
.page-heading .nav-breadcrumb .breadcrumb-item {
    font-weight: 600;
}
.page-heading .nav-breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}
.page-heading .nav-breadcrumb .breadcrumb-item.active {
    --bs-breadcrumb-item-active-color: var(--bs-white);
    font-weight: 600;
}


.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.css-white {
  filter: brightness(0) invert(1);
}

.border-primary {
  border-color: var(--bs-primary) !important;
}

.border-secondary {
  border-color: #024177 !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-primary-50 {
  background-color: rgba(var(--bs-primary-rgb), 0.05);
}

.bg-primary-100 {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
}

.bg-primary-200 {
  background-color: rgba(var(--bs-primary-rgb), 0.2);
}

.bg-primary-300 {
  background-color: rgba(var(--bs-primary-rgb), 0.3);
}

.bg-primary-400 {
  background-color: rgba(var(--bs-primary-rgb), 0.4);
}

.bg-primary-dark {
  background-color: var(--bs-primary-dark) !important;
}

.bg-secondary {
  background-color: #024177 !important;
}

.bg-secondary-25 {
  background-color: rgba(2, 65, 119, 0.025);
}

.bg-secondary-50 {
  background-color: rgba(2, 65, 119, 0.05);
}

.bg-secondary-100 {
  background-color: rgba(2, 65, 119, 0.1);
}

.bg-secondary-200 {
  background-color: rgba(2, 65, 119, 0.2);
}

.bg-secondary-300 {
  background-color: rgba(2, 65, 119, 0.3);
}

.bg-secondary-400 {
  background-color: rgba(2, 65, 119, 0.4);
}

.bg-secondary-dark {
  background-color: #00648b !important;
}

.bg-light2 {
  background-color: #f4f4f4 !important;
}

.bg-light3 {
  background-color: #f1f3ff !important;
}

.bg-light4 {
  background-color: #fffbf3 !important;
}

.bg-facebook, .bg-facebook:hover {
  background: #3b5998 !important;
}

.bg-instagram, .bg-instagram:hover {
  background: #3b5998 !important;
}

.bg-linkedin, .bg-linkedin:hover {
  background: #0077b5 !important;
}

.bg-whatsapp, .bg-whatsapp:hover {
  background: #25d366 !important;
}

.bg-youtube, .bg-youtube:hover {
  background: #3b5998 !important;
}

.bg-twitter, .bg-twitter:hover {
  background: #1da1f2 !important;
}

.bg-pinterest, .bg-pinterest:hover {
  background: #bd081c !important;
}

.fw-medium {
  font-weight: 500;
}

.mt-2px {
  margin-top: 2px;
}

.mt-3px {
  margin-top: 3px;
}

.mt-5px {
  margin-top: 5px;
}

.mt-6px {
  margin-top: 6px;
}

.mt-7px {
  margin-top: 7px;
}

.mb-1px {
  margin-bottom: 1px;
}

.mb-2px {
  margin-bottom: 2px;
}

.minw-2 {
  min-width: 2px;
}

.minw-20 {
  min-width: 20px;
}

.minw-24 {
  min-width: 24px;
}

.minw-80px {
  min-width: 80px;
}

.minw-90px {
  min-width: 90px;
}

.minw-100px {
  min-width: 100px;
}

.minw-110px {
  min-width: 110px;
}

.minw-120px {
  min-width: 120px;
}

.minw-130px {
  min-width: 130px;
}

.minw-140px {
  min-width: 140px;
}

.w-2px {
  width: 2px;
}

.w-3px {
  width: 3px;
}

.maxw-40 {
  max-width: 40px;
}

.maxw-50 {
  max-width: 50px;
}

.maxw-60 {
  max-width: 60px;
}

.maxw-65 {
  max-width: 65px;
}

.maxw-70 {
  max-width: 70px;
}

.maxw-80 {
  max-width: 80px;
}

.maxw-90 {
  max-width: 90px;
}

.maxw-100 {
  max-width: 100px;
}

.maxw-120 {
  max-width: 120px;
}

.maxw-180 {
  max-width: 180px;
}

.maxw-200 {
  max-width: 200px;
}

.maxw-240 {
  max-width: 240px;
}

.maxw-250 {
  max-width: 250px;
}

.maxw-260 {
  max-width: 260px;
}

.maxw-540 {
  max-width: 540px;
}

.maxw-580 {
  max-width: 580px;
}

.maxw-640 {
  max-width: 640px;
}

.maxw-680 {
  max-width: 680px;
}

.maxw-720 {
  max-width: 720px;
}

.mmwh-50 {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.mmwh-60 {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.lh-1p50 {
  line-height: 1.5 !important;
}

.lh-1p60 {
  line-height: 1.6 !important;
}

.lh-1p65 {
  line-height: 1.65 !important;
}

.lh-1p70 {
  line-height: 1.7 !important;
}

.lh-1p75 {
  line-height: 1.75 !important;
}

.lh-1p80 {
  line-height: 1.8;
}

.btn-secondary-arrow {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #024177;
}
.btn-secondary-arrow:hover {
  color: #00648b;
}

.btn-outline-light {
  --bs-btn-font-weight: 500;
}

.btn-primary {
  --bs-btn-font-weight: 500;
  --bs-btn-border-color: ${var(--bs-primary)};
  color: #fff;
  background: var(--bs-primary);
}
.btn-primary:hover, .btn-primary:active {
  color: #fff;
  background: var(--bs-primary-dark) !important;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.2);
  color: #fff;
  background: var(--bs-primary-dark);
}

.btn-secondary {
  --bs-btn-font-weight: 500;
  --bs-btn-border-color: $secondary-dark;
  color: #fff;
  background: #00648b;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #fff;
  background: var(--bs-secondary) !important;
}
.btn-secondary:focus {
  color: #fff;
  background: var(--bs-secondary);
}

.form-control, .custom-select {
  --bs-border-radius: 3px !important;
  min-height: 46px;
  font-weight: 500;
  padding: 0.563rem 0.75rem;
}
.form-control:focus, .custom-select:focus {
  border-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-secondary), 0.2);
}

.button-lg {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1rem;
  line-height: 40px;
  min-height: 48px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.button-md {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  min-height: 40px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cut-mark {
  clip-path: polygon(0 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
}

.carousel-items .owl-stage {
  display: flex;
}
.carousel-items .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.owl-carousel-bullet .owl-dots {
  display: flex;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 5px;
  justify-content: center;
}
.owl-carousel-bullet .owl-dots .owl-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.15);
}
.owl-carousel-bullet .owl-dots .owl-dot.active, .owl-carousel-bullet .owl-dots .owl-dot:focus-visible {
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  outline: none;
}


.jd-support{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
.jd-support img{
  height: 62px;
  display: block;
}


header {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .container{
  max-width: 1400px;
}
header .header-logo {
  height: auto;
  display: flex;
  align-items: center;
}
header .header-logo img {
  max-width: 100%;
  height: 44px;
  display: block;
}
header nav.nav-menu .menu-wrapper {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
header nav.nav-menu .menu-wrapper .menu-wlink {
  white-space: nowrap;
}
header nav.nav-menu .menu-wrapper .menu-wlink .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close) {
  display: block;
  background: transparent;
  text-decoration: none;
  color: var(--bs-secondary-dark);
  padding: 8px 0;
  font-weight: 600;
  font-size: 1.125rem;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  outline: none;
  border: none;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:hover, header nav.nav-menu .menu-wrapper .menu-wlink > a:active, header nav.nav-menu .menu-wrapper .menu-wlink > a.active, header nav.nav-menu .menu-wrapper .menu-wlink > a[aria-expanded=true], header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close):hover, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close):active, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close).active, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close)[aria-expanded=true] {
  transition: 500ms;
  color: var(--bs-secondary);
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:focus-visible, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close):focus-visible {
  outline: none;
}
header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
  color: var(--bs-secondary);
}
header nav.nav-menu .dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: calc(50% - 0.3em);
}
header nav.nav-menu .dropdown-menu {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
header nav.nav-menu .dropdown-menu .dropdown-item {
  padding: 7px 14px;
  font-weight: 600;
  outline: none;
}
header nav.nav-menu .dropdown-menu .dropdown-item:hover, header nav.nav-menu .dropdown-menu .dropdown-item[aria-expanded=true] {
  color: #ffffff;
  background: var(--bs-secondary);
}

.dropdown-menu-full {
  width: 100%;
  left: 0;
  right: 0;
}
.dropdown-menu-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-color: transparent;
  top: -15px;
  left: 0;
}
.dropdown-menu-full .dropdown-menu-inner {
  overflow: hidden;
  overflow-y: auto;
  max-height: 370px;
  padding: 20px 0;
}

.dropdown-hover-all .dropdown-menu .dropdown-menu,
.dropdown-hover > .dropdown-menu.dropend {
  margin-left: -1px !important;
  margin-top: -8px !important;
}

.scroll-active header {
  position: fixed;
  top: 0;
  animation: headerfixed 500ms linear;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.25);
}
.scroll-active header .header-logo img {
    height: 36px;
}
.scroll-active header .col {
  align-self: center;
}
.scroll-active header nav.nav-menu {
  margin-top: 0;
}
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
  color: var(--bs-primary);
}
.scroll-active header nav.nav-menu .dropdown-menu .dropdown-item:hover {
  background: var(--bs-secondary);
}

@keyframes headerfixed {
  from {
    transform: translateY(-150px);
  }
  to {
    transform: translateY(0);
  }
}
.dropdown-menu-full {
  border-top: 1px solid var(--bs-primary) !important;
  width: 100%;
  left: 0;
}

.dd-links {
  display: flex;
  gap: 10px;
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.3s;
}
.dd-links:hover {
  color: var(--bs-primary);
}
.dd-links:hover img {
  filter: invert(0);
  background-color: var(--bs-primary);
  box-shadow: 0 0 0 1px var(--bs-primary);
  transition: 0.3s;
}
.dd-links img {
  width: 40px;
  height: 40px;
  padding: 4px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: invert(1);
  box-shadow: 0 0 0 1px #111;
}
.dd-links span {
  white-space: normal;
  margin-top: -2px;
  align-self: center;
}

.triangle-right {
  position: relative;
  overflow: hidden;
}
.triangle-right::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -100%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 80vh;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(35deg);
  background: linear-gradient(-45deg, var(--bs-secondary), var(--bs-primary), var(--bs-blue), var(--bs-secondary-dark), var(--bs-primary-dark));
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
  opacity: 0.9;
}

.triangle-left {
  position: relative;
  overflow: hidden;
}
.triangle-left::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -100%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 80vh;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(36deg);
  background: linear-gradient(-45deg, var(--bs-secondary), var(--bs-primary), var(--bs-blue), var(--bs-secondary-dark), var(--bs-primary-dark));
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
  opacity: 0.9;
}

.section-banner {
  position: relative;
  min-height: 320px;
  height: 100vh;
  display: flex;
  align-items: center;
}
.section-banner .line-tiledbar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: block;
  width: 56%;
  height: 100%;
  transform: skewX(-25deg);
  opacity: 0.85;
  background: linear-gradient(-45deg, var(--bs-secondary), var(--bs-primary), var(--bs-blue), var(--bs-secondary-dark), var(--bs-primary-dark)) 0% 0%/400% 400%;
  animation: 10s ease 0s infinite normal none running Gradient;
  pointer-events: none;
}
.section-banner .owl-stage-outer, .section-banner .owl-stage, .section-banner .owl-item, .section-banner .container, .section-banner .row {
  height: inherit;
}
.section-banner .container {
  position: relative;
}
.section-banner .item {
  position: relative;
  height: inherit;
  padding-top: 0;
  padding-bottom: 0px;
  z-index: 10;
  overflow: hidden;
}
.section-banner .item .container {
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-banner .item .item-video {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .item .item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-banner .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
}
.section-banner .button-lg {
  text-shadow: none;
  box-shadow: 0 2px 6px rgba(145, 15, 0, 0.3);
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ec6a1f;
}

/*  */
.owl-sameheight .owl-stage {
  display: flex;
}
.owl-sameheight .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-sameheight .owl-item .card{
  width: 100%;
}
.owl-sameheight .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-sameheight .flex-text {
  flex-grow: 1;
}
.owl-sameheight .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
/*  */

.service-card {
  position: relative;
  text-decoration: none;
  color: var(--bs-body);
  background-color: #fff;
  display: flex;
  border-left: 1px solid var(--bs-secondary);
  padding: 32px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  gap: 20px;
}
.service-card:hover {
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  border-left: 1px solid var(--bs-primary);
  transition: 300ms;
}
.service-card:hover .service-icon {
  color: var(--bs-primary);
}
.service-card .service-icon {
  min-width: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 72px;
  color: var(--bs-secondary);
}
.service-card h5 {
  font-weight: bold;
}
.service-card p {
  margin: 0;
  opacity: 0.8;
}

.arrow-list {
  list-style-type: none;
  padding-left: 0;
}
.arrow-list li {
  padding-left: 1.4rem;
  color: #353535;
  line-height: 1.66;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23385879' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 0.875rem 0.875rem;
}
.arrow-list li:not(:last-child) {
  margin-bottom: 8px;
}

.single-service {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(145, 15, 0, 0.15);
}
.single-service .content {
  position: relative;
  z-index: 20;
}
.single-service .circle-before {
  position: absolute;
  top: 0;
  left: 0px;
  transform: translate(-100%, -100%);
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 0;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.4s;
}
.single-service:hover .circle-before {
  width: 100%;
  height: 100%;
  transform: none;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background-color: var(--bs-primary);
}
.single-service:hover .icon {
  background-color: var(--bs-primary);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.single-service:hover .title, .single-service:hover .description {
  color: #fff;
}
.single-service .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s;
  padding: 8px;
}
.single-service .icon img {
  width: 100%;
}
.single-service .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  transition: color 0.3s;
}
.single-service .description {
  margin-bottom: 1px;
  font-size: 0.875rem;
  opacity: 0.85;
  transition: color 0.3s;
}

.experience-year {
  position: relative;
  color: #fff;
}
.experience-year img {
  width: 100%;
  border-radius: 4px 4px 4px 0;
}
.experience-year .exp-box {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 4px 0 0;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  background: #024177;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 30px;
  text-transform: uppercase;
}
.experience-year .exp-box h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.experience-year .exp-box h4 {
  margin: 6px 0;
}
.experience-year .exp-box p {
  margin: 0;
}

.experience2-year {
  position: relative;
  color: #ffffff;
  text-shadow: 0 2px 3px var(--bs-primary);
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 6px;
}
.experience2-year::before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: var(--bs-secondary);
  opacity: 0.45;
  left: 20px;
  top: 20px;
  z-index: 1;
  border-radius: 50px 0 50px 0;
}
.experience2-year img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.experience2-year .since {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  text-align: right;
}
.experience2-year .since p {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
}
.experience2-year .since h4 {
  font-size: 20px;
  letter-spacing: 1px;
}
.experience2-year .year {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  text-align: left;
}
.experience2-year .year p {
  text-transform: uppercase;
  margin: 0;
  font-size: 15px;
  letter-spacing: 2px;
}
.experience2-year .year h5 {
  font-size: calc(20px + 7vw);
  letter-spacing: 2px;
  font-weight: 500;
}

.sideline-heading {
  border-left: 4px solid #024177;
  font-weight: 700;
  padding-left: 12px;
}

.bottomline-heading {
  position: relative;
  font-weight: bold;
}
.bottomline-heading::after {
  content: "";
  display: block;
  margin: 16px auto 16px auto;
  width: 80px;
  height: 2px;
  background-color: var(--bs-secondary);
}

.card-outline {
  position: relative;
}
.card-outline::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  background-color: #fff;
  z-index: 0;
  border-radius: 4px;
  box-shadow: 0px 10px 26px -10px rgba(0, 0, 0, 0.25);
}
.card-outline > * {
  position: relative;
}

.card-iconbox {
  text-align: right;
  position: relative;
}
.card-iconbox span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 80%;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: -35px;
  font-size: 36px;
  color: #024177;
  box-shadow: 0 4px 6px rgba(145, 15, 0, 0.1);
}

.callto-section {
  position: relative;
  background-attachment: fixed !important;
  background-position: center !important;
  background-size: cover !important;
}
.callto-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(145, 15, 0, 0.9);
}

.star-rating {
  display: inline-block;
  color: #ddd;
  font-family: Arial !important;
  vertical-align: top;
  position: relative;
}

.star-rating:before {
  content: "★★★★★";
  font-family: inherit;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  text-shadow: 0 0px 1px #fff;
}

.star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.star-rating span:before {
  content: "★★★★★";
  position: relative;
  color: #FFC835;
  font-family: Arial !important;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.contact-section {
  position: relative;
}

.text-link {
  color: inherit;
  text-decoration: none;
}
.text-link:hover {
  color: #00648b;
}

.best-section {
  background-size: cover !important;
  background-attachment: fixed !important;
}
.best-section .cut-mark {
  background-color: rgba(218, 48, 30, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
  padding: 28px;
  border-top: 2px solid var(--bs-warning);
}
.best-section .cut-mark ul {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.best-section .cut-mark ul li {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/><path fill-rule='evenodd' clip-rule='evenodd' d='m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 0 4.5px;
  padding-left: 26px;
  flex: 0 0 100%;
  margin-top: 4px;
  padding-right: 28px;
}

.twenty4-section {
  background: rgba(218, 48, 30, 0.92);
}

.contact-section {
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 80px 12px;
}

footer {
  background-color: var(--bs-black);
  padding-top: 20px;
  padding-bottom: 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -70%;
  z-index: 0;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(36deg);
  background: linear-gradient(-45deg, var(--bs-secondary), var(--bs-primary), var(--bs-blue), var(--bs-secondary-dark), var(--bs-primary-dark));
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite;
  opacity: 0.9;
}
footer .container {
  position: relative;
}
footer .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
  padding: 8px;
  background-color: #fff;
  clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
}
footer .footer-logo img {
  width: 100%;
  max-width: 260px;
}
footer h5 {
  font-size: 1.375;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}
footer address {
  color: rgb(255, 255, 255);
}
footer .footer-links, footer .copyright {
  color: rgb(255, 255, 255);
}
footer .footer-links a, footer .copyright a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .footer-links a:hover, footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .footer-bullet a {
  display: flex;
  gap: 8px;
}
footer .footer-bullet a::before {
  content: "";
  display: block;
  min-width: 7px;
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background-color: var(--bs-secondary);
  margin-top: 9px;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 18px;
}
footer .footer-social a {
  font-size: 20px;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
footer .footer-social a:hover {
  color: #024177;
}
footer .footer-widget h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--bs-secondary);
}
footer .footer-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-widget ul li {
  flex: 0 0 50%;
  padding-right: 16px;
  margin-bottom: 14px;
}
footer .footer-widget ul li a {
  text-decoration: none;
  color: #fff;
}
footer .footer-widget ul li a:hover {
  color: var(--bs-secondary);
}
footer .footer-menu ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  position: relative;
}
footer .footer-menu ul a {
  text-decoration: none;
  color: #fff;
}
footer .footer-menu ul a:hover {
  color: var(--bs-black);
}
footer .copyright-area {
  background: var(--bs-secondary-dark);
  padding: 25px 0;
  font-size: 15px;
}
footer .copyright-area .copyright-text p {
  margin: 0;
  color: #ffffff;
}

.goto-top {
  position: fixed;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: var(--bs-secondary);
  box-shadow: 0 0 8px var(--bs-secondary-dark);
  bottom: 15px;
  right: 15px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.25s;
  border: none;
  opacity: 0;
  transform: scale(0);
  z-index: 120;
}
.goto-top.active {
  opacity: 1;
  transform: scale(1);
}
.goto-top:hover {
  color: #fff;
  background-color: var(--bs-secondary-dark);
}

.dropdown-mobile {
  visibility: hidden;
  width: 36px;
  height: 100%;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: Arial;
}
.dropdown-mobile::before {
  content: "+";
  box-shadow: 0 0 0 1px rgba(145, 15, 0, 0.25);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  border-radius: 50px;
}

/*Start | Bootstrap Custom Lightbox*/
.modal-lighting .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.modal-lighting .modal-content {
  background: transparent;
  box-shadow: none;
  border: 0;
  height: 100vh;
}

.modal-lighting .carousel-indicators button {
  width: 16px;
  height: 4px;
  border: 0;
  border-radius: 20px;
  margin-right: 4px;
  margin-left: 4px;
  opacity: 0.9;
}

.modal-lighting .carousel-indicators button.active {
  background: #024177;
}

.modal-lighting .modal-body, .modal-lighting .carousel, .modal-lighting .carousel-item {
  height: 100vh;
}

.modal-lighting .carousel-item img {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
}

.modal-lighting button[data-bs-dismiss=modal] {
  font-family: Arial;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.95);
  color: red;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  opacity: 0.85;
  outline: none;
  transition: 300ms;
}
.modal-lighting button[data-bs-dismiss=modal]:hover {
  transform: rotate(90deg);
}

.modal-lighting button:hover {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.75;
}

/*End*/
.display-7 {
  font-size: calc(1.25rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3;
}

.display-8 {
  font-size: calc(1rem + 1vw);
  font-weight: 300;
  line-height: 1.3;
}

/*Start | Controle*/
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #024177;
  background-color: #024177;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(235, 5, 124, 0.3);
}

.ui-slider {
  border: 1px solid #024177 !important;
}

.ui-slider-range {
  border: 1px solid #024177;
  background: #024177;
}

.ui-slider-handle {
  border: 1px solid #024177 !important;
}

.houseland-packages {
  background: #fff;
  border: 1px #d3d3d3 solid;
  margin-bottom: 28px;
  transition: 300ms;
}

.houseland-title {
  font-family: "Tiempos Headline";
  font-size: 24px;
}

.houseland-packages:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.houseland-box1, .houseland-box2 {
  border-right: 1px #d3d3d3 solid;
}

.houseland-facilities {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  font-weight: 500;
  font-size: 20px;
  gap: 15px;
}

.houseland-facilities svg.icon {
  margin-right: 8px;
  opacity: 0.5;
}

/*End | Controle*/
/*Start | Multiselect*/
.ui-multiselect {
  box-sizing: border-box;
  padding: 8px 2px 7px 10px;
  text-align: left;
  width: auto;
  color: #212529;
  font-size: 14px;
  background: #fff;
  border-color: #adb5bd;
  outline: none;
}

.ui-multiselect:focus,
.ui-multiselect:active,
.ui-multiselect.ui-state-active {
  outline: none;
  border: 1px solid rgba(235, 5, 124, 0.8);
  box-shadow: 0 0 0 0.2rem rgba(235, 5, 124, 0.3);
}

.ui-multiselect .ui-multiselect-open {
  float: right;
}

.ui-multiselect-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  text-align: left;
  z-index: 101;
  width: auto;
  height: auto;
  padding: 3px;
}

.ui-multiselect-menu.ui-multiselect-listbox {
  position: relative;
  z-index: 0;
}

.ui-multiselect-header {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: auto;
  padding: 3px 0 3px 4px;
  margin-bottom: 2px;
}

.ui-multiselect-header > ul {
  font-size: 0.9em;
}

.ui-multiselect-header li {
  float: left;
  margin: 0 10px 0 0;
}

.ui-multiselect-header a {
  text-decoration: none;
}

.ui-multiselect-header a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.ui-multiselect-header .ui-multiselect-close {
  float: right;
  margin-right: 0;
  text-align: right;
}

.ui-multiselect-checkboxes {
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
  width: auto;
  border: 0;
  padding: 4px 0 8px;
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
  clear: both;
  font-size: 0.9em;
  list-style: none;
  padding-right: 3px;
}

.ui-multiselect-checkboxes label {
  border: 1px solid transparent;
  cursor: default;
  display: block;
  padding: 4px 1px 4px 21px;
  text-indent: -4px;
  margin: 0;
}

.ui-multiselect-checkboxes input {
  position: relative;
  top: 1px;
  cursor: pointer;
  right: 6px;
}

.ui-multiselect-checkboxes img {
  height: 30px;
  vertical-align: middle;
  margin-right: 3px;
}

.ui-multiselect-grouplabel {
  border-bottom: 1px solid;
  display: block;
  font-weight: bold;
  margin: 1px 0;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

.ui-multiselect-selectable {
  cursor: pointer;
}

.ui-multiselect-optgroup > ul {
  padding: 3px;
}

.ui-multiselect-columns {
  display: inline-block;
  vertical-align: top;
}

.ui-multiselect-collapser {
  float: left;
  padding: 0 1px;
  margin: 0;
}

.ui-multiselect-collapsed > ul {
  display: none;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  left: -9999px;
  position: absolute !important;
  top: auto !important;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px !important;
  text-indent: 0 !important;
}

.ui-multiselect.ui-multiselect-nowrap {
  white-space: nowrap;
}

.ui-multiselect.ui-multiselect-nowrap > span {
  display: inline-block;
}

.ui-multiselect-checkboxes.ui-multiselect-nowrap li,
.ui-multiselect-checkboxes.ui-multiselect-nowrap a {
  white-space: nowrap;
}

.ui-multiselect-measure > .ui-multiselect-header,
.ui-multiselect-measure > .ui-multiselect-checkboxes {
  float: left;
}

.ui-multiselect-measure > .ui-multiselect-checkboxes {
  margin: 4px;
  overflow-y: scroll;
}

.ui-multiselect-resize {
  border: 2px dotted #00F;
}

@media print {
  .ui-multiselect-menu {
    display: none;
  }
}
/*End | Multiselect*/
.minh-34 {
  min-height: 34px !important;
}

.minh-36 {
  min-height: 36px !important;
}

.img-section {
  position: relative;
  overflow: hidden;
}
.img-section .img-clone {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.img-section.img-section33per .img-area {
  width: 45vw;
}
.img-section .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw - 1px);
  height: 100%;
  overflow: hidden;
}
.img-section .img-area.imgright-area {
  left: auto;
  right: 0;
}
.img-section .img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}


ul.icon-tick{
	list-style-type: none;
	text-align: left;
  padding: 20px;
  border: 1px solid var(--bs-primary);
  min-height: 100%;
}
ul.icon-tick li{
	padding-left: 28px;
  padding-bottom: 5px;
  position: relative;
}
ul.icon-tick li:before{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ef3e42' xmlns='http://www.w3.org/2000/svg'><path d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z'/></svg>");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}




/*Start | Dark Theme*/
html.dark {
  filter: invert(1) hue-rotate(180deg) brightness(1) grayscale(100);
}
html.dark video, html.dark img {
  filter: invert(1) hue-rotate(180deg) !important;
}

/*End | Dark Theme*/
@media screen and (max-width: 767.99px) {
  .img-section .img-clone {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .img-section .img-area {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sticky-md-t80 {
    position: sticky;
    top: 80px;
  }
  .sticky-md-t85 {
    position: sticky;
    top: 85px;
  }
  .sticky-md-t90 {
    position: sticky;
    top: 90px;
  }
  .mt-md-95px {
    margin-top: 95px;
  }
  .mt-md-100px {
    margin-top: 100px;
  }
  .mt-md-105px {
    margin-top: 105px;
  }
  .mt-md-110px {
    margin-top: 110px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 991.99px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-75 {
    width: 75%;
  }
  .w-lg-80 {
    width: 80%;
  }
  .w-lg-85 {
    width: 85%;
  }
}
@media screen and (max-width: 1280px) {
  header .header-logo img {
    max-width: 100%;
    height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .display-7 {
    font-size: 2.25rem;
  }
  .display-8 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-6, .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-6, .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mt-md-95px {
    margin-top: 95px;
  }
  .mt-md-100px {
    margin-top: 100px;
  }
  .mt-md-105px {
    margin-top: 105px;
  }
  .mt-md-110px {
    margin-top: 110px;
  }
}
@media (max-width: 992px) {
  header nav.nav-menu .menu-wrapper {
    gap: 20px;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink > a {
    font-size: 1rem;
  }
}
@media (max-width: 991.9px) {
  header .col {
    text-align: right;
    align-self: center;
  }
  header .input-search {
    width: 100%;
  }
  header nav.nav-menu {
    margin-top: 0 !important;
    position: fixed;
    background: #fff;
    width: 260px;
    right: -280px;
    height: 100vh;
    text-align: left;
    top: 0;
    transition: 300ms;
    box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: hidden;
    overflow-y: auto;
    padding: 1px 12px 12px 12px;
  }
  header nav.nav-menu .dropdown-menu {
    position: relative !important;
    margin: 1px 0 !important;
    transform: none !important;
  }
  header nav.nav-menu .dropdown-menu .dropdown-item {
    white-space: wrap !important;
  }
  header nav.nav-menu .dropdown-hover-all .dropdown-menu .dropdown-menu,
  header nav.nav-menu .dropdown-hover > .dropdown-menu.dropend {
    max-width: 94%;
    margin-left: 3% !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
  }
  header nav.nav-menu .menu-wrapper {
    flex-direction: column;
    gap: 1px;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink > a, header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close) {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink:hover > a {
    color: #024177;
  }
  header nav.nav-menu .menu-wrapper .menu-wlink .caret {
    position: absolute;
    right: 6px;
    top: 19px;
  }
  .btn-menu {
    outline: 1px solid #000;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    filter: invert(75%);
  }
  body.menu-onoff {
    overflow: hidden;
  }
  body.menu-onoff::before {
    content: "";
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: fixed;
    z-index: 95;
    background: rgba(0, 0, 0, 0.7);
  }
  body.menu-onoff header .header-logo {
    opacity: 0.35;
    pointer-events: none;
  }
  body.menu-onoff header nav.nav-menu {
    right: 0;
  }
  .btn-close.menu-toggle {
    filter: invert(5%);
  }
}
@media (max-width: 575.9px) {
  .section-banner {
    min-height: 46vh;
  }
  .best-section .cut-mark ul li {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 420px) {
  .section-banner .button-lg {
    white-space: nowrap;
  }
  .button-lg {
    min-height: 40px;
  }
  .offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    border: none;
  }
  .w50-on420 {
    width: 50%;
  }
  .w100-on420 {
    width: 100%;
  }
  .goto-top {
    bottom: 5px;
    right: 5px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto;
  }
}/*# sourceMappingURL=style.css.map */

/* =====================================================
   TOP INFO BAR
   ===================================================== */
.header-topbar {
  background: #0d1b2a;
  padding: 7px 0;
  font-size: 0.82rem;
  position: relative;
  z-index: 101;
}
.topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.topbar-link:hover { color: #ec6a1f; }
.topbar-link i { color: #ec6a1f; font-size: 0.85rem; }

/* =====================================================
   MAIN HEADER OVERRIDES
   ===================================================== */
header {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-bottom: 3px solid #ec6a1f;
  position: sticky !important;
  top: 0 !important;
  z-index: 100;
  animation: none !important;
}
.scroll-active header {
  position: sticky !important;
  top: 0 !important;
  animation: none !important;
}
header .header-logo img {
  height: 62px !important;
  width: auto;
  max-width: 200px;
}
.scroll-active header .header-logo img {
  height: 50px !important;
}
header nav.nav-menu .menu-wrapper {
  gap: 28px;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a,
header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close) {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 2px;
  position: relative;
  color: #222;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ec6a1f;
  transition: width 0.25s ease;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:hover::after,
header nav.nav-menu .menu-wrapper .menu-wlink > a.active::after {
  width: 100%;
}
header nav.nav-menu .menu-wrapper .menu-wlink > a:hover,
header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close):hover {
  color: #ec6a1f;
}
header nav.nav-menu .dropdown-menu {
  border-top: 2px solid #ec6a1f !important;
  border-radius: 0 0 8px 8px;
  padding: 6px 0;
  min-width: 215px;
  border: none;
}
header nav.nav-menu .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  padding: 9px 18px;
  font-weight: 600;
  color: #333;
}
header nav.nav-menu .dropdown-menu .dropdown-item:hover {
  background: #ec6a1f;
  color: #fff;
}
header nav.nav-menu .dropdown-menu .dropdown-item:hover i {
  color: #fff !important;
}
.btn-menu {
  background: transparent;
  border: 2px solid #ec6a1f;
  border-radius: 4px;
  color: #ec6a1f;
  padding: 4px 8px;
  line-height: 1;
}
.btn-menu:hover { background: #ec6a1f; color: #fff; }

/* Loader */
.loader { display: flex !important; }
.loader.active { display: none !important; }

/* Mobile menu backdrop */
body.menu-onoff::before {
  content: "";
  width: 100vw; height: 100%;
  left: 0; top: 0;
  display: block; position: fixed;
  z-index: 95;
  background: rgba(0,0,0,0.65);
}
body.menu-onoff header nav.nav-menu { right: 0; }

@media (max-width: 991.9px) {
  header nav.nav-menu .menu-wrapper .menu-wlink > a::after { display: none; }
  header nav.nav-menu .menu-wrapper { gap: 2px; }
  header nav.nav-menu .menu-wrapper .menu-wlink > a,
  header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close) {
    color: #222; font-size: 1rem; padding: 11px 0;
  }
}
@media (max-width: 575.9px) {
  header .header-logo img { height: 44px !important; }
  .scroll-active header .header-logo img { height: 38px !important; }
}
@media (max-width: 420px) {
  header { padding-top: 8px; padding-bottom: 8px; }
  header .header-logo img { height: 38px !important; }
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #0d1b2a;
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 92px);
  object-fit: cover;
  z-index: 0;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 92px;
  background: linear-gradient(to right, rgba(13,27,42,0.82) 0%, rgba(13,27,42,0.50) 50%, rgba(13,27,42,0.20) 100%);
  z-index: 1;
}
.hero-main {
  position: relative;
  z-index: 2;
  padding: 70px 0 50px;
  min-height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  width: 100%;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(2,65,119,0.18);
  border: 1px solid rgba(2,65,119,0.45);
  color: #a8d8f0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.hero-badge .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ec6a1f;
  animation: badgePulse 1.5s infinite;
  flex-shrink: 0;
}
@keyframes badgePulse {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:0.4; transform:scale(1.6); }
}
.hero-heading {
  font-size: clamp(1.75rem, 3.8vw, 3.15rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 28px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}
.hero-heading .hero-highlight {
  color: #ec6a1f;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}
.hero-btn-primary {
  background: #ec6a1f;
  color: #fff;
  padding: 13px 26px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #ec6a1f;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(236,106,31,0.4);
}
.hero-btn-primary:hover {
  background: #c4500f;
  border-color: #c4500f;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(236,106,31,0.5);
}
.hero-btn-outline {
  background: transparent;
  color: #fff;
  padding: 11px 22px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255,255,255,0.55);
  transition: all 0.3s;
}
.hero-btn-outline:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.1);
  color: #fff;
}
.hero-btn-ghost {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.9);
  padding: 11px 22px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255,255,255,0.18);
  transition: all 0.3s;
}
.hero-btn-ghost:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
}
.hero-feature-item {
  color: rgba(255,255,255,0.9);
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-feature-item i { color: #ec6a1f; font-size: 1rem; }

/* =====================================================
   HERO QUOTE FORM CARD
   ===================================================== */
.hero-form-card {
  background: rgba(255,255,255,0.10);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 390px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.38), inset 0 0 0 1px rgba(255,255,255,0.12);
}
.form-card-header {
  background: #ec6a1f;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.form-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  flex-shrink: 0;
}
.form-card-header h5 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
}
.form-card-header p {
  margin: 2px 0 0;
  color: rgba(255,255,255,0.8);
  font-size: 0.8rem;
}
.form-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  background: rgba(255,255,255,0.07);
}
.hf-field {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.30);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.25s, background 0.25s;
}
.hf-field:focus-within {
  border-color: rgba(236,106,31,0.80);
  background: rgba(255,255,255,0.20);
}
.hf-field > i {
  padding: 0 12px;
  color: rgba(255,255,255,0.4);
  font-size: 0.9rem;
  flex-shrink: 0;
}
.hf-field input,
.hf-field textarea,
.hf-field select {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.875rem;
  padding: 11px 12px 11px 0;
  width: 100%;
  min-height: auto;
  box-shadow: none;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}
.hf-field input::placeholder,
.hf-field textarea::placeholder { color: rgba(255,255,255,0.38); }
.hf-field select option { background: #0d1b2a; color: #fff; }
.hf-field select { color: rgba(255,255,255,0.7); cursor: pointer; }
.hf-field textarea { resize: none; min-height: 58px; }
.hf-submit {
  background: #ec6a1f;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-top: 2px;
  font-family: inherit;
}
.hf-submit:hover {
  background: #c4500f;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(236,106,31,0.45);
}
.hf-secure {
  text-align: center;
  color: rgba(255,255,255,0.42);
  font-size: 0.78rem;
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* =====================================================
   HERO STATS BAR
   ===================================================== */
.hero-stats-bar {
  position: relative;
  z-index: 2;
  background: #0d1b2a;
  border-top: 1px solid rgba(236,106,31,0.3);
}
.hero-stats-bar .stats-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-right: 1px solid rgba(255,255,255,0.07);
  transition: background 0.3s;
  cursor: default;
}
.hero-stats-bar .stats-item:last-child { border-right: none; }
.hero-stats-bar .stats-item:hover { background: rgba(236,106,31,0.1); }
.stats-icon-box {
  width: 48px;
  height: 48px;
  background: rgba(236,106,31,0.14);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #ec6a1f;
  flex-shrink: 0;
}
.stats-content .stats-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.stats-content .stats-label {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 3px;
}

/* Mobile hero */
@media (max-width: 991.9px) {
  .hero-main { padding: 90px 0 40px; min-height: auto; }
  .hero-video { height: calc(100% - 92px); }
  .hero-section .hero-overlay { bottom: 92px; }
  .hero-form-card { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 767px) {
  .hero-stats-bar .stats-item { padding: 14px 10px; gap: 10px; }
  .stats-icon-box { width: 38px; height: 38px; font-size: 1rem; }
  .stats-content .stats-num { font-size: 1.15rem; }
  .stats-content .stats-label { font-size: 0.68rem; }
}
@media (max-width: 575.9px) {
  .hero-main { padding: 80px 0 28px; }
  .hero-badge { font-size: 0.72rem; }
  .hero-stats-bar .row > .col { flex: 0 0 50%; max-width: 50%; }
  .hero-stats-bar .stats-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.07); }
  .hero-stats-bar .stats-item:nth-child(5) { border-right: none; flex: 0 0 100%; max-width: 100%; justify-content: center; }
  .hero-buttons { flex-wrap: nowrap; gap: 6px; }
  .hero-btn-primary, .hero-btn-outline, .hero-btn-ghost {
    font-size: 0.78rem;
    padding: 9px 10px;
    gap: 4px;
    flex: 1;
    justify-content: center;
    white-space: nowrap;
  }
}