*,
::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: #212529;
    margin: 0;
    padding: 0;
    background-color: #f6f7f2
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: .5em
}

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: .25rem !important
}

.m-2 {
    margin: .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: .25rem !important
}

.mt-2 {
    margin-top: .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: .25rem !important
}

.mb-2 {
    margin-bottom: .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: .25rem !important
}

.ml-2 {
    margin-left: .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: .25rem !important
}

.mr-2 {
    margin-right: .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: .25rem !important
}

.p-2 {
    padding: .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: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.pl-2 {
    padding-left: .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: .25rem !important
}

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

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

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

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

.container,
.container-fluid {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    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;
    transition: background-color .15s ease-in-out
}

.btn-primary {
    background-color: #132124;
    border-color: #132124;
    color: #f6f7f2;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #f6f7f2;
}

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

.btn-outline-primary:hover {
    background-color: #000000;
    color: #f6f7f2;
}

.btn-secondary {
    background-color: #c9c3b3;
    border-color: #c9c3b3;
    color: #132124;
}

.btn-secondary:hover {
    background-color: #b5af9e;
    border-color: #b5af9e;
    color: #132124;
}

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

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

.btn-black {
    background-color: #132124;
    border-color: #132124;
    color: #f6f7f2;
}

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

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

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

.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: #212529;
    background-color: #f6f7f2;
    border: 1px solid #ccc;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .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/icons/dwg-icons.eot);
    src: url(fonts/icons/dwg-icons.eot?#iefix) format('embedded-opentype'), url(fonts/icons/dwg-icons.woff) format('woff'), url(fonts/icons/dwg-icons.ttf) format('truetype'), url(fonts/icons/dwg-icons.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";
}


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

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

.header-nav {
    align-items: start;
}

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

    .header-nav {
        align-items: center;
    }
}

main {
    min-height: 400px;
}


.mobile-menu {
    display: flex;
    align-items: center;
    padding: 1px 2px;
}

.mobile-menu .toggle-search {
    display: none;
    padding: 1px 10px;
    color: #f6f7f2;
    margin-right: 10px;
    font-size: 27px;
    margin-top: 5px;
    line-height: 1;
    position: relative;
    z-index: 9;
}

.search-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #132124;
    display: none;
    padding: 140px 35px 35px 35px;
}

