@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

@media (min-width: 992px) {
    body {
        font-size: 17px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size: 2.5em;
    line-height: 1.2;
}

h2 {
    font-size: 2em;
    line-height: 1.25;
}

h3 {
    font-size: 1.75em;
    line-height: 1.3;
}

h4 {
    font-size: 1.5em;
    line-height: 1.4;
}

h5 {
    font-size: 1.25em;
    line-height: 1.5;
}

h6 {
    font-size: 1em;
    line-height: 1.6;
}

ul {
    list-style: none;
    margin-top: 0;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

p {
    margin-top: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

header {
    position: relative;
    z-index: 99999;
}

.header-container {
    width: 100%;
    padding-right: 0;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px) {
    .header-container {
        padding-right: 5px;
        padding-left: 30px;
    }
}

main {
    min-height: 400px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.btn-primary {
    background-color: #004c46;
    border-color: #004c46;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #00856A;
    border-color: #00856A;
    color: #fff;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #004c46;
    color: #004c46;
}

.btn-outline-primary:hover {
    background-color: #00856A;
    color: #fff;
}

.btn-secondary {
    background-color: #FFC72C;
    border-color: #FFC72C;
    color: #000000;
}

.btn-secondary:hover {
    background-color: #F2A900;
    border-color: #F2A900;
    color: #000000;
}

.btn-outline-secondary {
    background-color: transparent;
    border-color: #FFC72C;
    color: #FFC72C;
}

.btn-outline-secondary:hover {
    border-color: #F2A900;
    color: #F2A900;
}

.btn-black {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
}

.btn-white {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #004c46;
}

.btn-white:hover {
    background-color: #FFC72C;
    border-color: #FFC72C;
    color: #000;
}

.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}

.btn-transparent:hover {
    background-color: transparent;
    border-color: transparent;
}

.btn-block {
    display: block;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.order-0 {
    order: 0 !important;
}

.order-first {
    order: -1 !important;
}

.order-last {
    order: 13 !important;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
    outline: 0;
}

input::placeholder,
textarea::placeholder {
    color: #888;
    opacity: 1;
}

input:disabled,
select:disabled,
textarea:disabled {
    background-color: #f3f3f3;
    cursor: not-allowed;
}

input[readonly],
select[readonly],
textarea[readonly] {
    background-color: #e9ecef;
}

@font-face {
    font-family: "dwg icons";
    src: url(fonts/Glyphter.eot);
    src: url(fonts/Glyphter.eot?#iefix) format("embedded-opentype"), url(fonts/Glyphter.woff) format("woff"), url(fonts/Glyphter.ttf) format("truetype"), url(fonts/Glyphter.svg#dwg-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

[class*="adx-"]:before {
    display: inline-block;
    font-family: "dwg icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.adx-cart:before {
    content: "\41";
}

.adx-search:before {
    content: "\42";
}

.adx-arrow-left:before {
    content: "\43";
}

.adx-arrow-right:before {
    content: "\44";
}

.adx-arrow-up:before {
    content: "\45";
}

.adx-arrow-left-long:before {
    content: "\46";
}

.adx-arrow-right-long:before {
    content: "\47";
}

.adx-email:before {
    content: "\48";
}

.adx-email-outline:before {
    content: "\49";
}

.adx-calendar:before {
    content: "\4a";
}

.adx-caret-down:before {
    content: "\4b";
}

.adx-caret-left:before {
    content: "\4c";
}

.adx-caret-right:before {
    content: "\4d";
}

.adx-caret-up:before {
    content: "\4e";
}

.adx-fb:before {
    content: "\4f";
}

.adx-twitter:before {
    content: "\50";
}

.adx-linkedin:before {
    content: "\51";
}

.adx-instagram:before {
    content: "\52";
}

.adx-pinterest:before {
    content: "\53";
}

.adx-marker:before {
    content: "\54";
}

.adx-time:before {
    content: "\55";
}

.adx-nextdoor:before {
    content: "\56";
}

.adx-yelp:before {
    content: "\57";
}

.adx-youtube:before {
    content: "\58";
}

.adx-mommynearest:before {
    content: "\59";
}

.adx-user-1:before {
    content: "\5a";
}

.adx-user-2:before {
    content: "\63";
}

.adx-user-3:before {
    content: "\66";
}

.adx-user-4:before {
    content: "\67";
}

.adx-user-5:before {
    content: "\68";
}

.adx-user-6:before {
    content: "\69";
}

.adx-hamburger:before {
    content: "\61";
}

.adx-login-1:before {
    content: "\62";
}

.adx-login-2:before {
    content: "\64";
}

.adx-close:before {
    content: "\65";
}

.header-top {
    background-color: #000;
}

.header-top-right {
    display: inline-flex;
    margin: 8px 0;
    padding: 0;
}

.header-top-right .btn {
    margin-left: 5px;
    font-size: 13px;
}

.search-header {
    position: relative;
    z-index: 99;
}

.search-header input {
    font-size: 15px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 51px;
    padding-left: 35px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.search-header input:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.search-header input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
}

.search-header .btn {
    position: absolute;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    padding-top: 0;
}

.mobile-menu {
    display: flex;
    align-items: center;
}

.mobile-menu-item {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
    cursor: pointer;
}

.mobile-menu-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    text-decoration: none;
    padding: 15px 25px;
    color: #fff;
}

.mobile-menu-item a:hover {
    background-color: #00312d;
}

.mobile-menu-item a b {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.mobile-menu-item .non-a {
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    text-decoration: none;
    height: 80px;
    color: #fff;
}

.mobile-menu-item .non-a:hover {
    background-color: #00312d;
}

.mobile-menu-item .non-a.active {
    background-color: #00312d;
}

.mobile-menu-item b {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.mobile-menu-item i {
    height: 30px;
    font-size: 23px;
}

.search-header {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background-color: #21886b;
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.search-header-inner {
    position: relative;
    padding: 3px 0;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.bg-primary {
    background-color: #004c46;
}

.bg-secondary {
    background-color: #FFC72C;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-light {
    background-color: #f9f9f9;
}

.section-padding-sm {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-padding-md {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-padding-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.hamburger::after,
.hamburger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
}

.hamburger::before {
    top: 8px;
}

.hamburger::after {
    bottom: 10px;
}

.hamburger span {
    width: 30px;
    height: 3px;
    position: absolute;
    background-color: #fff;
}

.hamburger.close::before {
    transform: rotate(136deg);
    top: 0;
}

.hamburger.close::after {
    transform: rotate(-136deg);
    top: 0;
}

.hamburger.close {
    background-color: transparent;
    margin-bottom: -10px;
}

.hamburger.close span {
    display: none;
}

.primary-heading {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.3;
    padding-top: 15px;
}

.primary-heading h2 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.3;
}

.primary-heading h4 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.3;
}

.header-main {
    background-color: #004c46;
}

.logo img {
    display: block;
}

.navmenu {
    position: absolute;
    display: none;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #004c46;
    padding: 15px;
    z-index: 9999999;
    min-height: calc(100vh - 126px);
    border-top: 1px solid #21896c;
}

.navmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.navmenu>ul {
    display: block;
    height: 100vh;
}

.navmenu li {
    position: relative;
    border-bottom: none;
}

.navmenu li:hover>ul {
    display: none;
}

.navmenu a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    color: #f7f7f7;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navmenu .menarrow {
    color: #f7f7f7;
    position: absolute;
    right: 0;
    top: 10px;
    /* display: flex;
    align-items: center; */
    padding: 0 10px;
    z-index: 9999;
    height: 44px;
    font-size: 15px;
}

.navmenu li>ul {
    padding-left: 20px !important;
}

.navmenu li>ul>li {
    border-bottom: none;
}

.navmenu li>ul>li a {
    padding: 6px 0;
    color: #FFC72C;
}

.navmenu li>ul .menarrow {
    color: #FFC72C;
}

@media (max-width: 991px) {

    .inner-header {
        display: none;
    }

    .navmenu li:hover>ul {
        display: none;
    }

    .mobile-menu-item.desktop-menu {
        display: flex;
    }
}

@media (min-width: 992px) {
    .navmenu {
        min-height: unset !important;
    }

    .mobile-menu-item {
        display: flex;
    }

    .mobile-menu-item .non-a {
        padding: 15px 25px;
    }

    .mobile-menu-item b {
        letter-spacing: 1px;
    }

    .header-main {
        padding: 0;
    }

    .logo {
        margin: 10px 0;
    }

    #navmenu {
        background-color: #004c46;
        padding: 0 10px;
        bottom: auto;
        top: 82px;
        width: 550px;
        border-top: 1px solid #21896c;
        -moz-border-top: 1px solid #21896c;
    }

    #about {
        background-color: #004c46;
        padding: 0 10px;
        bottom: auto;
        top: 81px;
        width: 550px;
        border-top: 1px solid #21896c;
    }

    /* #navmenu .menu-container {
        display: flex;
    } */
    .navmenu .menarrow {

        top: 23px;
        right: 20px;
        margin-left: 6px;
        color: #fff;
    }

    .navmenu li {
        *border-bottom: none;
        position: relative;
    }

    .navmenu li a {
        padding: 15px 25px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .navmenu li:hover a {
        *color: #fff;
        *background-color: #015a53;
    }

    .navmenu li:hover>.menarrow {
        display: block;
    }

    .navmenu li>ul {
        /* position: absolute; */
        top: 100%;
        /* padding: 0 110px !important; */
        right: 0;
        left: 0;
        width: 100%;
        color: #FFC72C;
        *background-color: #FFC72C;
    }

    .navmenu li>ul>li {
        padding: 0;
    }

    .navmenu li>ul>li>a {
        *border-bottom: 1px solid transparent;
        color: #FFC72C;
        text-transform: unset;
        padding: 15px 25px;
        *background-color: #FFC72C !important;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /* .navmenu li>ul>li:hover>a {
        background-color: #efb815 !important;
    } */

    .navmenu li>ul>li>ul {
        top: 53px;
        *background-color: #fff;
    }

    /* .navmenu li>ul>li>ul li a {
        background-color: #fff !important;
    }

    .navmenu li>ul>li>ul li a:hover {
        background-color: #eee !important;
    } */

    .navmenu li>ul>li>.menarrow {
        color: #efb815;
    }

    .navmenu a {
        font-weight: 500;
        font-size: 15px;
    }
}

.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    height: calc(55vw);
}

.slider-wrapper.vh-50 {
    height: calc(43vw);
    max-height: 300px;
}

.slider {
    display: flex;
    transition: transform 0.4s;
    height: 100%;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
}

.slider-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 0.5;
}

.slider-nav button i {
    color: #fff;
}

.slider-nav button:hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slider-pagination {
    justify-content: center;
    margin-top: -40px;
    position: relative;
    z-index: 999;
    padding: 10px 0;
    display: none;
}

.slider-pagination .dot {
    width: 10px;
    height: 10px;
    background: gray;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.slider-pagination .dot.active {
    background: #000;
}

.slider img.slider-bg {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.slider-caption .slider-caption-inner {
    padding: 15px 0;
    width: 100%;
}

.slider-caption h2 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.slider-caption p {
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.slider-caption .btn {
    padding: 5px 15px;
    font-size: 14px;
}

.slider-caption.caption-center {
    text-align: center;
}

.slider-caption.caption-right {
    text-align: right;
}

@media (min-width: 992px) {
    .hide-menu-sublist {
        display: none;
    }

    body.include-header .slider-wrapper {
        margin-top: -84px;
    }

    body.include-header .header-main {
        background-color: transparent !important;
    }

    .slider-wrapper {
        height: calc(33vw);
    }

    .slider-wrapper.vh-50 {
        height: 400px;
    }

    .slider-wrapper.vh-40 {
        height: 300px;
    }

    .slider-wrapper.vh-40 h2,
    .slider-wrapper.vh-50 h2 {
        font-size: 30px;
    }

    .slider-caption .slider-caption-inner {
        padding: 50px 0;
    }

    .slider-caption h2 {
        font-size: 40px;
    }

    .slider-caption .btn {
        padding: 8px 25px;
        font-size: 1rem;
    }
}

iframe.slider-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    margin-left: -1px;
}

.section-heading h3 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 20px;
}

.border-bottom {
    border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
    .section-heading h3 {
        font-size: 36px;
    }
}

.upcoming-events-home .home-show-item {
    border: 2px solid #004C46;
    color: #004C46;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* .upcoming-events-home .show-info h3{
    min-height: 50px;
}
.upcoming-events-home .show-info p{
    min-height: 76px;
} */
.home-show-item .show-img {
    width: 100%;
    height: auto;
}

.home-show-item .show-img img {
    display: block;
    border-radius: 8px 8px 0 0;
}

.home-show-item .show-date {
    width: 100%;
    height: auto;
    background: #F5F3E7;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.home-show-item .show-date b {
    display: block;
}

.home-show-item .show-info {
    padding: 10px 15px;
}

.home-show-item .show-btns {
    padding: 0 15px 15px 15px;
}

.home-show-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.1;
}

.home-show-item p {
    color: #333;
}

@media (min-width: 992px) {
    .home-show-item h3 {
        font-size: 1.4rem;
        min-height: 50px;
    }

    .home-show-item p {
        min-height: 76px;
    }
}

.search-box {
    background-color: #d6e5e1;
    padding: 40px 0;
}

.search-box .search-box-inner {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #80b3ac;
}

.search-box .search-box-inner .form-control {
    border: none !important;
    border-radius: 0;
    padding-left: 20px;
}

.search-box .search-box-inner .btn {
    border: none !important;
    border-radius: 0;
    padding: 13px 25px;
    font-size: 24px;
}

.search-box .search-box-inner .btn .adx-search {
    display: flex;
}

/* Inner header style */
.inner-header {
    overflow: hidden;
}

.inner-gray,
.inner-yellow,
.inner-green,
.inner-gray-light {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

.inner-gray:hover,
.inner-gray:focus {
    background: #f7f7f7;
}

.inner-green:hover,
.inner-green:focus {
    background: #F2A900;
}

.inner-yellow:hover,
.inner-yellow:focus {
    background: #0a694e;
}

.inner-gray-light:hover,
.inner-gray-light:focus {
    background: #01776e;
}

.inner-gray a,
.inner-yellow a,
.inner-green a,
.inner-gray-light a {
    text-decoration: none;
    color: #fff;
    padding: 30px 30px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
}

.inner-green a,
.inner-gray a {
    color: #004c46;
}

.inner-gray-light a {
    color: #fff;
}

.inner-gray {
    background: #fff;
    color: #004c46;
}

.inner-yellow {
    background: #21886b;
    color: #fff;
}

.inner-green {
    background: #FFC72C;
    color: #fff;
}

.inner-gray-light {
    background: #04988d;
    color: #fff;
}

.search-box-with-icons {
    background-color: #fff;
    padding: 8px 0 10px 0;
}

.search-box-with-icons .search-box-inner {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid #80b3ac;
}

.search-box-with-icons .search-box-inner .form-control {
    border: none !important;
    border-radius: 0;
    padding-left: 20px;
}

.search-box-with-icons .search-box-inner .btn {
    border: none !important;
    border-radius: 0;
    padding: 13px 25px;
    font-size: 24px;
}

.search-box-with-icons .search-box-inner .btn .adx-search {
    display: flex;
}

.search-box-with-icons ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
}

.search-box-with-icons ul li {
    list-style-type: none;
    display: flex;
    margin: 0px 20px;

}

.search-box-with-icons ul li a:hover img {
    filter: sepia(0);
    border-bottom: 3px solid #004c46;
}

.search-box-with-icons ul li a.active img {
    filter: sepia(0);
    border-bottom: 3px solid #004c46;
}

.search-box-with-icons ul li a img {
    width: 60px;
    /* filter: sepia(1); */
    display: block;
    text-align: center;

    border-bottom: 3px solid #fff;
}

@media (max-width: 991px) {
    .search-box-with-icons {
        overflow: hidden;
    }

    

}
@media (max-width: 768px) {
    .search-box-with-icons ul li {
        margin: 0 5px;
    }
}
@media (max-width: 480px) {
    .search-box-with-icons ul li a img{
        width: 46px;
    }
}
@media (max-width: 390px) {
    .logo img {
        width: 100%;
        height: auto;
    }
}

.img-grey{
    filter: grayscale();
}

.restricted-hover {
    pointer-events: none;
}

.search-box-with-icons ul li a {
    text-decoration: none;
    text-align: center;
    display: flex;
    color: #333;
    flex-flow: column;
    align-items: center;
}
.img-grey span{
    color:#949494;
}
.img-grey img{
    filter: grayscale();
    opacity: 0.6;
}
.filter-form .custom-date-picker {
    display: flex;
    justify-content: space-evenly;
}

.filter-form input[type="date"] {
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 40px 10px 10px; 
    font-size: 16px;
    width: 100%;
    transition: border-color 0.3s;
    appearance: none;
}

.filter-form input[type="date"]:focus {
    border-color: #007bff; 
    outline: none; 
}

.filter-form input[type="date"]::-webkit-inner-spin-button {
    display: none; 
}

.filter-form input[type="date"]::before {
    content: '\1F4C5'; 
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    pointer-events: none;
}
