:root {
    /* --white-color: #ffffff;
    --secondary-color: #3D405B;
    --section-bg-color: #F4F1DE;
    --custom-btn-bg-color: #F2CC8F;
    --custom-btn-bg-hover-color: #E07A5F;
    --dark-color: #000000;
    --p-color: #717275;
    --link-hover-color: #F2CC8F;
    --body-font-family: 'DM Sans', sans-serif; */
    /* --h1-font-size: 42px;
    --h2-font-size: 36px;
    --h3-font-size: 28px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --p-font-size: 18px; */
    --menu-font-size: 16px;
    --btn-font-size: 14px;
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
}

.page-banner {
    background-color: #333;
    background-image: url(https://templatemo.com/templates/templatemo_572_designer/assets/images/page-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0px 90px 0px;
    text-align: center;
}

.page-banner h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}

.page-banner h2 em {
    font-style: normal;
    color: var(--highlight-color);
}

.page-banner p {
    color: var(--white-color);
}

@media (min-width: 768px){
    .page-banner {
        padding: 180px 0px;
    }

    .page-banner h2 {
        font-size: 50px;
    }
}

/* Export Banner */
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-info {
    position: relative;
}

.contact-info-item {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact-info-body {
    padding: 20px 30px;
}

.contact-info-body strong,
.contact-info-item a {
    color: var(--white-color);
}

.contact-info-footer {
    background-color: var(--highlight-color);
    padding: 10px 20px;
    transition: all 0.3s;
}

.contact-info-footer a {
    display: block;
    font-weight: var(--font-weight-bold);
}

/* call to action */
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.call-to-action {
    background-image: url(https://templatemo.com/templates/templatemo_575_leadership_event/images/terren-hurst-blgOFmPIlr0-unsplash.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.call-to-action::after {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.call-to-action .row {
    position: relative;
    z-index: 2;
}

/* Contact */
.contact-information {
    margin-top: 140px;
    margin-bottom: 140px;
}

.contact-information .contact-item {
    padding: 60px 30px;
    background-color: #f7f7f7;
    text-align: center;
}

.contact-information .contact-item i {
    color: var(--primary-color);
    font-size: 48px;
    margin-bottom: 40px;
}

.contact-information .contact-item h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25px;
    margin-bottom: 15px;
}
.contact-information .contact-item p {
    margin-bottom: 20px;
}

.contact-information .contact-item a {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 15px;
}

@media (max-width: 768px){
    .contact-item {
        margin-bottom: 30px;
    }
}