body { overflow-x:hidden;}

.introWrapper {	
	background-image:url('/cisiweb2/image/qualifications/opsheader.jpg');
	background-position:center center;
}
.whyChoose {
	margin-bottom:30px !important;
	}
.lightRed {
    background: none repeat scroll 0 0 #e2bdb3;
    color: #e12e26 !important;
	transition: all 0.25s ease;
}
.lightRed:hover {
	background:#edc3b8;
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
	background:#e12e26;
	color:#ffffff !important;	
	transition: all 0.25s ease;
}
.red:hover {
	background:#ff3128;	
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.28);
}


@media (max-width : 1599px) {

}
@media (max-width : 1199px) {

}
@media (max-width : 991px) {

}
@media (max-width: 767px) { 

}




