.form-select:focus,
.form-control:focus,
.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile {
    display: none !important;
}

.overlay {
    position: relative;
    z-index: 1;
}

.overlays {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
}

.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 61%;
    background-color: #002f5f;
    left: 0;
    z-index: -1;
}

.print-main {
    display: none;
}

.h-auto {
    height: auto;
}

.lh-0 {
    line-height: 0 !important;
}

.drawer-open {
    overflow: hidden;
}

.subtitle {
    font-weight: 300;
    font-size: 1.875em;
    line-height: 1.2;
}

.progress {
    display: block;
    width: 43%;
    height: 2px;
    overflow: hidden;
    background-color: rgba(234, 230, 221, 0.9);
    background-image: -o-linear-gradient(left, #AB0634, #AB0634);
    background-image: -webkit-gradient(linear, left top, right top, from(#AB0634), to(#AB0634));
    background-image: linear-gradient(to right, #AB0634, #AB0634);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-transition: background-size .4s ease-in-out;
    -o-transition: background-size .4s ease-in-out;
    transition: background-size .4s ease-in-out;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.modal-backdrop {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}


/*button css*/

.btn {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Franklin Gothic Book', sans-serif;
    color: #ffffff;
    text-align: center;
    min-width: 23.875em;
    padding: 3.875em 1.875em;
    line-height: 1.2;
    background-color: #041E41;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 0;
}

.btn.btn-white {
    border-color: #fff;
    color: #fff;
}


/* header css  */

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 0;
}

header.nav-up.sticky {
    position: fixed;
    padding: 0px;
    background: rgb(3, 29, 64);
    z-index: 11;
}

header.nav-up.sticky .header-logo {
    margin-top: 0;
    margin-bottom: 0;
}

header.nav-up.sticky .header-logo image {
    height: 2525px;
}

header.nav-up.sticky .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo {
    margin-top: 1.5em;
    margin-left: 3em;
}

header.nav-up.sticky .header-logo .logo {
    display: none !important;
}

header .header-logo .logo {
    width: 18em;
}

header .inner-header .header-logo .logo {
    width: 20em;   
}

header.nav-up.sticky .header-logo .sticky-logo {
    display: block !important;
    width: 14.75em;
}

a.icon {
    display: inline-block;
    border-radius: 50%;
    background-color: #002E5F;
    width: 3.5em;
    aspect-ratio: 1/1;
    margin-right: 1em;
    position: relative;
    overflow: hidden;
}

a.icon.svg-fill img {
    width: 1.5em;
    aspect-ratio: 1/1;
}

.svg-fill .visible,
.svg-fill .hidden {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75,-.27,.3,0.5);
}

.svg-fill .hidden {
    transform: translate(60px,-50%);
}

.svg-fill .visible,
.svg-fill:hover .hidden {
    transform: translate(-50%,-50%);
}

.svg-fill:hover .visible {
    transform: translate(-60px,-50%);
}

header.nav-up.sticky a.icon {
    background-color: #FFF;
}

header.nav-up.sticky a.icon img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(672%) hue-rotate(178deg) brightness(92%) contrast(109%);
}

.header-quick-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    color: #ffffff;
    align-items: center;
    padding-top: 2em;
}

header.nav-up.sticky .header-quick-link {
    background-color: transparent;
    padding-top: 0;
}

.header-quick-link a.btn-link {
    padding: 8px 37px;
    border: 0.0625em solid #ffffff;
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}

.header-quick-link a.btn-link:hover {
    background-color: #a08a79;
    border-color: #a08a79;
    color: #021e3f;
}

.header-quick-link a:hover .svg-fill path {
    fill: #a28a7a;
}

.header-quick-link a:hover .svg-fill line {
    stroke: #a28a7a;
    stroke-width: 2px;
}

#quick-menu {
    display: none;
}


/* menu css  */

.navigation-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((var(--vh, 1vh) * 100));
    z-index: 12;
    visibility: hidden;
    display: none;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(0deg, rgba(0, 46, 95, 0.95) 0%, rgba(0, 46, 95, 1) 50%), url(../../images/bg-image.svg), rgba(0, 46, 95, 1) 50% / cover no-repeat;
    padding: 1.5em;
    background-size: 50%;
    background-position: bottom;
}

.navigation-dropdown.is-active {
    pointer-events: all;
    visibility: visible;
    display: block;
}

.primary-menu:before {
    content: "";
    background: #ffffff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
}

.navigation-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation-top .header-quick-link {
    padding: 0;
    position: relative;
    z-index: 1;
}

.navigation-dropdown .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-dropdown .menu .primary-menu>li>a {
    font-size: 2.25em;
    color: rgba(255, 255, 255, 0.4);
    display: block;
    position: relative;
    opacity: 0;
    padding-right: 2.78em;
    line-height: 1;
    letter-spacing: 0.0138em;
    text-align: left;
    text-transform: uppercase;
    font-family: 'TheSansOffice-Bold', sans-serif;
}

