/* ======== Contact Us page CSS last modified by NK on 17-01-2023 at 14:39 Hours ========= */

/* Banner section CSS starts here */
section.contact-banner {
    margin: 0;
}

section.contact-banner .container-fluid {
    padding: 0;
}

.banner-wrapper {
    position: relative;
    background-image:
        url(https://storage.googleapis.com/etechnologyconsultants.appspot.com/contact-us-banner-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.banner-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #222831;
    opacity: 0.7;
}

.banner-wrapper .content-wrapper {
    margin-top: 22%;
    padding: 0 7.3em;
}

.banner-wrapper .content-wrapper span.pre-header-text {
    font-weight: 500 !important;
}

.banner-wrapper .content-wrapper h1 {
    font-size: 4em;
    letter-spacing: 1.3px;
    font-weight: 600;
    color: #FFF;
    margin: 50px 0;
    text-transform: uppercase;
}

.banner-wrapper .content-wrapper h3 {
    font-size: 3em;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: capitalize;
}

.banner-wrapper .content-wrapper h1 span.colored-fullstop {
    color: #faab19;
    font-weight: 600;
    font-size: 23px;
    position: relative;
    top: 1px;
    margin-left: 0px;
}

.banner-wrapper .content-wrapper h3 span.colored-fullstop {
    color: #faab19;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-left: 0px;
}

/* Banner section CSS ends here */

/* Map location section CSS */
section.map-location .google-map-customization {
    height: 600px;
    margin: 60px 0;
}


/* New Contact Form design CSS */

section.contact-form {
    background-color: #222831;
    padding: 60px 0;
}

section.contact-form .section-heading h2.section-title {
    font-size: 4em;
    line-height: 1.3;
    color: #faab19;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-top: 25px;
}

section.contact-form .section-heading {
    margin-bottom: 60px;
}

form.form-horizontal .form-group {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}

textarea#enquiryMessageField {
    margin-bottom: 30px;
    resize: vertical;
    height: 10em;
}

section.contact-form form.form-horizontal .button-wrapper {
    margin: 0;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button {
    border-color: #fff;
    border-width: 1px;
    background: transparent !important;
    width: 80%;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button:hover {
    border-color: #faab19;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button span {
    color: #fff;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button:hover span {
    color: #faab19;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button::before {
    background-color: transparent;
}

section.contact-form form.form-horizontal .button-wrapper a.custom-button::after {
    background-color: transparent;
}

.direct-contact-container ul.contact-list li.list-item span.contact-text a.custom-hover-animation:after {
    height: 3px !important;
    bottom: -9px !important;
}

form.form-horizontal .form-control {
    background-color: #222831;
    color: #fff;
    letter-spacing: 1px;
    width: 80%;
    font-size: 1.25em;
    padding: 10px 20px;
    height: 9vh;
    border: 1px solid #fff;
}

form.form-horizontal .form-control:focus {
    border-color: #faab19;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(250 171 25 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(250 171 25 / 60%);
}

/* Location, Phone, Email Section */
ul.contact-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.contact-list li.list-item {
    line-height: 4;
    color: #aaa;
}

ul.contact-list li.list-item i {
    color: #faab19;
}

span.contact-text {
    font-size: 16px;
    letter-spacing: 1px;
    color: #bbb;
    font-family: 'Raleway';
}

span.contact-text a {
    text-decoration: none;
    color: #bbb;
}

span.place {
    margin-left: 32px;
}

span.phone {
    margin-left: 26px;
}

span.email-address {
    margin-left: 23px;
}


/* Social Media Icons */
ul.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

ul.social-media-list li a {
    color: #fff;
}

ul.social-media-list li {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27, 27, 27);
    transition: all .2s ease-in-out;
}

ul.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0 0 0 1px #fff;
    transition: all .2s ease-in-out;
}

ul.social-media-list li:hover {
    background-color: #fff;
}

ul.social-media-list li:hover:after {
    opacity: 1;
    transform: scale(1.12);
    transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

ul.social-media-list li:hover a {
    color: #222831;
}

ul.social-media-list>li>a {
    z-index: 100000000;
    position: relative;
    /* To solve issue of <a> tag not working */
}

.copyright {
    color: #faab19;
    font-family: 'Raleway';
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 40px;
}

hr {
    border-color: #fff;
}

/* Begin Media Queries*/
@media screen and (max-width: 720px) {

    .direct-contact-container,
    .form-horizontal {
        margin: 0 auto;
    }

    .direct-contact-container {
        margin-top: 60px;
    }

    ul.social-media-list li {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    ul.social-media-list li:after {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .banner-wrapper .content-wrapper h1 {
        margin: 30px 0;
    }

    .banner-wrapper .content-wrapper h3 {
        margin-bottom: 40px;
        margin-top: 0;
    }
}

@media screen and (max-width: 525px) {

    section.contact-form .section-heading h2.section-title {
        font-size: 3em;
    }

    .form-control,
    textarea#enquiryMessageField {
        margin: 0 auto;
    }

    form.form-horizontal .form-control {
        width: 100%;
    }

    section.contact-form form.form-horizontal .button-wrapper a.custom-button {
        width: 100%;
        font-size: 1.5em !important;
    }

    section.contact-form form.form-horizontal .button-wrapper {
        margin-top: 30px;
    }

    .social-media-list {
        left: 0;
    }

    .social-media-list li {
        height: 55px;
        width: 55px;
        line-height: 55px;
        font-size: 2rem;
    }

    .social-media-list li:after {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    span.contact-text {
        margin-left: 15px;
        font-size: 16px;
        letter-spacing: 1.3px;
        position: relative;
        font-weight: 600;
        bottom: 0px;
    }

    ul.contact-list li.list-item i {
        font-size: 30px;
        margin: 0;
    }
}