@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: #00A2A5;
    --bs-primary-rgb: 0, 162, 165;
    --bs-primary-dark: #036b6d;
    --bs-primary-dark-rgb: 3, 107, 109;
    --bs-secondary: #0492c9;
    --bs-secondary-rgb:4, 146, 201;
    --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{
    padding-top: 124px;
}
.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: #0492c9 !important}
.text-secondary-hover:hover {color: #0492c9 !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: 70px;
    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;
}
.breadcrumb {
    --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8.5' height='8.5'><path d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%2300A2A5'/></svg>");
    padding-top: 2px;
    padding-bottom: 2px;
}
.breadcrumb .breadcrumb-item {
    font-weight: 500;
    font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
    color: #656565;
    text-decoration: none;
    &:hover{
        color: var(--bs-primary-dark);
    }
}
.breadcrumb .breadcrumb-item.active {
    --bs-breadcrumb-item-active-color: var(--bs-dark);
    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: #0492c9 !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: #0492c9 !important}
.bg-secondary-25 {background-color: rgba(4, 146, 201, 0.025)}
.bg-secondary-50 {background-color: rgba(4, 146, 201, 0.05)}
.bg-secondary-100 {background-color: rgba(4, 146, 201, 0.1)}
.bg-secondary-200 {background-color: rgba(4, 146, 201, 0.2)}
.bg-secondary-300 {background-color: rgba(4, 146, 201, 0.3)}
.bg-secondary-400 {background-color: rgba(4, 146, 201, 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}

.ps-18px{padding-left: 18px}
.ps-19px{padding-left: 19px}
.ps-20px{padding-left: 20px}

.mt-1px {margin-top: 1px !important}
.mt-2px {margin-top: 2px !important}
.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: #0492c9;
}
.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);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary-dark);
    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-outline-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
}
.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-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 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;
}
.topbar{
    background: var(--bs-primary-dark);
    color: #fff;
    font-size: 0.875rem;
    padding: 6px 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 101;
}
.topbar a:hover{
    opacity: 0.85;
}
header {
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
header .container{
    max-width: 1320px;
}
header .header-logo {
    height: auto;
    display: flex;
    align-items: center;
}
header .header-logo img {
    max-width: 100%;
    height: 48px;
    display: block;
}
header nav.nav-menu .menu-wrapper {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}
header nav.nav-menu .menu-wrapper .menu-wlink {
    white-space: nowrap;
    padding-left: 24px;
}
header nav.nav-menu .menu-wrapper .menu-wlink .caret {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px 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-dark);
    padding: 30px 0;
    font-weight: 600;
    font-size: 0.938rem;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.10);
    outline: none;
    border: none;
  /* box-shadow: inset 0 0 0 1px red; */
}
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: 300ms;
    color: var(--bs-primary);
}
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-primary);
}
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 1600px 0 1600px rgba(0, 0, 0, 0.65);
}
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-primary-dark);
}
.dropdown-menu-full {
    width: 100%;
    max-width: 1400px;
    transform: translate(0, 54px)!important;
    left: 0 !important; 
    right: 0 !important;
    margin: 0 auto !important;
    border-top: 2px solid var(--bs-primary) !important;
    border-radius: 0;
}
.dropdown-menu-full::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: transparent;
    top: -15px;
    left: 0;
}
.dropdown-menu-full ul {
    margin-bottom: 0;
    padding-left: 19px;
    font-size: 0.938rem;
    a{
        display: inline-block;
        margin: 4px 0;
        text-decoration: none;
        color: var(--bs-black);
        &:hover{
            color: var(--bs-primary-dark);
            text-decoration: underline;
            text-underline-offset: 4px;
        }
    }
}
.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;
}
.dropdown-center{
    .dropdown-menu{
        min-width: 760px;
        border-top: 3px solid var(--bs-primary) !important;
        border-radius: 0 0 12px 12px;
        margin-top: -2px !important;
        &.column1{
            min-width: 300px;
        }
        &.column2{
            min-width: 520px;
        }
        &.column4{
            min-width: 990px;
        }
    }
    ul {
        margin-bottom: 0;
        padding-left: 17px;
        font-size: 0.875rem;
        li{white-space: normal; font-size: 0.875rem;}
        a{
            display: inline-flex;
            white-space: unset;
            margin: 4px 0 12px 0;
            text-decoration: none;
            color: var(--bs-black);
            &:hover{
                color: var(--bs-primary-dark);
            }
        }
    }
}
@media (min-width: 992px) {
    .column1 .col-lg-4 {width: 100%}
    .column2 .col-lg-4 {width: 50%}
    .column4 .col-lg-4 {width: 25%}
}
.scroll-active header {
    position: fixed;
    top: 0;
    animation: headerfixed 500ms linear;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.15);
}
.scroll-active header .header-logo img {
    height: 42px;
}
.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);
}
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > a, 
.scroll-active header nav.nav-menu .menu-wrapper .menu-wlink > button:not(.btn-close) {
    padding: 16px 0;
}
@keyframes headerfixed {
    from {transform: translateY(-150px)}
    to {transform: translateY(0)}
}
.section-banner{
    position: relative;
    min-height: 73vh;
    display: flex;
    align-items: center;
    .owl-stage-outer, .owl-stage, .owl-item, .container, .row{
        min-height: inherit;
    }
    .item{
        position: relative;
        min-height: inherit;
        &::before{
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            left: 0;
            top: 0;
            z-index: 1;
            background: rgba(0,0,0, 0.40);
        }
        .container{
            z-index: 2;
            padding-top: 100px;
            padding-bottom: 30px;
        }
        .item-video{
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
            user-select: none;
        }
        .item-image{
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            pointer-events: none;
            user-select: none;
        }
    }
    .owl-dots {
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        width: 100%;
    }
    .button-lg{
        text-shadow: none;
    }
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--bs-primary);
}
.arrow-list{
    list-style-type: none;
    padding-left: 0;
    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;
        &:not(:last-child){
            margin-bottom: 8px;
        }
    }
}
.page2-banner {
    position: relative;
    min-height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--bs-primary-dark);
}
.page2-banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.95;
    z-index: 0;
}
.page2-banner h1 {
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    padding: 5px 20px 6px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.page2-banner nav {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    padding: 4px 12px;
}
.page-poster {
    position: relative;
    display: block;
    text-align: center;
    background: var(--bs-primary-dark);
}
.page-poster-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.page-poster h1 {
    letter-spacing: 1px;
    padding: 5px 14px 6px 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: calc(12px + 1.25vw);
    margin: 0;
}
.page-poster nav {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.75);
    padding: 3px 10px;
}
.accordion-ul-link{
    ul{
        padding-left: 17.5px;
        margin: 0;
        li{
            margin-bottom: 6px;
            font-size: 15px;
        }
        a{
            display: inline-block;
            text-decoration: none;
            font-size: 15px;
            color: #444;
            &:hover{
                color: var(--bs-primary-dark);
                text-decoration: underline;
            }
        }
    }
}
.card-product{
    height: 100%;
    border: none;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    color: #444;
    &:hover{
        border: 1px solid var(--bs-primary);
        text-decoration: none;
        color: var(--bs-primary);
    }
    span{
        display: block;
        padding: 12px 14px;
    }
}
footer {
    background-color: #111;
    padding-top: 65px;
    padding-bottom: 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}