.navigation-dropdown .menu ul.has-sub-menu li .menu-arrow {
    opacity: 0.5;
    rotate: -90deg;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation-dropdown .menu ul.has-sub-menu li:hover .menu-arrow {
    opacity: 1;
    rotate: 0deg;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@-webkit-keyframes leftContentText {
    from {
        left: -80px;
        opacity: 0;
    }
    to {
        left: 0;
        opacity: 1;
    }
}

.navigation-dropdown .menu .primary-menu>li:not(:last-child)>a {
    padding-bottom: 0.5em;
}

.navigation-dropdown .menu .drop-down>ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    height: 100%;
    margin-top: 0;
    padding-left: 100px;
}

.navigation-dropdown .menu ul li {
    margin-bottom: 0;
}

.navigation-dropdown .menu ul.has-sub-menu li {
    padding-bottom: 10px;
    text-transform: uppercase;
}

.navigation-dropdown .menu .drop-down.hover>ul {
    visibility: visible;
    opacity: 1;
}

.navigation-dropdown .menu::-webkit-scrollbar,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar,
.navigation-dropdown .quick-link::-webkit-scrollbar {
    width: 4px !important;
}

/* .navigation-dropdown .menu::-webkit-scrollbar-track,
.navigation-dropdown .menu::-webkit-scrollbar,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar-track,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar,
.navigation-dropdown .quick-link::-webkit-scrollbar-track,
.navigation-dropdown .quick-linku::-webkit-scrollbar {
    background-color: #002E5F;
} */

.navigation-dropdown .menu::-webkit-scrollbar-thumb,
.navigation-dropdown .menu .drop-down>ul::-webkit-scrollbar-thumb,
.navigation-dropdown .quick-link::-webkit-scrollbar-thumb {
    background-color: #021e3faa;
}

.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a,
.navigation-dropdown .quick-link a {
    color: #a08a79;
    font-size: 1.125em;
    font-family: 'TheSansOffice-Bold', sans-serif;
}

.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a:hover {
    opacity: 0.4;
}

.navigation-dropdown .quick-link a {
    font-size: 1em;
    margin-bottom: 0px;
}

.navigation-dropdown .menu ul.has-sub-menu>li:not(:last-child)>a {
    margin-bottom: 3.875em;
}

.navigation-dropdown .quick-link li:not(:last-child) {
    margin-bottom: 0.625em;
}

.navigation-dropdown ul.primary-menu {
    width: 50%;
    position: relative;
}

.navigation-dropdown .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 43%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-blend-mode: multiply, normal;
    background-size: contain;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.navigation-dropdown .menu .primary-menu>li.hover .bg-img {
    opacity: 1;
    visibility: visible;
}

.quick-menu-container,
.menu-wraper {
    height: calc(100vh - 16em);
    display: flex;
    align-items: center;
}

.quick-menu-container {
    height: 100%;
    justify-content: center;
}

.navigation-dropdown .quick-link {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 35%;
    margin-top: 22.8125em;
    height: calc(100% - 22.8125em);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 6.25em;
}

.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a,
.navigation-dropdown ul.primary-menu li>a {
    color: #fff;
}

.navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a:hover,
.navigation-dropdown .menu .primary-menu>li:hover>a,
.navigation-dropdown .menu .primary-menu>li.active>a {
    color: #fff;
}

.navigation-dropdown ul.has-sub-menu>li>a:hover {
    color: #a89360;
}

.navigation-dropdown .quick-link ul.has-sub-menu>li>a:hover {
    color: #ffffff;
}

.navigation-dropdown .social a {
    margin: 0px 1.875em;
}

.navigation-dropdown .social a:hover img {
    filter: brightness(0) invert(1);
}

.navigation-dropdown .social {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 3em;
    padding: 3em 0px;
}

.social a img {
    /* height: 1.5em;
    width: 2.25em; */
    height: 1.4em;
    width: 1.5em;
}

.navigation-dropdown .social div {
    opacity: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navigation-dropdown.is-active .social div {
    -webkit-animation: 1s ease 0.6s 1 normal forwards running leftContentText;
    animation: 1s ease 0.6s 1 normal forwards running leftContentText;
    -webkit-animation-delay: 0.9;
    animation-delay: 0.9;
}

.social h6 {
    font-size: 1em;
    line-height: 1.63875em;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.navigation-dropdown .social path {
    fill: #fff;
}

.navigation-dropdown .social a:hover path {
    fill: #a29061;
}

.navigation-dropdown h4 {
    font-size: 26px;
    font-family: 'TheSansOffice-Plain', sans-serif;
    opacity: 0;
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
}

.navigation-dropdown h4.menu-title {
    opacity: 1;
    display: none;
}

.navigation-dropdown.is-active .social h4 {
    -webkit-animation: 1s ease 0.6s 1 normal forwards running leftContentText;
    animation: 1s ease 0.6s 1 normal forwards running leftContentText;
    -webkit-animation-delay: 0.6;
    animation-delay: 0.6;
}

.navigation-close {
    width: 3.25em;
    aspect-ratio: 1/1;
    position: relative;
    cursor: pointer;
    z-index: 5;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.navigation-close img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(672%) hue-rotate(178deg) brightness(92%) contrast(109%);
    width: 1.25em;
    aspect-ratio: 1/1;
}

.close:hover line {
    stroke: #a08a79;
    stroke-width: 2px;
}


/* search css  */


/* search css  */

.search-form .search-img {
    background-image: url('../../images/icons/search.svg');
    filter: brightness(0) saturate(100%) invert(13%) sepia(46%) saturate(3409%) hue-rotate(193deg) brightness(94%) contrast(101%);
    background-repeat: no-repeat;
    width: 1.5em;
    border: 0;
    background-color: transparent;
    padding: 0;
    background-position: 0 center;
    background-size: 1.3em;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.search.active .search-form .search-img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(263deg) brightness(101%) contrast(101%);
    background-size: 1.1em;
}

.search-form .btn-search {
    padding: 0.25em 0.5em;
    border-radius: 100%;
    margin-right: 1em;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    width: 3.25em;
    aspect-ratio: 1/1;
}

.search.active .search-form .btn-search {
    background-color: #002E5F;
    border-radius: 100%;
    width: 2.25em;
}

.search-form form {
    display: flex;
    align-items: center;
}

.search.active .search-form form {
    background: #fff;
    border-radius: 5em;
    padding: 0.125em 1em 0.125em 0.5em;
    margin-right: 0.75em;
}

.search-form .search-input {
    background-color: transparent;
    color: #021e3f;
    font-weight: normal;
    border: 0;
    padding: 0;
    line-height: 2.389375em;
    width: 0;
    font-size: 1.1425em;
    z-index: 1;
    -webkit-transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
    -o-transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
    transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
}

.search.active .search-form .search-input {
    width: 100%;
    -webkit-transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
    -o-transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
    transition: height .9s cubic-bezier(.165, .84, .44, 1) .0s;
}

.search-form .search-input:focus {
    border-bottom: 0.0625em solid #fff;
}

.search-form {
    max-width: 300px;
    position: relative;
}

.search-text {
    text-align: left;
}


/**/


/*main-slider*/

.overlay-div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .3;
}

.home-slider {
    position: relative;
    overflow: hidden;
}

.main-slider .video-box {
    padding-bottom: 35px;
}

.main-slider-item {
    height: 100%;
    width: 100vw;
}

.main-slider-item .banner-box {
    height: 100%;
    display: block;
}


/* .home-slider:not(.general-page) .main-slider .main-slider-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 35px;
    width: 100%;
    background: #041E41;
    left: 0;
    z-index: 1;
} */

.main-slider-item .banner-box .bg-img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-slider-item:not(.no-panning) .banner-box .bg-img {
	-webkit-animation-name: homesliderbg;
    animation-name: homesliderbg;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
    transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
}
.main-slider-item .banner-box .bg-img img::after {
    display: contents;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.74%, rgba(0, 0, 0, 0.67) 87.49%), linear-gradient(rgba(0, 0, 0, 0.34) 9.43%, rgba(0, 0, 0, 0.00) 27.55%), transparent 50% / cover no-repeat;
}

.inner-banner .main-slider-item .bg-img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider-item .main-banner-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@-webkit-keyframes homesliderbg {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
        transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
    }
    to {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1.50000, 1.50000);
        transform: translate3d(0px, 0px, 0px) scale(1.50000, 1.50000);
    }
}

