/***************************************************
 19. Contact us section style
****************************************************/
.contact-info{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    z-index: 1;
    background: #fff;
    border:1px solid #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all .3s;
}
.contact-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: .5s;
    background: #3aa9e1;
    z-index: -1;
}

.contact-info:hover:after {
    width: 100%;
}
.contact-info span {
    display: block;
    width: 60px;
    height: 60px;
    border: 5px solid #f6f6f6;
    line-height: 50px;
    font-size: 30px;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.contact-info:hover span {
    border: 5px solid #fff;
}
.contact-info span i{
    z-index: 1;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #3aa9e1;
}
.contact-info:hover span i{
    color: #fff;
}
.contact-info h4{
    font-size: 20px;
    margin-bottom: 5px;
}
.contact-info h6{
    font-size: 14px;
    color: #222;
}
.contact-info:hover h4{
    color: #fff;
}
.contact-info:hover h6{
    color: #fff;
}

.contact-team h3{
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 3.6rem;
    font-weight: 700;
}
.contact-team h3 span{
    color:#3aa9e1;
}
.contact-form input{
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0px;
    outline: none;
}
.contact-form input:focus{
    outline: none;
    box-shadow: none;
    border-color:#3aa9e1;

}
.contact-form textarea{
    margin-bottom: 20px;
    height: 120px;
    border-radius: 0px;
}
.contact-form textarea:focus{
    outline: none;
    box-shadow: none;
    border-color:#3aa9e1;
}
.qc-captcha-label{
    padding: 0!important;
    width: 150px;
    border-radius: 0;
}


.fa{display:table-cell!important; }