*{
	margin: auto;
	padding: 0px;
	font-family: 'Roboto Condensed',sans-serif;
}
.container{
	height: auto;
	width: 1140px;
}

/*<!--Navbar is here-->*/
.navbar{
	height: 90px;
	width: 100%;
	display: inline-block;
}
.logo{
	height: auto;
	width: auto;
	padding: 10px 0px;
	float: left;
}
.logo img{
	height: 70px;
	width: 70px;
	object-fit: contain;
}
.menu{
	height: auto;
	width: auto;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
.menu li{
	display: inline-flex;
	list-style-type: none;
	padding: 40px 0px 40px 50px;

}
.menu li:hover{
	cursor: pointer;
}
.menu a{
	text-decoration: none;
	color: #FFF;
}
.c_list, .sc_list{
	display: none;
}
.p_list:hover .c_list{
	display: block;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	margin: 15px 0px 0px 0px;
}
.c_list li{
	padding: 10px;
}
.c_list a{
	color: #000;
}
.c_list li:hover .sc_list{
	width: 100px;
	display: block;
	background-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	margin: -10px 0px 0px 63px;
}

/*<!--Footer of this page is here-->*/
.footer{
	height: auto;
	width: 100%;
	display: inline-block;
}
.footer_top{
	height: 90px;
	width: 100%;
	background-color: #f19800;
	float: left;
}
.menubottom{
	height: auto;
	width: auto;
	float: right;
	font-size: 11px;
	font-weight: bold;
}
.menubottom li{
	display: inline-flex;
	list-style-type: none;
	padding: 40px 0px 40px 50px;

}
.menubottom li:hover{
	cursor: pointer;
}
.menubottom a{
	text-decoration: none;
	color: #FFF;
}
.footer_bottom{
	height: auto;
	width: 100%;
	float: left;
	padding: 15px 0px;
	font-size: 9px;
	color: #bfbfbf;
}
.copyright{
	height: auto;
	width: auto;
	float: left;
}
.terms{
	height: auto;
	width: auto;
	float: right;
}
.terms li{
	margin-left: 50px;
	display: inline-flex;
	list-style-type: none;
}
.terms li:hover{
	cursor: pointer;
}
.terms a{
	text-decoration: none;
	color: #bfbfbf;
}