@font-face {
    font-family: 'Mulish';
    font-style: italic;
    font-weight: normal;
    font-display: swap;
    src: local('Mulish'), url('../../assets/fonts/mulish_regular.woff2') format('woff');
}
.nav-avatar {
    background-image: url("../../assets/images/header-user.svg");
}
.story-bg {
    background-image: url("../../assets/images/stort-top-bg-2.png");
}
.search-form .search-btn {
    background-image: url("../../assets/images/search_blue.svg");
}
.mobile-area .hamburger-btn {
    background-image: url("../../assets/images/menu-white.svg");
}
.header-close {
    background-image: url("../../assets/images/close-white.svg");
}
.pre-footer-bg {
    background-image: url("../../assets/images/stort-bottom-bg.png");
}
.footer-bg {
    background-image: url("../../assets/images/footer-bg.png");
}
@media screen and (max-width: 1399px) {
 .nav-container-mobile .accordion-button::after {
     background-image: url("../../assets/images/accordian_arrow_white.svg");
 }
}
.banner-bg {
    background-image: url("../../assets/images/nav-bg.jpg");
}

header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .15s;
    max-width: 1920px;
    margin: auto;
}

.elementor-editor-active header{
    top: 0;
}

.error404 .header{
    background-color: #003455 !important;
}

.header-close {
    height: 35px;
    width: 35px;
    min-width: 35px;
    cursor: pointer;
    background-size: 35px
}

.js-sticky-header .search-form input {
    height: 45px
}

.js-sticky-header .bottom-menu a.menu-item {
    line-height: 45px
}

header>div {
    width: 100%
}

.header .scroll-logo{
    display: none;
    width: 30px;
    height: auto;
}

header .right-area {
    display: flex;
    flex-direction: column;
    align-items: end
}

.right-area .bottom-menu #secondary-menu,
.right-area .top-menu #primary-menu {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.right-area .top-menu #primary-menu {
    position: relative;
}

.right-area .top-menu {
    font-size: .95rem;
    position: relative;
    background-color: #fff;
    width: 100%;
}

.header .right-area .dropdown-toggler {
    display: none;
    position: absolute;
    right: 10px;
    top: 5px;
}

.right-area .bottom-menu {
    font-size: 1rem;
    width: 100%;
    justify-content: space-between;
    transition: all 0.25s ease-in-out;
}

.right-area .bottom-menu .bottom-menu-wrapper{
    width: 100%;
    height: 133px;
    transition: all 0.25s ease-in-out;
    background: #0b3044;
}

.tra-header .right-area .bottom-menu  .bottom-menu-wrapper{
    background: transparent;
}

.top-menu .container-journal,
.bottom-menu .container-journal{
    margin: 0 auto;
    max-width: 1707px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}
.top-menu .container-journal{
    justify-content: end;
    gap: 25px;
}

