body { overflow-x:hidden;}

.introWrapper {	
	background-image:url('/cisiweb2/image/qualifications/risk.jpg');
	background-position:center center;
}
.whyChoose {
	margin-bottom:30px !important;	
}
.lightRed {
    background: none repeat scroll 0 0 #cac8e7;
    color: #4f499d;
	transition: all 0.25s ease;
}
.lightRed:hover {
	background:#c3c0f0;
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
	background:#6661ab;
	color:#ffffff;	
	transition: all 0.25s ease;
}
.red:hover {
	background:#4f499d;	
	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) { 

}




