/*----------------------------------------------------------------------------*/
/*#TOP BAR AND HAEDER SECTION*/
/*----------------------------------------------------------------------------*/
.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
/*----------------------------------------------------------------------------*/
/*#TOP BAR SECTION*/
/*----------------------------------------------------------------------------*/
.top-bar { 
    padding: 5px 0;
    min-height: 40px; 
    text-align: center;
    color: #fff;
    background: transparent linear-gradient(89deg, #2D3393 0%, #01EFE7 100%) 0% 0% no-repeat padding-box;
}

.top-bar p {
    font-family: 'Futura PT', serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.top-bar a {
    font-family: 'Futura PT', serif;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.top-bar a:hover { text-decoration: none; }

.top-bar p,
.top-bar a { line-height: 1.4; }
/*----------------------------------------------------------------------------*/
/*#CSS FOR ALL PAGES*/
/*----------------------------------------------------------------------------*/
.site-container { padding-top: 140px; }

.site-container.top-bar-disabled { padding-top: 100px; }

.admin-bar .site-container.top-bar-disabled { padding-top: 100px; }

.admin-bar .fixed-header { top: 32px; }

.site-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 140px;
    background-color: #24232d;
}

.site-container.top-bar-disabled:before { height: 100px; }

.admin-bar .site-container.top-bar-disabled:before { height: 132px; }

.admin-bar .site-container:before { height: 172px; }

.admin-bar.product-template .site-container:before { height: 140px; }

.admin-bar.product-template .site-container.top-bar-disabled:before { height: 100px; }

.site-container-custom { padding-top: 0 !important; }

.site-container-custom:before { content: none; }
/*----------------------------------------------------------------------------*/
/*#SITE CONTAINER*/
/*----------------------------------------------------------------------------*/
.site-container.top-bar-disabled .hero-section-home { min-height:calc(100vh - 100px); }

.admin-bar .site-container .hero-section-home { min-height:calc(100vh - 172px); }

.admin-bar .site-container.top-bar-disabled .hero-section-home { min-height:calc(100vh - 132px); }

/*----------------------------------------------------------------------------*/
/*#PRIMARY MENU*/
/*----------------------------------------------------------------------------*/
.site-header { background-color: #fff; }

.site-header .wrap {
    position: relative;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1850px;
    margin: 0 auto;
    padding: 10px 30px;
    transition: .3s ease-in-out;
}
.certificate--page .wrap {
    justify-content: center!important;
}
.certificate--page.title-area { margin-right: 0; }

.site-header.active .wrap { min-height: 70px; }

.title-area {
    margin-right: 10px;
    width: 100%;
    max-width: 280px;
}

.title-area a {
    display: flex;
    margin-bottom: 0;
}

.title-area img { 
    max-width: 100%;
    height: auto; 
    backface-visibility: hidden;
}

.logo-mobile { display: none; }

.menu-primary {
    list-style: none;
    margin: 0;
    padding-left: 0;
    line-height: 1.4;
}

.menu-primary .social-media-links { display: none !important; }

/*.menu-primary .btn  { display: none; }*/

.new-nav-wrap {
    width: 100%;
    max-width: 1340px;
}

.new-nav-wrap .nav-primary{ width: 100%; }

.nav-primary .menu > li {
    position: relative;
    margin: 0 8px;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    line-height: 1.4;
}

.nav-primary .menu > li:last-child { margin-right: 0; }

.nav-primary .menu a {
    font-family: 'Futura PT', serif;
    font-size: 20px;
    color: #001f4a;
    padding: 5px 10px;
    transition: .3s ease-in-out;
    text-decoration: none;
    line-height: 1.4;
}

.nav-primary .menu a.btn { font-size: 18px; }

.nav-primary .menu a.btn:hover span { color: #001f4a; }

.nav-primary .menu li:hover > a,
.nav-primary .menu .current-menu-item > a,
.footer-widget-section .menu li:hover > a,
.footer-widget-section .menu .current-menu-item > a { color: #03afbb; }

.nav-primary .menu .current-menu-item .sub-menu-toggle:after { color: #001f4a; }

.menu-item-has-children:hover > a:after,
.nav-primary .menu .menu-item-has-children.current-menu-item > a:after { color: #03afbb; }

.menu-item-has-children > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
    color: #001f4a;
    position: relative;
    top: 1px;
    left: 9px;
    font-size: 14px;
    transition: .3s ease-in-out;
}

.sub-menu-toggle { display: none; }

.site-header .sub-menu {
    background-color: #fff;
    padding: 20px 10px;
    width: 290px;
    z-index: 99;
    top: auto;
    left: -10px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    z-index: 99;
    pointer-events: none;
    border-radius: 10px;
    list-style: none;
}

.site-header .sub-menu li { 
    margin-bottom: 20px;
    padding-left: 0;
}

.site-header .sub-menu > li:last-child { margin-bottom: 0; }

.site-header .sub-menu a { 
    display: block;
    font-size: 18px; 
    margin-bottom: 0;
    padding: 0 10px;
}

.site-header .menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
}

.social-media-links a { 
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #001f4a;
    padding: 5px;
    margin: 0 5px;
    transition: .3s ease-in-out;
}

.social-media-links a:hover { color: #001f4a; }

.additional-menu-right { 
    width: 100%;
    max-width: 290px;
}

.header-button { 
    width: 100%;
    max-width: 320px; 
}

.menu-toggle { display: none; }

/*.menu-border:after {
    content: "";
    background-image: url(../images/menu-border.png);
    width: calc(100% + 18px);
    height: 60px;
    position: absolute;
    left: -8px;
    top: -15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}*/

.header-btn {
    font-family: 'Futura PT', serif;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 40px;
    border: none;
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    max-width: 100px;
    background-color: #919196;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 0;
    line-height: 1.4;
}

.header-btn:hover {
    background-color: #fff;
    color: #24232D;
}

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


@media only screen and (max-width: 1540px) { 
    .nav-primary .menu a { font-size: 18px; }

    .nav-primary .menu > li { margin: 0 4px; }

    .title-area { max-width: 250px; }
}

@media only screen and (max-width: 1439px) { 
    .top-bar p,
    .top-bar a { font-size: 18px; }

    .nav-primary .menu > li { margin: 0; }

    .nav-primary .menu a { font-size: 18px; }

    .header-btn { max-width: 90px; }

    .additional-menu-right { max-width: 190px; }
}

@media only screen and (max-width: 1300px) {
    .title-area { max-width: 190px; }

    body .additional-menu-right { max-width: 120px !important; }

    .nav-primary .menu a { font-size: 17px; }
}

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

    body .additional-menu-right { display: none !important; }

    .header-btn-mobile { 
        display: block;
        max-width: 110px;
    }
    /*--------------------------------------------------
    #TOGGLE MENU FOR MOBILE
    --------------------------------------------------*/
    body.menu-triggered { overflow: hidden; }

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

    .logo-mobile { display: block !important; }

    .menu-primary .social-media-links { 
        display: flex !important;
        justify-content: center;
    }

    .nav-primary .btn { 
        margin-left: auto !important; 
        margin-right: auto !important; 
    }

    .sub-menu-toggle {
        display: block;
        background-color: transparent;
        border: none;
        width: 100%;
        height: 70px;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 0;
    }

    .sub-menu-toggle:after {        
        font-family: "Font Awesome 5 Pro";
        display: block;
        font-weight: 400;
        content: "\f078";
        color: #001f4a;
        position: relative;
        top: 0;
        right: 0;
        text-align: right;
        font-size: 30px;
        width: 30px;
        margin-left: auto;
        transition: .3s ease-in-out;
    }

    .nav-primary .menu li:hover > a { color: #001f4a; }

    .nav-primary .menu .current-menu-item:hover > a { color: #001f4a; }

    .sub-menu-toggle.activated:after { transform: rotate(180deg); }

    .menu-toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        margin-left: auto;
        opacity: 1;
    }

    .menu-toggle.activated { opacity: 0; }

    .mobile-toggle-menu { opacity: 1 !important; }

    .menu-toggle span {
        position: absolute;
        right: 0;
        height: 4px;
        width: 100%;
        background-color: #001f4a;
        border-radius: 30px;
        -webkit-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
    }

    .menu-toggle span:first-child { top: 6px; }

    .menu-toggle span:nth-child(2) { 
        top: 15px;
        width: 32px;
    }

    .menu-toggle span:nth-child(3) { top: 24px; }

    .menu-toggle.activated span:nth-child(2) {
        width: 32px;
        top: 7px;
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .menu-toggle.activated span:first-child { 
        width: 40px;
        top: 22px;
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    .menu-toggle span:nth-child(2):before {
        content: "";
        position: absolute;
        left: -8px;
        top: 0;
        width: 4px;
        height: 4px;
        background: #001f4a;
        border-radius: 30px;
    }

    .menu-toggle.activated span:nth-child(3) { background: transparent; }

    .menu-border:after {
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: 100% 100%;
        right: 0;
        max-width: 280px;
        margin: auto;
    }

    span.menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 99;
        pointer-events: none;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    span.menu-overlay.menu-triggered {
        opacity: 1;
        pointer-events: auto;
    }

    .genesis-nav-menu.menu-primary {
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        width: 100%;
        max-width: 420px;
        background-color: #fff;
        text-align: center;
        /*opacity: 0;*/
        pointer-events: none;
        transition: .3s ease-in-out;
        padding: 50px 30px 40px;
        z-index: 999;
    }

    .top-bar-disabled .genesis-nav-menu.menu-primary { padding: 20px 30px 40px; }

    .admin-bar .genesis-nav-menu.menu-primary { padding: 82px 30px 40px; }

    .admin-bar .top-bar-disabled .genesis-nav-menu.menu-primary { padding: 52px 30px 40px; }

    .genesis-nav-menu.menu-primary.triggered {
        left: 0;
        pointer-events: auto;
    }

    .custom-menu-anchor { width: 100%; }

    .nav-primary .menu > li {
        display: flex;
        justify-content: left;
        flex-wrap: wrap;
        margin: 0;
        width: 100%;        
    }

    .nav-primary .menu .menu-border { justify-content: center; }

    .additional-menu-right { display: none !important; }

    .nav-primary { width: 100%; }

    .nav-primary .menu a {
        display: block;
        font-size: 24px;
        margin-bottom: 0;
        padding: 18px 0;
        width: 100%;
        text-align: left;
        border-top: 1px solid #504f57;
        border-bottom: 1px solid #504f57;
        margin-top: -1px;
    }

    .nav-primary .menu .social-media-links a,
    .nav-primary .menu .logo-mobile { border: none; }

    .nav-primary .menu .logo-mobile { 
        max-width: 220px; 
        font-size: 0;
    }

    .nav-primary .menu .menu-border a { 
        text-align: center; 
        padding: 30px 10px;
    }

    .header-button { max-width: 310px; }

    .social-media-links { 
        margin-top: 50px;
        margin-bottom: 25px; 
    }

    .nav-primary .social-media-links a { 
        color: #fff;
        padding: 5px;
        margin: 0 5px;
        transition: .3s ease-in-out;
        font-size: 24px; 
        text-align: center;
    }

    .menu-item-has-children > a:after { content: none; }

    .site-header .sub-menu {
        display: none;
        padding: 0;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        position: relative;
        -webkit-transition: opacity 1 ease-in-out;
        -moz-transition: opacity 1 ease-in-out;
        -ms-transition: opacity 1 ease-in-out;
        -o-transition: opacity 1 ease-in-out;
        transition: opacity 1 ease-in-out;
        z-index: 99;
    }

    .site-header .sub-menu li { margin-bottom: 0; }

    .site-header .sub-menu a {
        padding: 15px 30px;
        margin-bottom: 0;
        font-size: 20px;
        color: #fff;
    }   

    .site-header .sub-menu a:hover { color: #fff !important; }

    .nav-primary .menu .header-btn {
        font-size: 18px;
        margin-left: 0;
        text-align: center;
        margin: 0 auto;
        padding: 10px 5px;
        width: 100%;
        max-width: 100%;
    }

    #navButton { display: none !important; }

}

@media only screen and (max-width: 782px) {
    .admin-bar .fixed-header { top: 46px; }
}
@media only screen and (max-width: 575px) {

    .genesis-nav-menu.menu-primary { 
        padding: 50px 30px 40px; 
        max-width: 100%;
    }

    .top-bar-disabled .genesis-nav-menu.menu-primary { padding: 0 30px 40px; }

    .admin-bar .genesis-nav-menu.menu-primary { padding: 100px 30px 40px; }

    .top-bar p,
    .top-bar a { font-size: 15px; }

    .site-header .wrap { min-height: 80px; }

    .site-header.active .wrap { min-height: 60px; }

    .title-area { max-width: 190px; }

    .site-header .wrap {
        min-height: 80px;
        padding: 10px 20px;
    }

    .newsletter-title { font-size: 30px; }
}

@media only screen and (max-width: 350px) {
    .logo-mobile { max-width: 170px; }

    .logo-mobile img { width: 100%; }

}