
.contact-form, .contact-add-box {
    background-color: #EFEFEF;
    margin-bottom: 30px;
    padding: 30px;
}
.contact-section h4 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2d5c6b;
    font-weight: 600;
    text-transform: capitalize;
}
 .form-control {
    height: 45px;
    box-shadow: inset 0px 0px 3px #999;
    border-radius: 0px;
    font-size: 16px;
    color: #2d5c6b;
    padding: 0 10px 0 20px;
}
.contact-form textarea.form-control {
    height: 140px;
    resize: inherit;
    border-radius: 0px;
}
.comment-box {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-btn {
    border: 2px solid transparent;
    background-color: #242424;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    outline: none;
}
.contact-btn:hover {
    border: 2px solid #242424;
    background:#242424;
}

/* Contact Add Box  */
.address-details {margin-top:45px;margin-bottom:45px;}
.contact-add-box ul {
    list-style:none;
    font-size:15px;
    font-weight:500;
    line-height:25px;
}
.contact-add-box i { 
    color: #2d5c6b;
    padding-right:10px;
}

/* Social Icons */
.social-icons {margin:48px 0px 48px 0px ;}
.social-icons i{
    margin-right: 10px;
    padding: 0px;
    font-size:35px;
    color:#323232;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    
}
.social-icons li {margin:0px;padding:0;display:inline-block;}

#social-fb:hover {
     color: #3B5998;
     transition:all .001s;
 }
 #social-tw:hover {
     color: #4099FF;
     transition:all .001s;
 }
 #social-gp:hover {
     color: #d34836;
     transition:all .001s;
 }
 #social-em:hover {
     color: #f39c12;
     transition:all .001s;
 }

