

.sv_page_heding{
	position:relative;
	height:150px;
	background-image: url(../img/rgba_black.png), url(../sldimg/sld7.jpg);
	background-attachment:scroll, fixed;
	text-align:center;
	overflow:hidden;
	width:100%;
    align-items: center;
    justify-content: center;
}
.sv_page_heding h1{
	font-size:60px;
	color:#FFF;
	margin-top:10px;
	text-shadow: 0px 1px 0px #ccc, 1px 1px 1px #999;
	overflow:hidden;
	width:100%;
}
.sv_page_heding h3{
	font-size:30px;
	color:#f2f2f2;
	margin-top:5px;
	overflow:hidden;
	width:100%;
	text-shadow: 0px 1px 0px #f7f7f7, 1px 1px 1px #999;
}
.sv_page_heding h4{
	margin-top:10px;
	font-size:14px;
	font-weight:500;
	color:#666;
	width:100%;
}
.sv_page_heding h4 a{
	color:#FF8000;
	display:inline-block;
	padding:0px 4px;
}
.sv_page_heding h4 a:hover{
	text-decoration:underline;
}
.sv_page_heding h4 span{
	color:#CCC;
	display:inline-block;
	padding:0px 4px;
}


.sv_heding_t {
    font-size: 28px;
    color: #004080;
    overflow: hidden;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding: 15px 20px;
    display: inline-block;
    border-bottom: 1px dashed #004080;
}
.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_page{
	margin:0 auto;
	width:80%;
}



.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;
}
