
#headerxx{
    display:none!important;
}

.site-content{
	width: 100%;
	height: 100%;
}


/************************ 4.About css ***************************/
.background {
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase;
}

.about-title h2:after {
	background: #000;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	left: 8px;
	margin-right: -50%;
}

.about-content p,
.services-content p {
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}


