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

@font-face {
    font-family: Switzer-Regular;
    src: url('../fonts/Switzer-Regular.woff2') format('woff2'), url('../fonts/Switzer-Regular.woff') format('woff'), url('../fonts/Switzer-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Switzer-Medium;
    src: url('../fonts/Switzer-Medium.woff2') format('woff2'), url('../fonts/Switzer-Medium.woff') format('woff'), url('../fonts/Switzer-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Switzer-Semibold;
    src: url('../fonts/Switzer-Semibold.woff2') format('woff2'), url('../fonts/Switzer-Semibold.woff') format('woff'), url('../fonts/Switzer-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Switzer-Bold;
    src: url('../fonts/Switzer-Bold.woff2') format('woff2'), url('../fonts/Switzer-Bold.woff') format('woff'), url('../fonts/Switzer-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal
}

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


:root {
    --dark: #191919;
    --grey: #F5F5F5;
    --white: #FFF;
    --black: #000000;
    --brown: #70360D;
    --orange: #CB6015;
    --beige-1: #FDCA8C;
    --beige-2: #FDD4A4;
    --blue: #3D8DAE;
    --green: #9DB9A3;
    --switzernt: 'Switzer-Regular';
    --switzermt-medium: 'Switzer-Medium';
    --switzer-variable: 'switzer-Variable';
    --omnes: 'Omnes-Medium';
    --omnes-semibold: 'Omnes-Semibold';
    --transition: 0.3s ease
}

/*

*/

.fetaured-number {
    text-align: center;
    margin-bottom: 34px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6;
    /* 21.6px */
    letter-spacing: -0;
    opacity: 0.5;
}

.fetaured-number p {
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: -0.16px;
}

/* Default CSS */
.page,
.post {
    margin-bottom: 0
}

html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    background: var(--white);
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: var(--dark);
    font-family: var(--switzernt);
    position: relative;
    letter-spacing: -.2px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

.h1,
h1 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    margin-bottom: 25px
}

.h2,
h2 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    margin-bottom: 16px
}

.h3,
h3 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -2px;
    margin-bottom: 16px
}

.h4,
h4 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1px;
    margin-bottom: 16px
}

.h5,
h5 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: normal;
    margin-bottom: 16px
}

.h6,
h6 {
    color: var(--dark);
    font-family: var(--omnes);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: normal;
    margin-bottom: 16px
}

strong {
    font-family: Switzer-Bold;
}

a {
    color: var(--dark);
    text-decoration: none;
    transition: var(--transition)
}

svg path {
    transition: var(--transition)
}

.current-menu-item > a,
.main-navigation ul > li.current-menu-item > a,
a:not(.btn):hover {
    color: var(--orange) !important
}

p {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: var(--dark);
    font-family: var(--switzernt);
    letter-spacing: -.2px;
    margin-bottom: 20px
}

li:last-child,
p:last-child {
    margin-bottom: 0
}

ol,
ul {
    margin: 0 0 0 20px
}

li {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: var(--dark);
    font-family: var(--switzernt);
    letter-spacing: -.2px;
    margin-bottom: 20px
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.align-center {
    align-items: center
}

.btn {
    background-color: rgba(253, 201, 141, .8);
    padding: 13px 26px 11px 26px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    display: inline-block;
    border-radius: 30px;
    color: var(--brown);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    font-family: Switzer-Variable;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize
}

.btn.with-icon {
    padding: 18px 34px 17px 34px;
}

.btn:hover {
    background-color: #fdca8c
}

.btn.with-icon {
    color: var(--white);
    background-color: var(--orange)
}

.btn .arrow-icon {
    position: relative;
    width: 13px;
    height: 12px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px
}

.btn .arrow-icon::after,
.btn .arrow-icon::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' viewBox='0 0 13 12' fill='none'%3E%3Cg clip-path='url(%23clip0_2001_538)'%3E%3Cpath d='M2.22168 1H11.9958V10.7741' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M11.9958 1C8.60644 4.12867 1.66211 10.5388 1 11.15' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2001_538'%3E%3Crect width='13' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
    transition: transform .4s ease, opacity .4s ease
}

