/*
Theme Name: Neo Media
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

*/
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #ebebeb;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 8px;
}

input::placeholder,
textarea::placeholder {
  color: grey !important;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: grey !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: grey !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: grey !important;
}

html, body {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "XOPQ" 96,
        "XTRA" 468,
        "YOPQ" 79,
        "YTAS" 750,
        "YTDE" -203,
        "YTFI" 738,
        "YTLC" 514,
        "YTUC" 712;
    color: #333;
    line-height: 1.6;
    font-size: 16px;
}
b,
strong {
    font-weight: bold;
}
.h2,
h2 {
    font-size: 1.4em;
}
.h3,
h3 {
    font-size: 1.2em;
}
h1, h2, h3, h4, h5, h6, .heading-font {line-height: 1.2;}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
#breadcrumbs nav {
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #E0E0E0;
}
#breadcrumbs p {
    margin: 0;
}
.breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: 400;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}
.social-icons.share-icons {justify-content: center;}
.social-icons.share-icons a {
    border: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.social-button, .social-icons .button.icon, .social-icons .button.icon:not(.is-outline) {
    background: none !important;
    border: none !important;
    width: 26px !important;
    margin: 0;
    min-width: unset;
    min-height: unset;
}
.social-icons .button.icon:hover {background: none !important;}
.social-button svg, .social-icons svg {
    width: 100%;
    height: auto;
    display: block;
}
.row .row-small:not(.row-collapse),
.container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small > .flickity-viewport > .flickity-slider > .col,
.row-small > .col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
.flickity-slider .col {min-height: 100%;display: flex;}
.row .col-inner {height: 100%;}
.flickity-slider .col-inner {min-height: 100%;height: auto}
pre,
blockquote,
form,
figure,
p,
dl {
    margin-bottom: 15px;
}
ul, ol {margin-bottom: 20px;} 
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 10px 5px;
    border-radius: 12px;
}
.nav-dropdown-has-border .nav-dropdown a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed #ececec !important;
}
.button.az-button {
    padding: 0 25px;
    line-height: 47px;
    height: 46px;
    font-weight: normal;
    font-size: 16px;
    border-width: 1px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-shadow: unset;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0;
    justify-content: center;
}
.button.az-button > span {line-height: 1;}
.button.az-button img {
    width: 24px;
    margin-right: 10px;
}
.img-icon-right {
    margin-right: 0;
    margin-left: 10px;
}
.button.az-button.is-large {
    height: 54px;
    font-size: 20px;
    padding: 0 30px;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0 16px;
    border: none;
    font-weight: 500;
}
.button.az-button .inner-button  > i {
    vertical-align: 0;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button .inner-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: #fff;
    border-color: #fff;
}
.az-title-shortcode {
    margin-bottom: 20px;
}
.az-title-shortcode.center {
    text-align: center;
    margin-bottom: 40px;
}
.az-sub-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #8b8b8b;
}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {
    text-transform: uppercase;
    color: #2e3191;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: bold;
}
.section-title-container {margin-bottom: 24px;}
.section-title-container.show-link {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.section-title-container.show-link .read-more {
    text-transform: inherit;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    color: inherit;
    border: none;
    padding: 0;
    min-height: unset;
    height: auto;
    line-height: 1.4;
}
.section-title-container.show-link .read-more:hover {color: white;}
.button:not(.icon)>i {
    margin: 0 0 0 10px;
}
.section-title .sub-title {
    font-size: 28px;
    color: #c99e3d;
    font-weight: 400;
    padding: 0;
    opacity: 1;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "Freckle Face", system-ui;
}
.description-title {
    color: #333;
    font-size: 17px;
    margin: 15px 0 0;
}
.section-title-center ~ .description-title {
    text-align: center;
    margin: 15px auto;
    max-width: 650px;
    opacity: 1;
}
.section-title {
    font-weight: bold;
    flex-direction: column;
}
.section-title .ez-toc-section {display: none;}
.section-title-normal {
    border: none;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {
    color: #fff;
}
.section-title-main {
    border: none !important;
    padding: 0;
    margin: 0;
    text-transform: initial;
    font-weight: bold;
    position: relative;
    line-height: 1.25;
    text-align: center;
}
.section-title-normal .section-title-main {text-align: left;margin-right: 0;margin-left: 0;padding-bottom: 0;padding-left: 0;font-weight: 500;color: #333;}
.section-title-normal .section-title-main span {
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    z-index: 2;
    text-transform: initial;
}
.section-title-normal .read-more {
    text-transform: initial;
    margin: 0;
    border-radius: 12px;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
.section-title-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.section-title-center > span {
    margin: 0 auto;
}
.section-title span {text-transform: initial;font-weight: 600;}
.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
    width: 80%;
}
.form-row {
    display: flex;
    margin: 0 -12px;
}
.form-row > .col {padding: 0 12px;}
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="text"],
textarea,
input[type="password"],
input[type="time"],
input[type="date"],
select {
    border: 1px solid rgb(127 127 127);
    box-shadow: none;
    font-size: 14px;
    width: 100%;
    display: block;
    height: 46px;
    line-height: 46px;
    border-radius: 7px;
    padding: 0 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: rgba(35, 35, 35, 1);
    color: grey;
}
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: unset;
}
input::placeholder, textarea::placeholder {
  color: rgba(35, 35, 35, 1);
  opacity: 1;
}
textarea {
    min-height: 120px;
    line-height: 1.6;
    border-radius: 7px;
    padding: 10px 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BDBDBD;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #BDBDBD;
}
.box-push .box-text {
    border-radius: 5px 5px 0 0;
    background: rgba(255, 255, 255, 0.8);
}
.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    margin: 0 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: unset;
    top: calc(50% - 20px);
    border-radius: 50%;
    background: #a21c21;
    border: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
}
.flickity-prev-next-button:hover {
    background: #184363;
    color: white !important;
}
.flickity-prev-next-button:before {
    content: "\F285";
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 500 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}
.flickity-prev-next-button.previous:before {
    content: "\F284";
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-circle .flickity-prev-next-button .arrow {
    border: none;
}
.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}
.slider-nav-light .flickity-prev-next-button {
    color: #a21c21;
    background: #fadb25;
}
.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}
.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #dddddd;
    margin: 0 4px;
    opacity: 1;
    border-radius: 99px;
    border: none;
    transition: all linear .3s;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
    background: #368e94;
    width: 25px;
}
.pagination-outside > .slider,
.pagination-outside.slider {
    padding-bottom: 50px;
}
.pagination-outside .flickity-page-dots {bottom: 0;}
.page-wrapper {
    padding: 0;
}
.main-content ol, .main-content ul {padding-left: 25px;}
table {
    margin: 0 auto 1.5em;
    width: 100%;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
}
table td,
table th {
    padding: 10px !important;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

/*************** AZ ICON BOX  ***************/
.az-icon-box {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {
    margin-bottom: 10px;
}
.az-icon-box-description p {
    margin-bottom: 10px;
}

/*************** AZ MENU  ***************/
.az-menu,
.sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    margin-bottom: 20px;
}
.sticky-menu {
    position: sticky;
    top: 70px;
    background: #f7f7f7;
    z-index: 99;
    padding: 0 !important;
}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li,
.sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.az-menu li a,
.sticky-menu .ux-menu-link a {
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a,
.az-menu li:hover a,
.sticky-menu .ux-menu-link:hover a,
.sticky-menu .ux-menu-link.active a {
    color: #e51b23;
}
.az-menu li a:after,
.sticky-menu .ux-menu-link a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
}
.az-menu li.current-menu-item a:after,
.az-menu li:hover a:after,
.sticky-menu .ux-menu-link:hover a:after,
.sticky-menu .ux-menu-link.active a:after {
    background: #e51b23;
}

/*************** NEO CTA BUTTON  ***************/
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.neo_cta.right {
    left: initial;
    right: 0;
}
.neo_cta_list_button .cta_button {
    margin-bottom: 20px;
}
.neo_cta_list_button {
    list-style: none;
    margin: 0;
}
.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgb(255 0 0 / 33%);
    border: 1px solid rgba(225, 179, 184, 1);
    background: #fdecec;
    -webkit-animation: devvn_zoom 1.5s infinite linear;
    -moz-animation: devvn_zoom 1.5s infinite linear;
    -o-animation: devvn_zoom 1.5s infinite linear;
    animation: devvn_zoom 1.5s infinite linear;
}
@-webkit-keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}
.neo_cta_list_button .cta_button .cta_button--icon img {
    padding: 12px;
    height: 100%;
    -webkit-animation: calltrap_spin 3s infinite linear;
    -moz-animation: calltrap_spin 3s infinite linear;
    -o-animation: calltrap_spin 3s infinite linear;
    animation: calltrap_spin 3s infinite linear;
}
@-webkit-keyframes calltrap_spin {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        30% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        33% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        36% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        39% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        42% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        45% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        48% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }
        51% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        54% {
            -webkit-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        57% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }
 
    @-moz-keyframes calltrap_spin {
        0% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        30% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        33% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        36% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        39% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        42% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        45% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        48% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }
        51% {
            -moz-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        54% {
            -moz-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        57% {
            -moz-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }
 
    @-o-keyframes calltrap_spin {
        0% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        30% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        33% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        36% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        39% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        42% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        45% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        48% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }
        51% {
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        54% {
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        57% {
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }
 
    @keyframes calltrap_spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        30% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
        33% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        36% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        39% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        42% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        45% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        48% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg);
            opacity: 1
        }
        51% {
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }
        54% {
            -webkit-transform: rotate(10deg);
            -moz-transform: rotate(10deg);
            -o-transform: rotate(10deg);
            transform: rotate(10deg)
        }
        57% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg)
        }
    }
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(207 23 31);
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left .neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    right: 100%;
    left: initial;
    border-color: transparent rgb(207 23 31) transparent transparent;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}
