.headerbox {
	background: url('../images/technolog2.webp') 50% 50% no-repeat;
	background-size: 100% auto;
}
.nopad {
	padding: 0 !important;
	margin: 0 !important;
	color: #333
}
.sitemap {
	margin: 30px 0;
	list-style: none;
	padding: 0 !important;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	transition: all ease-in-out .3s;
}
.sitemap a {
	padding: 10px 20px;
	background: #dadada;
	margin: 5px;
	display: block;
	font-weight: 400;
	white-space: nowrap;
	line-height: 3em
}
.sitemap a:hover {
	background: #009933;
	color: #FFF;
}
.sitemap a:hover i {
	background: #023b36;
	color: #FFF;
}
.sitemap a i {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 15px;
	background: #FFF;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2)
}

@media (max-width: 767px) {
.sitemap {
	columns: 1;
	-webkit-columns: 1;
	-moz-columns: 1;
}
}