footer .container {
    position: relative;
}
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: #0492c9;
}
footer .footer-widget h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--bs-primary);
}
footer .footer-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-widget ul li {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 18px;
}
footer .footer-widget ul li a {
    text-decoration: none;
    color: #fff;
}
footer .footer-widget ul li a:hover {
    color: var(--bs-primary);
}
footer .footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    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 {
    margin-top: 20px;
    background: var(--bs-black);
    padding: 28px 0;
    font-size: 1rem;
}
footer .copyright-area .copyright-text p {
    margin: 0;
}
footer .copyright-area .footer-menu a{
    &:hover {
        color: var(--bs-primary);
    }
}
.goto-top {
    position: fixed;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background-color: var(--bs-primary);
    box-shadow: 0 0 8px var(--bs-primary);
    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-primary-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: #0492c9;
}
.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;
}
.minh-34 {min-height: 34px !important}
.minh-36 {min-height: 36px !important}

/*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 (min-width: 768px) {
    .sticky-md-t75 {
        position: sticky;
        top: 75px;
    }
    .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: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
@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: 42px;
    }
}
@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) {
    body {
        padding-top: 94px;
    }
    header{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    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: 310px;
        right: -340px;
        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;
        min-width: 100%;
        text-align: left;
    }
    header nav.nav-menu .dropdown-menu.column1,
    header nav.nav-menu .dropdown-menu.column2,
    header nav.nav-menu .dropdown-menu.column3,
    header nav.nav-menu .dropdown-menu.column4{
        min-width: 100%;
    }
    header nav.nav-menu .dropdown-menu .dropdown-item {
        white-space: wrap !important;
        text-align: left;
    }
    header nav.nav-menu .dropdown-menu .col{
        text-align: left;
    }
    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: #0492c9;
    }
    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) {

}
@media (max-width: 420px) {
    .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;
    }
}

/************************Accordion CSS *********************************/

