header#contact-header {
    background: url('../images/purple-bg.png');
    background-size: 100% 100%;
}

header#contact-header .contact-content {
    padding: 0 40px;
    margin-bottom: 60px;
}

header#contact-header form {
    padding: 0 40px;
}

header#contact-header form .btn-purple {
    width: 170px;
    margin-top: 20px;
    margin-bottom: 80px;
    float: right;
}

header#contact-header .contact-content h1 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
    margin-bottom: 20px;
    margin-top: 79px;
}

header#contact-header .contact-content h1 small {
    font-family: 'Montserrat-Light';
    font-size: 32px;
    line-height: 12px;
    letter-spacing: 3.5px;
    display: block;
}

header#contact-header .contact-content h5 {
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 35px;
    margin-right: 35px;
}

header#contact-header .contact-content label {
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 16px;
    margin-left: 35px;
    margin-right: 35px;
}

header#contact-header .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #cccccc;
    font-family: 'Montserrat-Bold';
    color: #fff;
    text-transform: uppercase;
    padding: 30px 15px;
    opacity: 0.6;
}

header#contact-header .form-control::placeholder {
    color: #fff;
}

header#contact-header .logo-box {
    width: 200px;
    padding: 79px 0;
}

header#contact-header .logo-box img {
    width: 150px;
}

header#contact-header .contact-header-menu {
    margin-top: 80px;
}

header#contact-header .main-menu {
    font-family: 'Montserrat-SemiBold';
    margin-top: 120px;
}

header#contact-header .main-menu li a {
    font-size: 16px;
    padding: 8px 0;
    text-transform: uppercase;
    color: #ffffff;
}

header#contact-header .main-menu li a.active, header#contact-header .main-menu li a:hover, header#contact-header .main-menu li a:focus {
    font-family: 'Montserrat-Black';
    color: #7a2a8e;
}

header#contact-header .social-icons img {
    width: 35px;
    filter: brightness(0) invert(1);
}

header#contact-header .social-icons {
    margin-top: 40px;
}

header#contact-header section#footer {
    position: relative;
    margin-top: 60px;
    background: transparent !important;
}

header#contact-header section#footer .phone {
    margin-top: 20px;
    font-family: 'Montserrat-Bold';
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}

header#contact-header section#footer .phone sup {
    font-family: 'Montserrat-Light';
}

header#contact-header section#footer .address {
    margin-top: 20px;
    font-family: 'Montserrat-Regular';
    color: #fff;
    font-size: 14px;
}

header#contact-header section#footer .address strong {
    font-family: 'Montserrat-Bold';
}

header#contact-header section#footer .footer-menu .nav .nav-item .nav-link {
    padding: 20px 0;
    margin: 0 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
    border-top: 3px solid transparent;
    font-size: 14px;
}

header#contact-header section#footer .footer-menu .nav .nav-item .nav-link.active, header#contact-header section#footer .footer-menu .nav .nav-item .nav-link:hover, header#contact-header section#footer .footer-menu .nav .nav-item .nav-link:focus {
    border-top: 3px solid #ffffff;
    font-family: 'Montserrat-Bold';
}

header#contact-header section#footer .footer-menu .nav-policy {
    margin-bottom: 60px;
}

header#contact-header section#footer .footer-menu .nav-policy .nav-item .nav-link {
    padding: 20px 0;
    margin: 0 15px;
    color: #cccccc;
    text-transform: inherit;
    font-family: 'Montserrat-Regular';
    cursor: pointer;
    border-top: 0;
    font-size: 14px;
}

header#contact-header section#footer .footer-menu .nav-policy .nav-item .nav-link.active, header#contact-header section#footer .footer-menu .nav-policy .nav-item .nav-link:hover, header#contact-header section#footer .footer-menu .nav-policy .nav-item .nav-link:focus {
    border-top: 0;
    font-family: 'Montserrat-Bold';
}

header#contact-header section#footer .footer-menu {
    border-top: 1px solid #645568;
}

header#contact-header iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    header#contact-header .main-menu {
        margin-top: 0;
    }

    header#contact-header .main-menu li a {
        text-align: center;
    }
    
    header#contact-header .social-icons {
        text-align: center;
    }
    
    header#contact-header section#footer {
        text-align: center;
        background: transparent !important;
    }

    header#contact-header section#footer .phone {
        font-size: 17px;
        color: #fff !important;
    }
    
    header#contact-header section#footer .footer-menu .nav {
        display: block;
    }
    
    header#contact-header section#footer .footer-menu .ml-0 {
        margin-left: 15px !important;
    }
    
    header#contact-header section#footer .footer-menu .mr-0 {
        margin-right: 15px !important;
    }

    header#contact-header section#footer .footer-menu {
        border-top: 0;
    }
    
    header#contact-header .contact-content {
        padding: 0 15px;
        text-align: center;
    }

    header#contact-header form {
        padding: 0 15px;
    }
    
    header#contact-header .contact-content .mr-0, header#contact-header .contact-content .ml-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    header#contact-header iframe {
        width: 100%;
        height: 400px;
    }
}