/* Font : Tenor_Sans */
@import url(/wp-content/themes/astra-child/assets/fonts/Tenor_Sans/stylesheet.css);

/* Font : Montserrat */
@import url(/wp-content/themes/astra-child/assets/fonts/Montserrat/stylesheet.css);




*:focus {
    outline: none !important;
}

:root {
    --font-title: 'Tenor Sans';
    --font-text: 'Montserrat';
}

html {
    scroll-behavior: smooth;
    transition: all 0.3s linear;
}


.ast-separate-container {
    background-color: #FDFAF4;
}







#ast-scroll-top {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background-color: #000000;
    transition: all 0.3s linear;
}

#ast-scroll-top .ast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


#ast-scroll-top:hover,
#ast-scroll-top:focus {
    background: #484848;
    transform: translateY(-10px);
}







/* ==============================
    Body
=================================*/


.entry-content ul,
.entry-content ol {
    margin-top: 7px;
    padding-left: 26px;
}

.entry-content ul li::marker {
    font-size: 9px;
}


.contact_info a {
    color: #ffffff;
    text-decoration: none !important;
    transition: all 0.3s linear;
}

.contact_info a:hover {
    color: #56c5ce;
}





/* ==============================
    Header
=================================*/

header.site-header {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    margin: auto;
}

header.site-header .site-primary-header-wrap {
    min-height: 68px;
    height: 100%;
}

header.site-header .site-primary-header-wrap .ast-builder-grid-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0px;
}

.ast-logo-title-inline .ast-site-title-wrap {
    display: none;
}

#menu-item-18 a {
    line-height: normal;
    height: auto;
    padding: 15px 30px;
    color: #ffffff;
    background: #164454;
    border: 1px solid #164454;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s linear
}

#menu-item-18 a:hover {
    background: transparent;
    color: #164454;
}



#menu-item-17 a {
    padding: 10px;
}



.ast-builder-menu .main-navigation>ul {
    display: flex !important;
    align-items: center !important;
    gap: 33px !important;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu>.menu-item {
    line-height: normal !important;
}

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu>.menu-item a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: auto !important;
}


[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    color: #ffffff;
    border: none;
    background: #164454;
    border-radius: 16px 0px;
    outline: none !important;
    border: none;
    transition: all 0.3s linear;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:hover,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
    background: #000000;
    outline: none !important;
    border: none !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}




.ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    width: 45px;
    height: 45px;
    justify-content: center;
}



/* ==============================
    Mobile Menu Toggle Icon Animation
    (hamburger <-> close morph on .toggled + aria-expanded="true")
=================================*/

.main-header-menu-toggle.ast-mobile-menu-trigger-fill {
    position: relative;
}

.main-header-menu-toggle .mobile-menu-toggle-icon {
    position: relative;
    width: 20px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    transition: background-color 0.2s ease 0.1s;
}

.main-header-menu-toggle .mobile-menu-toggle-icon>* {
    display: none !important;
}

.main-header-menu-toggle .mobile-menu-toggle-icon::before,
.main-header-menu-toggle .mobile-menu-toggle-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: top 0.25s ease 0.25s, transform 0.25s ease;
}

.main-header-menu-toggle .mobile-menu-toggle-icon::before {
    top: -7px;
}

.main-header-menu-toggle .mobile-menu-toggle-icon::after {
    top: 7px;
}

.main-header-menu-toggle.toggled[aria-expanded="true"] .mobile-menu-toggle-icon {
    background: transparent;
}

.main-header-menu-toggle.toggled[aria-expanded="true"] .mobile-menu-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.25s ease, transform 0.25s ease 0.25s;
}

.main-header-menu-toggle.toggled[aria-expanded="true"] .mobile-menu-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.25s ease, transform 0.25s ease 0.25s;
}








.ast-mobile-header-wrap .ast-mobile-header-content {
    left: 15px;
    right: 15px;
    padding: 30px 15px 30px;
    border-radius: 12px;
    width: auto;
    top: 100px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    gap: 10px !important;
}

.ast-header-break-point .main-navigation .stack-on-mobile li {
    line-height: normal;
}

.ast-header-break-point .main-navigation .stack-on-mobile li>a {
    font-family: var(--font-text);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0px !important;
    color: #073752;
}

#menu-item-20>a {
    width: fit-content;
    padding: 15px 30px !important;
    background: #164454;
    border-radius: 30px;
    font-family: var(--font-text);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s linear;
}






.color_line {
    position: relative;
}

body .color_line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #164454;
}





/* ==============================
    Footer
=================================*/

footer.site-footer .site-primary-footer-wrap {
    padding: 53px 15px 100px;
}

footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .site-footer-primary-section-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* grid-template-columns: 225px 1fr; */
    gap: 111px;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-1"].footer-widget-area-inner {}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner section h4 {
    font-family: var(--font-text);
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #073752;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner section ul.contact_info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner section ul.contact_info li {
    font-family: var(--font-text);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #164454;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner section ul.contact_info li a {
    color: #164454;
    transition: all 0.3s linear;
}

.footer-widget-area[data-section="sidebar-widgets-footer-widget-2"].footer-widget-area-inner section ul.contact_info li a:hover {
    color: #000000;
}




.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    padding: 15px;
    min-height: auto;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: auto;
}

.ast-footer-copyright p {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
}






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

@media only screen and (max-width: 767px) {
    footer.site-footer .site-primary-footer-wrap {
        padding: 50px 15px;
    }

    footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .site-footer-primary-section-1 {
        gap: 50px;
    }
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section {
    display: block;
    margin-bottom: 0px;
}

@media only screen and (max-width: 620px) {
    footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns {
        flex-direction: column;
    }

    footer.site-footer .site-primary-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .site-footer-primary-section-1 {
        flex-direction: column;
        gap: 20px;
    }
}