

.sv_enquiry{
	padding:20px 0px;
}
.sv_enquiry_b1{
	float:left;
	width:50%;
}
.sv_enquiry_b2{
	float:left;
	width:50%;
}

.sv_enquiry_txt{
    overflow: hidden;
    padding: 10px;
    text-align: left;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-family: 'ProximaNovaBold';
}
.sv_enquiry_txt h2{
    padding: 20px 0px;
	font-size:30px;
    text-align: left;
}
.sv_enquiry_txt i{
	display:inline-block;
	margin-right:5px;
}
.sv_enquiry_form{
	background:#f2f2f2;
	padding:10px;
	margin:15px;
	border:3px solid #f2f2f2;
	border-radius:6px;
	box-shadow: 4px 4px 0 0 rgba(0,0,0,0.1);
}
.sv_enquiry_form input[type=submit]{
	font-size:16px;
	padding:10px 20px;
}
.sva_forms_box label{
	background-color:#fbfbfb;
}



.sv_artical_b1{
	overflow:hidden;
	padding:30px 0px;
	
}
.sv_artical_b1 article{
	text-align:left;
	font-size:20px;
	line-height:30px;
	color:#666;
}
.sv_artical_b1 article img{
	float:right;
	margin-left:15px;
	width:400px;
	margin-top:10px;
}


.sv_artical_b1 table{
	display:block;
	border-collapse:collapse;
	margin:10px 0px;
}
.sv_artical_b1 table td{
	border:1px solid #ccc;
	padding:10px;
}


.sv_page_services{
	overflow:hidden;
	padding:20px 0px;
}
.sv_page_services_in{
	overflow:hidden;
	padding:20px 0px;
	text-align:center;
}
.sv_page_services_in section{
	display:inline-block;
	width:24%;
}
.sv_page_services_in section a{
	display:block;
	margin:10px;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	background:#fff;
	overflow:hidden;
	border-radius:5px;
	transition:ease-in-out 0.2s all;
	color:#333;
	font-size:16px;
}
.sv_page_services_in section a:hover{
	transform:translateY(-10px);
	cursor:pointer;
}
.sv_page_services_in section a:hover dd{
	background:#005BB7;
}
.sv_page_services_in section dl{
	display:block;
	height:150px;
	background-size:cover;
}
.sv_page_services_in section article {
	padding:5px;
	overflow:hidden;
}
.sv_page_services_in section article h3{
	height:32px;
	overflow:hidden;
	font-size:16px;
	display:flex;
	width:100%;
	text-align:center;
	flex-direction: column;
    justify-content: center;
}
.sv_page_services_in section article small{
	display:block;
	font-size:12px;
	overflow:hidden;
	height:20px;
	color:#999;
	padding:4px;
}
.sv_page_services_in section dd{
	display:block;
	background:#666;
	color:#FFF;
	padding:8px;
	font-size:14px;
}




.sv_contact_data{
	overflow:hidden;
	padding:20px 2px;
}
.sv_contact_b1{
	float:left;
	width:50%;
	min-height:200px;
}
.sv_contact_b2{
	float:left;
	width:50%;
	min-height:200px;
}
.sv_contact_b1_txt{
	position:relative;
	padding-bottom:10px;
	text-align:left;
	min-height:55px;
	padding-left:80px;
}
.sv_contact_b1_txt span{
	position:absolute;
	border:2px solid #F60;
	width:50px;
	height:50px;
	top:0px;
	left:0px;
	font-size:30px;
	line-height:45px;
	border-radius:5px;
	color:#004080;
	text-align:center;
}
.sv_contact_b1_txt h2{
	font-size:24px;
	color:#333;
	padding-top:3px;
	padding-bottom:3px;
}
.sv_contact_b1_txt article{
	text-align: left;
    padding: 10px 0px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
	width:60%;
	font-family:'Cabin';
}
.sv_contact_b1_txt a{
    color: #666;
}
.sv_contact_b1_txt a:hover{
	text-decoration:underline;
}