.search-header-inner {
    position: relative;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.search-header-inner .btn {
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    max-width: 100px;
    font-family: 'ITC Avant Garde Pro Md';
    letter-spacing: 0.5px;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

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

.bg-primary {
    background-color: #132124;
}

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

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

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

.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 {
    position: relative;
    z-index: 9;
    width: 77px;
    height: 77px;
    cursor: pointer;
    margin-top: -60px;
}

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

.hamburger span {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    background-color: #0dff6c;
    left: 0;
}

.hamburger::before {
    top: 0;
}

.hamburger span {
    top: 20px;
}

.hamburger::after {
    top: 40px;
}

.hamburger:hover::after,
.hamburger:focus::after,
.hamburger:hover::before,
.hamburger:focus::before,
.hamburger:hover span,
.hamburger:focus span {
    background-color: #fff;
}

/*




.hamburger span {
    width: 34px;
    height: 30px;
    position: absolute;
    top: -12px;
}
*/
.hamburger.close::before {
    transform: rotate(136deg);
    top: 0;
}

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

.hamburger.close {
    background-color: transparent;
    z-index: 99999999;
    top: 86px;
    right: 28px;
    width: 32px;
    height: 0px;
}

.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: #152024;
    padding-top: 50px;
    margin-top: 0;
    -webkit-box-shadow: inset -7px 92px 23px -42px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: inset -7px 92px 23px -42px rgba(0, 0, 0, 0.39);
    box-shadow: inset -7px 92px 23px -42px rgba(0, 0, 0, 0.39);

}

.logo img {
    display: block;
    position: relative;
    z-index: 99999999;
}

.navmenu {
    position: absolute;
    display: none;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    padding: 15px;
    z-index: 9999999;
    min-height: calc(100vh);
    padding-top: 120px;
}

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

.navmenu>ul {
    display: block;
}

.navmenu li {
    position: relative;
    border-bottom: 1px solid #192c30;
}


.navmenu a {
    text-decoration: none;
    display: block;
    padding: 10px 0;
    color: #f6f7f2;
    font-family: 'ITC Avant Garde Pro Md';
    font-style: italic;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    letter-spacing: 1px;
}

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

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

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

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

.navmenu li>ul>li a:hover,
.navmenu li>ul>li a:focus {
    color: #0dff6c;
}

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

@media (max-width: 991.98px) {
    .navmenu li:hover>ul {
        display: none;
    }
}

/* @media (min-width: 992px) {
    .navmenu {
        min-height: unset !important;
    }
    .header-main {
        padding: 12px 0;
    }
    #navmenu {
        display: block;
        position: unset;
        background-color: transparent;
        padding: 0;
        margin-right: 35px;
    }
    .mobile-menu {
        position: absolute;
        right: 20px;
    }
    .mobile-menu .hamburger{
        display: none;
    }
    .mobile-menu .toggle-search{
        margin-top: 0;
    }
    #navmenu .menu-container {
        display: flex;
    }
    .navmenu .menarrow {
        display: flex;
        align-items: center;
        right: -8px;
        top: 14px;
        height: 20px;
    }
    .navmenu .sub-menu-container .menarrow {
        right: 0;
        top: 10px;
        transform: rotate(270deg);
    }
    
    .navmenu li {
        border-bottom: none;
        padding: 0 15px 0 25px;
    }
    .navmenu li > ul {
        position: absolute;
        top: 100%;
        padding: 20px 0 !important;
        right: 0;
        left: auto;
        min-width: 200px;
        background-color: #f6f7f2;
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .navmenu li > ul > li {
        padding: 0 20px;
    }
    .navmenu li > ul > li > a {
        color: #132124;
        text-transform: unset;
        text-decoration: none !important;
        transition: color 0.5s ease;
    }
    .navmenu li > ul > li:hover > a {
        color: #4a6267;
    }
    .navmenu li > ul > li > ul {
        right: calc(100% - 1px);
        top: 0;
    }
    .navmenu a {
        font-weight: 800;
        font-size: 18px;
        text-decoration: underline;
        text-decoration-color: transparent;
        text-decoration-thickness: 2px;
        text-underline-offset: 2px;
        transition: text-underline-offset 0.5s ease;
    }
    .navmenu a:hover{
        font-weight: 800;
        font-size: 18px;
        text-underline-offset: 6px;
        text-decoration-color: #f6f7f2;
    }
    .search-header-inner{
        flex-direction: row;
    }
    .search-header-inner .btn{
        margin-top: 0;
    }
    body.search-open .navmenu{
        display: none !important;
    }
} */
.slider-wrapper .scroll-wrapper a img {
    background: #000;
    border-radius: 50px;
    border: 3px solid #0dff6c;
}

.slider-wrapper .scroll-wrapper a:hover img,
.slider-wrapper .scroll-wrapper a:focus img {
    background: #000;
    border-radius: 50px;
    border: 3px solid #fff;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
}
.slide {
    width: 100vw;
  height: 100vh;

}
.slider-wrapper iframe {
    position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
    .slider-wrapper iframe {
      height: 56.25vw;
    }
  }
  @media (max-aspect-ratio: 16/9) {
    .slider-wrapper iframe {
      width: 177.78vh;
    }
  }
  


.scroll-wrapper {
    position: relative;
    margin-top: -89px;
    width: 100%;
    text-align: center;
    z-index: 99999999;
    padding-bottom: 14px;
}


.slider-wrapper .scap-info h2 {
    font-size: 125px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slider-wrapper .scap-btns .btn.btn-link {
    text-decoration: none;
    font-size: 125px;
    font-family: 'ITC Avant Garde Pro Md';
    font-weight: bold;
    font-style: italic;
    color: #0dff6c;
    line-height: 0;
}

.slider-wrapper .scap-btns .btn.btn-link:hover,
.slider-wrapper .scap-btns .btn.btn-link:focus {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(13, 255, 108, 1) 100%);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

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

.slider-wrapper .scap-info h2 {
    line-height: 1;
}

.slider .scap-info h2 a {
    text-decoration: none;
    color: #fff;
}




.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: #f6f7f2;
}

.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: #132124;
}

.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 p {
    color: #f6f7f2;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

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

.slider-caption .btn.btn-link {
    color: #f6f7f2;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: text-underline-offset 0.5s ease, text-decoration-thickness 0.5s ease;
}

/* .slider-caption .btn.btn-link:hover {
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
} */

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

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

body.include-header .slider-wrapper {
    margin-top: -34vh;
}

body.include-header .header-main {
    background-color: transparent !important;
    /* -webkit-box-shadow: 0px 28px 65px 1px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 28px 65px 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 28px 65px 1px rgba(0, 0, 0, 0.52); */
}

.single-slide .slider-nav,
.single-slide .slider-pagination {
    display: none !important;
}

@media (min-width: 992px) {


    .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 .btn {
        padding: 40px 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 #132124;
}

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

.news-updates .news-updates-item {
    padding-bottom: 50px;
    font-size: 15.5px;
}

.news-updates .news-img {
    width: 100%;
    height: auto;
}

.news-updates .news-updates-item h2 {
    font-size: 28px;
    margin-top: 15px;
    font-weight: 700;
}

.news-updates .news-updates-item h3 {
    font-size: 26px;
    margin-bottom: 12px;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: 6px;
    margin-top: 10px;
}

.news-updates .news-updates-item p {
    font-size: 15.5px;
    margin-bottom: 0;
}

.news-updates .news-updates-item .news-updates-btns .btn {
    margin-top: 15px;
}

.main-content-heading h4 {
    font-size: 53px;
    line-height: 1;
}

@media (min-width: 992px) {
    .news-updates .news-updates-item h2 {
        font-size: 48px;
    }

    .news-updates .news-updates-item h3 {
        font-size: 26px;
    }

    .news-updates .news-updates-item p {
        font-size: 20px;
    }
}