.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: #fdecec;
    border-top: 1px solid rgba(225, 179, 184, 1);
}
.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    margin: 0;
    flex: 1;
    padding: 5px;
    overflow: hidden;
    border-right: 1px solid rgba(225, 179, 184, 1);
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:last-child {border: none;}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    overflow: hidden;
    align-items: center;
    border: none;
    justify-content: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    border-radius: 0;
    width: 20px;
    display: block;
    height: 20px;
    padding: 0;
    margin-right: 2px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #a90d1d;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 32px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {
    display: none;
}

/*************** TOOLTIPSER  ***************/
.tooltipster-sidetip .tooltipster-box {
    border: none !important;
    font-weight: 400;
}
.tooltipster-default .tooltipster-content {
    font-weight: 400;
    font-size: 12px;
}

/*************** AZ VIDEO  ***************/
.az-video .box {
    padding: 10px;
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.az-video .box-image {
    border-radius: 10px;
}
.az-video .box-text {
    padding: 15px 10px 5px;
}
.az-video .box-text h3 {
    text-align: center;
    margin: 0;
    color: #4d4d4d;
}

/*************** HEADER ***************/
#wide-nav {
    background-image: url(assets/images/sub.webp);
    background-repeat: repeat;
    background-size: 132px auto;
}
#wide-nav .header-bottom-nav > li {
    margin: 0;
}
#wide-nav .header-bottom-nav > li > a {
    font-weight: 500;
    font-size: 15px;
    padding: 0 25px;
    color: #243563;
    line-height: 50px;
}
#wide-nav .header-bottom-nav > li > a:hover,
#wide-nav .header-bottom-nav > li.current_page_item > a {
    color: #368e94;
}
#wide-nav .header-bottom-nav > li .sub-menu {
    border-radius: 12px;
    left: 0;
    padding: 12px 0;
    min-width: 200px;
}
#wide-nav .header-bottom-nav > li .sub-menu a {
    margin: 0;
    border:none;
    font-weight: 500;
    padding: 8px 24px;
    color: #333;
    border-left: 2px solid transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#wide-nav .header-bottom-nav > li .sub-menu a:hover,
