/*=================================================
||              1. Contact Us 
==================================================*/
.contact{
    text-align: left;
    background: #ededed;
}
.contact i {
    width: 60px;
    height: 80px;
    border-radius: 30px;
    border: 2px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 40px;
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px 0;
    text-align: center;
    float: left;
    transition: all .6s ease-in-out;
}
.contact-item:hover i{
    background-color: #4a148c;
    border: 2px solid #4a148c !important;
    color: #fff;
}
.contact h3{
	padding-bottom: 20px;
	font-size: 15px;
}
.contact p{
	font-size: 13px;
	color: #969595;
}