@keyframes homesliderbg {
    from {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
        transform: translate3d(0px, 0px, 0px) scale(1.10000, 1.10000);
    }
    to {
        -webkit-transform: translate3d(0px, 0px, 0px) scale(1.50000, 1.50000);
        transform: translate3d(0px, 0px, 0px) scale(1.50000, 1.50000);
    }
}

.video-box,
.main-slider {
    height: 100%;
    width: 100%;
}

.main-slider-inner {
    height: 100vh;
}

.event-calendar .main-slider-inner {
    height: 58.75em;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: 100%;
}

.home-slider .born-to-fly {
    position: absolute;
    bottom: 0px;
    left: 10%;
    right: auto;
    margin: auto;
    min-width: 600px;
    z-index: 1;
}

.home-slider .banner-box .overlay-div {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.99)));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 100%);
    opacity: 0.27;
}

.main-slider .playbtn:hover {
    text-decoration: underline;
}

/**/

.img-navigation img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 195px;
    aspect-ratio: 277/315;
}

.social div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/***/

.home-slider.general-page {
    padding: 0;
    height: auto;
    height: calc((var(--vh, 1vh) * 100) - 55px);
}

.home-slider.general-page img {
    min-height: 760px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -o-object-position: top;
    object-position: top;
}

.home-slider.general-page img.slide-img {
    min-height: 790px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% center;
    object-position: 20% center;
}

.slider-content {
    position: absolute;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 75px;
    text-align: center;
}

.slider-content h1 {
    margin-bottom: 1.04em;
    font-size: 4.375em;
}

.banner-box .slider-content {
    left: 6.125em;
    bottom: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
}

.home-slider.latest-news.article .slider-content {
    bottom: 50px;
}

.slider-content-inner .subtitle {
    font-size: 66px;
    font-family: 'TheSansOffice-Plain', sans-serif;
}

.head-mobile-btn {
    display: none;
}

.slider-content-inner-no h6 {
    display: none;
}


/**/

.color-gray {
    color: #666;
}

sup {
    color: #a80532;
    font-size: 14px;
    top: -0.3em;
    font-weight: 700;
}

input[type=file]#file-upload-button {
    background: #b6b0a3 !important;
}

::-webkit-file-upload-button {
    background-color: rgba(162, 144, 97, 0.4) !important;
    border: 0.0625em solid #a29060 !important;
    border-radius: 3px !important;
}


/****/

.banner-box .slider-content-inner {
    position: relative;
    z-index: 1;
    max-width: 43.9875em;
}

.banner-box .slider-content h3 {
    font-size: 44px;
    color: #ffffff;
}

.banner-box .slider-content h6 {
    font-size: 1.45em;
    color: #ffffff;
    margin-bottom: 1em;
    font-weight: bold;
}

.banner-box .slider-content .btn {
    font-size: 14px;
    font-family: 'TheSansOffice-Plain';
    letter-spacing: 0.1em;
    min-width: 188px;
    padding: 15px 20px 13px;
}

.banner-box .slider-content .btn:hover {
    background-color: #a08a79;
    border-color: #a08a79;
    color: #041E41;
}

.slider-content-inner h3,
.slider-content-inner h6,
.slider-content-inner a.btn {
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 0;
}