#wide-nav .header-bottom-nav > li .sub-menu li.current-menu-item a {
    border-color: #a21c21;
    color: #a21c21;
}

/*************** HOME ***************/
.list-ctgr .box {border-radius: 12px; overflow: hidden;}
.list-ctgr .box-text {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}
.list-ctgr .box-text-inner {
    display: flex;
    align-items: center;
}
.list-ctgr .img {
    width: 60px !important;
    height: auto;
    position: absolute;
    top: calc(50% - 30px);
    left: 30px;
}
.section-destination .banner {
    border-radius: 20px;
    overflow: hidden;
}
.section-destination .banner h3 a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.section-feedback .icon-box {background: white;padding: 20px;border-radius: 12px;border: 1px solid #ebebeb;}
.flip-box .wrapper {
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    height: 220px;
}
.flip-box .wrapper > * {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    position: absolute;
    transition: all .6s ease-in-out;
    width: 100%;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D6D6D6;
    border-radius: 20px;
}
.flip-box .wrapper .frontface {
    transform: none;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
.flip-box .wrapper .frontface h5 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 10px;
}
.flip-box .wrapper:focus-visible .frontface, .flip-box .wrapper:hover .frontface {
    transform: rotateX(180deg) rotateY(0);
}
.flip-box .backface {
    background: #F3796A;
    transform: rotateX(-180deg) rotateY(0);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}
.flip-box .wrapper:focus-visible .backface, .flip-box .wrapper:hover .backface {transform: none;}
#main-content {
    flex-basis: 70%;
    max-width: 70%;
}
#sidebar {
    flex-basis: 30%;
    max-width: 30%;
}

