@charset "utf-8";
/* CSS Document */

.homeFont {font-family: 'Encode Sans Condensed', sans-serif; color:#221f1f;}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	transition: all 0.5s;
}
a:hover {
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
	text-decoration: none;
	outline-offset: inherit;
}
header {font-family: 'Encode Sans Condensed', sans-serif;}
.topheader { min-height:inherit; border:none; border-radius:0; background:#fff; margin-bottom:0;}
.topheader .navbar-brand { height:inherit; padding: 6px 15px;}
.topheader .navbar-brand img { display:inline-block; vertical-align:top;}
.topheader .navbar-brand .logoText { display:inline-block; padding-left:11px;}
.topheader .navbar-brand .logoText h5 { color:#e01e43; font-size:36px; font-weight:700;font-family: 'Open Sans', sans-serif; line-height:36px; margin-top:5px; margin-bottom:2px; } 
.topheader .navbar-brand .logoText h5 span { display:block; }
.topheader .navbar-brand .logoText h6{line-height: 16px; margin: 0; font-family: 'Lato', sans-serif;}
.topheader .navbar-brand .logoText h6 span { display:block; }
/*.topheader .topMenu { margin-top:20px;      margin-right: 0; }*/
.topheader .topMenu {
    margin-top: 0;
    margin-right: 0;
    background: #9b2620;
    padding: 10px 18px;
}
.topheader .topMenu li { margin-left:20px;}
.topheader .topMenu li:first-child {
    margin-left: 0;
}
.topheader .topMenu li a { color:#fff; font-size:14px; font-weight:500; text-transform:uppercase; padding:0;}
.topheader .topMenu li a:hover {
    color: #ece8e8;
}

.topheader .topMenu li.dropdown ul.dropdown-menu li a { color:#000000; font-size:14px; font-weight:500; text-transform:uppercase; padding:10px;}
.topheader .topMenu li.dropdown ul.dropdown-menu li  a:hover {
    color: #9b2620;
	background:none;
}
.topheader .topMenu li.dropdown ul.dropdown-menu li:first-child {
    margin-left: 20px;
}

.header-btn-group {
    float: right;
    margin-top: -100px;
}

.topheader .bottomMenu { margin-top:27px}
.topheader .bottomMenu li { margin-left:10px;}
.topheader .bottomMenu li a { color:#9b2620; font-size: 12pt;  font-weight:600; text-transform:uppercase; padding:0px; /*border:#e8e9ef solid 2px; border-radius:3px;*/ /*padding:10px;*/}
.topheader .bottomMenu li a:hover { /*color:#9b2620; border:#e8e9ef solid 2px;*/}
.topheader .bottomMenu li a .fa { font-size:16px; border-left:#e8e9ef solid 1px; padding-left:11px; margin-left:12px;}
.topheader .bottomMenu li a span { border-left:#e8e9ef solid 0px;padding: 10px;}
.topheader .bottomMenu li span { border-left:#e8e9ef solid 0px;padding: 10px;}
.topheader .bottomMenu li:last-child a {     border: none;
   /* background: #9b2620;*/
    color: #fff;
   /* border-radius: 50%;*/
    padding: 10px 13px;}
.topheader .bottomMenu li:last-child a .fa {border-left:none;  padding-left:0; margin-left:0;}

.mainMenu{background:#9b2620; border:none; border-radius:0; margin-bottom:0; }
.mainMenu .navbar-nav > li { position:relative;}
.mainMenu .navbar-nav > li > a { color:#fff; font-weight:600; font-size:14px; text-transform:uppercase; padding: 20px 17px;}
.mainMenu .navbar-nav > li .fa { display:none;}
.mainMenu .navbar-nav > li:first-child .fa { display:block;     font-size: 20px;} 
.mainMenu .navbar-nav > li > a:focus { color:#fff;}
.mainMenu .navbar-nav > li > a:hover {color:#fff; background:#3c237b;}
.mainMenu .dropdown-menu {
    min-width: 600px;
    width: 100%;
    padding-top: 10px;
}
.mainMenu .navbar-nav > li .dropdown-menu ul {
	padding: 0;
	margin: 0;	
}

.mainMenu .navbar-nav > li .dropdown-menu li {
    list-style-type: none;
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 8px;
}

.mainMenu .navbar-nav > li .dropdown-menu li:last-child {
	padding-bottom: 0;
}

/*.mainMenu .navbar-nav > li .dropdown-menu li:last-child a {
    border-bottom: 0;
}*/

.mainMenu .navbar-nav > li .dropdown-menu li a {
    display: block;
	position: relative;
	color:#9b2620;
}
.mainMenu .navbar-nav > li .dropdown-menu li a:hover {color: #9b2620;}

.mainMenu .navbar-nav > li .dropdown-menu li a:before {
    content: "\e258";
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
}

.mainMenu .navbar-nav > li .dropdown-menu li > a,
.mainMenu .navbar-nav .open .dropdown-menu li > a {
    color: #000000;
    padding: 0px 10px 12px 20px;
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    outline: 0;
    font-weight: 500;
}
ul.jwts_tabbernav li a:hover {
    border-radius: 0;
    background: transparent !important;
    color: #9b2620 !important;
    border: transparent;
    font-weight: 700;
    text-decoration: none!important;
}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {
    color: #000000 !important;
}
.mainMenu .dropdown-menu li > a:hover, 
.mainMenu .dropdown-menu li > a:focus,
.mainMenu .navbar-nav .open .dropdown-menu li > a:hover, 
.mainMenu .navbar-nav .open .dropdown-menu li > a:focus {
    color:#9b2620;
    text-decoration: none;
}

.mainMenu .dropdown-menu li > a:hover:before,
.mainMenu .dropdown-menu li > a:focus:before,
.mainMenu .navbar-nav .open .dropdown-menu li > a:hover:before, 
.mainMenu .navbar-nav .open .dropdown-menu li > a:focus:before  {
	color: #9b2620;
}

.mainMenu .navbar-nav > li > a:hover, .mainMenu .navbar-nav > li > a:focus, .mainMenu .navbar-nav > li.active > a, .mainMenu .navbar-nav > li.active > a:hover, .mainMenu .navbar-nav > li > a:focus, .mainMenu .navbar-nav > li.active > a:focus { color:#000; background: #ffffff;;}

.mainMenu .navbar-nav > li .dropdown-menu li .subsubmenu { padding-top:5px;}
.mainMenu .navbar-nav > li .dropdown-menu li .subsubmenu li { width:100%;     padding: 2px 0 2px 5px;}
.mainMenu .navbar-nav > li .dropdown-menu li .subsubmenu li a { padding:0px 0 6px 20px; border-bottom:none;}


.homeBanner .fill {
	width: 100%;
	height: 450px;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.homeBanner .carousel-caption { left:10%; text-align:left; bottom:30%; right:inherit;}
.homeBanner .carousel-caption h2 { font-size:44px; font-weight:500; margin-top:0; margin-bottom:24px}
.homeBanner .carousel-caption h2 span { display:block;} 
.homeBanner .carousel-caption h3 { font-size:20px; margin:0;}
.homeBanner .carousel-caption h3 a .fa { font-size:16px; border-left:#797979 solid 1px; padding-left:11px; margin-left:12px; color:#fff;}
.homeBanner .carousel-caption h3 a:hover { padding-left:10px;} 

.announcement { background:#e8e9ef; padding-top:12px; padding-bottom:8px; }
.announcement h1 { font-size:18px; margin:0; font-weight:700; text-transform:uppercase;}
.announcement span.topAnnouncement {
    margin-right: 20px;
    border-right: 1px solid #222021;
    padding-right: 20px;
	color:#1f1d1d; 
	font-size:16px;
	font-weight:700;
}
.quickLinksWrap { 
    /* background: url(../images/linksBg.jpg) no-repeat top center; */
    width: 100%;
    background-size: 100%;
    padding-top: 48px;
    background-color: #9b2620;
	height:170px;
	margin-bottom:120px;
}

.headingStyle { position:relative; text-align:center; color:#fff; margin:0 0 24px 0; text-transform:uppercase; letter-spacing:3px; font-size:24px;     font-weight: 600;     font-family: 'Encode Sans Condensed', sans-serif;}
.headingStyle span { padding:0 20px; color:#9b2620;}

ul.quickLInks li{ background:#fff; width:19.2%; text-align:center; border-radius:6px; border:#eaeef1 solid 2px;  float:left; margin-right:10px; }
ul.quickLInks li:last-child { margin-right:0;}
ul.quickLInks li a h3{ margin-bottom:0; margin-top:20px; text-transform:uppercase; font-weight:600; font-size:18px; color:#9b2620; 	transition: all 0.5s;}
ul.quickLInks li a { display:block; padding:24px 0;}
ul.quickLInks li a:hover h3{ color:#9b2620;}
.imgBox { border-right:#fff solid 2px; border-bottom:#fff solid 2px;}
.imgBox:nth-child(2n) { border-right:none;}

.welcomeMMIT .img1{    background: url(../images/aboutHome1.jpg) no-repeat top center;
    background-size:cover;
	height:323px;}

.welcomeMMIT .img2{    background: url(../images/aboutHome3.jpg) no-repeat top center;
   background-size:cover;
	height:323px;}

.welcomeMMIT .img3{    background: url(../images/aboutHome2.jpg) no-repeat top center;
   background-size:cover;
	height:323px;}
	
.welcomeMMIT .img4{    background: url(../images/aboutHome4.jpg) no-repeat top center;
   background-size:cover;
	height:323px;}
.welcomeMMITwrap { position:relative;}
.welcomeBox { position:absolute; width:428px; bottom:14%; right:16%; background:#fff; padding:38px 38px 31px 38px;}
.welcomeBox h2 { color:#9b2620; font-size:30px; margin:0 0 25px 0; font-weight:700; position:relative;  padding-bottom:30px}
.welcomeBox h2:after { position:absolute; left:0; bottom:0; content:''; width:100px; height:3px; background:#9b2620;}
.welcomeBox p{ color:#221f1f; font-family: 'Lato', sans-serif; font-size:15px; line-height:25px; margin-bottom:22px;}
.welcomeBox a{ color:#9b2620; font-size:20px; font-weight:500;}
.welcomeBox a .fa { font-size:16px; border-left:#9b2620 solid 2px; padding-left:11px; margin-left:12px;}
.welcomeBox a:hover { padding-left:10px;} 

.whyWrap { 
    /* background: url(../images/linksBg.jpg) no-repeat top center; */
    width: 100%;
    background-size: 100%;
    padding-top: 45px;
    background-color: #9b2620; color:#fff; padding-bottom:70px;

}
.whyWrap .headingStyle { margin-bottom:60px;}
.whyBox {width: 20%;}
.whyBox h3 { font-size:18px; font-weight:500; margin:22px 0 18px 0;     border-bottom: #ffffff solid 1px;
    padding-bottom: 18px;}
.whyBox h3 span { display:block;}
.whyBox p { font-family: 'Lato', sans-serif; font-size:13px;}

.homeTabber { background:#f1f2f4; padding-top:40px; padding-bottom:40px;}
.homeTabber .tabLinks { text-align:center;}
.homeTabber .nav-tabs { text-align:center; display:inline-block; border-bottom:#e1e3e5 solid 2px; }
.homeTabber .nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}
.homeTabber .nav-tabs > li > a { font-size:20px; color:#9b2620; font-weight:600; border-radius:0; border:none; padding:10px 40px; position:relative;}
.homeTabber .nav-tabs > li > a:hover {color:#fff; background:#9b2620; border:none;}
.homeTabber .nav-tabs > li.active > a, .homeTabber .nav-tabs > li.active > a:hover, .homeTabber .nav-tabs > li.active > a:focus { color:#fff; background:#9b2620; border:none;}
.homeTabber .nav-tabs > li > a:hover:after{
	width: 0;
height: 0;
border-style: solid;
border-width: 9px 9px 0 9px;
border-color: #9b2620 transparent transparent transparent; 
content:''; position:absolute; left:0; right:0; margin:0 auto; bottom:-9px;}
.homeTabber .nav-tabs > li.active > a:after, .homeTabber .nav-tabs > li.active > a:hover:after, .homeTabber .nav-tabs > li.active > a:focus:after {width: 0;
height: 0;
border-style: solid;
border-width: 9px 9px 0 9px;
border-color: #9b2620 transparent transparent transparent; content:''; position:absolute; left:0; right:0; margin:0 auto; bottom:-9px;}
.homeTabber .tab-content { margin-top:30px;}

.newsBox { background:#fff; padding:21px;}
.newsBox h5 {font-family: 'Lato', sans-serif; color:#9b2620; font-size:13px; text-transform:uppercase; padding-bottom:17px; border-bottom:#eaebec solid 1px; margin:0 0 17px 0;}
.newsBox h5 span { margin-right:10px;}
.newsBox p {font-family: 'Lato', sans-serif; font-size:16px; color:#4f5057; line-height:25px;}
.newsBox a{ color:#9b2620; font-size:20px; font-weight:500; display:inline-block; margin-top:20px;}
.newsBox a .fa { font-size:16px; border-left:#9b2620 solid 2px; padding-left:11px; margin-left:12px;}
.newsBox a:hover { padding-left:10px;}
.viewAllWrap { text-align:center;} 
.viewAllWrap .viewAll { 
	display:inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2620+13,bd213e+100 */
background: rgb(224,30,67); /* Old browsers */
background: -moz-linear-gradient(top, rgba(224,30,67,1) 13%, rgba(189,33,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(224,30,67,1) 13%,rgba(189,33,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(224,30,67,1) 13%,rgba(189,33,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2620', endColorstr='#bd213e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; text-align:center; padding:12px 30px; font-size:15px; font-weight:500; text-transform:uppercase; margin-top:38px; font-family: 'Encode Sans Condensed', sans-serif;
	}
.viewAllWrap .viewAll .fa { font-size:16px; border-left:#e5395b solid 2px; padding-left:11px; margin-left:12px;}
.viewAllWrap .viewAll:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#402979+0,9b2620+100 */
background: rgb(64,41,121); /* Old browsers */
background: -moz-linear-gradient(top, rgba(64,41,121,1) 0%, rgba(30,10,79,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(64,41,121,1) 0%,rgba(30,10,79,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(64,41,121,1) 0%,rgba(30,10,79,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402979', endColorstr='#9b2620',GradientType=0 ); /* IE6-9 */}


.homeTabber .tab-content > .tab-pane .viewAll { 
	display:inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2620+13,bd213e+100 */
background: rgb(155,38,32); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,38,32,1) 13%, rgba(155,38,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2620', endColorstr='#bd213e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; text-align:center; padding:12px 30px; font-size:15px; font-weight:500; text-transform:uppercase; margin-top:38px;
	}
.homeTabber .tab-content > .tab-pane .viewAll .fa { font-size:16px; border-left:#e5395b solid 2px; padding-left:11px; margin-left:12px;}
.homeTabber .tab-content > .tab-pane .viewAll:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#402979+0,9b2620+100 */
background: rgb(155,38,32); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,38,32,1) 0%, rgba(155,38,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(155,38,32,1) 0%,rgba(155,38,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(155,38,32,1) 0%,rgba(155,38,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#402979', endColorstr='#9b2620',GradientType=0 ); /* IE6-9 */}

.homeProgram {
	background:url(../images/homeProgramBg.jpg);
	width: 100%;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; color:#fff;
	padding-top:60px; padding-bottom:60px;
	
	}
.homeProgram h2 { text-align:center; margin:0 0 23px 0; font-weight:600; font-size:44px;  }
.homeProgram .navbar-form {
    width: 100%; position:relative; padding:0;}
.homeProgram .navbar-form .form-group { width:100%;}
.homeProgram .navbar-form .form-control { width:100%; height:44px;      background-color: #eff3f6; font-size:18px; font-family: 'Lato', sans-serif;}
.homeProgram .navbar-form  .form-control:focus { box-shadow:none; border-color:#eff3f6;}
.homeProgram .btn-default {
    padding: 5px 9px;
    font-size: 20px;
    position: absolute;
    right: 17px;
    top: 0px;
    background: none;
    border: none;
	color:#9b2620;
} 
.homeProgram  .btn-default:active:hover {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none;}
.homeProgram  .btn-default:focus {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none; }
.homeProgram  .btn-default:hover {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none; }
.paddingDiv { padding-right:200px; padding-left:200px;}
.homeProgram .viewAll {
    color: #ffc107;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px; float:right;
}
.homeProgram .viewAll .fa {
    font-size: 16px;
    border-left: #ffc107 solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
.homeProgram .viewAll:hover {    color: #9b2620;}
.homeProgram .viewAll:hover .fa { border-left: #9b2620 solid 2px;}
.applyOnline { border:#51388f dashed 2px; padding:22px; margin:50px 110px 0 110px ; background-color: rgba(16,3,48,.25);}
.applyOnline .or {font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #51388f;
    padding: 6px;
    border-radius: 50%;     margin-left: -37px; margin-right:23px;}
.applyOnline .text { font-size:20px; font-weight:300; margin-right:23px;}

.btnStyle { 
	display:inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2620+13,bd213e+100 */
background: rgb(155,38,32); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,38,32,1) 13%, rgba(155,38,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2620', endColorstr='#bd213e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; text-align:center; padding:12px 30px; font-size:15px; font-weight:500; text-transform:uppercase; 
	}
.btnStyle .fa { font-size:16px; border-left:#e5395b solid 2px; padding-left:11px; margin-left:12px;}
.btnStyle:hover { background:#fff; color:#e5395b;}
.exploreWrap{ padding-top:40px; padding-bottom:40px;}
.exploreWrap h2{ position:relative; text-align:center; color:#d5dde2; margin:0 0 45px 0; text-transform:uppercase; letter-spacing:3px; font-size:24px;     font-weight: 600;}
.exploreWrap h2 span { padding:0 20px; color:#0a67a7;}
ul.exploreLinks li {
    background: #fff;
    width: 18.5%;
    float: left;
    margin-right: 20px;

}
ul.exploreLinks li:last-child { margin-right:0;}
ul.exploreLinks li a { font-size:20px; font-weight:500; background:#db4757; display:block; color:#fff;     min-height: 86px;}
ul.exploreLinks li a span { padding:28px 0 15px 30px; display:inline-block;} 
ul.exploreLinks li a .fa {
	float: right;
    background: #a43541;
    padding: 33px 13px;}
ul.exploreLinks li a:hover { background: #a43541;}
	
ul.exploreLinks li:nth-child(2) a { font-size:20px; font-weight:500; background:#00a09a; display:block; color:#fff;}
ul.exploreLinks li:nth-child(2) .fa {
	float: right;
    background: #007873;
    padding: 33px 13px;}
	
ul.exploreLinks li:nth-child(2) a:hover {background: #007873;}
	
ul.exploreLinks li:nth-child(3) a { font-size:20px; font-weight:500; background:#edae34; display:block; color:#fff;}
ul.exploreLinks li:nth-child(3) .fa {
	float: right;
    background: #b28227;
    padding: 33px 13px;}
ul.exploreLinks li:nth-child(3) a:hover {background:#b28227;}
	
ul.exploreLinks li:nth-child(4) a { font-size:20px; font-weight:500; background:#7b4a99; display:block; color:#fff;}
ul.exploreLinks li:nth-child(4) .fa {
	float: right;
    background: #5c3773;
    padding: 33px 13px;}
ul.exploreLinks li:nth-child(4) a:hover {background:#5c3773;}
	
ul.exploreLinks li:nth-child(5) a { font-size:20px; font-weight:500; background:#e26c32; display:block; color:#fff;}
ul.exploreLinks li:nth-child(5) .fa {
	float: right;
    background: #a95125;
    padding: 33px 13px;}
ul.exploreLinks li:nth-child(5) a:hover {background:#a95125;}
.factsWrap {	background:url(../images/factsBg.jpg);
	width: 100%;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover; color:#fff; padding-top:50px; padding-bottom:50px;
}
	
.factsWrap h2  { display:block; border:#3c3b3d solid 1px; font-size:38px; font-weight:300; text-transform:uppercase; margin:80px 0 0 0; padding:45px 33px;     line-height: 45px; }
.factsWrap h2 span { display:block; }
.factRgt { margin-left:0; margin-right:0;}
.factsBox { text-align:center; padding-top:35px; padding-bottom:7px;  border-right:#3c3b3d solid 1px; border-bottom:#3c3b3d solid 1px;}
.factsBox:nth-child(2n) { border-right:none;}
.factsBox:nth-child(3) { border-bottom:none;}
.factsBox:nth-child(4) { border-bottom:none;}
.factsBox h3 { font-size:48px; color:#fac904; font-weight:600; margin:0 0 18px 0; display:inline-block;}
.sign { display:inline-block; font-size:48px; color:#fac904; font-weight:600; }
.factsBox span { font-size:20px; font-weight:300;}
.factsBoxIn {padding: 0 33px; min-height: 137px;}

.testimonialWrap { background:#f5f5f5; padding-top:40px; padding-bottom:40px; border-bottom:#ededed solid 1px;}
.testimonialWrapIn { padding-left:180px; padding-right:180px; text-align:center;}
.testimonialWrap h2{ position:relative; text-align:center; color:#d5dde2; margin:0 0 45px 0; text-transform:uppercase; letter-spacing:3px; font-size:24px;     font-weight: 600;}
.testimonialWrap h2 span { padding:0 20px; color:#9b2620;}
.testimonialWrap  p{font-family: 'Lato', sans-serif; font-weight:300; font-size:16px;     line-height: 26px;text-align:justify;font-weight:700; margin:0px!important}
.testiDetail { margin-top:33px;}
.testiDetail img { display:inline-block; width:40px; height:40px; border-radius:50%; margin:0 8px; }
.testiDetail h6 { display:inline-block; color:#9a9da5; font-weight:400; font-size:18px; margin:0 8px;  }
.testimonialWrap  a {
    color: #9b2620;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-top: 45px;
}
.testimonialWrap a .fa {
    font-size: 16px;
    border-left: #9b2620 solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
.testimonialWrap  a:hover { padding-left:20px;}
.recruitersWrap { padding-top:53px; padding-bottom:53px;}
.recruitersWrap h2{ position:relative; text-align:center; color:#d5dde2; margin:0 0 45px 0; text-transform:uppercase; letter-spacing:3px; font-size:24px;     font-weight: 600;}
.recruitersWrap h2 span { padding:0 20px; color:#9b2620;}
.logoBoxWrap{padding: 0 15px;}
.logoBoxMain   { border:#e6e6e6 solid 1px;     margin-right: -1px;}
.logoBox {     height: 150px;
    vertical-align: middle;
    display: table-cell;}
.recruitersWrap .carousel-control { width:inherit; text-shadow:none; padding:20px; opacity:1; top:inherit; bottom:-31px; line-height:10px; padding:10px 11px;}
.recruitersWrap .carousel-control.right { background:#e6e6e6; right:5px; }
.recruitersWrap .carousel-control.left { background:#e6e6e6; right:38px; left:inherit; }
.recruitersWrap .carousel-control .fa { line-height:10px;     font-size: 23px;}
.recruitersWrap .carousel-control:hover { background:#8a8a8a;}
.touchWrap {    background: url(../images/lnksBg.jpg) no-repeat top center;
    width: 100%;
    background-size: 100%;
    padding-top: 42px;
    background-color: #9b2620;
    color: #fff;
    padding-bottom: 42px; font-family: 'Encode Sans Condensed', sans-serif;}
.touchWrap h5 { font-size:24px; font-weight:500; text-transform:uppercase; margin:0;}
.touchWrap a{font-size:20px; color:#fff; font-family: 'Lato', sans-serif; font-weight:300;}
.touchWrap form .form-group{ margin-bottom:0;}
.touchWrap form .form-control { width:100%; height:44px;      background-color: #eff3f6; font-size:18px; font-family: 'Lato', sans-serif;}
.touchWrap form .form-control:focus { box-shadow:none; border-color:#eff3f6;}
.touchWrap form .btn-default {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2620+13,bd213e+100 */
background: rgb(224,30,67); /* Old browsers */
background: -moz-linear-gradient(top, rgba(224,30,67,1) 13%, rgba(189,33,62,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(224,30,67,1) 13%,rgba(189,33,62,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(224,30,67,1) 13%,rgba(189,33,62,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2620', endColorstr='#bd213e',GradientType=0 ); /* IE6-9 */
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; text-align:center; padding:11px 20px; font-size:15px; font-weight:500; text-transform:uppercase; border:none; 
} 
.touchWrap form .btn-default .fa {
    font-size: 16px;
    border-left: #e5395b solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
.touchWrap  form .btn-default:hover { background:#fff; color: #e5395b;}
#button4{
     background-color: #1f1f20 !important;
}
/**************** Code Added By Aneesh ***************/
form .touchWrap  .form-group{ margin-bottom:0;}
form .touchWrap .form-control { width:100%; height:44px;      background-color: #eff3f6; font-size:18px; font-family: 'Lato', sans-serif;}
form .touchWrap .form-control:focus { box-shadow:none; border-color:#eff3f6;}
form .touchWrap .btn-default {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9b2620+13,bd213e+100 */

	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; text-align:center; padding:11px 20px; font-size:15px; font-weight:500; text-transform:uppercase; border:none; 
} 
form .touchWrap .btn-default .fa {
    font-size: 16px;
    border-left: #e5395b solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
form .touchWrap  .btn-default:hover { background:#fff; color: #e5395b;}
.chrono_credits{display:none!important;}
/**************** End of Code Added By Aneesh ***************/

.resetBtn { background-color: #1f1f20 !important;
	background-image: -webkit-linear-gradient(bottom, rgba(48,43,44,.2), rgba(48,43,44,0)) !important;;
	background-image: -moz-linear-gradient(bottom, rgba(48,43,44,.2), rgba(48,43,44,0)) !important;;
	background-image: -o-linear-gradient(bottom, rgba(48,43,44,.2), rgba(48,43,44,0)) !important;;
	background-image: -ms-linear-gradient(bottom, rgba(48,43,44,.2), rgba(48,43,44,0)) !important;;
	background-image: linear-gradient(to top, rgba(48,43,44,.2), rgba(48,43,44,0)); !important;}
.resetBtn:hover { background:#fff !important; color: #e5395b;}

.resetBtn .fa {
    border-left: #414764 solid 2px !important;

}
footer { background:#f1f3f5; padding-top:40px;}
.footerTop {font-family: 'Lato', sans-serif; border-bottom:#d6d6d6 solid 1px; padding-bottom:32px; margin-bottom:32px}
.footerTop:last-child { border-bottom:none; padding-bottom:0;}
.footerTop h4 { margin-top:0; font-family: 'Lato', sans-serif; font-weight:600; font-size:14px; text-transform:uppercase; margin-bottom:15px; }
.footerTop ul li { margin-bottom:4px;} 
.footerTop ul li a{ color:#383a3c; font-size:13px;}
.footerTop ul li a:hover { color:#000;}
.footerTop h5 { margin:0; color:#9b2620; font-weight:600; font-size:20px; line-height:25px; margin-bottom:16px}
.footerTop h5 span { display:block;} 
.footerTop p { margin:0;} 
.footerTop ul.conDetails li { font-size:14px; margin-bottom:5px;}
.footerTop ul.conDetails li a { font-size:14px;} 
.footerTop ul.socialLinks li { float:left; margin-right:11px;}
.footerTop ul.socialLinks li a { width:34px; height:34px; border:#dadada solid 1px; border-radius:50%; display:table-cell; font-size:16px; text-align:center; vertical-align:middle;}
.footerTop ul.socialLinks li a:hover { color:#fff;} 
.footerTop ul.socialLinks li:first-child a:hover { background:#3a559f; border:#3a559f solid 1px;}
.footerTop ul.socialLinks li:nth-child(2) a:hover{ background:#e02f2f; border:#e02f2f solid 1px;}
.footerTop ul.socialLinks li:nth-child(3) a:hover{background:#55acee; border:#55acee solid 1px;}
.footerTop ul.socialLinks li:nth-child(4) a:hover{background:#d30063; border:#d30063 solid 1px;}
.footerTop ul.socialLinks li:nth-child(5) a:hover{background:#0077b5; border:#0077b5 solid 1px;}
.footerBottom { border-top:#dddee0 solid 1px; font-family: 'Lato', sans-serif; padding-bottom:15px; padding-top:15px;}
.rgtFloat { text-align:right;}
.footerBottom h6 { margin:0 0 4px 0;}
.footerBottom h6 a { color:#221f1f;}


.searchWrap .navbar-form {
    width: 100%; position:relative; padding:0;}
.searchWrap .navbar-form .form-group { width:100%;}
.searchWrap .navbar-form .form-control {
width: 100%;
    height: 44px;
    background-color: #ffffff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    box-shadow: inherit;     border: 1px solid #adadad;}
.searchWrap .navbar-form  .form-control:focus { box-shadow:none; border-color:#eff3f6;}
.searchWrap .btn-default {
    padding: 5px 9px;
    font-size: 20px;
    position: absolute;
    right: 17px;
    top: 0px;
    background: none;
    border: none;
	color:#9b2620;
} 
.searchWrap  .btn-default:active:hover {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none;}
.searchWrap  .btn-default:focus {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none; }
.searchWrap  .btn-default:hover {border-color: #eff3f6;	outline: none;
	outline-offset: inherit; text-shadow:none; }
ul.jwts_tabbernav li.jwts_tabberactive a {
    border-radius: 0;
    background: #9b2620 !important;}
	
/*.programDetail*/
.programDetailWrap {
    background: #E1E4E6;
    padding-top: 50px;
    padding-bottom: 50px;
	color:#333333;
	font-size:15px;
	font-size:400;
	line-height:24px;
}
.programLinks {
/*    background: #9b2620;*/
    background: #9b2620;
    padding-bottom: 10px;
    position: relative;
}
.programLinks h3 { font-family: 'Encode Sans Condensed', sans-serif;     font-weight: 600;
    font-size: 27px; padding:20px; color:#fff; margin:0;}
.programLinks ul li {
    display: block;
    float: none;
    padding: 0 10px;
	border-left: 6px solid #9b2620;
}	
.programLinks ul li a{
    margin-right: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
 	padding: 16px 15px;
    border-bottom: 1px solid #9b253b;
    border-left: 0;
    border-top: 0;
    border-right: 0;
	display:block;
}
.programLinks ul li:hover {
    border-left: 6px solid #eec433;
}
.programLinks ul li a:hover{
    color: #eec433;
}
.programLinks .btnList li { border-left:0; margin-bottom:10px; padding:0 15px;}
.programLinks .btnList li:hover { border-left:0;}
.programLinks .btnList li a { border: #e8e9ef solid 2px; font-size:18px; padding:13px 15px;}
.programLinks .btnList li a .fa { float:right;}

.accorPannel  {    margin: 13px;}
.accorPannel .panel-group .panel { border-radius:0; border:none; margin-top:15px; background:none; box-shadow:none; border-bottom:1px solid #ffffff;}
.accorPannel .panel-title > a {    
	display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;}
.accorPannel .panel-title span { float:right; top:-5px; }
.accorPannel .panel-title .glyphicon { font-family: 'Roboto', sans-serif; font-size:26px;}
.accorPannel .panel-default > .panel-heading {    background: #9b2620;
    color: #f5f1f0;
    padding: 0;
    border: none;}
.accorPannel .panel-default > .panel-heading + .panel-collapse > .panel-body {  border:none; border-top:none;   line-height:24px; padding:0;}
.headingActive{background:#9b2620!important;  border:none !important; color:#fff !important;  }
.headingActive .panel-title > a{color:#fff !important; font-weight:600 !important;  }
.headingActive a { font-weight:600 !important;}
.headingText { padding:12px 15px;  }
.accorPannel .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a{ padding:    padding: 12px; 
    border-bottom: 1px solid #ef002d;}
.accorPannel .panel-default > .panel-heading + .panel-collapse > .panel-body ul li:last-child a { border-bottom:none;     }

.proDetailMain {background:#fff; padding-bottom: 20px;}
.productDetailMiddle { background:#fff; padding:18px 0;}
.productDetailMiddle h1 { margin-top:0; color:#9b2620; font-size:30px; font-family: 'Encode Sans Condensed', sans-serif; font-weight:600; margin-bottom:30px;}
.listStyle  { margin-top:20px;}
.listStyle li {    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;}
.listStyle li:before {
   /* position: absolute;
    content:'';
    left: 0;
    top: 7px;
	background:url(../images/circle-icon.png);
	width:14px;
	height:14px;*/
	position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #4a4a4a;
    font-size: 10px;
}

.programRgt {    background: #9b2620; padding:10px; color:#fff; margin-top: 18px;}
.programRgt h4 { color:#fff; margin:0 0 20px 0; font-size:20px; font-family: 'Encode Sans Condensed', sans-serif;} 
.programRgt .carousel .fill {
    width: 100%;
    height: 150px;
    background-position: center top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.programRgt .carousel .carousel-control { width:inherit; text-shadow:none; padding:20px; opacity:1; top:inherit; bottom:30%; line-height:10px; padding:10px 11px;}
.programRgt .carousel .carousel-control.right { background:none;}
.programRgt .carousel .carousel-control.left { background:none;}
.programRgt .carousel .carousel-control .fa { line-height:10px;     font-size: 23px;}

.programRgt .carousel-caption { left:0; right:0; padding-bottom:0; bottom:0; background:rgba(0,0,0,0.4); padding:5px; text-shadow:none; }
.videoBox { margin-top:20px; margin-bottom:20px;}
.videoBox iframe { height:200px;}
.newsWrap { border-bottom:#fff solid 1px; margin-bottom:20px; padding-bottom:10px;}

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
.eventList li { margin-bottom:10px}
.eventList li a { border:#fff solid 1px; padding:5px 8px; display:block; color:#fff; font-weight:600; line-height:16px; position:relative;}
.eventList li a span { display:block; font-weight:400; margin-top:5px; font-size:13px;}
.quicklinkRgt li { margin-bottom:5px;}
.quicklinkRgt li a{ position:relative; color:#fff; padding-left: 20px;}
.quicklinkRgt li a:before{    position: absolute;
    content: '\f101';
    font-family: FontAwesome;
    left: 0;
    top: -2px;

}
.proBottomLinks { background:#9b2620; margin-top:20px}
.proBottomLinks ul li { float:left; padding: 14px 0;}
.proBottomLinks ul li a { color: #fff;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 15px;
    text-transform: uppercase;}
.proBottomLinks ul li a:hover { background:#9b2620;}

/*programDetail*/


.campusLifeAnnounce { background:#e6e9eb; padding-top:30px; padding-bottom:41px;}
.campusLifeAnnounce h2 { margin:0; color:#333333; font-size:24px; font-weight:600; text-transform:uppercase;  font-family: 'Encode Sans Condensed', sans-serif; position:relative;     padding-top: 5px;}
.campusLifeAnnounce h2:after { position:absolute; content:''; width:1px; height:75px; background:#9b2620; right:0; top:0;}
.campusLifeAnnounce .carousel-inner { min-height:60px;}
.campusLifeAnnounce .carousel-inner p{ color:#1f1d1d; font-size:18px;     padding-top: 5px;}
.campusLifeAnnounce .carousel-control { width:inherit; text-shadow:none; padding:20px; opacity:1; top:inherit; bottom:-14px; line-height:10px; padding:10px 11px; color:#333333;}
.campusLifeAnnounce .carousel-control.right { background:none; left:-15%; right:inherit; }
.campusLifeAnnounce .carousel-control.left { background:none; left:-19%; }
.campusLifeAnnounce .carousel-control .fa { line-height:10px;     font-size:30px;     font-weight: 600;}

.campusGlimpses { padding-top:50px; padding-bottom:35px; font-family: 'Encode Sans Condensed', sans-serif;}
.campusGlimpses .headingStyle {
    position: relative;
    text-align: center;
    color: #d5dde2;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
	    font-family: 'Encode Sans Condensed', sans-serif;
	
}

.headingStyle span {
    padding: 0 20px;
    color: #9b2620;
    border-left: 3px solid #d5dde2;
    border-right: 3px solid #d5dde2;
}
.headingStyle span {
    position: relative;
    color:#ffffff;
}
 .headingStyle span:before{
    content: '';
    position: absolute;
    background: #e0e6e9;
    width: 12px;
    height: 3px;
    top: 27px;
    left: -20px;
}
.headingStyle span:after{
    content: '';
    position: absolute;
    background: #e0e6e9;
    width: 12px;
    height: 3px;
    top: 27px;
    right: -20px;
}

.campusGlimpses .headingStyle span {
    padding: 0 20px;
    color: #9b2620;
}
.glimpsesWrap { margin-left:0; margin-right:0;} 
.glimpsesImg  { padding:0; border-bottom:#fff solid 2px; border-right:#fff solid 2px; }
.glimpsesImg:nth-child(4n) {border-right:none;}
.glimpsesImg img { width:100%; height: 190px;}
.glimpsesImg:last-child{ background:#f4f3f3; border-right:none; 	text-align:center;  height: 192px; display:table;}

.glimpsesImg:last-child a {
    color: #9b2620;
    font-size: 20px;
    font-weight: 600;
	display:table-cell; vertical-align:middle;


}
.glimpsesImg:last-child a .fa {
    font-size: 16px;
    border-left: #9b2620 solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}

.glimpsesImg:last-child a:hover {
    padding-left: 10px;
}

.campusEvent { background:#f4f3f3; padding-top:40px; padding-bottom:40px;}
.campusEvent h3 { color:#d5dde2;     margin: 0 0 37px 0;}
.campusEvent .event1 { background:url(../images/event1.jpg); width:100%; height:300px;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center; padding:10px;}
	
	
.campusEvent .event2 { background:url(../images/event2.jpg); width:100%; height:300px;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center; padding:10px;}

.campusEvent .event .eventIn { border: 2px solid rgba(255, 255, 255, .2); height:100%; padding:20px; position:relative; 	transition: all 0.5s; }
.campusEvent .event a:hover .eventIn  {border: 2px solid rgba(255, 255, 255, .5);}
.campusEvent .eventIn h4{ 
	color: #f5f5f5;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0;}
.campusEvent .eventIn h4 span { display:block; font-weight:300; font-size:14px; margin-top:9px;}
.campusBlock3 { padding-top:50px; padding-bottom:88px; color:#333333; font-size:15px}

.headingStyle1  {
    position: relative;
    color: #d5dde2;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 600;
	    font-family: 'Encode Sans Condensed', sans-serif;
	
}
.headingStyle1 span {
    padding: 0 20px 0 0 ;
    color: #9b2620;
}

.achievementBox { border:#dddddd solid 1px; border-radius:3px; padding:4px}
.achievementBox img {border-radius:3px;     height: 150px;
    width: 100%;}
.achievementBoxTest { padding:20px 11px; color:#333333; line-height:24px; font-size:15px;}
.achievementBoxTest h4 { margin:0 0 16px 0; font-weight:600; font-size:15px; border-bottom:#e6e6e6  solid 1px; padding-bottom:18px;}
.achievementBoxTest p { margin-bottom:30px;}
.achievementBoxTest a {
    color: #9b2620;
    font-size: 20px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle; font-family: 'Encode Sans Condensed', sans-serif;
}
.achievementBoxTest a .fa {
    font-size: 16px;
    border-left: #9b2620 solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
.achievementBoxTest a:hover {
    padding-left: 10px;
}

.campusBlock3 .carousel-indicators {
    bottom: -14%;
}
.campusBlock3 .carousel-indicators li {
    border: 1px solid #9b2620; margin:0 3px;
}
.campusBlock3 .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #9b2620;
}

.campustestimonialWrap .carousel-control { width:inherit; text-shadow:none; padding:20px; opacity:1; top:-60px; bottom:inherit; line-height:10px; padding:10px 11px; border:#dddddd solid 1px; color:#9b2620;}
.campustestimonialWrap .carousel-control.right { background:#fff; right:0; }
.campustestimonialWrap .carousel-control.left { background:#fff; right:42px; left:inherit; }
.campustestimonialWrap .carousel-control .fa { line-height:10px;     font-size: 23px;}
.campustestimonialWrap .carousel-control:hover { background:#9b2620; color:#fff; border:#9b2620 solid 1px;}
.campustestimonialWrap .carousel-inner > .item .media { border:#dddddd solid 1px; border-left:#9b2620 solid 4px; border-radius:4px; padding:21px;     margin-top: 22px;}
.campustestimonialWrap .carousel-inner > .item .media:first-child { margin-top:0;}
.campustestimonialWrap .carousel-inner > .item .media:nth-child(2n)  { border-left:#dddddd solid 1px; border-right:#9b2620 solid 4px;}
.campustestimonialWrap .carousel-inner > .item .media .media-left { padding-right:19px;}
.campustestimonialWrap .carousel-inner > .item .media .media-object { width:95px; height:95px; border-radius:50%;}
.campustestimonialWrap .carousel-inner > .item .media .media-body p{ line-height:23px; margin-bottom:21px;}
.campustestimonialWrap .carousel-inner > .item .media .media-body h5 { font-weight:600; position:relative; color:#666666; padding-left: 16px; font-size:15px;     margin: 0 0 6px 0;}
.campustestimonialWrap .carousel-inner > .item .media .media-body h5 span { display:block; font-weight:400; font-style:italic; margin-top:7px;     margin-left: -15px;}
.campustestimonialWrap .carousel-inner > .item .media .media-body h5:before { position:absolute; content:''; width:10px; height:1px; background:#666666; left:0; top: 8px;}

.classRoomWrap {    background: #f4f3f3;
    padding-top: 40px;
    padding-bottom: 58px;}
.classRoomWrap .headingStyle {    color: #d5dde2; 
    margin: 0 0 33px 0;}
.classRoom { text-align:center; background:#fff;     width: 20%; border-top:#d7d7d7 solid 2px; padding-top:32px; font-size:15px; color:#333; padding-bottom:30px;}
.classRoom:nth-child(2n) { background:#9b2620; border-top:#c13953 solid 2px; color:#fff;}
.classRoomIn { padding:0 10px;}
.classRoom h4 {font-family: 'Encode Sans Condensed', sans-serif; font-weight:600; color:#9b2620; position:relative; padding-bottom:16px; margin:15px 0 20px 0;}
.classRoom h4:after { position:absolute; content:''; width:38px; height:2px; background:#e4e4e4; left:0; right:0; margin:0 auto; bottom:0;}
.classRoom:nth-child(2n) h4  { color:#fff;}
.classRoom:nth-child(2n) h4:after {background:#cb304e;}

.facultyWrapTop { background:#f4f3f3; padding-top:40px; padding-bottom:40px;}
.facultyWrap { color:#333; padding-top:20px; padding-bottom:20px;     margin-top: -44px;}
.facultyWrap .filtr-item .media {    border: #dddddd solid 1px;
    border-left: #9b2620 solid 4px;
    border-radius: 4px;
    padding: 21px 13px;
    margin-top: 22px;}
.facultyWrap .filtr-item .media .media-left { padding-right:20px}
.facultyWrap .filtr-item .media .media-object {
    width: 100px;
    height: 100px;
	border-radius: 50%;
} 
.facultyWrap .filtr-item .media .media-body { font-size:15px}
.facultyWrap .filtr-item .media .media-body ul li { margin-bottom:5px;}
.facultyWrap .filtr-item .media .media-body ul li a { color:#333;}
.facultyWrap .filtr-item .media .media-body ul li:last-child { margin-bottom:0;}
.facultyWrap .filtr-item .media .media-heading {    margin: 0 0 18px 0;
    font-weight: 600;
    font-size: 15px; color: #9b2620; position:relative;}
.facultyWrap .filtr-item .media .media-heading:after { position:absolute; content:''; width:30px; height:2px; background:#f95c7a; left:0; bottom:-8px;}
ul.simplefilter  { text-align:center; margin-bottom:30px;}
ul.simplefilter li {
	 display: inline-block;
    cursor: pointer;
    background: #9b2620;
    color: #fff;
    padding: 10px 14px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 19px;}
ul.simplefilter li:hover { background:#9b2620;}
ul.simplefilter li.active { background:#9b2620;}
.facultyWrap .filtr-item .media .media-body .viewAll {display: inline-block;
    background: rgb(155,38,32);
    background: -moz-linear-gradient(top, rgba(155,38,32,1) 13%, rgba(1155,38,32,1) 100%);
    background: -webkit-linear-gradient(top, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%);
    background: linear-gradient(to bottom, rgba(155,38,32,1) 13%,rgba(155,38,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b2620', endColorstr='#bd213e',GradientType=0 );
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    font-family: 'Encode Sans Condensed', sans-serif;}
.facultyWrap .filtr-item .media .media-body .viewAll .fa {
    font-size: 16px;
    border-left: #e5395b solid 2px;
    padding-left: 11px;
    margin-left: 12px;
}
.facultyWrap .filtr-item .media .media-body .viewAll:hover{  color: #000000; }
	
.facultyPopUp .modal-header {
    background: #9b2620; color:#fff;  font-family: 'Encode Sans Condensed', sans-serif;
}
.facultyPopUp .modal-header .modal-title  { font-size:22px;}
.facultyPopUp .modal-header .modal-title span { display:block; font-size:18px; }
.facultyPopUp .media .media-left { padding-right:20px;}
.facultyPopUp .media .media-object { width:200px; height:200px;}
.facultyPopUp .media .media-body { font-size:15px; line-height:24px;}
.facultyPopUp .media .media-body ul { border-bottom:#f1f1f1 solid 1px; padding-bottom:20px; margin-bottom:20px;}
.facultyPopUp .media .media-body ul li {margin-bottom: 5px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;}
.facultyPopUp .media .media-body ul li a { color:#333;}
.facultyPopUp .media .media-body ul li:last-child { margin-bottom:0;}
.facultyPopUp .modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.socialLinksSticky {
    position: fixed;
    bottom: 40%;
    right: 0;
}

.socialLinksSticky li:first-child a {
    background: #3a559f;
    border: #3a559f solid 1px;
}

.socialLinksSticky li:nth-child(2) a {
    background: #e02f2f;
    border: #e02f2f solid 1px;
}
.socialLinksSticky li:nth-child(3) a {
    background: #55acee;
    border: #55acee solid 1px;
}
.socialLinksSticky li:nth-child(5) a {
    background: #0077b5;
    border: #0077b5 solid 1px;
}
.socialLinksSticky li:nth-child(4) a {
    background: #d30063;
    border: #d30063 solid 1px;
}
.socialLinksSticky li a .fa {
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    -ms-transition: -ms-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}
.socialLinksSticky li a:hover .fa {
    color: #fff;
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.socialLinksSticky li a {
    width: 34px;
    height: 34px;
    border: #dadada solid 1px;
    display: table-cell;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}


.floting-points {
    width: 80px;
    position: fixed;
    /* top: 225px; */
    bottom: 0;
    right: 0;
    z-index: 99;
}
.floting-points ul li a {
    font-size: 12px;
    color: #ffffff;
    background: #0a3c57;
    display: block;
    margin-bottom: 2px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    outline: 0;
}
.floting-points ul li:nth-child(1) a {
    background: #155594;
}
.floting-points ul li:nth-child(2) a {
    background: #2f87b8;
}
.floting-points ul li .fa {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

.floting-points ul li a:hover {
    text-decoration: none;
    background: #333333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

@media (min-width: 1024px){
	.mainMenu.navbar-fixed-top{
		position: fixed;
		background: #9b2620;
	}
	
}
 @media(max-width:1024px) {
ul.quickLInks li {
    width: 19%;}
	
	
.applyOnline {
    margin: 50px 0 0 0;
}
ul.exploreLinks li {

    width: 18.2%;}
	
.logoBox img { width:100%;}
.touchWrap form .btn-default { padding:11px;}	
.mainMenu .navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 10px;}
 }
@media (min-width: 992px) {
.navbar-default .dropdown:hover .dropdown-menu {
  display: table;
    margin-top: 0; // remove the gap so it doesn't close
}
}


@media (max-width: 991px) {
.mainMenu.navbar-fixed-top{
		position:relative;
		background: #9b2620;
	}
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
	
}
.mainMenu .navbar-nav > li .fa {     display: block;
    color: #fff;
    position: absolute;
    right: 12px;
    top: 9px;
    font-size: 28px;}
.mainMenu .navbar-nav > li:first-child .fa { position:relative; top:0; right:0;}
ul.quickLInks li  { width:18.8%;} 
.quickLinksWrap { height:inherit;}

.whyBox {
float: left;
}

.header-btn-group {
    position: relative;
    top: 75px;
    right: 0px;
	padding-bottom:71px;
	float:left;
}
.topheader .bottomMenu li a{
	font-size:9pt;
}

.paddingDiv {
    padding-right:50px;
    padding-left: 50px;
}
ul.exploreLinks li {
    width: 31.4%;
    margin-bottom: 20px;
}
ul.exploreLinks li:nth-child(3) { margin-right:0;}

.testimonialWrapIn {
    padding-left:0;
    padding-right: 0;

}
.touchWrap form .btn-default { margin-top:20px; margin-right:10px;     margin-bottom: 10px;}
.factsWrap h2 span {
    display: inline-block;
}
.factsWrap {    padding-top: 30px;
    padding-bottom: 20px;}
.factsWrap h2 { margin-top:0; padding:20px; margin-bottom:20px;}
.topheader .bottomMenu li { float:left;}
.topheader .topMenu li { float:left;}
.factsBox:nth-child(4) {
    border-bottom: #3c3b3d solid 1px;
}
.quickLinksWrap { padding-bottom:30px; margin-bottom:0;}
.topheader .bottomMenu { margin-bottom:20px;}
.programRgt .carousel .fill {
    height: 250px;}
.videoBox iframe {
    height: 250px;
}
.programRgt {
    padding: 20px;}
	
.campusLifeAnnounce h2 { margin-bottom:20px}
.campusLifeAnnounce h2:after { display:none;}
.campusLifeAnnounce .carousel-inner {
    min-height:inherit;
}
.campusLifeAnnounce .carousel-control { bottom:inherit;     top: -52px;}
.campusLifeAnnounce .carousel-control.left {
    background: none;
    left:inherit;
	right:32px;
}

.campusLifeAnnounce .carousel-control.right {
    background: none;
    left:inherit;
	right:0;
}
.glimpsesImg img {
    height: 150px;
}
.glimpsesImg:last-child {
    height: 152px;
}

.campusEvent .event {
    height: 250px;}
.campusBlock3 {
    padding-bottom: 50px;}	
.campustestimonialWrap { margin-top:60px;}	
.classRoomIn { padding:0;}
.classRoomIn h4 { font-size:15px;}
.classRoom {    min-height: 302px;}
}
@media (max-width: 768px) {
	
	.header-btn-group {
    position: relative;
    top: 90px;
    right: 0px;
	padding-bottom:71px;
	float:left;
}

ul.quickLInks li {
    width: 31.5%;
	margin-bottom:10px;
}
.whyBox {
    width: 33%;
	margin-bottom:20px;
}
.newsBox { margin-bottom:20px;}
.paddingDiv {
    padding-right: 0;
    padding-left: 0;
}
.homeProgram .navbar-form  {
    padding: 10px 15px;}
	
.homeProgram .btn-default {
    top: 13px;

}
ul.exploreLinks li {
    width: 30.9%;	
}
.factsBox { border-right:none;}
.factsBox:nth-child(3) {
    border-bottom: #3c3b3d solid 1px;
}

.logoBoxMain {
    width: 50%;
}
.touchWrap form .form-group {
    margin-bottom: 15px;
}
.touchWrap a {
    margin-bottom: 20px;
    display: block;
}
.footerTop .footerLink { width:50%; margin-bottom:20px;}
.rgtFloat {
    text-align: left;
}
.footerTop {
    padding-bottom: 0;
    margin-bottom: 15px;
}
.footerTop ul.conDetails { margin:20px 0;}
.homeBanner .fill {
    width: 100%;
    height: 200px;
    background-position: center top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-background-size:100% 100%;
}
.homeBanner .carousel-caption h2 {
    font-size: 20px;

}
 .homeBanner .carousel-caption h3 {
    font-size: 14px;
    margin: 0;
}
.topheader .topMenu {
    margin-top: 8px;
}
.topheader .topMenu li {
    margin-bottom: 10px;
}

.topheader .bottomMenu {
    margin-top: 0;
}
.topheader .bottomMenu li {
    margin-bottom: 11px;
}
.mainMenu .dropdown-menu {
    min-width: 100%; padding-top:0;}
	
.mainMenu .navbar-nav > li .dropdown-menu li {
    width: 100%; padding:0;
}
.mainMenu .navbar-nav > li .dropdown-menu li > a, .mainMenu .navbar-nav .open .dropdown-menu li > a { padding:10px 10px 10px 26px;}
.mainMenu .navbar-nav > li .dropdown-menu li a:before {
    top: 13px;}
.navbar-default.mainMenu .navbar-nav > .open > a, .navbar-default.mainMenu .navbar-nav > .open > a:hover, .navbar-default.mainMenu .navbar-nav > .open > a:focus {color: #fff;
    background: #3c237b;}
.mainMenu .navbar-nav > li > a { border-bottom:#3c237b solid 1px;}
.best { display:none;}
.searchWrap .navbar-form {     padding: 10px 15px; margin:0;}
.searchWrap .btn-default {
    top: 12px;}
.searchWrap .navbar-form { border-top:none;}

.announcement h1 {
    margin: 0 0 20px 0;
}
.glimpsesImg img {
   height:inherit;
}	
.achievementBox img { height:inherit;}
.classRoom {
    width: 33.3%; min-height:inherit; }


}

@media (max-width: 580px) {
.footerTop .footerLink { width:100%}
.factsWrap h2 {
    font-size: 27px;}

.recruitersWrap h2 { font-size:17px; letter-spacing:0; margin-bottom:35px;}
.recruitersWrap h2 span { padding:0}
.testimonialWrap h2 { font-size:18px;}
.testimonialWrap h2 span { padding:0}
.exploreWrap h2 {font-size:18px;}
.exploreWrap h2 span { padding:0}
ul.exploreLinks li {
    width: 100%; margin-right:0;
}
.applyOnline .text {
    font-size: 17px; margin-right:0; margin-bottom:10px; display:inline-block;}
	
.homeProgram h2 {
    font-size: 28px;
}
.whyBox {
    width: 100%;
}

.homeTabber .nav-tabs > li { width:100%; margin-bottom:20px;}
ul.quickLInks li {
    width: 48%;
}
ul.quickLInks li:nth-child(2n){ margin-right:0;}
.welcomeMMIT .img1 {
    height: 150px;
}

.welcomeMMIT .img2 {
    height: 150px
}

.welcomeMMIT .img3 {
   height: 150px
}
.welcomeMMIT .img4 {
    height: 150px
} 

.welcomeBox{    position:static;
    width: 100%;
  bottom:inherit;
     right: inherit; 
    padding: 20px;
}
.welcomeBox h2 {

    font-size: 24px; margin-top:20px;
}
.homeBanner .fill {
    width: 100%;
    height: 120px;

}
.homeBanner .carousel-caption 
{ bottom:5%;     left: 6%;
}
.homeBanner .carousel-caption h2 { margin-bottom:5px}
.topheader .navbar-brand .logoText h6 { display:none;}
.topheader .navbar-brand .logoText h5 {
   
        font-size: 14px;
        line-height: 19px;
        margin-top: 17px;
        margin-bottom: 28px;
  
}
.navbar-brand img{
    width: 44px;
}

.topheader .navbar-brand .logoText { padding-left:4px; }
.factsBoxIn {
    padding: 0;
    min-height:inherit; padding-bottom:20px;
}

.topheader .navbar-toggle { margin-top:0;}
.topheader .bottomMenu li { width:100%;  margin-left: 0;}
.topheader .topMenu li {  width:100%;  margin-left: 0;}
.topheader .bottomMenu li:last-child a {
    width: 44px;
    height: 44px;
}
.whyBoxIn { text-align:center;}
.applyOnline { position:relative; text-align:center;}
.applyOnline .or {
	    position: absolute;
    top: 34%;
    left: 21px;
}
.navbar-nav { margin:0;}
.programRgt .carousel .fill {
    height: 150px;}
.videoBox iframe {
    height: 150px;
}
.classRoom {
    width: 50%; min-height: 302px;}
}

@media only screen and (min-width: 480px) and (max-width: 580px) and (orientation:landscape) {
.footerTop .footerLink{
    width: 50%;
}
.applyOnline { position:relative; text-align:center;}
.applyOnline .or {
	    position: absolute;
    top: 34%;
    left: 21px;
}
.topheader .navbar-toggle {
    margin-top:10px;
}
.programRgt .carousel .fill {
    height: 200px;}
.videoBox iframe {
    height: 200px;
}	
}


.homeBanner .carousel-control {
	width: inherit;
	text-shadow: none;
	padding: 20px;
	opacity: 1;
	top: inherit;
	bottom: 22px;
	line-height: 10px;
	padding: 0;
}
.homeBanner .carousel-control.right {
	background: none;
	right: 80px;
}
.homeBanner .carousel-control.left {
	background: none;
	left: inherit;
	right: 125px
}


.jwts_tabberlive .jwts_tabbertab{
	background:#fff!important;
}




.divClassBlue a,.divClassRed a{color:#fff!important;font-weight:700;margin-top:5px;margin-bottom:5px;font-size:14px}
.divClassRed{background:#9b2620!important;-moz-border-radius:100px/75px;-webkit-border-radius:100px/75px;border-radius:100px/75px;color:#fff!important;}
.divClassBlue{background:#174e86!important;-moz-border-radius:100px/75px;-webkit-border-radius:100px/75px;border-radius:100px/75px;color:#fff!important;}