header#headerTop {
    position: unset !important;
    background-color: #000;
}
header#headerTop .action-links ul.auth li span.spacer {
    color: #fff;
}
.contact {
    padding: 80px 0;
    background: #000;
    position: relative;
    overflow-x: hidden;
}
.contact .angel {
    border: 2px solid #ffffff78;
    width: 60%;
    height: 65%;
    position: absolute;
    top: 3%;
    right: -17%;
    border-radius: 320px;
}
.contact .contact-from h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 10px;
}
.contact .contact-from .form-group .form-control {
    border-radius: 0;
    border: 1px solid #eeeeee;
    background: transparent;
    height: 50px;
    padding: 10px 25px;
}
.contact .contact-from .form-group .form-control::placeholder {
    color: #ababab;
    font-family: "Roboto";
    font-size: 14px;
}
.contact .contact-from button.btn {
    color: #fff;
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    padding: 12px 60px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    margin-top: 15px;
}
.contact .info {
    margin-top: 90px;
}
.contact .info .info_box {
    background: #fff;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 2px solid #fff;
    background: transparent;
    transition: 0.6s;
}
.contact .info .info_box:hover {
    background: #fff;
}
.contact .info .info_box:hover {
    background: #fff;
}
.contact .info .info_box .icon {
    width: 60px;
    margin-right: 10px;
}
.contact .info .info_box.frst_box .icon {
    width: 120px !important;
    margin-right: 14px;
}
.contact .info .info_box .icon img {
    filter: brightness(0) invert(1);
    width: 50px;
    transition: 0.6s;
}
.contact .info .info_box:hover .icon img {
    filter: brightness(0);
}
.contact .info p {
    margin: 0;
    font-size: 14px;
    font-family: "Poppins";
    color: #fff;
    font-weight: 500;
    transition: 0.6s;
    line-height: 25px;
}
.contact .info .info_box:hover p {
    color: #000;
}
.contact .info .info_box p a {
    color: #fff;
    text-decoration: none;
    transition: 0.6s;
}
.contact .info .info_box:hover p a {
    color: #000;
}
@media (max-width: 480px) {
    .contact .google-map {
        margin-top: 30px;
    }
    .contact .info .info_box {
        justify-content: start;
    }
    .contact .contact-from button.btn {
        display: flex;
        justify-content: center;
        margin: 20px auto;
    }
    .contact .contact-from h2 {
        text-align: center;
    }
}
