body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #464032;
}
a {
	text-decoration: none;
	color: #A7430F;
}
img {
	width: 100%;
	height: auto;
	border: 0px;
}
.breaker {
	clear: both;
	height: 0.1px;
}
.break {
	clear: both;
	height: 12px;
}
#top-wrap {
	margin: 0 auto;
	padding-bottom: 6px;
	background: #922549;
}
.topsi {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0;
}
.topsi li {
	list-style: none;
	color: #fff;
	font-size: 14px;
}
.numberz {
	float: left;
	max-width: 220px;
}
.list {
	float: right;
	max-width: 650px;
	margin: 6px 0 0 0;
}
.loft {
	float: left;
	margin-left: 20px;
}
.login-icon2 {
	float: left;
	width: 15px;
	margin-top: 2px;
	margin-right: 8px;
}
.scl {
	float: left;
	width: 25px;
	margin-left: 12px;
	margin-top: 2px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
#header {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2px 0;
}
.logo {
	float: left;
	max-width: 370px;
}
.header-log {
    float: right;
	width: auto;
	margin: 36px 0 0 0;
	display: none;
}
.header-log li {
    list-style: none;
	color: #3E396E;
	letter-spacing: 1px;
	font-size: 15px;
}
.log {
	float: left;
	margin-left: 12px;
}
.line {
	border-right: 1px solid #222;
	padding-right: 12px;
}
.phn-icon {
	float: left;
	width: 23px;
	margin-right: 8px;
	margin-top: -3px;
}
.phn-icon2 {
	float: left;
	width: 19px;
	margin-right: 8px;
	margin-top: 1px;
}
.bannerz {
	width: 100%;
	height: 100%;
}
.banner-scroll {
	float: left;
	width: 100%;
}
.banner-news {
	float: right;
	width: 28%;
}
.news {
	margin: 0px;
	list-style: none;
	height: 250px;
	background: #3E396E;
}
.news h2 {
	margin: 0px;
	color: #fff;
	padding: 12px 35px;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
}
.news li {
	list-style: none;
	padding: 10px 30px;
	list-style: none;
	border-bottom: 1px solid #9D9D9D;
	line-height: 30px;
	color: #000;
	font-size: 14px;
	margin: 0px;
}
.news-i {
	float: left;
	margin: 4px  10px 10px;
	width: 25px;
}
.news a {
	border: none;
	color: #fff;
	font-size: 14px;
}
.news a:hover {
	text-decoration: underline;
	color: #FFDD00;
}
.stud-corner {
	height: 250px;
	background: url(../image/students-center.jpg) center center;
}
.stud-corner h2 {
	margin: 0px;
	color: #222;
	padding: 12px 35px;
	font-weight: normal;
	font-size: 23px;
	text-transform: uppercase;
}
.stud-corner p {
	margin: 0px;
	color: #222;
	line-height: 22px;
	padding: 12px 35px;
	font-size: 14px;
}
.quick-feat {
	position: relative;
	z-index: 99999;
}
.feat-1 {
	float: left;
	width: 25%;
	padding: 12px 0;
	position: relative;
	z-index: 999999;
	border-top: 1px solid #fff;
}
.feat-1:hover {
	background: #413A1B;
}
.cl {
	background: rgba(245,147,2,0.9);
}
.cl2 {
	background: rgba(1,126,82,0.9);
}
.cl3 {
	background: rgba(59,59,145,0.9);
}
.cl4 {
	background: rgba(224,47,107,0.9);
}
.feat-1 h3 {
	color: #fff;
	font-size: 16px;
	margin: 0px;
	letter-spacing: 0.4px;
	font-weight: normal;
}
.quick-icon {
	float: left;
	width: 45px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 1px;
}
.featuring {
	/*background: #E6E6E6;*/
	padding: 20px 0;
}
#feature {
    max-width: 1220px;
	margin: 0 auto;
	padding: 20px 0;
}
#feature h2 {
    color: #fff;
	/*background: #F3230F;*/
	text-align: center;
	padding: 8px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
    text-transform: capitalize;
	margin: 0px 0 0px 0px;
	font-weight: normal;
	background: rgba(232,74,75,0.8);
	margin-bottom: 0px;
	z-index: 9999999;
	position: relative;
}
#feature p {
    color: #3A3A3A;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	line-height: 20px;
}
#feature a {
    text-decoration: none;
	color: #fff;
}
.lex {
    float: left;
	width: 23%;
	margin: 10px 1% 15px;
	background: #fff;
}
.lex:hover .prod-img span {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2); /* IE 9 */
}
.prod-img {
	overflow: hidden;
}
.prod-img span {
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.league {
   display: block;
   margin: auto;
   width: 110px;
   background: #3E396E;
   padding: 6px 0;
   font-size: 14px;
   text-align: center;
   margin-bottom: 10px;
}
.league:hover {
	background: #E74A4A;
}
#pager {
	background: url(../image/page-bg.jpg) bottom center;
}
.page {
	margin: auto;
	padding: 0px 0;
	max-width: 1200px;
}
.content {
	float: left;
	width: 52%;
	padding: 10px 0 20px;
}
.content h2 {
	font-size: 25px;
	color: #CD2C21;
}
.content p {
	font-size: 14px;
	line-height: 22px;
}
.content a {
	color: #fff;
}
.more {
	padding: 4px 14px;
	background: #3E396E;
	font-size: 12px;
}
.msg {
	background: #3E396E;
	float: right;
	width: 40%;
	position: relative;
	display: block;
	height: 100%;
	height: 348px;
	color: #fff;
	margin-top: -20px;
	border-radius: 4px 4px 0 0;
}
.msg h2, .msg p {
	padding: 5px 25px;
}
.msg h2 {
	font-size: 22px;
}
.msg p {
	font-size: 14px;
	line-height: 22px;
}
.msg h3 {
	margin: 5px 35px;
	line-height: 28px;
	font-weight: normal;
	color: #FFDD00;
	font-size: 20px;
}
.prncl {
	width: 120px;
	float: left;
	margin-right: 15px;
	border: 1px solid #fff;
}
.highlt {
	color: #02CABD;	
}
.we-are {
	padding: 10px 0 20px;
	background: #EEEEEE;
	margin-top: 0px;
}
.bets {
	margin: auto;
	max-width: 1180px;
}
.bets h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 29px;
	color: #002E5E;
	padding-bottom: 20px;
	margin-top: 5px;
	background: url(../image/title-bg.png) center bottom no-repeat;
}
.highl3 {
	display: block;
	text-align: center;
	color: #93989B;
	font-size: 16px;
	margin: 15px 110px 0;
}
.best-1 {
	float: left;
	width: 30%;
	background: #fff;
	border-radius: 2px;
	padding: 20px 0;
	margin: 35px 1.5% 7px;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.best-1:hover {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05); /* IE 9 */
}
.best-1 h3 {
	text-align: center;
	color: #002E5E;
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
.best-1:hover h3 {
	color: #FBAF18;
}
.best-1 p {
	text-align: center;
	color: #646A64;
	font-size: 14px;
	padding: 0 30px;
	line-height: 22px;
	font-weight: normal;
}
.highl4 {
	display: block;
	margin: auto;
	text-align: center;
}
.best-icon {
	width: 110px;
	margin-bottom: 12px;
}
.breakers {
	clear: both;
	height: 0.1px;
}
.why-us {
	width: 100%;
}
.feat-look {
	width: 50%;
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: -1;
}
.why-option {
	float: right;
	width: 100%;
	padding: 0px 0;
	background: rgba(26,39,74, 0.6);
}
.why-choose {
	margin: 0 0px;
}
.why-choose h2 {
	color: #fff;
	margin-top: 0px;
	font-size: 22px;
	margin-left: 30px;
	letter-spacing: 0.5px;
	padding-top: 20px;
	margin-bottom: 30px;
}
.why-choose h3 {
	color: #fff;
	margin-top: 35px;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.why-choose p {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
	margin-right: 90px;
}
.why-us-icon {
	float: left;
	width: 100px;
	border-radius: 100%;
	margin-left: -50px;
	margin-right: 30px;
	margin-bottom: 0px;
	border: 2px solid #fff;
}
.bord {
	width: 90px;
	height: 3px;
	margin-left: 30px;
	background: #FFA6A6;
	margin-bottom: 30px;
}
#corus {
	padding: 30px 0;
	background: #F4F4F4;
}
#corus h2 {
	font-size: 29px;
	text-align: center;
	color: #E74A4A;
	font-family: 'Righteous';
	text-transform: uppercase;
	margin-bottom: 26px;
	padding: 0px 0;
	line-height: 36px;
	font-weight: normal;
	margin-top: 10px;
}
.faculty-member {
	margin: auto;
	max-width: 1200px;
}
.ism-faculty {
	float: left;
	width: 22.5%;
	margin: 80px 1% 12px;
	background: #fff;
	padding-bottom: 15px;
	text-align: center;
	border: 1px solid #DFDFDF;
}
.ism-faculty span {
	display: block;
	margin: auto;
	width: 150px;
}
.faculty-icon {
	border-radius: 100%;
	margin-top: -70px;
}
.ism-faculty h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 8px 10px 2px;
	margin-bottom: 10px;
	margin-top: 12px;
}
.ism-faculty p {
	color: #ABABAB;
	font-size: 15px;
	margin-top: 5px;
}
.faculty-btn {
	display: block;
	margin: auto;
	width: 180px;
	background: #1A274B;
	border-radius: 4px;
	padding: 9px 2px;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	transition: background-color 0.5s ease;
}
.faculty-member a {
	color: #fff;
}
.faculty-btn:hover {
	background: #E74A4A;
}
.scrollup {
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-indent: -9999px;
	position: fixed;
	bottom: 50px;
	right: 30px;
	display: none;
	z-index: 109999;
}
.style-gallery {
	padding: 30px 0 10px;
	background: #1A274B;
}
.style-gallery h2 {
	font-size: 29px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 26px;
	padding: 0px 0;
	line-height: 36px;
	font-weight: normal;
	margin-top: 10px;
}
.testimon {
	background: #E8EBEF;
}
.testim {
	margin: auto;
	max-width: 1100px;
	padding: 10px;
}
.testim h2 {
	font-size: 23px; 
	text-align: center; 
	color: #333333; 
	margin-top: 20px; 
	margin-bottom: 0px;
}
#footer-wrap {
	background: url(../image/footer-bg.png) top center;
	padding: 10px 0 20px;
}
.footer-stat, #footer {
	margin: 0 auto;
	max-width: 1200px;
}
.footer-stat h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 0px 0px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.bord4 {
	width: 40px;
	height: 3px;
	background: #F90;
	margin-bottom: 20px;
}
.footer-stat a {
	text-decoration: none;
	color: #fff;
}
.footer-stat a:hover {
	text-decoration: none;
	color: #EF9B0F;
}
.footer-stat li {
	padding: 6px 10px 6px 0px;
	list-style: none;
	text-align: justify;
	letter-spacing: 0.5px;
	color: #83AECF;
	font-size: 14px;
	line-height: 20px;
}
.footer-stat p {
	padding: 7px 10px 7px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	line-height: 22px;
}
.adrs {
	float: left;
	max-width: 21px;
	margin-right: 12px;
	margin-bottom: 15px;
}
.mbl {
	max-width: 20px;
	margin-right: 12px;
	float: left;
}
.eml {
	float: left;
	max-width: 20px;
	margin-right: 12px;
}
.foot {
	float: left;
	width: 12%;
	margin-right: 2%;
}
.foot2 {
	float: left;
	width: 26%;
	margin-right: 2%;
}
.foot3 {
	float: left;
	width: 26%;
	margin-right: 2%;
}
.foot4 {
	float: right;
	width: 30%;
}
.scl2 {
	width: 18px;
	text-decoration: none;
	display: block;
	float: left;
	border-radius: 100%;
	background: #E84A4B;
	padding: 6px 6px;
	margin-right: 8px;
}
.mappi {
	background: #fff;
	padding: 3px;
	border-radius: 4px;
}
.feeter {
	background: #140A15;
	padding: 15px 0;
}
#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 14px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 13px;
}
.dest {
	float: right;
}
.mappi {
	background: #fff;
	padding: 3px;
	border-radius: 4px;
}
.matter {
	margin: auto;
	max-width: 1200px;
	padding: 20px 0;
}
.entry {
	float: left;
	width: 71%;
}
.entry h2 {
	color: #E81C28;
	font-size: 27px;
	margin-bottom: 10px;
}
.bord2 {
	width: 80px;
	height: 4px;
	background: #ddd;
	margin-bottom: 20px;
}
.entry p {
	color: #4E6361;
	font-size: 15px;
	line-height: 22px;
}
.about-banner {
	width: 100%;
	height: 250px;	
    position: relative;
	background: url(../image/banner/about-banner.jpg);
	background-size: cover;
	background-position: 30%;
}
.textur {
	position: relative;	
	z-index: 99;
	margin-bottom: 0px;
	text-align: center;
	font-size: 16px;
	background: rgba(78,99,97,0.6);
	height: 250px;
	color: #fff;
	margin-top: -250px;
}
.textur h2 {
	text-align: center;
	font-size: 26px;
	margin-top: 0px;
	color: #fff;
	padding-top: 70px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.textur a {
	color: #fff;
}
.sider {
	float: right;
	width: 27%;
}
.listers {
	margin-top: 15px;
	background-color: #0C3763;
	border-radius: 4px;
	padding-bottom: 12px;
	box-shadow: 0 1px 20px rgba(0,0,0,.08);
}
.listers h2 {
	font-size: 20px;
	text-align: center;
	padding: 15px 0 12px 10px;
	margin-top: 0px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 25px;
}
.listers li {
	list-style: none;
	line-height: 20px;
	padding: 6px 0 7px 10px;
}
.listers input[type="text"] {
	width: 84%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 12px;
	font-size: 15px;
	background: #F6F6F6;
}
.listers select {
	width: 91%;
	display: block;
	margin: auto;
	color: #999999;
	padding: 7px 2% 7px 4%;
	line-height: 20px;
	border: none;
	margin-top: 15px;
	font-size: 12px;
	background: #F6F6F6;
}
.listers textarea {
	padding: 9px 0 9px 4%;
	border: none;
	background: #F6F6F6;
	width: 86%;
	display: block;
	margin: auto;
	font-size: 15px;
	margin-top: 12px;
	color: #999999;
}
.listers input[type="button"] {
	padding: 12px 0;
	background: #fff;
	display: block;
	width: 92%;
	display: block;
	margin: auto;
	color: #000;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	margin-top: 9px;
	margin-bottom: 8px;
}
.linker {
	float: right;
	background: #F6F6F6;
	margin-top: 20px;
	/*box-shadow: 0 1px 4px #DEDEDE;*/
}
.linker h3 {
    color: #fff;
	font-size: 19px;
	background: #015198;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 8px 0px 8px 15px;
}
.linker a {
	color: #000;
}
.linker a:hover {
	color: #000;
}
.linker .still a {
	color: #000;
}
.linker ul {
	margin: auto;
	padding: 0px;
}
.linker li {
	list-style: none;
	float: left;
	font-size: 15px;
	padding: 0px 0;
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.side-link {
	padding: 4% 0 4% 8%;
	width: 92%;
	float: left;
	font-size: 15px;
	margin-top: 0px;
	border-left: 5px solid #F6F6F6;
}
.side-links {
	padding: 4% 0 4% 8%;
	width: 92%;
	background: #fff;
	border-left: 5px solid #FF6903;
	float: left;
	font-size: 15px;
}
.side-link:hover {
	background: #fff;
	border-left: 5px solid #FF6903;
}
.sider-icon {
	float: left;
	width: 10px;
	margin-right: 9px;
	margin-top: 7px;
}
.pager {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.pager h2 {
    font-size: 25px;
    color: #922549;
}
.pager p {
    font-size: 14px;
    line-height: 22px;
}
.pager h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: -10px;
}

