#contact .title{ margin-bottom: 40px; }
#contact .title h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 34px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
#contact .title p{
    color: var(--gray-color);
    font-weight: var(--primary-font-medium);
    font-size: 16px;
    text-align: center;
    margin: 5px 0 0 0; }

#contact .info-left { padding-right: 75px; }
#contact .info-left .widget-html h4,
#contact .info-left .widget-html h3,
#contact .info-left .widget-html h2{ 
    display: none; }
#contact .info-left .widget-html p {
    font-size: 13px;
    color: var(--gray-color);
    line-height: 24px;
    text-align: left; } /* Custom if necessary */

#contact .info-right { padding-left: 75px; }
#contact .info-right .widget-html h4{ display: none; }
#contact .info-right .widget-html ul{
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
#contact .info-right .widget-html ul:before{
    position: absolute;
    left: 2px;
    top: 1px;
    font-family: "FontAwesome5";
    font-weight: 900;
    font-size: 15px; 
    color: var(--primary-color); }
#contact .info-right .widget-html ul.phone:before{ content: "\f2a0"; }
#contact .info-right .widget-html ul.mobile:before{ content: "\f3cd"; }
#contact .info-right .widget-html ul.address:before{ content: "\f3c5"; }
#contact .info-right .widget-html ul.mail:before {
    content: "\f0e0";
    font-size: 14px;
    left: 1px; }
#contact .info-right .widget-html li{
    font-size: 13px;
    color: var(--gray-color);
    line-height: 22px; }

#contact #center_column .social-block{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dbdbdb; }
#contact #center_column .social-block h2{
    margin: 0 5px 0 0;
    line-height: 34px;
    float: left;
    font-size: 14px;
    font-weight: var(--primary-font-medium); }
#contact #center_column .social-block ul{ float: left; }
#contact #center_column .social-block li{
    float: left;
    margin-left: 8px;
    margin-top: 4px; }
#contact #center_column .social-block li a{
    display: block;
    width: 26px;
    height: 26px;
    background: var(--primary-color);
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff; }
#contact #center_column .social-block li a:hover{ background: var(--black-color); }

#contact .map{ margin-top: 50px; } /* Custom if necessary */

#contact form .form-group { 
    overflow: hidden;
    position: relative; }
#contact form .form-control {
    padding: 0 20px;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 100%;
    float: left;
    font-size: 13px; }
#contact form .form-group textarea {
    height: 150px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: justify; }
#contact form .form-control:focus {
    border-color: var(--second-color);
    outline: 0;
    box-shadow: none; }
#contact form .submit{ text-align: center; }
#contact form .submit button{
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    height: 40px;
    background: var(--primary-color);
    font-weight: var(--primary-font-medium);
    padding: 0 20px;
    border-radius: 2px;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#contact form .submit button:hover{
    background: var(--second-color);
    color: #fff; }
#contact form .submit button i{ padding-right: 10px; }

#contact form .form-group .selector {
    width: 100% !important;
    font-size: 13px;
    background-image: none;
    padding: 0;
    height: 40px;
    background: #fff;
    border-radius: 0;
    position: relative; }
#contact form .form-group .selector span {
    color: var(--black-color);
    text-shadow: none;
    background-image: none;
    width: 100% !important;
    padding: 0 0 0 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2; }
#contact form .form-group .selector span:after {
    position: absolute;
    width: 36px;
    height: 40px;
    background: #d2d2d2;
    right: 0;
    top: 0;
    font-family: "FontAwesome5";
    font-weight: 900;
    content: "\f0d7";
    font-size: 18px;
    text-align: center;
    line-height: 38px;
    color: var(--black-color); }

#contact form .form-error .form-control {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
#contact form .form-error:before {
    font-family: "FontAwesome5";
    font-weight: 900;
    font-size: 16px;
    content: "\f057";
    position: absolute;
    right: 10px;
    top: 10px;
    color: #a94442; }











