.logoh {
	left:0;	
}

.prime-bg-color {
	background-color:#F1682B;
	background:#F1682B;
}

.primes {
	color: #F1682B !important;
}

.btn-more {
	background-color: #F1682B !important;
}

	#carouselExampleControls {
		height:800px;
		overflow:hidden;
	}
	
	#home-banner {
		position:relative;
	}
	
	#banner-text {
		position:absolute;
		top:0;
		height:800px;
	}
	
	#home-slogan {
		position:relative;
		top:275px;
	}
	
	.carousel-item {
		padding:0;	
	}
	
	
	
	@media (max-width: 1190px) { 
		.ban-circle {
		    left: -20px;
		    top: -40px;
		}
	}
	
	@media (max-width: 800px) { 
		.ban-circle {
		    left: -30px;
		    top: -50px;
		}
	}	
	
	@media (max-width: 610px) { 
		.ban-circle {
		    left: -40px;
		    top: -90px;
		}
	}
	
	.carousel-item img {
		filter: brightness(50%);
		
	}