@charset "utf-8";

.inner_banner {
	clear: both;
	width: 100%;
	height: 320px;
	overflow: hidden !important;
}
.inner_banner img{
	width: 100%;
}
.inner_pg{
	clear: both;
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.inner_pg_left{
	float: left;
	width: 70%	
}
.inner_pg_left .hd{
	border-bottom: 1px dashed hsl(0, 0%, 65%) ;
    color: hsl(12, 2%, 44%);
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 55px;
    margin: 0;
    text-align: left;	
}
.inner_pg_left .cont{
	padding-top: 15px;
	clear: both;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.71429;
    text-align: justify;
}
.inner_pg_right{
	float: right;
	width: 28%	
}
.inner_pg_right .services1 {
	width: 100%;
}
.services1 .hd {
	color: #f50002;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    margin: 15px 0 15px 24px;
    text-align: left;
    text-transform: none;
	text-transform: capitalize;
	width:100%;
}
.sidebar-content {
    float: left;
	width:100%;
    margin-bottom:20px;
}
.sidebar-content ul {
    border-top: 1px solid hsl(0, 0%, 85%);
    float: left;
    margin-left: 20px;
    padding: 0;
	width:100%;
}
.sidebar-content ul li {
    border-bottom: 1px solid hsl(0, 0%, 85%);
    float: left;
    list-style-type: none;
    margin: 3px 0 0;
    text-align: left;
    width: 100%;
}
.sidebar-content ul li a {
    border-right: 3px solid hsl(0, 0%, 85%);
    color: hsl(0, 0%, 43%);
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 3px;
    padding: 5px 0 5px 10px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.sidebar-content ul li a:hover {
    border-right: 3px solid #f50002;
}

.sidebar-content ul li.current a {
    border-right: 3px solid #f50002;
}

.scroll_ser{
    clear: both;
    height: 215px !important;
    padding-top: 0;
    width: 100%;
}
.scroll_ser ul li{
	clear: both;
	width: 100% !important;	
	padding: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	
	
}
.space{
	margin-bottom: 30px !important;
}



.inner_pg_left .cont .learn_m {
	clear: both;
	margin-top: 10px;
	font-weight: 600;
	color: #212124;
}
.cont_add {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
.cont_add ul {
	width: 100%;
	list-style-image: none;
	list-style-type: none;
}
.cont_add ul li {
	float: left;
	border: 1px solid hsl(0, 0%, 85%);
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px;
	width: 45%;
	min-height: 140px;
}
.cont_add ul li .hd1 {
	margin-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}
.cont_add ul li .cont1 {
	font-family: Tahoma;
    font-size: 13px;
    line-height: 1.71429;
    text-align: left;
	font-weight: 300;
}
