body { overflow-x:hidden;}

.introWrapper {	
	background-image:url('/cisiweb2/image/qualifications/islamicfinance.jpg');
	background-position:center center;
}
.whyChoose {
	margin-bottom:30px !important;	
}
.lightRed {
    background: none repeat scroll 0 0 #c4e9c7;
    color: #334e9e !important;
	transition: all 0.25s ease;
}
.lightRed:hover {
	background:#c1f3c5;
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
	/* background:#40ae49; */
	background: #328639;
	color:#ffffff !important;	
	transition: all 0.25s ease;
}
.red:hover {
	background:#4cba55;	
	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) { 
	
}



