	@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	background-color: #fff;
	border-top: 10px solid #2F256E;
	font-family: 'Poppins', sans-serif;;
}
#wrapper {
	width: 100%;
}
#wrapper img {
	height: auto;
	max-width: 100%;
}
.top_bg {
	float: left;
	width: 100%;
	background-color: #fff;
}
.logo img {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.banner_bg {
	float: left;
	width: 100%;
}

.slidestack img {
	object-fit: cover;
	transition: opacity 1s ease-in-out;
	opacity: 0;
}

.slidestack img.fade-in {
	opacity: 1;
}

.content_bg {
	float: left;
	width: 100%;
}
.connect img {
	float: left;
	margin-right: 5px;
}
.conect a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.contentarea01 a {
	color: #fff;
	text-decoration: none;
}
.contentarea01 a:hover {
	text-decoration: none;
}
.footer {
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px 0px;
	background-color: #666;
}
.footer p {
	padding: 0px 10px;
}
.copy {
	width: 50%;
	float: left;
	padding-top: 5px;
}
.powered {
	width: 50%;
	float: left;
	text-align: right;
}
.powered > p, .powered a {
	color: #fff;
}

.contac {
	background: url(../images/arr.gif) 10px 12px no-repeat;
}
.q_links h1 { 
color: #fff !important;
 }
.q_links >  a {
	font-size: 15px;
	text-decoration: none;
	margin-left: 20px;
	color: white;
	background: url(../images/arr.gif) 10px 12px no-repeat;
}
.q_links > div {
	margin-left: 15px;
}
.q_links >  a:hover {
	color: blue;
}
.footer img {
	margin-left: 5px;
}
.footer a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.foot_link a:hover {
	text-decoration: none;
}

.baner_images
{
	width: 100%;
	float: left;
	height: auto;
	display: block;
}