.footer{
	color: white;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
}
.footbg{
	max-width: 1200px;
	margin: auto;
	display: inline-block;
}
.footbg p{
	text-align: center;
}
.footer img{
	width: 35px;
	background-color: #e18b22;
	-webkit-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.footmenu{
	cursor: default;
	color: white;
	user-select: none;
    float: left;
    box-sizing: border-box;
    width: 33%;
	height: 300px;
	text-align: left;
}
.footmenu div{
	width: 160px;
	margin: auto;
}
.footmenu a{
	padding: 0px 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
	letter-spacing: 1px;
	line-height: 30px;
	text-decoration: none;
}
.footmenu a:hover{
	color: #ffdb1a;
}
.footmenu p{
	font-size: 25px;
	text-align: center;
}
.footmenu b{
	color: #b29600;
}
.contdetails{
	font-size: 13px;
	user-select: none;
    float: left;
    box-sizing: border-box;
    width: 33%;
	height: 300px;
}
.contdetails img{
	width: 20px;
	margin-right: 20px;
}
.contdetails .divcontdet{
	display: inline-block;
	height: 65px;
	box-sizing: border-box;
	width: 100%;
}
.contdetails .divcontdet p{
	margin: 0;
	font-size: 14px !important;
	text-align: left !important;
}

.contdetails .leftcontdet{
	float: left;
	height: 100%;
}

.fbdiv{
	user-select: none;
    float: left;
    box-sizing: border-box;
    width: 33%;
	height: 300px;
	text-align: center;
}
.fbdiv img:hover{
	background-color: #ffdb1a;
}
.fbdiv a{
	padding: 0px 10px;
}
.fbdiv p{
	font-size: 25px;
	text-align: center;
}




.finalfoot{
	cursor: default;
	font-family: 'Calibri', sans-serif;
	background-color: black;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 30px;
}
.finalfoot .p1{
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 13px;
}
.finalfoot .p2{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 2px;
}
		/* FOOTER ENDS HERE */