.slick-active .slider-content-inner h3,
.slick-active .slider-content-inner h6,
.slick-active .slider-content-inner a.btn,
.tour-banner .slider-content-inner h6 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slick-active .slider-content-inner h3 {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.slick-active .slider-content-inner h6 {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.slick-active .slider-content-inner a.btn {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}


/* .cta-slider .main-slider-item {
    padding-bottom: 35px;
} */

@-webkit-keyframes animHomeHeaderLine {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 0
    }
}

@keyframes animHomeHeaderLine {
    from {
        background-position: 0 100%;
    }
    to {
        background-position: 0 0;
    }
}

.header-btn {
    display: flex;
}

.site-header .header-btn {
    display: none;
}

.nav-up.sticky .site-header .header-btn {
    display: flex;
}

.site-header.inner-header .header-btn {
    display: flex;
}

.header-btn a {
    font-family: 'TheSansOffice-Bold', sans-serif;
    color: #fff;
    padding: 0.4em 0.5em 0.4em 1.575em;
    border-radius: 5em;
    margin-right: 1em;
    font-size: 1.1425em;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-btn a.border-white {
    border: 0.0625em solid #FFF;
}

a.header-btn-white {
    background: rgba(255, 255, 255, .5);
    color: #002E5F;
}

a.header-btn-white:hover {
    background: rgba(255, 255, 255, 1);
}

.header-btn .btn-white {
    background: rgba(255, 255, 255);
    color: #002E5F;
}

.header-btn .btn-white span {
    background-color: #002E5F;
}

.rotate-320 {
    transform: rotate(320deg);
}

a.header-btn-white span {
    background: rgba(0, 47, 97, 0.9);
}

a.header-btn-white:hover span {
    background: rgba(0, 47, 97, 1);
}

.header-btn a span {
    width: 1.75em;
    height: 1.75em;
    border-radius: 50%;
    object-fit: none;
    margin-left: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn a span img {
    width: 0.9em;
    filter: brightness(0) invert(1);
}

.header-btn a.border-white span {
    border: 0.0625em solid #FFF;
}

.header-btn a.border-white:hover {
    background: #fff;
    color: #002E5F;
    border-color: #FFF;
}

.header-btn a.border-white:hover span {
    border-color: #FFF;
    background: #002E5F;
}

.header-btn a.border-white:hover span img {
    filter: brightness(0) invert(1);
}

.header-btn-mobile {
    margin-right: 5px;
    display: none;
}

.header-btn-mobile a {
    display: inline-block;
    border-radius: 50%;
    padding: 0.6em;
    border: 0.0625em solid #FFF;
    margin-right: 5px;
}

.header-btn-mobile a img {
    width: 1.5em;
    filter: brightness(0) invert(1);
}


/* Quick Content */

.quick-content {
    margin: 5em 33.125em;
    padding: 4.625em 5.375em;
    border: 0.0625em solid #79b9e8;
    border-radius: 5.75em;
    background-color: #002E5F;
}

.quick-view {
    display: flex;
    gap: 2.25em 1.25em;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-view a {
    width: 6.25em;
    text-align: center;
}

.quick-view a span {
    margin-bottom: 1em;
    display: block;
}

.quick-view a span::before {
    color: #79b9e8;
    font-size: 3em;
}

.quick-view a:hover span::before {
    color: #FFF;
}

.quick-view a h6 {
    font-size: 0.75em;
    font-family: 'TheSansOffice-Bold', sans-serif;
    letter-spacing: 0.07em;
    color: #FFF;
    line-height: 1.5em;
    text-transform: uppercase;
}

.banner-box::before {
    display: block;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(235deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.00) 40%);
    position: absolute;
    top: 0;
    z-index: 1;
}
.banner-box.medium::before{
	background: linear-gradient(235deg, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0.2) 5%, rgba(0, 0, 0, 0.00) 30%);
}
.banner-box.light::before{
	background:linear-gradient(235deg, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.00) 20%);
}
.banner-box.off::before{
	background:linear-gradient(235deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%);
}
/* responsive css  */

@media only screen and (min-width: 768px) {
    .navigation-dropdown .menu .drop-down>ul>li>ul {
        display: none;
        position: static;
        opacity: 1;
        padding: 0;
        visibility: visible;
        width: auto;
        padding-left: 15px;
        padding-top: 15px;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li>a,
    .navigation-dropdown.is-active .quick-link h4 {
        -webkit-animation: leftContentText 0.7s forwards;
        animation: leftContentText 0.7s forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .navigation-dropdown.is-active .quick-link li a {
        -webkit-animation: leftContentText 0.7s forwards;
        animation: leftContentText 0.7s forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    .navigation-dropdown .quick-link li a,
    .navigation-dropdown .quick-link h4 {
        opacity: 0;
        position: relative;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(2)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(2) a {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(3)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(3) a {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(4)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(4) a {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(5)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(5) a {
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(6)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(6) a {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(7)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(7) a {
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(8)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(8) a {
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s;
    }
    .navigation-dropdown.is-active .menu .primary-menu>li:nth-child(9)>a,
    .navigation-dropdown.is-active .quick-link li:nth-child(9) a {
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li {
        position: relative;
        opacity: 0;
        -webkit-animation: leftContentText 0.7s forwards;
        animation: leftContentText 0.7s forwards;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(2) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(3) {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(4) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(5) {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(6) {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(7) {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(8) {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(9) {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(10) {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s;
    }
    .navigation-dropdown li.hover ul.has-sub-menu li:nth-child(11) {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s;
    }
}

@media only screen and (min-width: 992px) {
    .navigation-dropdown .menu .drop-down>ul>li:hover>ul,
    .navigation-dropdown .menu .drop-down>ul>li.hover>ul {
        display: block;
    }
    .home-slider.general-page:after {
        bottom: -1.875em;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 940px) {
    .navigation-dropdown .social {
        bottom: 1em;
        padding: 1em 0;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 850px) {
    .quick-content {
        margin: 25px 600px;
        padding: 40px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 740px) {
    .quick-content {
        margin: 80px 450px;
        padding: 25px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 610px) {
    .quick-content {
        margin: 25px 450px;
        padding: 25px;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 550px) {
    .navigation-dropdown .social {
        display: none;
    }
    .menu-wraper {
        margin-top: 30px;
        height: calc(100vh - 140px);
    }
    .navigation-dropdown .menu {
        height: 100%;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 460px) {
    .quick-content {
        margin: 25px 50px;
        padding: 25px;
        border: none;
        border-radius: 0;
        background: none;
    }
}

@media only screen and (max-width: 1750px) {
    .slick-active .slider-content-inner h3 {
        font-size: 35px;
        line-height: 1;
    }
}

@media only screen and (max-width: 1600px) {
    .slick-arrow.slick-prev {
        right: auto;
        left: -70px;
    }
    .slick-arrow.slick-next {
        right: -70px;
        left: auto;
    }
    .home-slider .born-to-fly {
        max-width: 750px;
    }
    .slick-active .slider-content-inner h3 {
        font-size: 1.875em;
    }
    .header-logo {
        margin-top: 10px;
    }
    .navigation-dropdown .menu ul.has-sub-menu>li:not(:last-child)>a {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1536px) {
    .slick-arrow.slick-prev {
        right: auto;
        left: -50px;
    }
    .slick-arrow.slick-next {
        right: -50px;
        left: auto;
    }
    .navigation-dropdown .menu .drop-down>ul {
        width: 60%;
    }
    .navigation-dropdown .quick-link {
        margin-top: 205px;
        height: calc(100% - 205px);
    }
    .slider-content-inner-no h6 {
        display: block;
    }
    .quick-content {
        margin: 40px 450px;
        padding: 65px;
    }
}

@media only screen and (max-width: 1536px) and (max-height: 660px) {
    .quick-content {
        margin: 25px 450px;
        padding: 25px;
    }
}

@media only screen and (max-width: 1400px) {
    .navigation-dropdown .menu {
        padding-bottom: 0;
    }
    .home-slider .born-to-fly {
        left: 6%;
        max-width: 625px;
    }
    .banner-box .slider-content {
        left: 6%;
        bottom: 4em;
    }
    .header-logo img,
    .header-logo svg {
        max-width: 250px;
    }
    .slick-active .slider-content-inner h3 {
        font-size: 1.75em;
        margin-bottom: 15px;
    }
    .quick-content {
        margin: 40px 380px;
        padding: 65px;
    }
}

@media only screen and (max-width: 1400px) and (max-height: 500px) {
    .quick-content {
        margin: 25px 250px;
        padding: 25px;
    }
}

@media only screen and (max-width: 1400px) and (max-height: 260px) {
    .quick-content {
        margin: 25px 50px;
        padding: 25px;
        border: none;
        border-radius: 0;
        background: none;
    }
}

@media only screen and (max-width: 1366px) {
    .quick-menu-container, .menu-wraper {
        height: calc(100vh - 10em);
    }
    .search-form .search-input {
        line-height: 1.389375em;
    }
    .search-form input[type="submit"] {
        width: 1.25em;
    }
    .quick-content {
        margin: 40px 330px;
        padding: 50px;
    }
    .header-btn a {
        padding: 0.375em 0.45em 0.375em 1.575em;
    }
    .slider-content h1 {
        font-size: 60px;
    }
    .banner-box .slider-content h6 {
        font-size: 23.15px;
    }
    .navigation-dropdown .social {
        bottom: 0;
    }
    .navigation-close img,
    a.icon.svg-fill img {
        width: 16px;
    }
    .search-form .btn-search,
    .navigation-close,
    a.icon {
        width: 40px;
    }
    .search-form .search-img {
        background-size: 18px;
    }
    .search.active .search-form .btn-search {
        width: 30px;
    }
    .search.active .search-form form {
        padding-left: 3px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 750px) {
    .navigation-dropdown .menu .primary-menu>li:not(:last-child)>a {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 640px) {
    .navigation-dropdown .social {
        display: none;
    }

    .quick-menu-container, .menu-wraper {
        height: calc(100vh - 7em);
    }
}

@media only screen and (max-width: 1366px) and (max-height: 550px) {
    .quick-content {
        margin: 40px 250px;
        padding: 30px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 350px) {
    .quick-content {
        margin: 40px;
        padding: 30px;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .navigation-dropdown .menu .primary-menu>li:not(:last-child)>a {
        padding-bottom: 15px;
    }
    .event-calendar .main-slider-inner {
        height: 100vh;
    }
}

@media only screen and (max-width: 1280px) {
    .quick-menu-container, .menu-wraper {
        height: calc(100vh - 9em);
    }
    .quick-content {
        margin: 30px 300px;
        padding: 30px;
    }
    .quick-view a span::before {
        font-size: 2em;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 500px) {
    .quick-content {
        margin: 25px 250px;
        padding: 25px;
    }
    .event-calendar .main-slider-inner {
        height: 100vh;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 300px) {
    .quick-content {
        margin: 25px;
        padding: 25px;
        border: none;
        border-radius: 0;
        background: none;
    }
}

@media only screen and (max-width: 1199px) {
    .header-logo {
        margin-top: 0px;
        margin-left: 15px;
    }
    header:not(.sticky) .header-logo svg {
        height: 12.5em;
    }
    .navigation-dropdown .menu .drop-down>ul {
        width: 80%;
    }
    .news-menu:before {
        left: -70px;
    }
    .slider-content-inner .subtitle {
        font-size: 50px;
    }
    .banner-box .slider-content h3 {
        font-size: 1.75em;
    }
    .home-slider .born-to-fly {
        max-width: 620px;
    }
    .banner-box .slider-content-inner {
        max-width: 51.875em;
    }
    .quick-content {
        margin: 40px 250px;
    }
}

@media only screen and (max-width: 1199px) and (max-height: 400px) {
    .quick-content {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: none;
    }
}

@media only screen and (max-width: 1024px) {
    .quick-content {
        margin: 48px 155px;
    }
    .menu-wraper {
        display: block;
    }
    .event-calendar .main-slider-inner {
        height: 100vh;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 500px) {
    .quick-menu-container {
        height: calc(100vh - 120px);
        overflow-y: auto;
        display: block;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 300px) {
    .quick-content {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: none;
    }
    .quick-view {
        gap: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .quick-menu-container, .menu-wraper {
        display: block;
    }
    .navigation-top-right.d-flex.align-items-center {
        flex-wrap: wrap;
    }
    .navigation-dropdown {
        padding: 0em 2em;
    }
    .navigation-dropdown .menu .primary-menu>li>a,
    .navigation-dropdown .quick-link h4 {
        text-indent: 0em;
        font-size: 24px;
    }
    .navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a {
        font-size: 18px;
    }
    .quick-content {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        overflow-y: scroll;
        height: calc(100vh - 130px);
    }
    .search-form {
        right: -1.25em;
        top: 10px;
    }
    .search-form .btn-search {
        margin-right: 0;
        width: 2.75em;
        opacity: 0.5;
    }
    .search-form .btn-search:hover {
        opacity: 1;
    }
    .search.active .search-form .btn-search {
        width: 2.25em;
    }
    .search.active .search-form form {
        padding: 0.25em 1em 0.25em 0.25em;
    }
    .social h6 {
        margin: 0px 1.875em;
        text-align: left;
        margin-bottom: 20px;
    }
    .navigation-dropdown .social a {
        margin: 0px 0.875em 0px 1.875em;
    }
    header.nav-up.sticky .header-logo .mobile-logo,
    header .header-logo .sticky-logo {
        display: none !important;
    }
    header.nav-up.sticky .header-logo .sticky-logo,
    header .header-logo .mobile-logo {
        display: block !important;
    }
    .site-header>.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    h1,
    .h1 {
        font-size: 39px;
    }
    h2,
    .h2 {
        font-size: 35px;
    }
    h3,
    .h3 {
        font-size: 26px;
    }
    h4,
    .h4 {
        font-size: 20px;
    }
    h5,
    .h5 {
        font-size: 19px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
    .section-padding {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .header-quick-link .btn-wrap {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 13px;
        text-align: center;
        background-color: #021e3f;
        z-index: 99;
    }
    .header-quick-link {
        background-color: transparent;
        align-items: center;
        padding-top: 0;
    }
    .inner-header .header-quick-link {
        padding-top: 10px;
    }
    .header-btn a {
        margin-bottom: 8px;
        opacity: 0.5;
    }
    .header-btn a:hover {
        opacity: 1;
    }
    .header-logo {
        margin-top: 10px;
        margin-left: 10px;
    }
    .navigation-close {
        width: 2.75em;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .navigation-dropdown .quick-link {
        width: 45%;
        position: static;
        margin: 26px 0px;
        padding: 0;
        height: auto;
        display: block !important;
        overflow-y: hidden;
    }
    .navigation-dropdown .menu .drop-down>ul {
        width: 100%;
    }
    .navigation-dropdown .social {
        bottom: 0.6em;
    }
    .main-slider .video-box {
        padding-bottom: 25px;
    }
    .slider-content h6 {
        margin-bottom: 15px;
    }
    .home-slider.latest-news.article .slider-content {
        bottom: 0;
    }
    .home-slider.latest-news.article .slider-content .date {
        background: rgb(3, 29, 64, 85%);
        margin: 0;
        padding: 33px 0px;
        margin-top: 1.875em;
    }
    .navigation-dropdown .quick-link ul {
        display: none;
        overflow-y: auto;
    }
    .navigation-dropdown.is-active.quiklinks-active .quick-link ul {
        display: block;
        margin-top: 26px !important;
    }
    .navigation-dropdown.is-active.quiklinks-active .menu {
        height: auto;
        overflow: visible;
    }
    .navigation-dropdown h4 {
        opacity: 1;
        color: #a28a7a;
        margin-bottom: 0px;
    }
    .navigation-dropdown.is-active.quiklinks-active h4 {
        color: #ffffff;
    }
    .navigation-dropdown.is-active.quiklinks-active h4.quick-link-title {
        font-size: 2.5em;
    }
    .navigation-dropdown.is-active.quiklinks-active h4.menu-title {
        display: block;
        color: #a28a7a;
        margin-bottom: 0;
        margin-top: 0px;
    }
    .navigation-dropdown .menu .primary-menu>li>a {
        padding: 0;
        text-align: left;
        opacity: 1;
    }
    .navigation-dropdown .quick-link li:not(:last-child) {
        margin-bottom: 27px;
    }
    .search {
        z-index: 9;
    }
    .primary-menu:before {
        display: none;
    }
    .navigation-dropdown .menu .drop-down>ul {
        width: 100%;
        position: static;
        display: none;
        padding: 10px 0px 20px;
        height: auto;
        opacity: 1;
        visibility: visible;
        overflow-y: hidden;
    }
    .navigation-dropdown .menu .drop-down.hover>ul {
        display: block;
        -webkit-padding-start: 36px;
        padding-inline-start: 36px;
    }
    .navigation-dropdown .menu ul li:last-child {
        padding-bottom: 0px;
    }
    .navigation-dropdown ul.primary-menu {
        width: auto;
        height: 100%;
    }
    .navigation-dropdown.is-active.quiklinks-active ul.primary-menu {
        display: none;
    }
    .navigation-dropdown.is-active.quiklinks-active .menu-wraper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .navigation-dropdown .social div {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .navigation-dropdown .social path {
        fill: #a08a79;
    }
    .navigation-dropdown .social {
        padding: 16px 0px;
    }
    .menu-wraper {
        height: calc(100vh - 150px);
        margin-top: 20px;
    }
    .banner-box .slider-content {
        top: 125px;
        left: 32px;
    }
    .home-slider .born-to-fly {
        left: 1.875em;
    }
    header:not(.sticky) .header-logo svg {
        height: 70px;
    }
    .navigation-dropdown .menu .drop-down.hover>ul .third-level-sub-menu {
        padding: 15px 0px 0 20px;
        display: block;
    }
    .navigation-dropdown .menu .drop-down.hover>ul .third-level-sub-menu li:last-child {
        padding-bottom: 0;
    }
    .navigation-dropdown .menu ul.has-sub-menu li .menu-arrow {
        margin-left: 10px;
        display: inline-block;
        rotate: 0deg;
    }
    .navigation-dropdown .menu ul.has-sub-menu li.hover .menu-arrow {
        rotate: 180deg;
    }
    .home-slider .overlay-div {
        display: none;
    }
    .banner-box .slider-content {
        top: auto;
        left: 1.875em;
        right: 1.875em;
    }
    .event-calendar .banner-box .slider-content {
        bottom: 60px;
    }
    .cta-slider .main-slider-item {
        padding-bottom: 0px;
    }
    .nav-up.sticky .site-header .header-btn,
    .site-header.inner-header .header-btn,
    .header-quick-link .header-btn {
        display: none;
    }
    .head-mobile-btn {
        margin-bottom: 18px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 0 15px;
    }
    .header-mobile-btn {
        background-color: #fff;
        opacity: 0.5;
        color: #002E5F;
        padding: 0.3em 1em;
        font-size: 1em;
        line-height: 2.389375em;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    .left-border-radius {
        border-radius: 5em 0em 0em 5em;
    }
    .right-border-radius {
        border-radius: 0em 5em 5em 0em;
    }
    .slider-content h1 {
        margin-bottom: 34px;
        font-size: 40px;
        text-shadow: 2px 1px 5px #000000;
    }
    .header-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (max-height: 1920px) {
    .quick-content {
        margin: 20px 100px;
        padding: 50px;
        border: 0.0625em solid #79b9e8;
        border-radius: 5.75em;
        height: auto;
        overflow: auto;
    }
}

@media only screen and (max-width: 991px) and (max-height: 740px) {
    .quick-menu-container {
        display: block;
        height: calc(100vh - 12em);
    }
    .quick-content {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 991px) and (max-height: 600px) {
    .banner-box .slider-content-inner {
        max-width: 42.5em;
    }
    .banner-box .slider-content h3 {
        font-size: 23px;
    }
}

@media only screen and (max-width: 820px) and (max-height: 1920px) {
    .quick-menu-container {
        display: flex;
        height: calc(100vh - 16em);
    }
    .quick-content {
        margin: 20px 35px;
        padding: 50px;
        border: 0.0625em solid #79b9e8;
        border-radius: 5.75em;
        height: auto;
        overflow: auto;
    }
}

@media only screen and (max-width: 820px) and (max-height: 740px) {
    .quick-menu-container {
        display: block;
        height: calc(100vh - 12em);
    }
    .quick-content {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 768px) {
    header .header-logo .logo {
        width: 13em;
    }
    header .inner-header .header-logo .logo {
        width: 16em;
    }
    .header-btn {
        width: 100%;
    }
    a.icon {
        background-color: transparent;
        margin-right: 15px;
        width: 3em;
    }
    .inner-header a.icon {
        margin-right: 0;
    }
    header.nav-up.sticky .header-logo .sticky-logo {
        width: 160px;
    }
    .border-top-design:before {
        top: -31px;
    }
    .slider-content-inner .subtitle {
        font-size: 47px;
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .banner-box .banner-box .born-to-fly,
    .home-slider.cta-slider .born-to-fly {
        display: none;
    }
    .home-slider .banner-box .overlay-div {
        background: #000;
        opacity: 0.44;
    }
    #sitemap .btn-close {
        right: 10px;
        top: 10px;
    }
    .navigation-dropdown .menu {
        margin-top: 20px;
    }
    a.icon.svg-fill img {
        width: 24px;
    }
    .sticky a.icon.svg-fill img {
        width: 16px;
    }
}

@media only screen and (max-width: 768px) and (max-height: 1920px) {
    .quick-menu-container {
        display: flex;
        height: calc(100vh - 16em);
    }
}

@media only screen and (max-width: 768px) and (max-height: 840px) {
    .quick-content {
        margin: 20px;
        padding: 20px;
    }
    .quick-menu-container {
        display: block;
        height: calc(100vh - 12em);
    }
    .navigation-dropdown .menu {
        height: calc(100vh - 16em);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 768px) and (max-height: 660px) {
    .quick-content {
        margin: 20px 0;
        padding: 25px;
        background: none;
        border: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 768px) and (max-height: 640px) {
    .navigation-dropdown .menu {
        height: calc(100vh - 12em);
    }
}

@media only screen and (max-width: 575px) {
    .navigation-dropdown .social {
        display: none;
    }
    .home-slider .born-to-fly {
        left: 20px;
        max-width: 800px;
    }
    .banner-box .slider-content {
        left: 20px;
        right: 20px;
        bottom: 280px;
    }
    .inner-slider .banner-box .slider-content {
        bottom: 20px;
    }
    .event-calendar .inner-slider .banner-box .slider-content {
        bottom: 210px;
    }
    .event-calendar .banner-box .slider-content h6 {
        margin-bottom: 5px;
    }
    .main-slider .video-box {
        padding-bottom: 20px;
    }
    .navigation-dropdown .quick-link {
        width: 100%;
    }
    .navigation-dropdown .menu ul.has-sub-menu li {
        padding-bottom: 15px;
    }
    .navigation-dropdown .menu .primary-menu:hover>li>a:hover,
    .navigation-dropdown ul.primary-menu:hover ul.has-sub-menu>li>a {
        color: #ffffff;
    }
    .home-slider.general-page img.slide-img {
        min-height: 100vh;
    }
    .event-calendar {
        height: 100vh;
    }
    .event-calendar .main-slider-inner {
        height: 60vh;
    }
    header.nav-up.sticky .header-btn-mobile {
        display: block;
        margin-right: 0;
    }
    .banner-box::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.00) 40%);
    }
}

@media only screen and (max-width: 575px) and (max-height: 1920px) {
    .quick-menu-container {
        display: block;
        height: calc(100vh - 16em);
        overflow-y: auto;
    }
    .quick-content {
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 575px) and (max-height: 600px) {
    .quick-menu-container {
        display: block;
        height: calc(100vh - 12em);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 480px) {
    .header-left {
        padding-left: 0;
    }
    .section-padding {
        padding-top: 1.875em;
        padding-bottom: 1.875em;
    }
}

@media only screen and (max-width: 393px) {
    .header-btn a {
        font-size: 16px;
        padding: 6px 5px 6px 12px;
    }
    .quick-view {
        gap: 0.75em;
    }
    .quick-view a {
        width: 5.25em;
    }
    .quick-view a img {
        width: 2.75em;
    }
    .quick-view a span::before {
        font-size: 2em;
    }
    .navigation-dropdown .menu .primary-menu>li>a, .navigation-dropdown .quick-link h4 {
        font-size: 20px;
    }
    .navigation-dropdown ul.primary-menu ul.has-sub-menu>li>a {
        font-size: 16px;
    }
    .navigation-dropdown {
        padding: 0 20px;
    }
    .search-form {
        right: -8px;
    }
}

@media only screen and (max-width: 380px) {
    h3,
    .h3 {
        font-size: 24px;
    }
    .header-logo img,
    .header-logo svg {
        max-width: 11.875em;
    }
    .image-text .btn-link {
        font-size: 13px;
        padding: 15px 0px 7px;
    }
    .btn-link span {
        padding-bottom: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .header-quick-link a.btn-link {
        padding: 8px 25px;
    }
    .navigation-dropdown .menu .drop-down.hover>ul {
        display: block;
        padding-top: 0;
        -webkit-padding-start: 20px;
        padding-inline-start: 20px;
    }
    .navigation-dropdown .menu {
        margin-top: 15px;
        padding: 0;
    }
    .navigation-dropdown .menu .primary-menu>li>a {
        padding: 0;
        text-align: left;
        opacity: 1;
        font-size: 20px;
        padding-bottom: 25px;
    }
    .slider-content-inner .subtitle {
        font-size: 2.5em;
        padding: 0;
    }
    .home-slider.latest-news.article .slider-content .slider-content-inner h1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-box .slider-content h3 {
        font-size: 24px;
    }
    .banner-box .slider-content {
        top: auto;
        bottom: 240px;
    }
}

@media only screen and (min-width: 2100px) {
    header .inner-header .header-logo .logo {
        width: 32em;
    }
}

@media only screen and (min-width: 3000px) {
    .navigation-dropdown .menu {
        max-width: 2640px;
    }
    .quick-content {
        margin: 6em 30.125em;
    }
    
    .quick-view {
        gap: 5.25em 3.25em;
    }
}

@media only screen and (min-width: 3400px) {
    .navigation-dropdown .menu {
        max-width: 2640px;
    }
    .quick-content {
        margin: 6em 90em;
    }
    
    .quick-view {
        gap: 5.25em 3.25em;
    }
    header .header-logo .logo {
        width: 21.6em;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) {
    .main-slider-inner {
        height: calc(100vh - 85px);
    }
    .menu-wraper {
        height: calc(100vh - 230px);
    }
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (     -o-min-device-pixel-ratio: 3/1),
  only screen and (                min-resolution: 458dpi),
  only screen and (                min-resolution: 3dppx) { 
    .main-slider-inner {
        height: calc(100vh - 85px);
    }
    .menu-wraper {
        height: calc(100vh - 230px);
    }
}

@media only screen and (hover: hover) and (pointer: coarse) {
    .main-slider-inner {
        height: calc(100vh - 55px);
    }
    .menu-wraper {
        height: calc(100vh - 200px);
    }
}