.js-sticky-header {
    position: fixed !important;
    top: var(--wp-admin--admin-bar--height, 0);
    width: 100%;
    max-width: 1920px;
    height: 120px;
    background-color: #0b3044 !important;
    /* z-index: 999; */
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.right-area .bottom-menu-wrapper.js-sticky-header {
    position: fixed !important;
    top: var(--wp-admin--admin-bar--height, 0);
    width: 100%;
    max-width: 1920px;
    height: 120px;
    background-color: #0b3044 !important;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.menu-item .inner-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    padding: 15px;
    gap: 20px
}

.nearby-menu .inner-menu{
    left: calc(50% - 25px);
}

.inner-menu img {
    width: 100%
}

.menu-item.mega-item .inner-menu {
    right: -55px;
    left: auto;
    transform: none
}

.menu-item.mega-item {
    position: static
}

.mega-item .item-card .tag-wrapper a:nth-child(3){
    display: none;
}

.mega-item-4 .inner-menu {
    right: 0;
    left: auto;
    transform: none
}

.mega-item-2 .inner-menu {
    padding: 15px 0
}

.menu-item:hover .inner-menu {
    display: flex
}

/* .menu-item:hover .mega-menu-down-indicator:after {
    display: block
} */

.menu-item .link-wrapper {
    font-weight: 700
}

.menu-item .link-wrapper .title {
    font-size: 1rem;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 1;
	letter-spacing: normal;
    cursor: auto
}

.menu-item .link-wrapper a {
    padding: 10px 20px;
    display: block;
    color: #535353;
    line-height: 20px;
	letter-spacing: normal;
    font-weight: 700;
    font-size: 1rem;
    text-transform: initial;
}

.menu-item .link-wrapper a:hover {
    background-color: #e8f1f7;
    color: var(--secondary-color);
}

.menu-item .mega-menu-down-indicator {
    background: 0 0;
    border: 0;
    font-size: inherit;
    position: relative
}

.menu-item .mega-menu-down-indicator:after {
    display: none;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 11px 16px 0;
    border-color: var(--primary-color) transparent transparent transparent;
    border-style: solid;
    position: absolute;
    z-index: 11;
    top: 100%
}

.header .menu-item {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
}

.header .top-menu .menu-item {
    color: var(--primary-color);
}

.header .top-menu .menu-item .nav-link {
    color: #013573;
}

.header .bottom-menu .menu-item.active {
    color: var(--secondary-color);
    text-decoration: underline;
    text-underline-offset: 10px;
}

.menu-item .mega-menu-down-indicator {
    display: block;
    width: 100%
}

.menu-item label {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative
}

.menu-item label .indicator,.menu-item label img {
    display: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px
}

.menu-item label .indicator {
    right: 20px
}

.menu-item label .indicator:before,.menu-item label .indicator:after {
    content: '';
    height: 2px;
    background: #aaa;
    width: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -6px
}

.menu-item label .indicator:before {
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px
}

.mega-item-1 .inner-menu {
    min-width: 1285px
}

.mega-item-1 .inner-menu .img-wrapper {
    width: 35%;
    display: flex;
    position: relative
}

.mega-item-1 .img-wrapper img {
    height: 100%;
    border-radius: 4px
}

.mega-item-1 .inner-menu .menu-right {
    padding: 15px 0;
    display: flex;
    flex-grow: 1
}

.mega-item-1 .menu-right .link-wrapper {
    min-width: 33.33%;
    width: 33.33%
}

.menu-item.mega-item-2 .link-wrapper a {
    white-space: nowrap;
    padding: 10px 35px 10px 30px
}

.mega-item-3.menu-item.mega-item .inner-menu {
    min-width: 850px;
    gap: 0
}

.mega-item-3 .inner-menu {
    padding: 0
}

.mega-item-3 .link-wrapper {
    padding: 30px 0;
    min-width: 210px
}

.mega-item-3.menu-item .link-wrapper a {
    padding: 12px 40px
}

.mega-item-3 .item-card .tag-wrapper {
    padding-left: 20px
}

.mega-item-3 .menu-image {
    padding: 30px 40px;
    width: 100%;
    border-left: 1px solid #dfeaf0;
    flex-grow: 1;
    text-transform: none
}

.mega-item-3 .menu-image .menu-title {
    max-width: 350px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1b4a81;
	letter-spacing: normal;
    text-transform: uppercase
}

.mega-item-3 .post-wrapper {
    display: flex;
    gap: 20px;
    padding: 15px 0 30px
}

.mega-item-3 .post-wrapper .item-card a {
    margin: 0
}

.mega-item-3 .card-content .title {
    font-size: 1rem;
    padding: 20px 20px 0px;
    margin-bottom: 20px !important;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mega-item-3 .menu-image .btn-wrap {
    font-weight: 700;
    font-size: 1rem;
    color: #666;
    line-height: 40px
}

.mega-item-3 .menu-image .btn-wrap span {
    margin-right: 30px;
	letter-spacing: 0px;
}

.mega-item-3 .menu-image .explore-btn {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 12px 35px;
    font-size: .875rem
}

.search-form {
    position: relative;
}

.search-form:after{
    content: '';
    width: 1px;
    height: 20px;
    border-left: 1px solid var(--secondary-color);
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
}

.search-form.desktop-search-btn-holder:after {
    height: 15px;
    border-left: 2px solid var(--primary-color);
    left: -5px;
    top: calc(50% - 7.5px);
}

.search-form.desktop-search-btn-holder:has(.expanded):after {
    left: -13px;
}

.mobile-area .mobile-search-btn-holder{
    width: 30px;
    height: 30px;
}

.search-form ul.dropdown-menu {
    z-index: 0;
    right: 0;
    left: auto
}

.search-form input {
    height: 50px;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 0 40px 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    background: 0 0;
    color: #fff;
    min-width: 220px;
    transition: all .1s
}

.search-form .input-wrapper {
    position: relative
}

.search-form .search-btn {
    position: absolute;
    height: 30px;
    width: 30px;
    background-size: 20px;
    background-position: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: initial;
    border: none;
}
.search-form .desktop-search-btn{
    position: relative;
    top: 2px;
    background-size: 16px;
}

.search-form ::placeholder {
    color: #a7a7a7;;
    opacity: 1
}

.search-form :-ms-input-placeholder {
    color: #a7a7a7;
}

.search-form ::-ms-input-placeholder {
    color: #a7a7a7;
}

.main-search-form .search-form::before,
.main-search-form .search-form::after{
    content: none;
}

.main-search-form .search-form input {
    color: #000;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0;
    min-width: 35px;
    width: 0px;
    opacity: 0;
}

.main-search-form .search-form.expanded input {
    color: #000;
    height: 40px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 0 50px 0 15px;
    min-width: 400px;
    background-color: #fff;
    opacity: 1;
}
.main-search-form .search-form .search-btn {
    top: calc(50% - 15px);
    right: -7px;
    background-size: 16px;
}

.main-search-form .search-form .submit {
    display: none;
}

.main-search-form .search-form.expanded .submit {
    display: block;
    right: 0px;
}
.main-search-form .search-form.expanded #desktop-search-btn {
    display: none;
}

.main-search-form .search-form .close {
    display: none;
    width: 15px;
    height: 15px;
    justify-content: center;
    background-color: red;
    color: #fff;
    position: absolute;
    top: -4px;
    right: -13px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
}
.main-search-form .search-form.expanded .close{
    display: none;
}

.main-search-form .search-form .dropdown-menu {
    min-width: 400px;
}

.mobile-area {
    display: none
}

.mobile-area .hamburger-btn,.mobile-area .search-btn {
    background-color: initial;
    border: 0
}

.mobile-area .hamburger-btn {
    background-size: 35px;
    background-repeat: no-repeat;
    width: 35px;
    height: 19px
}

.mobile-logo {
    display: none;
    width: 100%;
}

.mobile-area .mobile-search-holder{
    display: flex;
    align-items: center;
    gap: 30px;
}

.mobile-logo>.container-journal {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-popup {
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
}

.search-popup.show {
    transform: translateX(0);
}

.search-form.search-popup {
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0);
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	max-width: 100%;
    max-height: 100vh;
    overflow: auto
}

.search-popup input {
    border-color: var(--secondary-color);
    color: #013573;
    font-size: 16px;
    flex-grow: 1;
}
input[type="search"]{
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
    position: absolute;
    font-size: 20px;
    right: 15px;
    filter: invert(0%) sepia(0%) saturate(9%) hue-rotate(84deg) brightness(98%) contrast(101%);
    cursor: pointer;
}

.main-search-form input[type="search"]::-webkit-search-cancel-button {
    right: 30px;
    font-size: 18px;
}

.search-popup .input-wrapper {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    align-items: center;
	max-width: 100%;
}

.search-popup input::placeholder {
    color: #222
}

.back-arrow {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    display: block;
    height: 10px;
    transform: rotate(45deg);
    width: 10px
}

.search-popup ul.dropdown-menu {
    position: static
}

.pre-footer {
    position: relative;
    max-width: 1920px;
    margin: 150px auto 0
}

.pre-footer .pre-footer-bg {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover
}

.pre-footer .pre-footer-wrap {
    display: flex;
    flex-wrap: wrap
}

.pre-footer .right-area,.pre-footer .left-area {
    width: 50%;
    min-width: 50%
}

.pre-footer-wrap>.left-area {
    padding-right: 110px
}

.footer-feature .right-area {
    width: 50%;
    min-width: 50%
}

.pre-footer .footer-feature {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 100px 0
}

.footer-feature .feature-item {
    display: flex;
    gap: 30px;
    align-items: center
}

.footer-feature .feature-item img {
    height: 40px;
    width: 40px;
    object-fit: contain
}

.footer-feature .feature-item h5 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #b9b9b9
}