/*************** ABOUT US ***************/


/*************** BLOG ***************/
.single #content {
    background: #F8F8F8;
}
.category .banner-page {margin-bottom: 52px;}
.single .banner-page {padding-bottom: 52px;}
.single .view-count {
    color: rgba(35, 35, 35, 1);
    font-size: 16px;
}
.single .entry-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}
.single .entry-category {opacity: 1;}
.single .entry-category a {
    font-size: 14px;
    background: #F3796A;
    color: white;
    text-transform: none;
    font-weight: normal;
    padding: 0 10px;
    line-height: 32px;
    display: inline-block;
    border-radius: 7px;
}
.single .entry-meta {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px 0 0;
}
.single .entry-meta i {
    font-size: 16px;
}
.single .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 56px;
    height: 56px;
}
.single .entry-meta .meta-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.single .author-name {
    font-weight: 500;
    color: rgb(235 125 108);
    font-size: 14px;
}
.single .post-date {
    font-size: 14px;
    color: rgba(35, 35, 35, 1);
    letter-spacing: 0;
}
#main-content .article-inner {
    background: none;
    border: none;
    box-shadow: unset;
}
.single #main-content .entry-header-text {padding: 20px 0;}
.single #main-content .entry-image {
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.entry-content.single-page {
    margin-top: 30px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.entry-content.single-page img {border-radius: 12px;}
.post-title a {
    font-size: 18px;
    font-weight: 500;
    color: #243563;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 10px !important;
}
.category .post-title a {
    font-size: 18px;
    margin-bottom: 10px;
}
.post-title a:hover {color: #ED1E24}
.post-item .post-meta {color: #898989;font-size: 13px;/* margin-top: 10px; */letter-spacing: 1px;}
.post-item .box-image {border-radius: 12px}
.post-item .button {border-radius: 7px;text-transform: none;font-weight: normal;font-size: 16px;letter-spacing: 0;}
.post-item .button.is-small {
    font-size: 14px;
    border: none;
}
.has-shadow .col>.col-inner {border-radius: 12px;overflow: hidden;}
.has-shadow .col>.col-inner .box-image {border-radius: 0;display: block;width: 100%;}
.has-shadow .col>.col-inner .box-vertical .box-image {display: table-cell;}
.has-shadow .post-item .box-text {display: block;padding: 15px 20px 20px;flex: 1;}
.has-shadow .post-item .box-text.text-center .button {
    margin: 0 auto !important;
}
.has-shadow .post-item .box-text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.has-shadow .post-item .box-text-inner .button {margin-top: auto;margin-right: 0;}
.from_the_blog_excerpt {font-size: 15px;font-weight: 400;margin-bottom: 15px !important;}
.box-vertical .box-text {
    padding: 15px 0 15px 30px;
}
.single-banner .image-cover {padding-top: 300px;border-radius: 10px;}
.section-related-post {padding-bottom: 50px;}
.page-numbers.links>li>span, .page-numbers.links>li>a {
    background: #fff;
    border: 1px solid #c41425;
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    color: #c41425;
    padding: 0;
    min-width: unset;
    font-size: 16px;
    border-radius: 6px;
}
.page-numbers.links>li>.current, .page-numbers.links>li>span:hover, .page-numbers.links>li>a:hover {
    background: #c41425;
    border-color: #c41425;
    color: #fff;
}
.post-item .plain, .post-item .plain .box {display: flex;height: 100%;flex-direction: column;}
.post-item .plain .box-vertical {
    display: table;
}
.blog-share {
    margin-top: 30px;
    padding: 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-share .label {
    margin: 0;
    color: #1d3664;
    font-weight: 500;
    font-size: 16px;
}
.blog-share .social-icons.share-icons {
    margin-right: 0;
}
.single .entry-header {
    display: flex;
    align-items: end;
}
.single .entry-header-text {padding: 0;}
.single .entry-header .blog-share {
    padding: 0;
    background: unset;
    box-shadow: unset;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    flex: 1;
}
.featured-posts .from_the_blog_excerpt {
    line-height: 1.6;
    font-size: 16px;
}
.featured-posts .cat-label a {
    font-size: 13px;
    color: white;
    background: #368e94;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 30px
}
.featured-posts.has-shadow .post-item .box-text-inner .button {
    height: 40px;
    font-size: 16px;
    border: none;
    box-shadow: unset;
    border-radius: 99px;
}
.featured-posts .post-title a {font-size: 24px;}

/*************** CONTACT PAGE ***************/


/*************** SIDEBAR ***************/
#sidebar .widget {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 20px;
}
#sidebar .widget.widget_media_image {padding: 0;}
.widget .is-divider {
    background: #243563;
    height: 1px;
    width: 100%;
    max-width: unset;
}
.widget .widget-title {
    color: #243563;
    font-weight: 700;
    font-size: 20px;
    text-transform: initial;
    line-height: 144%;
    padding: 0;
    position: relative;
    display: block;
    letter-spacing: 0;
}
.widget .menu li {
    border: none;
}
.widget .menu li a {
    position: relative;
    color: #4F4F4F;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 24px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    display: block;
}
.widget .menu li a:before {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: -1px;
    background: #56b2e6;
    z-index: 0;
    width: 2px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
}
.widget .menu li:hover a, .widget .menu li.current-menu-item a {color: #56b2e6;}
.widget .menu li:hover a:before, .widget .menu li.current-menu-item a:before {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.recent-blog-posts-li .box-vertical .box-text {
    padding: 10px 0 15px 15px;
}
.recent-blog-posts-li h3 {
    font-size: 14px;
    font-weight: 500;
}
.recent-blog-posts-li .post-meta {font-size: 13px;letter-spacing: 0;}
.post-cat {
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 15px;
    background: #c99e3d;
    font-family: "Freckle Face", system-ui;
    color: white;
    padding: 0 10px;
    letter-spacing: 1px;
    border-radius: 99px;
    font-size: 14px;
}

/*************** HOTELS ***************/
.e-rating-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    gap: 5px;
}
.e-rating-wrapper .e-icon svg {
    width: 20px;
    display: block;
    fill: #fbdc00;
}
.hotel-item .from_the_blog_excerpt {
    font-size: 13px;
    line-height: 1.4em;
    margin: 0 !important;
}
.hotel-item .location {
    color: #243563;
    line-height: 1.2;
    font-size: 14px;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ebebeb;
}
.hotel-item .location i {
    font-size: 24px;
    color: #368e94;
}
.certification-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    width: 100%;
    border-top: 1px dashed #ebebeb;
    gap: 10px;
}
.certification-item {
    position: relative;
    min-height: 1px;
}
.certification-item img {
    height: 60px;
}

/*************** TOUR ***************/
.single  #breadcrumbs nav {
    border: none;
    margin: 0;
}
.single .header-single-tour {
    padding: 36px 0;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 30px;
}
.single .header-single-tour:after {
    content: '';
    background: #233562a6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.single .header-single-tour .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 10;
}
.single .header-single-tour .header-left {
    width: 70%;
}
.single .header-single-tour .header-left .location {
    font-size: 18px;
    font-family: "Freckle Face", system-ui;
    letter-spacing: .5px;
}
.single .header-single-tour .header-left .location i {color: #368e94;}
.single .header-single-tour .header-left .tour-name {margin: 0;color: white;padding-top: 10px;font-size: 36px;}
.single .header-single-tour .header-right {
    flex: 1;
    display: flex;
}
.single .header-single-tour .header-right a {
    display: flex;
    margin-left: auto;
    background: #fff;
    padding: 0 20px;
    font-size: 14px;
    color: #233562;
    line-height: 34px;
    border-radius: 7px;
    gap: 10px;
    font-weight: 500;
}
.single .header-single-tour .header-right a i {color: #368e94;}
.tour_gallery-preview .image {border-radius: 12px;overflow: hidden;}
.tour_gallery-thumb .slick-list {margin: 0 -5px;margin-bottom: 20px;}
.tour_gallery-thumb .image-cover {padding-top: 65%;border-radius: 12px;}
.tour_gallery-thumb .image {
    max-width: 20%;
    padding: 10px 5px !important;
    opacity: .7;
    height: 100%;
    box-sizing: border-box;
}
.tour_gallery-thumb .slick-current.image {
    opacity: 1;
}
.lich_trinh .accordion-title {
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dashed #ebebeb;
    border-top: none;
    color: #233562;
}
.lich_trinh .accordion-title.active {color: #368e94;}
.lich_trinh .accordion-title.active {background: none;border-color: #ebebeb;}
.lich_trinh .accordion-item {position: relative;padding-left: 40px;}
.lich_trinh .accordion-item:after {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 15px;
    content: "";
    border: 3px solid #368e94;
}
.lich_trinh .accordion-item:before {
    position: absolute;
    content: "";
    border-left: 1px dashed #d8d8d8;
    width: 0;
    height: 100%;
    left: 15px;
    top: 32px;
}
.lich_trinh .accordion-item:last-child:before {height: calc(100% - 32px);}
.lich_trinh .accordion .toggle {
    right: 0;
    left: initial;
    margin: 0;
    border: none;
    width: auto;
}
.lich_trinh .accordion .toggle i {
    font-size: 14px;
    color: #233562;
    opacity: 1;
}
.accordion-inner {padding: 15px 0;border-bottom: 1px dashed #ebebeb !important;}
.tour-content {padding: 0 0 20px;}
/*.single-post #main-content {
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
}*/
.single #main-content img {border-radius: 12px;}
.single-tour  #main-content .block-title {font-weight: 500;}
.single #main-content ul {padding-left: 20px;}
.single #main-content ul li {list-style: none;position: relative;padding-left: 25px;}
.single #main-content ul li:before {
    content: "✦";
    color: rgb(54 142 148);
    position: absolute;
    left: 0;
}
#sidebar .tour-meta {margin-bottom: 15px;border-radius: 7px;}
#sidebar .tour-meta .widget-content > * {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}
#sidebar .tour-meta .widget-content .location {margin-bottom: 10px;align-items: flex-start;}
#sidebar .tour-meta .widget-content i {
    font-size: 18px;
    color: #368e94;
}

/*************** DESTINATION ***************/
.section-our-team .box {opacity: 1 !important}
.section-our-team .box-image {border-radius: 12px;overflow: hidden;}

/*************** LOCAL LEGEND ***************/
.quote {
    padding: 37px 43px;
    font-size: 20px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    border-left: 4px solid;
    border-color: #F3796A;
    background-color: #ffffff;
    line-height: 1.4;
}
.quote i {
    font-size: 50px;
    display: inline-block;
    margin: 0 0 15px 0;
    color: #368e94;
    text-align: center;
    border-radius: 50%;
}
.local-legend-name {
    font-size: 15px;
    margin: 10px 0 0 0;
    color: #BBC1C4;
}

/*************** TESTIMONIALS ***************/
.testimonial-box {min-height: 100%;}
.testimonial-box .icon-box-wrapper {
    border: 1px solid #BDCEE1;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: white;
}
.testimonial-box .icon-box-header {
    display: flex;
    gap: 10px;
    padding: 30px 30px 0px;
    align-items: center;
}
.testimonial-box .icon-box-text {
    background: #F4F6F8;
    padding: 20px 30px;
}
.testimonial-box .icon-box-img img {padding: 0;}
.testimonial-box .testimonial-name {
    font-weight: 500;
    margin: 0;
}
.testimonial-box .testimonial-company {
    font-size: 14px;
}
.testimonial-box .star-rating {width: 90px;margin: 20px 0 20px 30px;}
.testimonial-box .star-rating:before, .star-rating span:before {
    letter-spacing: 2px;
    width: 90px;
    color: var(--fs-color-primary);
}
.testimonial-box p:last-child {margin: 0;font-size: 14px;}

/*************** FOOTER ***************/
#footer .social-icons svg path {fill: white;}
#footer .section-title-normal .section-title-main span {font-weight: 500}
#footer .ux-menu-link__link {
    font-size: 15px;
    text-align: left;
    margin-bottom: 10px;
}
#footer .ux-menu-link__link .bi-chevron-right {
    font-size: 12px;
}
#footer .ux-menu-link:hover .ux-menu-link__link {color: #e12f2c;}
#footer .back-to-top {
    background: #a21c21;
    border: none;
    color: white;
    font-size: 20px;
    line-height: 48px;
    height: 48px;
    margin: 0;
    min-height: unset;
    width: 48px;
    min-width: unset;
    right: 15px;
}

@media screen and (max-width: 1360px){
}
@media screen and (max-width: 850px){
    #main-content, #sidebar {
        flex-basis: 100%;
        max-width: 100%;
    }
    .single .entry-header {display: block}
    .single .entry-header .blog-share {align-items: start;margin-top: 10px;}
    .blog-share .social-icons.share-icons {margin-left: 0}
    .featured-posts .from_the_blog_excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    .featured-posts .post-title a {
        font-size: 20px;
    }
    .featured-posts.has-shadow .post-item .box-text-inner .button {
    font-size: 14px;
    height: 36px;
}
}
@media screen and (max-width: 620px){
    .featured-posts {display: none;}
}
@media screen and (max-width: 550px){

}
@media screen and (max-width: 480px){

}

.flex-row.form-flat .flex-col, .form-flat .flex-row .flex-col {padding: 0;}
.searchform-wrapper.form-flat .flex-col:last-of-type {margin: 0;}
.searchform .button.icon {
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 50%;
    height: 38px;
    min-height: unset;
    border: none;
    line-height: 38px;
    font-size: 14px;
    width: 38px;
    background: #a21c21;
}
.fz-14 {font-size: 14px;}
.wp-caption {margin-bottom: 20px;}
.wp-caption .wp-caption-text {background: none;}
.itinerary {
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.itinerary-content > *:last-child {margin: 0;}
.gallery_field {margin-top: 30px;}
.container .row-xsmall:not(.row-collapse), .row.row-xsmall:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.row-xsmall>.col, .row-xsmall>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 5px 10px;
}
.subscribe-block {
    padding: 70px 50px 50px;
    text-align: center;
    background: url(assets/images/sub.webp) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #cfcfcf;
    border-radius: 12px;
}
.subscribe-block h2 {
    font-weight: 600;
}
.subscribe-block .button {
    font-weight: normal;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border: none;
    border-radius: 7px;
}
.experience-meta {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.experience-meta .button {
    margin: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    border-radius: 99px;
    height: 30px;
    line-height: 30px;
    border: none;
    min-height: unset;
}
.lightbox-content {border-radius: 12px;}