/*.contact .sherpa-header*/

.contact .bg-div, .about-us .bg-div{
    position: relative;
}
.contact .border-bg, .about-us .border-bg{
    position: absolute;
    left: 0;
    bottom: -1px;
}
.contact h3{
    color: #444;
    font-size: 24px;
    font-weight: 600;
}
.contact p{
    color:black;
}
.contact ul{
	padding-left: 0;
}
.contact .contact-details li, .contact li a, .contact .emg-call a{
    margin-bottom: 5px;
    list-style-type: none;
    color: #666;
    line-height: 40px;
}
.contact .contact-details li span{
    font-size: 16px;
    color: #074572;
    padding-right: 3px;
}
.emg-call span{
    color: #074572;
}
.contact ul li a:hover, .contact .emg-call a:hover {
	color:#ED5E61;
    cursor: pointer!important;
    transition: all 0.8s ease;
}
.contact .address h3,  .contact-form h3{
	margin-bottom: 40px!important;

}
.emg-call{
	padding:10px 0;
}
.contact .address h5{
	padding-top: 10px;
	margin-bottom: 15px;
	color:#044B7F;
	font-size: 20px;
	font-weight: bold;
}
.map{
	/*margin: 30px 0 8px 0;*/
	margin-top: 30px;
	margin-bottom: 8px;
}
.contact-details i{
	margin-right: 8px;
    color: #074572;
}
.contact .contact-details li b{
    color: #074572;
}
.contact-details i:hover{
	color:#ED5E61;
	cursor: pointer;
	transition: all .2s;

}