.venor_bg{
	padding: 0px;
	margin: 0px;
}
.venor_bg_inner{
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 30px 0px;
}

.vendors_area {
	min-height: 400px;
	padding-top: 35px;
	width: 450px;
	float: right;
	margin-right: 20px;
	text-align: center;
}
.vendors_area  p{
	font-size: 24px;
	font-weight: 300;
	line-height: 34px;
	text-align: center;
}
.vendors_area  p span{
	color: #5b9bd5;
}
.vendors_area_inner {
	padding: 20px 0px;
}
.register_now{
	background: #5b9bd5;
	padding: 8px 30px;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}
.register_now:hover{
	text-decoration: none;
	color: #fff;
}
.vendors_area_inner h1{
	color: #fff;
}
.service_box {
	text-align: center;
}
.service_box img{
	max-width: 80%;
}
.service_box_inner{
	padding:0px 20px
}
.service_box p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.count_box{
	text-align: center;
	padding: 15px;
}
.count_box span{
	font-size: 38px;
	color: #5b9bd5;
	font-weight: 700;
}
.count_box p{
	font-size: 18px;
}
.list_items{
	margin-top: 20px;
	padding-left: 50px;
	clear: both;
}
.list_items li{
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
	list-style: none;
}
.list_items li::before{
	content: '';
	width: 8px;
	height: 8px;
	background: #5b9bd5;
	position: absolute;
	left: -25px;
	top: 10px;
}
.sub_title{
	font-weight: 700;
}
.start_today{
	background: #5b9bd5;
	padding: 10px 30px;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
	margin-top: 70px;
}
.start_today:hover{
	text-decoration: none;
	color: #fff;
}
body{
	background: #f1f1f1;
	float: left;
	width: 100%;
	padding-bottom: 140px;
}
.background{
	background: #fff;
}
.topbar{
	height: 0px !important;
}
header{
	background: #fff;
	border-bottom: 1px solid #98ceff;
	margin-bottom: 5px;
}
.login_page{
	margin-top: 0px;
}
.footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.footer {
    background: #313131;
    padding: 20px 0px 10px;
    text-align: center;
    clear: both;
}
.footer p {
    color: #fff;
}
h1,h2,h3{
	clear: both;
}
.text_inner{
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}
@media only screen and (min-width: 1200px){
	body {
	    padding-bottom: 84px !important;
	    position: relative;
	}
}
@media only screen and (max-width: 480px){
	body {
	    padding-bottom: 200px !important;
	    position: relative;
	}
	h1{
		font-size: 20px;
	}
	.service_box p{
		font-size: 14px;
	}
	.vendors_area{
		width: 90%;
		min-width: auto;
	}
}