@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

/* font-family: "Alfa Slab One", serif; */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Alfa Slab One", serif;
    margin: 139px 0 0;
    padding: 0;
}
img {
    display: block;
}

/* header css start */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0 50px;
    background-color: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}
.header-nav ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    gap: 11px;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header-nav ul li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    margin: 4px;
    padding: 10px;
    border-bottom: 2px solid transparent;
    transition: all .08s linear;
    display: inline-block;
    letter-spacing: .1em;
}
.header-nav ul li a:hover {
    border-color: #000;
}
.header-nav {
    padding-right: 20px;
}
/* header css end */

/* hero section css start */
.hero-section {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 79px 0;
}
.hero-title {
    text-align: center;
    width: 820px;
    margin: 0 auto;
    background: #000;
    padding: 15px;
    min-height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-title h1 {
    color: #fff;
    font-size: 56px;
    font-weight: normal;
}
/* hero section css end */


/* content section css start */
.content-section {
    background-color: #000;
    padding: 65px 0;
}
.content-section.glossary-block-section .container {
    max-width: 1270px;
}
.glossary-block-section .wpgm-entry-excerpt p {
    color: #000;
}
.content-section a.wpgm-btn-read-more {
    color: #fff;
    text-decoration: none;
    background: #000;
} 
.content-section .container {
    max-width: 665px;
}
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0 0 19px;
    margin: 0 0 25px;
}
.content-section h2 {
    font-size: 38px;
    line-height: 52px;
}
.content-section h3 {
    font-size: 32px;
    line-height: 46px;
}
.content-section h4 {
    font-size: 28px;
    line-height: 40px;
}
.content-section h6,
.content-section h5 {
    font-size: 24px;
    line-height: 36px;
}
.content-section h6::before,
.content-section h5::before,
.content-section h4::before,
.content-section h3::before,
.content-section h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 284px;
    height: 3px;
    background: #ed9139;
}
.content-section p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 23px;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
    font-style: normal;
}
.content-section p em {
    font-style: italic;
    display: block;
}
.content-section a {
    color: #fff;
    text-decoration: underline;
}
.content-section a:hover {
    color: #fff;
    text-decoration: none;
}
.content-section ul,
.content-section ol {
    margin: 0 0 23px;
    padding-left: 30px;
}
.content-section ul li,
.content-section ol li {
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 8px;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    font-style: normal;
}
.content-wrapper {
    padding-right: 25px;
}
/* content section css end */


/* footer css start */
.footer {
    background-color: #fff;
    padding: 28px 0 24px;
}
.footer .container {
    max-width: 845px;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateX(20px);
}
.footer-right {
    width: 345px;
    text-align: center;
}
.footer-right p {
    font-size: 12px;
    font-family: "Alfa Slab One", serif;
    line-height: 22px;
    font-weight: normal;
    margin-top: 2px;
}
.footer-right p.footer-license {
    margin-top: 10px;
}
.footer-right p a {
    color: #000;
    text-decoration: none;
}
.footer-left {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 37px 0 0;
    gap: 67px;
}
.footer-col h6 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0 0 23px;
    font-weight: normal;
}
.footer-col ul {
    list-style-type: none;
}
.footer-col p a,
.footer-col p,
.footer-col ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}
.footer-col p:not(:last-child) {
    margin: 0 0 22px;
}
.footer-logo {
    margin: 0 0 10px;
}
/* footer css end */


@media (max-width: 1439px) {
    .container {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 25px;
    }
    .header-nav ul li a {
        font-size: 12px;
        margin: 0;
    }
    .header-nav ul {
        gap: 5px;
    }
}

@media (max-width: 1023px) {
    .hero-title {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 20px 30px;
        min-height: auto;
    }
    .hero-section {
        padding: 50px 0;
    }
    .header {
        z-index: 1;
        padding: 28px 0;
    }
    .header-nav {
        padding-right: 0;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 111;
        overflow: hidden;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20%);
        pointer-events: none;
        transition: all .3s ease;
    }
    body.menu-open .header-nav {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
    .header-nav ul {
        flex-wrap: wrap;
        margin: 125px 0 0;
        justify-content: center;
        text-align: center;
    }
     .header-nav ul li {
        width: 100%;
        text-align: center;
    }
    .header-nav ul li a {
        font-size: 23px;
         font-family: 'Georgia';
         font-weight: normal;
         color: #fff;
         line-height: 63px;
        padding: 0;
    }
    .header-nav nav {
        overflow-y: auto;
        padding-bottom: 40px;
        overflow-x: hidden;
        height: 100%;
    }
    .mobile-nav-bar {
        display: flex!important;
        background: #fff;
        width: 30px;
        height: 35px;
        position: absolute;
        right: 22px;
        padding: 4px 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        z-index: 111;
    }
    .mobile-nav-bar span {
        display: block;
        width: 22px;
        height: 2px;
        background: #000;
        margin: 0 auto;
        transition: all .3s ease;
    }
    .logo img {
        width: 200px;
    }
    body {
        margin: 107px 0 0;
    }
    .footer-logo img {
        width: 240px;
        margin: 0 auto;
    }
    .footer-right {
        width: 100%;
        text-align: center;
    }
    .footer-wrapper {
        justify-content: center;
        transform: translateX(0px);
    }
    .footer-left {
        display: inline-flex;
        align-items: flex-start;
        justify-content: center;
        margin: 0;
        gap: 0;
        flex-wrap: wrap;
    }
    .footer-col {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .hero-title h1 {
        font-size: 35px;
    }
    .content-section {
        padding: 45px 0;
    }
    .content-wrapper {
        padding-right: 0;
    }
    .content-section .container {
        max-width: 100%;
    }
    .content-section h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .content-section h6::before, .content-section h5::before, .content-section h4::before, .content-section h3::before, .content-section h2::before {
        width: 100%;
    }
    .content-section h3 {
        font-size: 24px;
        line-height: 37px;
    }
    .content-section h4 {
        font-size: 22px;
        line-height: 32px;
    }
    .content-section h6, .content-section h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .content-section h2, .content-section h3, .content-section h4, .content-section h5, .content-section h6 {
        padding: 0 0 15px;
        margin: 0 0 15px;
    }
    .mobile-nav-bar.active span.two {
        opacity: 0;
    }
    .mobile-nav-bar.active span.one {
        transform: rotate(-45deg) translate(-6px, 5px);
    }
    .mobile-nav-bar.active span.three {
        transform: rotate(45deg) translate(-7px, -6px);
    }
}