/* RESET LIST */
.accordion-ul-link ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
}

/* SECTION HEADINGS (Domestic / Commercial / Industrial) */
.accordion-ul-link h6 {
    color: #036b6d;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .4px;
    margin-bottom: 8px;
}

/* MAIN PRODUCT LIST */
.accordion-ul-link ul > li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 8px;
    line-height: 1.45;
}

/* LEFT ACCENT BAR */
.accordion-ul-link ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 6px);
    background-color: #036b6d;
    border-radius: 2px;
}

/* MAIN PRODUCT LINK */
.accordion-ul-link ul > li > a {
    font-weight: 500;
    color: #212529;
    text-decoration: none;
}

.accordion-ul-link ul > li > a:hover {
    color: #036b6d;
    text-decoration: underline;
}

/* VARIANT LIST (R290 etc.) */
.accordion-ul-link ul ul {
    margin-top: 6px;
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

/* VARIANT ITEM */
.accordion-ul-link ul ul li {
    padding-left: 0;
    margin-bottom: 0;
}

/* REMOVE BAR FROM VARIANTS */
.accordion-ul-link ul ul li::before {
    display: none;
}

/* VARIANT CHIP STYLE */
.accordion-ul-link ul ul li a {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    background: #f1f5f5;
    color: #036b6d;
    border: 1px solid #d5e3e3;
    white-space: nowrap;
}

.accordion-ul-link ul ul li a:hover {
    background: #036b6d;
    color: #fff;
    text-decoration: none;
}

/* HR SUBTLE */
.accordion-ul-link hr {
    margin: 14px 0;
    opacity: .15;
}


/***************************CHAT WITH US******************/

/* Floating container */
.chat-float-container {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
}

/* Vertical button */
.chat-float-btn {
  position: fixed;
  right: -48px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: red;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  white-space: nowrap;
}

/* Sliding panel */
.chat-panel {
  position: fixed;
  right: -320px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  min-height: 300px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0,0,0,0.25);
  transition: right 0.4s ease;
  border-radius: 12px 0 0 12px;
  z-index: 999998;
}

.chat-panel.active {
  right: 0;
}

/* Header */
.chat-header {
  background: #036b6d;
  color: #fff;
  padding: 12px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.chat-close {
  cursor: pointer;
  font-size: 20px;
}

/* Body */
.chat-body {
  justify-content: space-between;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.qr-box {
  width: 48%;
  text-align: center;
}

.qr-box img {
  width: 100%;
  max-width: 120px;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 6px;
}

.qr-box.vertical {
  width: 100%;
  text-align: center;
}

.qr-box.vertical img {
  max-width: 160px;
  width: 100%;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.qr-box.vertical img:hover {
  transform: scale(1.05);
}


/*ticker*/
.ticker-wrap{
    background:#00a7a7;
    overflow:hidden;
    white-space:nowrap;
    color:#fff;
}
.ticker{
    display:inline-block;
    padding-left:100%;
    animation: ticker 30s linear infinite;
}
.ticker span{
    margin-right:60px;
    font-weight:600;
}
@keyframes ticker{
    0%{transform:translateX(0)}
    100%{transform:translateX(-100%)}
}
