
/*-- mail --*/
.w3ls_map{
	margin:3em 0;
}
.w3ls_map iframe{
	width:100%;
	min-height:300px;
}
.wthree_contact_left h4{
	text-transform: capitalize;
    font-size: 1.5em;
    color: #ff9900;
    margin-bottom: 1.5em;
    font-weight: 600;
}
.wthree_contact_left p{
	color:#999;
	line-height:1.8em;
	margin-bottom:2em;
}
.wthree_contact_left p span{
	font-weight:600;
	color:#212121;
}
.wthree_contact_left ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#999;
}
.wthree_contact_left ul li span{ 
	padding-right:1em;
	color:#ff9900;
}
.wthree_contact_left ul li a{
	color:#999;
	text-decoration:none;
}
.wthree_contact_left ul li a:hover{
	color:#212121;
}
.wthree_contact_left input[type="text"],.wthree_contact_left input[type="email"],.wthree_contact_left textarea{
	outline:none;
	padding:10px;
	font-size:14px;
	color:#212121;
	background:#f5f5f5;
	width:100%;
	border:1px solid #E6E6E6;
}
.wthree_contact_left input[type="text"]:nth-child(2),.wthree_contact_left input[type="email"]{
	margin:1em 0 0;
}
.wthree_contact_left textarea{
	min-height: 200px;
    margin: 1em 1.1em;
    width: 95.9% !important;
}
.wthree_contact_left input[type="submit"],.wthree_contact_left input[type="reset"]{
	outline: none;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    background: #ff9900;
    width: 46.6%;
    border: none;
    text-transform: uppercase;
    margin-left: 1.1em;
}
.wthree_contact_left input[type="submit"]:hover,.wthree_contact_left input[type="reset"]:hover{
	background:#212121;
}
/*-- //mail --*/
/*-- //banner-bottom1 --*/
/*-- news --*/
.news h3,.testimonials h3,.services h3,.special-services h3,.about h3,h3.title,.mail h3,.login h6{
	text-align: center;
    color: #212121;
    font-size: 2em;
    font-weight: 600;
    padding: .5em 1em;
    box-shadow: 0px 0px 2px #b0b0b0;
    text-transform: uppercase;
    width: 30%;
    margin: 0 auto;
}
p.quia{
	text-align: center;
    color: #ff9900;
    font-size: 1em !important;
    font-style: italic;
    margin: 2em 0 0 !important;
    text-transform: capitalize;
    font-weight: 500 !important;
}