.Isonumber{
	color: #FFF;
	font-size: 8rem;
	font-weight: 500;
}


.lgreenoverlay {
    color: #fff;
    background: rgba(102,173,147,0.7);
}
	
.lgpetroloverlay {
    color: #fff;
    background: rgba(51,63,72,0.7);
}
	
	.lgsandoverlay {
    color: #fff;
    background: rgba(209,204,189,0.7);
}
.excellentbg{
	background-image: url('https://www.camfil.com/-/media/images/qbank/__web/insight/turbomachinery/camclose/excellent-protection-bg.png');
}

	.stablebg{
		background-image: url('https://www.camfil.com/-/media/images/qbank/__web/insight/turbomachinery/camclose/stable-performance-bg.png');
	}
	
	.hasslebg{
		background-image: url('https://www.camfil.com/-/media/images/qbank/__web/insight/turbomachinery/camclose/hassle-free-operations-bg.png');
	}
	
.camclosewrapper {
    
    background-size: cover;
    background-position: 50%;
    position: relative;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    overflow: hidden;
}
	
		
	
	
	
.boxicon {
    max-width: 200px !important;;
}
	
	.boxcontenttitel{
		font-weight: bold;
		display: block
	}


.gwgradient {
	background: rgb(102,173,147);
background: linear-gradient(180deg, rgba(102,173,147,1) 0%, rgba(124,184,161,1) 50%, rgba(124,184,161,0.5553571770505077) 100%);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navbar.gwgradient .nav-link {
    color: black;
    font-weight: bold;
	padding: 1rem 0.8rem;
}

.navbar.gwgradient .nav-item:hover{
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

.navbar.gwgradient{
	
	padding: 0rem 0rem;
}

.gwgradient .row{
	padding: 1rem;
}

.gwgradient p{
font-size: 1.5rem;
}