.btn-icon-link .arrow-icon::after,
.btn-icon-link .arrow-icon::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cg clip-path='url(%23clip0_2037_6523)'%3E%3Cpath d='M2.72168 1H12.4958V10.7741' stroke='%23191919' stroke-width='1.5'/%3E%3Cpath d='M12.4958 1C9.10644 4.12867 2.16211 10.5388 1.5 11.15' stroke='%23191919' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2037_6523'%3E%3Crect width='13' height='12' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/contain;
}

.btn .arrow-icon::before {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.btn .arrow-icon::after {
    opacity: 0;
    transform: translate3d(-125%, 125%, 0)
}

.btn:hover .arrow-icon::before {
    opacity: 0;
    transform: translate3d(125%, -125%, 0)
}

.btn:hover .arrow-icon::after {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

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

.slick-arrow {
    background-image: url('../images/arrow-left.svg');
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-arrow.next {
    transform: scale(-1);
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    margin: 0;
}

.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    box-shadow: unset;
}

.slick-dots li {
    list-style-type: none;
    border-radius: 200px;
    background: #FDD4A4;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    border-radius: 20px;
    background: #CB6015;
    width: 20px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

section {
    margin: 150px 0;
}

.container {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px
}

/* Header CSS */
.sticky-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: var(--bg-white)
}

.site-branding img {
    display: block
}

.main-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.main-navigation ul li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header-menu .menu > li {
    display: inline-block
}

.header-menu .menu > li:not(:last-child) {
    margin-right: 44px
}

span.arrows {
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .3s ease;
    transform: translateY(-50%)
}

.main-navigation ul li.menu-item-has-children {
    position: relative
}

.current-menu-item span.arrows svg path,
.main-navigation ul li.menu-item-has-children:hover span.arrows svg path {
    fill: var(--orange)
}

.main-navigation ul li.menu-item-has-children:hover span.arrows {
    transform: translateY(-50%) rotate(-180deg)
}

span.arrows svg {
    display: block
}

.sub-menu {
    position: absolute;
    margin-left: 0;
    min-width: 220px;
    top: calc(100% - 15px);
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: all .6s ease-in
}

.header-navigation .menu > li .sub-menu li .sub-menu {
    left: 100%;
    top: 0;
    margin-left: 10px
}

.main-navigation ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible
}

.main-navigation ul.sub-menu {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    background: var(--White,);
    padding: 24px 20px;
    background-color: var(--white)
}

.main-navigation ul li a {
    color: var(--dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.6px;
    display: inline-block;
    font-family: 'Switzer-Variable';
}

.main-navigation ul > li > a {
    padding: 31.21px 0
}

.main-navigation ul li.menu-item-has-children {
    padding-right: 20px
}

.main-navigation ul.sub-menu li:not(:last-child) {
    margin-bottom: 10px
}

.main-navigation ul.sub-menu li a {
    color: var(--dark);
    padding: 8px 16px;
    border-radius: 30px
}

body.menu-open .overlay-menu {
    opacity: 1;
    visibility: visible
}

/* Footer CSS */


nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
    border: 1px solid #F0F0F0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

nav.navigation.pagination .nav-links a.next,
nav.navigation.pagination .nav-links a.prev {
    width: auto;
    height: auto;
    border: 0;
    display: inline-block;
}

nav.navigation.pagination .nav-links a.next {
    margin-left: 24px;
}

nav.navigation.pagination .nav-links a.prev {
    margin-right: 24px;
}

nav.navigation.pagination .nav-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    padding-top: 80px;
}

nav.navigation.pagination .nav-links .current {
    background: #F5F5F5;
}

.nl-form-wrapper .newsletter-form .wpcf7-email {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background-color: transparent;
    color: rgba(255, 255, 255, 0.50);
    padding: 17px 70px 17px 24px;
    width: 100%;
}

.nl-form-wrapper .newsletter-form .wpcf7-email::placeholder {
    color: rgba(255, 255, 255, 0.50);
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 18.19px;
}

.nl-form-wrapper .newsletter-form .wpcf7-submit {
    background-color: transparent;
    background-image: url(../../assets/images/btn-orangeicon.svg);
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 16px;
    background-size: 16px;
    right: 26px;
    background-repeat: no-repeat;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-position: right center;
    border-left: 1px solid rgb(255 255 255 / 10%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
}

.nl-form-wrapper .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.nl-form-wrapper .newsletter-form {
    position: relative;
}

.nl-form-wrapper .wpcf7-spinner {
    position: absolute;
}

.nl-form-wrapper .wpcf7-response-output {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.site-footer .footer-left {
    width: 20%
}

.site-footer {
    background-color: var(--dark);
    padding: 80px 0
}

.footer-logo {
    max-width: 292px
}

.footer-logo img {
    width: 100%;
    display: block
}

.footer-right {
    width: 51%
}

.contact-details .contact-item a,
.footer-link a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -.08px
}

.footer-link-2 a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -.5px
}

.footer-right .footer-col-1 {
    width: 20.1%
}

.footer-right ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-right .footer-col-2 {
    width: 28.402%
}

.footer-right .footer-col-3 {
    width: 35.83%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contact-details .contact-item a {
    color: var(--white)
}

.contact-details .contact-item a:hover {
    color: var(--orange)
}

.footer-right h3, .footer-right .h3 {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: normal
}

.footer-link ul li,
.footer-link-2 ul li {
    margin-bottom: 6px;
    line-height: normal
}

.contact-details .contact-item:not(:last-child) {
    margin-bottom: 68px
}

.footer-link {
    margin-bottom: 60px
}

.nl-form > p {
    color: var(--white);
    letter-spacing: -.1px;
    margin-bottom: 18px
}

.social-links p {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%
}

.social-links ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.social-links ul li {
    margin: 0
}

.social-links ul li:not(:last-child) {
    margin-right: 10px
}

.social-links ul li a svg {
    display: block
}

.social-links ul li a {
    border-radius: 20.2px;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 40.4px;
    height: 40.4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-links ul li a:hover {
    border-color: var(--orange);
    background-color: var(--orange)
}

header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
    z-index: 3;
    border-bottom: solid #0c0D0E24 1px;
}

header {
    background-color: #fff;
}

.error-404 {
    margin: 0 0 34px 0;
}

.error-404 .not-found_-inner {
    padding: 167px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.error-404 .not-found_-inner .not-found-content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.error-404 h1 {
    font-size: 200px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 15px;
}

.error-404 .btn.with-icon {
    text-transform: none;
}

.single .site-main .container {
    max-width: 910px;
}

.post-thumbnail {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.single .site-main {
    margin: 100px 0;
}

.entry-content .wp-block-list li::marker {
    color: var(--orange);
}

.entry-content .wp-block-list {
    margin-bottom: 20px;
}

.edit-link a {
    color: var(--orange);
}

/* popup css **/

.boxed-sticky-wrapper {
    padding: 8px 0;
    width: 100%;
    z-index: 2;
    position: sticky;
    bottom: 0;
}

.boxed-sticky-wrapper.box-sticky {
    position: sticky;
    bottom: 0;
}

.boxed-warning {
    max-width: 1340px;
    margin: auto;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    position: relative;
}

.mfp-content .boxed-warning {
    padding: 15px 0;
}

.mfp-content .boxed-warning-inner {
    max-height: 400px;
    overflow: auto;
    padding: 10px 20px;
}

.boxed-warning.sticky-box {
    display: block !important;
    background: #FFF;
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    max-height: 180px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.boxed-warning.sticky-box:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 40%;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 80%,
    rgba(255, 255, 255, 0.8) 100%);
}

/* .boxed-warning.sticky-box:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 8px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'><path d='M12.3198 1.2L6.15982 7.65L-0.000174522 1.2L1.11982 -4.89568e-07L6.15982 5.55L11.1998 -4.89567e-08L12.3198 1.2Z' fill='%23191919' fill-opacity='0.8'/></svg>") no-repeat center;
    background-size: contain;
    right: 20px;
    top: 20px;
} */

p.box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: var(--Black, #191919);
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    font-family: Switzer-Semibold;
    display: none;
}

.boxed-warning.sticky-box p.box-title {
    display: flex;
    margin-bottom: 5px;
}

.boxed-warning.sticky-box p.box-title svg {
    margin-left: auto;
}

.boxed-warning.sticky-box h6, .boxed-warning.sticky-box p {
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
}

.boxed-warning.sticky-box h6 {
    font-family: Switzer-Semibold;
}

.boxed-warning h6 {
    margin-bottom: 10px;
    opacity: 0.8;
    font-weight: 500;
    font-size: 22px;
    line-height: 27.5px;
}

.boxed-warning p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.boxed-warning p:last-of-type {
    margin-bottom: 0;
}

.boxed-warning button.mfp-close {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
    height: 35px;
    width: 35px;
    background: #e5e5e5;
    border-radius: 50%;
    font-size: 23px;
    line-height: 23px;
    opacity: 0.7;
}

.boxed-warning-inner::-webkit-scrollbar {
    width: 4px;
}

.boxed-warning-inner::-webkit-scrollbar-track {
    background: transparent;
    /* track color */
    border-radius: 4px;
}

.boxed-warning-inner::-webkit-scrollbar-thumb {
    background-color: rgba(253, 202, 140, 1);
    /* orange color */
    border-radius: 10px;
    /* rounded look */
    min-height: 150px;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed !important;
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}

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

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

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

    .only-mobile {
        display: none
    }

    .boxed-sticky-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1280px;
        padding-left: 26px;
        padding-right: 26px
    }

    .header-menu .header-btn,
    .toggle {
        display: none
    }

    .main-navigation ul.sub-menu li a:hover {
        background: var(--beige-1);
        color: var(--brown) !important;
    }

    .boxed-warning.sticky-box {
        padding: 40px;
    }

    .boxed-warning h5, .boxed-warning .h5 {
        font-size: 22px;
    }

    .boxed-warning.sticky-box p.box-title {
        position: absolute;
        right: 20px;
        top: 20px;
        margin: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1440px;
        padding-left: 34px;
        padding-right: 34px
    }
}

@media only screen and (min-width: 1700px) {
    .container {
        max-width: 100%
    }
}

@media only screen and (max-width: 1699px) {

    .h1,
    h1 {
        font-size: 70px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h2,
    h2 {
        font-size: 58px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h3,
    h3 {
        font-size: 48px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h4,
    h4 {
        font-size: 32px;
        line-height: 125%;
        letter-spacing: -1px
    }

    .h5,
    h5 {
        font-size: 26px;
        line-height: 125%;
        letter-spacing: normal
    }

    .h6,
    h6 {
        font-size: 22px;
        line-height: 135%;
        letter-spacing: normal
    }

    .footer-right {
        width: 63%
    }

    .fetaured-number p {
        font-size: 15px;
        line-height: 20.5px;
        letter-spacing: -0.15px;
    }
}

@media only screen and (max-width: 1399px) {

    .boxed-warning.sticky-box {
        max-height: 125px;
    }

    body,
    li,
    p {
        font-size: 18px;
        line-height: 135%
    }

    section {
        margin: 120px 0;
    }

    .btn {
        font-size: 16px;
    }

    .h1,
    h1 {
        font-size: 60px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h2,
    h2 {
        font-size: 50px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h3,
    h3 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h4,
    h4 {
        font-size: 30px;
        line-height: 125%;
        letter-spacing: -1px
    }

    .h5,
    h5 {
        font-size: 24px;
        line-height: 125%;
        letter-spacing: normal
    }

    .h6,
    h6 {
        font-size: 20px;
        line-height: 135%;
        letter-spacing: normal
    }

    .header-menu .menu > li:not(:last-child) {
        margin-right: 20px
    }

    .footer-right {
        width: 70%
    }
}

@media only screen and (max-width: 1199px) {
    .single .site-main {
        margin: 80px 0;
    }

    body,
    li,
    p {
        font-size: 16px;
        line-height: 135%
    }

    section {
        margin: 70px 0;
    }

    .h1,
    h1 {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -2px
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -1px
    }

    .h3,
    h3 {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -1px
    }

    .h4,
    h4 {
        font-size: 26px;
        line-height: 125%;
        letter-spacing: -1px
    }

    .h5,
    h5 {
        font-size: 22px;
        line-height: 125%;
        letter-spacing: normal
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 135%;
        letter-spacing: normal
    }

    .footer-right .footer-col-1 {
        width: 25%
    }

    .contact-details .contact-item:not(:last-child),
    .footer-link {
        margin-bottom: 30px
    }

    .contact-details .contact-item a br {
        display: none
    }

    .header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        width: 100%;
        top: 70px;
        display: none;
        padding: 0;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        z-index: 3;
        background-color: var(--blue);
        border-radius: 24px;
        background: #fdca8c;
        padding: 18px 34px 18px 34px;
        max-width: 940px;
        left: 50%;
        transform: translateX(-50%);
        transition: unset;
        overflow: hidden
    }

    .header-menu .menu-wrapper {
        max-height: 530px;
        overflow-y: auto
    }

    .header-menu .menu > li {
        display: block;
        padding: 16px 20px 16px 0
    }

    .header-menu .menu > li:not(:last-child) {
        margin: 0
    }

    .main-navigation ul > li {
        border-top: solid 1px rgba(0, 0, 0, .12)
    }

    .main-navigation ul > li > a {
        padding: 0;
        display: inline-block
    }

    .header-menu .menu > li:first-child {
        border-top: 0
    }

    .header-menu .menu > li:last-child a {
        padding-bottom: 0
    }

    .site-header {
        padding: 10px 0
    }

    .main-navigation ul.sub-menu {
        position: static;
        border: 0;
        background-color: transparent;
        padding: 16px 0 0 0;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        transition: unset;
        display: none
    }

    .main-navigation ul li.menu-item-has-children ul.sub-menu li {
        border: 0;
        padding: 0
    }

    .main-navigation ul li.menu-item-has-children ul.sub-menu li a {
        padding: 0
    }

    .main-navigation ul.sub-menu li:not(:last-child) {
        margin-bottom: 15px;
    }

    .main-navigation ul.sub-menu li a {
        color: var(--dark);
        font-size: 15px;
        font-weight: 500;
        line-height: 20.25px;
    }

    span.arrows {
        top: 27px
    }

    .main-navigation ul li.menu-item-has-children:hover span.arrows {
        transform: translateY(-50%) rotate(0)
    }

    .main-navigation ul > li > a:not(.sub-menu a) {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: -.2px;
        color: var(--dark);
        font-family: Switzer-Variable
    }

    .main-navigation ul li.menu-item-has-children span.arrows.active {
        transform: translateY(-50%) rotate(-180deg)
    }

    .header-btn {
        text-align: center
    }

    .header-btn .btn {
        min-width: 272px
    }

    .header-right .header-btn {
        display: none
    }

    .toggle .btn {
        font-size: 16px;
        line-height: 21.6px;
        padding: 13px 22px 11px 22px
    }

    body.menu-open {
        overflow: hidden
    }

    .site-branding {
        max-width: 198px
    }

    .site-branding img.custom-logo {
        width: 100%;
        display: block
    }

    .header-btn .btn {
        margin-top: 23px;
    }

    .header-menu:before {
        content: '';
        background-image: url('../images/menu-bg-img.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        width: 283px;
        display: block;
        height: 554px;
        position: absolute;
        right: 0;
        top: -9px;
        z-index: -1
    }

    .error-404 h1 {
        font-size: 150px;
        line-height: 130px;
    }

    .error-404 .not-found_-inner .not-found-content {
        max-width: 440px;
    }
}

@media only screen and (max-width: 991px) {
    .site-footer .footer-left {
        width: 100%
    }

    .site-footer .footer-right {
        width: 100%;
        margin-top: 40px
    }

    .footer-right .footer-col-2 {
        width: 34%
    }

    .site-footer {
        padding: 60px 0
    }

    .header-menu {
        max-width: 680px
    }

    .only-desktop {
        display: none
    }

    .error-404 .not-found_-inner {
        padding: 100px 20px;
    }

    .single .site-main {
        margin: 60px 0;
    }

    /* popup css **/
    .boxed-warning {
        max-width: 720px;
        padding: 50px 20px;
        max-height: 480px;
    }

    nav.navigation.pagination .nav-links {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 782px) {

    .admin-bar header,
    .admin-bar header.is-sticky {
        top: 46px
    }
}

@media only screen and (max-width: 767px) {
    .boxed-warning.sticky-box {
        max-height: 49px;
        border-radius: 10px;
        margin: 0 auto;
        width: calc(100% - 20px);
        padding: 7px 20px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 15px;
    }

    .btn {
        width: 100%;
        padding: 13px 30px
    }

    .btn.with-icon {
        padding: 17px 32px 16px 32px;
    }

    .footer-right .footer-col-1,
    .footer-right .footer-col-2 {
        width: 50%
    }

    .footer-right .footer-col-3 {
        width: 100%;
        margin-top: 40px;
        padding: 0 12px
    }

    .contact-details .contact-item a,
    .footer-link a {
        font-size: 14px;
        line-height: 18.9px
    }

    .footer-logo {
        max-width: 224px
    }

    .footer-right .footer-col-1,
    .footer-right .footer-col-2 {
        padding: 0 12px
    }

    .site-footer .footer-right .column-row {
        margin: 0 -12px
    }

    .social-links ul {
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 40px
    }

    .social-links p {
        text-align: center
    }

    .site-footer {
        padding: 40px 0 34px 0
    }

    .contact-details .contact-item:not(:last-child),
    .footer-link {
        margin-bottom: 47px
    }

    .footer-right h3, .footer-right .h3 {
        margin-bottom: 15px
    }

    .header-menu {
        max-width: 100%;
        width: calc(100% - 40px)
    }

    .header-btn .btn {
        min-width: unset;
    }

    .error-404 h1 {
        font-size: 100px;
        line-height: 80px;
    }

    nav.navigation.pagination .nav-links {
        padding-top: 40px;
    }

    .boxed-warning h6 {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 600px) {

    .admin-bar header,
    .admin-bar header.is-sticky {
        top: 0
    }
}

@media only screen and (max-width: 359px) {

    .site-branding,
    .footer-logo {
        max-width: 170px;
    }
}


@media only screen and (max-width: 767px) {
    .boxed-warning.sticky-box .box-title span {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .boxed-warning.sticky-box p.box-title {
        margin-bottom: -28px;
    }
}

.two-columns {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 16px;
}

@media only screen and (min-width: 1024px) {
    .mfp-content .boxed-warning-inner {
        max-height: 690px;
        padding: 25px 40px;
    }

    .two-columns {
        flex-direction: row;
    }

    .two-columns .column {
        flex: 1 1 0;
    }
}