@charset "utf-8";
/* CSS Document */
body
{
	background:none repeat scroll 0 0 #000000;
	color:rgb(255, 255, 255) !important;
	padding:0px;
	margin:0px;
}
/*Outer div classes starts here -------------------------------*/
#cssmenu, #cssmenu ul ul li a{
    background: #000000 !important;
}
.sliderBottomSection .sliderBottomRow {
    background: #3e3e3e !important;
}
.aboutSection .container .aboutRow .item:nth-child(1) {
    background: #3e3e3e;
}
.aboutSection .container .aboutRow .item:nth-child(2) {
    background-color: #515151;
}
.aboutSection .container .aboutRow .item:nth-child(2) h2{color: #fff;}
.directorDescSection .container .directoRDescRow .item h2{
    color: #fff;
}
.directorDescSection .container .directoRDescRow .item .btnReadmore{
    border: 1px solid #ffffff;
    color: #ffffff;
}
.newsEventsSection .newsEventRow .itemNews .header ul li h2{
    color: #fff;
}
.newsEventsSection .newsEventRow .itemEvent .homeEventList ul li .itemDesc h5{
    color: #fff;
}
.academicPrograme{
    background-color: #000000;
}
.academicPrograme .programmeRow .item {
    background-color: #3e3e3e;
    padding: 40px;
    position: relative;
}
.academicPrograme .programmeRow .item h4{
    color: #ffffff;
}
.atGlanceSection .glanceRow .item {
    text-align: center;
    color: #043786;
    background-color: #ebebeb;
    padding: 15px;
}
.atGlanceSection h2{
    color: #fff;
}
.researchSection{
background-color: #000000;
}
.researchSection .researchSlider .item {
    background-color: rgb(53, 53, 53);
}
footer .footerSection{
    background-color: #000000;
}