.pre-footer-wrap .right-area img {
    width: 665px;
    height: auto;
    margin: -80px -55px 0 0
}

.banner::before {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent);
    content: '';
    height: 300px;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 1400px) {
    .mega-item-1 .inner-menu {
        min-width:900px
    }

    .mega-item-1 .inner-menu .img-wrapper {
        display: none
    }

    .pre-footer .right-area img {
        width: 100%;
        margin: -8% 0 0
    }
}

@media screen and (max-width: 1199px) {
    .pre-footer-wrap>.left-area {
        padding-right:0
    }
}

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

    header {
        top: var(--wp-admin--admin-bar--height, 0);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-sticky-header {
        height: 64px;
        background-color: #08212f;
    }

    .right-area .nav-list > .nav-item {
        padding: 13.5px 0px;
        border-bottom: 1px solid #203958;
        font-size: 20px;
    }

    .right-area .nav-list > .nav-item > a {
        font-weight: 400;
        line-height: 2;
        display: flex;
        align-items: center;
    }

    .top-menu .menu-item {
        width: 100%
    }

    .right-area .top-menu {
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
        background-color: transparent;
    }

    .header .top-menu .menu-item {
        color: #fff;
    }
	
	.header .top-menu .menu-item .nav-link {
    	color: #fff;
	}

    .top-menu .container-journal,
    .bottom-menu .container-journal {
        justify-content: start;
        padding: 0;
    }

    .right-area .top-menu .search-form{
        display: none;
    }

    .right-area .bottom-menu, .right-area .bottom-menu #secondary-menu, .right-area .top-menu #primary-menu{
        gap: 0;
    }

    .right-area .bottom-menu #secondary-menu{
        flex-direction: column;
        align-items: start;
    }
    .right-area .bottom-menu .bottom-menu-wrapper {
        height: auto;
        background: transparent;
    }

    header .site-logo img {
        width: 161px;
        height: auto;
    }

    .right-area .bottom-menu .site-logo {
        display: none
    }

    header .right-area {
        position: fixed;
        top: var(--wp-admin--admin-bar--height, 0);
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100vh;
        overflow: auto;
        transform: translateX(100%);
        transition: all 0.4s ease-in-out;
    }


    .right-area .bottom-menu .js-sticky-header {
        background-color: transparent !important;
    }

    .right-area .bottom-menu-wrapper.js-sticky-header {
        position: relative !important;
        top: 0;
        box-shadow: none;
    }

    .header .right-area .mega-menu-down-indicator{
        display: none;
    }

    .header .right-area .dropdown-toggler {
        display: block;
    }

    .header .right-area .dropdown-toggler img{
        position: relative;
        top: 8px;
    }

    .header .right-area .nav-list li.menu-item {
        position: relative;
        width: 100%;
    }

    .header .right-area .nav-list li.menu-item a{
        padding-left: 20px;
    }

    .right-area .top-menu #primary-menu,
    .right-area .bottom-menu #secondary-menu {
        flex-direction: column;
        width: 100%;
    }

    header.nav-show .right-area {
        transform: translateX(0);
    }

    .search-form .search-btn {
        background-image: url("../images/search-green.svg");
    }

    .mobile-area .hamburger-btn {
        background-image: url("../../assets/images/menu-green.svg");
    }

    .header-close {
        background-image: url("../../assets/images/close-green.svg");
    }

    .mobile-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item label img {
        display: block
    }

    .mega-item-1 .inner-menu .menu-right {
        flex-direction: column
    }

    .menu-item .inner-menu {
        border-radius: 0;
        max-height: 300px;
        overflow: auto;
        position: static;
        transform: none;
        padding: 10px 0
    }

    .menu-item:hover .inner-menu {
        display: none;
    }

    .menu-item .inner-menu.show {
        display: block;
    }

    .menu-item .link-wrapper .inner-links{
        display: none;
    }

    .menu-item .link-wrapper .inner-links.show{
        display: block;
    }

    #primary-menu li.nav-item.opened .dropdown-toggler img{
        transform: rotate(180deg);
    }

    .menu-item .mega-menu-title.opened .indicator:before{
        width: 0;
    }

    .menu-item>input:checked~.inner-menu {
        display: block;
    }

    .mega-item-3 .menu-image,.menu-item:hover button:after {
        display: none
    }

    a.menu-item,.menu-item button {
        padding: 0 20px
    }

    .menu-item .link-wrapper {
        width: 100%;
        padding: 0
    }

    .menu-item.mega-item-2 .link-wrapper a,.mega-item-3.menu-item .link-wrapper a,.menu-item .link-wrapper .title,.menu-item .link-wrapper a {
        padding: 7px 20px;
        white-space: normal
    }

    .mega-item-3.menu-item.mega-item .inner-menu,.mega-item-3 .link-wrapper,.mega-item-1 .menu-right .link-wrapper,.mega-item-2 .inner-menu,.mega-item-1 .inner-menu {
        width: 100%;
        min-width: 100%
    }

    .menu-item>input~.inner-menu {
        display: none
    }

    .menu-item>input:checked~.inner-menu {
        display: block
    }

    .link-wrapper>input~.inner-links {
        display: none;
        padding: 5px 10px
    }

    .link-wrapper>input:checked~.inner-links {
        display: block
    }

    .menu-item .link-wrapper,.menu-item .link-wrapper .title {
        color: #535353;
        line-height: 22px;
        font-size: .875rem
    }

    .menu-item .link-wrapper .title {
        color: var(--primary-color);
        padding: 7px 20px
    }

    .mobile-logo {
        display: block
    }

    .menu-item label .indicator {
        display: block
    }

    .pre-footer {
        margin-top: 50px
    }

    .pre-footer .pre-footer-bg {
        background: #243140 I !important;
        top: 225px
    }

    .pre-footer .right-area,.pre-footer .left-area {
        width: 100%
    }

    .pre-footer .pre-footer-wrap {
        flex-direction: column-reverse
    }

    .pre-footer-wrap .right-area {
        text-align: center
    }

    .pre-footer-wrap .right-area img {
        max-width: 500px;
        margin: 0 0 40px
    }

    .pre-footer .footer-feature {
        padding: 0 0 80px;
        gap: 30px
    }
}

@media screen and (max-width: 767px) {
    .header .mobile-sticky-header.js-sticky-header .logo-big{
        display: none;
    }
    .header .mobile-sticky-header.js-sticky-header .scroll-logo{
        display: block;
    }
    .pre-footer .footer-feature {
        padding:0 0 50px
    }
}

@media screen and (max-width: 600px) {
    .header .js-sticky-header{
        top: 0;
    }
	header.sticky .right-area {
        top: 0;
    }
}

@media screen and (max-width: 575px) {
    .pre-footer .pre-footer-bg {
        top: 42vw
    }

    .footer-feature .feature-item img {
        display: none
    }
	
	.error_block h1 {
    	font-size: 5rem;
	}
	
	.error_block h3 {
    	font-size: 1.75rem;
	}
}