/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.section-clients a {
	display:inline-block;
	width:100%;
	text-align:left;
}
.section-clients a img {
	width:100%;
}
#logo {
	max-width:200px;
	padding:25px 0;
}
#logo img {
	height:auto;
	max-height:inherit;	
}
.display-3 {
	font-size:5.5rem;
	margin-bottom:0;
}

.promotetext {
	color:#FFFFFF;
	font-size:28px;
}
.createtext {
	color:#FFFFFF;
}

.section-clients a {
	position:relative;
	z-index:10000;
}

footer {
	text-align:center;
	padding:40px 15px;
	font-size:14px;
}
footer a {
	color:#555
}

@media screen and (max-width:991px){
	#header-wrap {
		background:#000000 !important;
	}
}

@media screen and (max-width:991px){
	.section-clients {
		position:absolute;
		bottom:-30px;
	}
	.display-3 {
		font-size:3.5rem;
	}
	
	.lastcolm {
		display:none !important; 
	}
	
}