/* Page styles for contact
   Moved out of the inline <style> in resources/views/front/contact.blade.php
 */

.contact_style3 .contact_icon {
    border: 1px solid #152B39!important;
}

.contact_style3:hover .contact_icon i {
    color: #fff!important;
}

.contact_style3 .contact_icon::before {
    background-color: #152B39!important;
}

.contact_icon i {
    color: #152B39!important;
}
.section{
    padding: 70px 0 !important;
}
