@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body {
	padding: 0;
	margin: 0;
	font: 16px/22px 'Questrial', sans-serif;
	color: #404040;
	background: #fff;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	outline: none;
	color: #d5423b;
	text-decoration: none;
}
a:hover {
	color: #cd2653;
}
a {
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
:focus {
	outline: none !important;
}
img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
ul li {
	list-style-position: outside;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.wrapper {
	position: relative;
}
.wrapper::before {
 background:transparent url("../images/bg-tp-lt.png") no-repeat 0 0;
 position: absolute;
 left: 0;
 top: 270px;
 content: '';
 width: 213px;
 height: 354px;
 z-index: -1;
}
.wrapper::after {
 background:transparent url("../images/bg-tp-rtt.png") no-repeat 0 0;
 position: absolute;
 right: 0;
 top: 0;
 content: '';
 width: 763px;
 height: 708px;
 z-index: -1;
}
.wrapper-map {
	position: relative;
}
.wrapper-map::before {
 background:transparent url("../images/bg-ft-lt.png") no-repeat 0 0;
 position: absolute;
 left: 0;
 bottom: 450px;
 content: '';
 width: 129px;
 height: 294px;
 z-index: -1;
}
.wrapper-map::after {
 background:transparent url("../images/bg-ft-rt.png") no-repeat 0 0;
 position: absolute;
 right: 0;
 bottom: 180px;
 content: '';
 width: 143px;
 height: 123px;
 z-index: -1;
}
.home #site-content {
	background:transparent url("../images/bg-blue.png") no-repeat 50% 70%;
}
.contain-holder {
	padding-top: 0;
}
/*header*/

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27486d url("../images/nav-up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #a31620;
}
#backBody {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .7);
	z-index:15;
}
.container {
	width: 1142px;
	margin: 0 auto;
}
.header-panel {
	width: 100%;
	height: 180px;
}
.logo-mobile-warpper{
	display:none;
}
.top-container {
	padding: 20px 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}
.row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.col {
	padding-left: 20px;
	padding-right: 20px;
}
.top-container .row {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.contact-us {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.contact-us img {
	width:200px;
	height:90px;
}
.contact-us h2 {
	color: #272727;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 7px;
}
.contact-us ul {
	padding: 0;
	list-style-type:none
}
.contact-us ul li {
	font-size: 14px;
	line-height: 17px;
	border-top: 1px solid #e7ebeb;
	padding: 5px 0 5px 20px;
	background: url(../images/globe.png) no-repeat 4px 50%;
}
.contact-us ul li a {
	color:#2a7aa0;
}
.contact-us ul li a:hover {
	color:#d5423b;
}
.contact {
	margin-left:20px
}
/* navigation Start */

.navigation {
	position: relative;
	z-index: 1;
}
.navigation ul {
	padding: 0;
	list-style-type:none;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.navigation ul li {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	font-weight: 300;
}
.navigation ul li a {
	color: #646464;
	padding: 15px 15px;
	display: block;
	cursor: pointer;
}
.navigation ul li a:hover, .navigation ul li.current-menu-item a {
	color: #2a7aa0;
}
.navigation ul > li:first-child > a {
	padding-left:0;
}
/*---------------------DROPDOWN START----------------------*/
.navigation ul li .icon {
	position: absolute;
	right: -9px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/nav-down-arrow.png) no-repeat 0 100%;
	cursor: pointer;
}
.navigation ul li ul {
	position: absolute;
	top: 100%;
	background: rgba(28, 63, 103, 0.95);
	left: 4px;
	width: 240px;
	z-index: 70;
	display: none;
	border-radius:5px;
	list-style-type:none;
}
.navigation ul li ul li {
	line-height: 30px;
	padding: 5px;
	float: none;
	border-bottom: 1px solid #0a386c;
	font-size: 14px;
}
.navigation > ul > li ul li .icon {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: transparent url(../images/nav-left-arrow.png) no-repeat center;
	cursor: pointer;
}
.navigation ul li ul li a, .navigation ul li ul li:first-child a {
	color: #fff;
	display: block;
	padding: 0 7px;
}
.navigation ul li ul li a:hover, .navigation ul li ul > li.current-menu-item > a {
	color: #8cb4e1;
}
.navigation ul li ul li a:hover, .navigation ul li ul li:first-child a:hover {
	padding-left: 12px;
}
.navigation ul li ul li:last-child {
	border-bottom: 0;
}
.navigation ul li ul ul {
	position: absolute;
	top: 0px;
	border-bottom: 1px solid #0a386c;
	left: 100%;
	width: 200px;
	z-index: 70;
	display: none;
	border: 1px solid #0a386c;
	list-style-type:none
}
/* navigation End */
/* Marquee Start */
.news-area {
	border:1px solid #d5d6e2;
	padding:12px 20px 4px 20px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.wrap {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
.news-area .jctkr-label {
	height: 15px;
	font-size: 0;
	padding-right: 15px;
}
.news-area .jctkr-wrapper {
	height: 15px;
}
[class*="js-conveyor-"] ul {
 display: inline-block;
 opacity: 0.5;
}
[class*="js-conveyor-"] ul li {
	 padding: 0 20px;
	 line-height: 15px;
	 font-size: 14px!important;
	 color:#27486d;
	 position:relative;
	 font-weight:bold;
}
[class*="js-conveyor-"] ul li a {
 	color:#27486d;
}
[class*="js-conveyor-"] ul li a:hover {
 	color:#cd2653;
}
[class*="js-conveyor-"] ul li:after {
	 position:absolute;
	 left:100%;
	 top:0;
	 content:"";
	 height:15px;
	 width:1px;
	 background:#d5d6e2;
}
/* Marquee End */
#site-content {
	margin-bottom: 80px;
}
.home-top {
	padding-bottom: 65px;
}
.home-top .col-1 {
	width: 65%;
}
.home-top .col-2 {
	width: 35%;
}
.about {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.about-img {
	width: 105px;
}
.about-img img {
	max-width: 100%;
	height: auto;
}
.aboutSchool {
	padding-left: 0px;
	padding-right: 0px;
	width: calc( 100% - 105px );
}
.home-top h3 {
	color: #27486d;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 15px;
}
.home-top p {
	font-size: 14px;
	line-height: 20px;
}
.home-top a {
	font-size: 14px;
	display: block;
}
.home-top a:hover {
	color: #04327d;
}
.foundation {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	margin-top: 10px;
}
.foundation-con {
	padding-left: 60px;
	padding-right: 20px;
	width: calc( 100% - 105px );
	text-align: right;
}
.foundation-img {
	width: 270px;
	height: 220px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	border-radius: 10px;
}
.foundation-img img.big-img {
	width: 100%;
	height: 220px;
}
.foundation-img img.sm-img {
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.news-top .item-contnt .img {
	height: 230px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.news-top .item-contnt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-top .sdf {
	width: 80px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.news-top .sdf p {
	font-size: 30px;
	margin-bottom: 5px;
	color: #000000;
	padding-top: 10px;
}
.news-top .sdf span {
	font-size: 20px;
	color: #000000;
	display: block;
}
.news-top .item-contnt .con {
	margin-top: 18px;
}
.news-top .item-contnt .con h4 {
	font-size: 20px;
	color: #0f0f0f;
	margin-bottom: 15px;
	font-weight: 500;
}
.news-top .item-contnt .con a {
	display: inline-block;
}
.infrastructure {
	padding-bottom: 10px;
}
.infrastructure .item {
	margin: 5px;
}
.infrastructure .item-contnt {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 190px;
}
.infrastructure .item-contnt .img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.infrastructure .item-contnt .img img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.infrastructure .item-contnt .con {
	width: calc( 100% - 100px );
	padding-left: 20px;
}
.infrastructure .item-contnt h4 {
	font-size: 16px;
	color: #27486d;
	margin-bottom: 15px;
	position: relative;
	font-weight: 500;
}
.infrastructure p {
	font-size: 13px;
	line-height: 20px;
	color: #737373;
	min-height: 78px;
}
.infrastructure a {
	margin-top: 10px;
	font-size: 12px;
	color: #1260a0;
	text-transform: uppercase;
	background: url(../images/view-arrow.jpg) 100% 5px no-repeat;
	padding-right: 25px;
	display: inline-block;
}
.infrastructure a:hover {
	color: #d6413b;
}
.infrastructure .owl-carousel .owl-nav .owl-prev, 
.infrastructure .owl-carousel .owl-nav .owl-prev:hover,
.homegallery .owl-carousel .owl-nav .owl-prev,
.homegallery .owl-carousel .owl-nav .owl-prev:hover{
	background: url(../images/black-next.png) 0 0px no-repeat;
	font-size: 0;
	width: 21px;
	height: 41px;
	display: block;
	position: absolute;
	top: 65px;
	right: -40px;
	opacity:0.5;
}
.infrastructure .owl-carousel .owl-nav .owl-prev:hover,
.homegallery .owl-carousel .owl-nav .owl-prev:hover{
	opacity:1;
}
.infrastructure .owl-carousel .owl-nav .owl-next, 
.infrastructure .owl-carousel .owl-nav .owl-next:hover,
.homegallery .owl-carousel .owl-nav .owl-next, 
.homegallery .owl-carousel .owl-nav .owl-next:hover{
	background: url(../images/black-prev.png) 0 0px no-repeat;
	font-size: 0;
	width: 21px;
	height: 41px;
	display: block;
	left: -40px;
	position: absolute;
	top: 65px;
	opacity:0.5;
}
.infrastructure .owl-carousel .owl-nav .owl-next:hover {
	opacity:1;
}
.home-evens .row{
	margin-left:-10px;
	margin-right:-10px;
}
.home-evens .col-1 {
	width: calc( 100% - 285px );
	padding-left:10px;
	padding-right:10px;
}
.home-evens .col-2 {
	width: 285px;
	padding-left:10px;
	padding-right:10px;
}
.home-news ul {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.home-news ul li {
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
}
.home-news .item-contnt {
	padding: 15px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.home-news .item-contnt .img {
	height: 169px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	border: 1px solid rgb(228, 228, 228);
}
.home-news .item-contnt .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-news .item-contnt .con {
	margin-top: 15px;
}
.home-news .item-contnt .dact {
    width: calc( 100% - 40px);
    padding-left: 10px;
}
.home-news .item-contnt .con h4 {
	font-size: 14px;
	line-height: 18px;
	color: #181818;
	font-weight: 600;
}
.home-news .item-contnt:hover .con h4 {
	color: #00904c;
}
.home-news .asdAE {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-weight: 500;
}
.home-news .datwe {
	width: 40px;
	height: 50px;
	text-align: center;
}
.home-news .datwe p {
    font-size: 18px;
    margin-bottom: 0;
    color: #ca3b35;
    font-weight: 600;
}
.home-news .datwe span {
	font-size: 16px;
	color: #282c6b;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
.home-news .con-btm {
	margin-top: 25px;
	min-height: 95px;
}
.home-news .con-btm p {
	color: #201f1f;
	font-size: 14px;
	font-weight: 500;
}
/* home-featuew */
.home-featuew {
	padding: 20px 0 0 0;
}
.home-featuew .row {
	margin-left: -10px;
	margin-right: -10px;
}
.home-featuew .col {
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
}
.home-featuew .banner-ad-col {
	background-color: #d6e9ff;
	border-radius: 10px;
	padding: 15px;
	position: relative;
	height: 230px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.home-featuew .banner-ad-img {
	border-radius: 100%;
	overflow: hidden;
	width: 105px;
	height: 105px;
	border: 2px solid #fff;
	margin: 0 auto;
}
.home-featuew .banner-ad-img img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.home-featuew .banner-ad-con {
	margin-top: 15px;
	text-align: center;
}
.home-featuew .banner-ad-con h4 {
	color: #04327d;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.home-featuew .banner-ad-con p {
	color: #1b1b1b;
	font-size: 14px;
}
.home-featuew .show-off {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	height: 40px;
	width: 156px;
	border-radius: 0 0 0 10px;
}
.home-featuew .show-off p {
	color: #0e0e0e;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.home-featuew .show-off:after {
	background: url(../images/show-off-arrow.png) 0 0px no-repeat;
	content: '';
	width: 33px;
	height: 40px;
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
}
.home-featuew .banner-ad-col:hover .show-off p {
	color: #ca3b35;
}
/*home-events*/
.home-events h4 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
}
.home-events h4::after {
 content: '';
 width: 55px;
 height: 4px;
 display: block;
 position: absolute;
 left: 0;
 bottom: -12px;
 background: #cc3c36;
}
.home-events-iner {
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}
.home-events ul {
	list-style-type: none;
	padding: 0 10px;
}
.home-events ul li {
	padding: 4px 0;
}
.home-events ul li:first-child {
	border-bottom: 1px solid #cc3c36;
}
.home-events ul li .asdAE {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.home-events ul li .asdAE .datwe {
	width: 50px;
	text-align: center;
	border-right: 1px solid #cc3c36;
	padding-right: 16px;
}
.home-events ul li .asdAE .datwe p {
    font-size: 16px;
    color: #ca3b35;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}
.home-events ul li .asdAE .datwe span {
	font-size: 14px;
	color: #ca3b35;
	display: block;
	text-transform: uppercase;
	font-weight: 600;
}
.home-events ul li .asdAE .dact {
	width: calc( 100% - 40px);
	padding-left: 14px;
}
.home-events ul li .asdAE .dact h5 {
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 5px;
}
.home-events ul li:hover .asdAE .dact h5 {
	color: #ca3b35;
}
/* Qucik Links */
.home-qucikLins {
	background-color: #feffe7;
	padding: 20px 25px;
	border-radius: 10px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.home-qucikLins h4 {
	font-size: 19px;
	border-bottom: 1px solid #1b1464;
	color: #1b1464;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}
.home-qucikLins ul {
	list-style-type: none;
}
.home-qucikLins ul li {
	padding: 5px 0;
	display: block;
}
.home-qucikLins ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.home-qucikLins ul li span {
	display: block;
	color: #252525;
	display: block;
	margin-left: 10px;
	font-size: 15px;
}
.home-qucikLins ul li a:hover span {
	color: #ca3b35;
}
/*sc-portal*/
.sc-portal {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 3px solid #d6e9ff;
	background: #fff;
	padding: 25px 15px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.sc-portal .sc-portal-con {
	border-right: 1px solid #04327d;
	padding-right: 15px;
}
.sc-portal .sc-portal-con h4 {
	font-size: 30px;
	color: #04327d;
	font-weight: 700;
	line-height: 30px;
}
.sc-portal img {
	width: 100%;
}
/* Gallery Panel*/
.galleryPanel {
	background: #fff;
	margin-top: 20px;
}
.galleryPanel ul {
	padding: 0;
	list-style-type:none
}
.galleryPanel ul li .imge {
	height: 220px;
	border: 1px solid rgb(228, 228, 228);
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	margin:8px 0;
}
.galleryPanel ul li .imge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}
.galleryPanel ul li:hover img {
	opacity: .5;
}
.galleryPanel ul li:hover h4 {
	color: #ca3b35;
}
.galleryPanel ul li h4 {
	font-size: 14px;
	color: #0e0e0e;
	margin-top: 10px;
	text-align: center;
}
.galleryPanel .owl-carousel .owl-nav .owl-prev, .galleryPanel .owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/black-next.png) 0 0px no-repeat;
	font-size: 0;
	width: 21px;
	height: 41px;
	display: block;
	position: absolute;
	top: 80px;
	right: -40px;
	opacity:0.5;
}
.galleryPanel .owl-carousel .owl-nav .owl-prev:hover {
	opacity:1;
}
.galleryPanel .owl-carousel .owl-nav .owl-next, .galleryPanel .owl-carousel .owl-nav .owl-next:hover {
	background: url(../images/black-prev.png) 0 0px no-repeat;
	font-size: 0;
	width: 21px;
	height: 41px;
	display: block;
	left: -40px;
	position: absolute;
	top: 80px;
	opacity:0.5;
}
.galleryPanel .owl-carousel .owl-nav .owl-next:hover {
	opacity:1;
}
.infrastructure .owl-dots,
.galleryPanel .owl-dots{
	display: none!important;
}
.newsPanel {
	background: #fff;
	padding: 50px 0;
	height: 100%;
	overflow: hidden;
}
.newsPanel h4 {
	color: #282828;
	margin-bottom: 50px;
	position: relative;
}
.newsPanel h4:after {
	position: absolute;
	width: 65px;
	height: 3px;
	background: #3f81cb;
	left: 0;
	top: 30px;
	content: '';
}
.newsletter {
	width: 495px;
	float: left;
}
.newsContent {
	height: 100%;
	overflow: hidden;
}
.newsletter .img {
	width: 200px;
	float: left;
}
.newsletter .img img {
	width: 100%;
	height: auto;
}
.contNews {
	float: right;
	width: 265px;
}
.contNews h5 {
	font-size: 16px;
	color: #27486d;
	margin-bottom: 10px;
}
.contNews p {
	font-size: 16px;
	line-height: 24px;
	color: #a3a8ae;
	margin-bottom: 10px;
}
.contNews a.more {
	color: #27486d;
	background: url(../images/arrow.jpg) no-repeat 100% 50%;
	display: inline-block;
	padding-right: 30px;
}
.contNews img {
	display:none;
}
.ionLogin {
	width: 225px;
	float: left;
	margin-left: 75px;
}
.council {
	margin-top: 0px;
	float: right;
	margin-right: 35px;
}
/* Footer */
.footer {
	background: #d6e9ff;
	padding: 30px 0;
}
.footer .row {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.footer p {
	font-size: 12px;
	color: #04327d;
}
.footer a {
	color: #ffd498;
}
.social-wrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
ul.social-link {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	border-right: 1px solid #7a6dff;
}
ul.social-link li {
	display: block;
	background: #bd2925;
	border-radius: 100%;
	margin-right: 15px;
}
ul.social-link li.facebook {
	background: #3c5a98;
}
ul.social-link li a {
	display: block;
	padding: 0;
	color: #FFF;
}
ul.social-link li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.footer .contact {
	font-size: 14px;
	color: #fff;
	background-color: #27486d;
	border-radius: 8px;
	padding: 5px 20px;
	display: block;
}
.footer .contact:hover {
	background-color: #2e7cd1;
}
/* Footer End*/
.titlePanel .container {
	padding: 12px 20px;
	background: #27486d;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.titlePanelL {
	width: 60%;
}
.titlePanelL h2 {
	color: #fff;
}
.breadcrumb {
	width: 40%;
	color: #cacbe5;
	text-align: right;
	font-size:12px;
}
.breadcrumb a {
	color: #cacbe5;
}
.breadcrumb a:hover {
	color: #fff;
}
.breadcrumb span{
	color: #fff;
}
.bodyPanel {
	height: 100%;
	overflow: hidden;
}
.innerLeft {
	width: 825px;
	float: left;
	padding-top: 20px;
	font-size: 16px;
	line-height: 25px;
	min-height:70vh
}
.innerLeft h2, .innerLeft h3, .innerLeft h4, .innerLeft h5 {
	margin-bottom: 15px;
}
.innerLeft p {
	margin-bottom: 15px;
}
.innerLeft ul, .innerLeft ol {
	padding-left:15px;
}
.innerLeft ul li {
	padding:5px 0;
	list-style-type:disc;
}
.innerLeft ol li {
	padding:5px 0 5px 10px;
	list-style-type:decimal;
}
.innerLeft ol li li {
	list-style-type:lower-alpha;
}
.innerLeft ol li li li {
	list-style-type:square
}
.innerBanner img {
	max-width: 100%;
	height: auto;
	margin-bottom:5px;
}
.innerBanner .content_img {
	background:#f7f7f7;
	padding:15px;
	margin-bottom:25px;
	font-size:20px;
	line-height:25px;
	color:#27486d;
	border:1px solid #ebebeb;
}
.innerRight {
	padding-top: 20px;
	width: 295px;
	float: right;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	background: rgba(255,255,255,0.7);
}
.noticeSide, .galleySide {
	margin-bottom: 30px;
}
.newsSide {
	margin-bottom: 0;
}
.noticeSide h3, .newsSide h3, .galleySide h3 {
	position: relative;
	padding: 0 0 20px 20px;
	font-size: 21px;
}
.noticeSide h3:after, .newsSide h3:after, .galleySide h3:after {
	position: absolute;
	width: 65px;
	height: 3px;
	background: #3f81cb;
	left: 20px;
	bottom: 10px;
	content: '';
}
.noticeCont, .newsCont, .galleyCont {
	padding: 15px;
}
.noticeCont ul {
	padding: 0;
	list-style-type:none
}
.noticeCont ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.noticeCont ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.noticeCont ul li a {
	color: #262626;
}
.noticeCont ul li a:hover {
	color: #27486d;
}
.notice {
	color: #27486d;
	display: block;
	margin-top: 10px;
}
.newsCont .img {
	width: 100%;
	margin-bottom: 15px;
}
.newsCont .img img {
	width: 100%;
	height: auto;
}
.newsCont h5 {
	font-size: 16px;
	color: #272c31;
	margin-bottom: 10px;
}
.newsCont p {
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	margin-bottom: 10px;
}
.newsCont a {
	color: #27486d;
	display: inline-block;
	padding-right: 30px;
}
.galleyCont ul {
	padding: 0;
	list-style-type:none
}
.galleyCont ul li {
	font-size: 14px;
    line-height: 18px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.galleyCont ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.galleyCont ul li a {
	color: #262626;
}
.galleyCont ul li a:hover, .galleyCont ul li.current_page_item a {
	color: #358ee0;
}
.galleryMain {
	height: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
.galleryMain ul {
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.galleryMain ul li {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.33%;
}
.galleryMain ul li img {
	width: 356px;
	height: 190px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
}
.galleryMain ul li:hover img {
	opacity: .5;
}
.galleryMain ul li:hover h4 {
	color: #8ebdf2;
	font-size: 14px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.galleryMain ul li h4 {
	color: #27486d;
	margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
	.galleryMain ul li {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	.galleryMain ul li {
		width: 100%;
	}
}
.newsMain {
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #bbbbbb;
	padding-bottom:20px;
	margin-bottom:40px;
}
.newsMain img {
	margin-right:25px;
	margin-bottom:10px;
}
.newsMain h4 {
	margin-bottom:10px;
}
.columnTop {
	height:100%;
	overflow:hidden;
}
.columnTop img {
	max-width:100%;
	height:auto;
	margin-bottom:25px;
}
.columnBtm {
	height:100%;
}
.columnGrid {
	padding:15px 20px;
	width:262px;
	height:140px;
	margin-right:15px;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	background:#f7f7f7;
	overflow:hidden;
	position:relative;
}
.columnGrid:nth-child(3n+3) {
 margin-right:0;
}
.columnGrid h3 {
	color:#0d57a4;
	font-size:17px;
	margin-bottom:5px;
}
.columnDisplay {
	padding:0;
}
.columnGrid .details {
	position:absolute;
	right:12px;
	bottom:18px;
	width:17px;
	height:17px;
	text-align:center;
	line-height:17px;
	font-size:17px;
	color:#fff;
	background:#27486d;
}
.columnGrid .details:hover {
	background:#fff;
	color:#27486d;
}
.column_content {
	padding:15px 20px;
	display:none;
	bottom: 0;
	height:250px;
	left: 0;
	margin-left: 25%;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 20%;
	width: 50%;
	z-index: 20;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.24);
	background:#f7f7f7;
}
.column_content .close {
	float:right;
	width:17px;
	height:17px;
	text-align:center;
	line-height:17px;
	font-size:17px;
	color:#fff;
	background:#27486d;
}
.column_content .close a {
	color:#fff;
}
.assessment {
	list-style-type:lower-alpha;
	list-style-position:outside;
	color:#27486d;
	font-weight:bold;
	padding-left:15px;
}
.assessment li {
	padding:5px 0 5px 15px;
}
.assessment li p {
	padding:5px 0 5px 15px;
}
.assessment ol {
	list-style-type:lower-roman;
	list-style-position:outside;
	padding:10px 0 10px 25px;
	font-weight:normal;
	color:#262626;
}
.assessment ol ol {
	list-style-type:decimal;
	font-weight:normal;
	color:#262626;
}
.page-id-17 .innerBanner img {
	border:0!important;
	padding:0!important;
}
.page-id-17 .innerLeft h3 {
	color:#0a62c4;
	padding-bottom:10px;
}
.page-id-17 .innerLeft img {
	border:4px solid #ebebeb;
	padding:15px;
	margin-bottom:35px;
	width:100%;
	height:auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.accordion h4.accordion-title {
	color:#568ac9;
	padding:0px 0 13px 25px;
	border-bottom:1px solid #ebebeb;
	display:block;
	position:relative;
	cursor:pointer;
}
.accordion h4.accordion-title:after {
	content:'+';
	position:absolute;
	left:0;
	top:0;
}
.accordion h4.read {
	color:#568ac9;
	position:relative;
}
.accordion h4.read:after {
	content:'+';
	position:absolute;
	left:0;
	top:0;
}
.accordion h4.open {
	color:#cc5753;
}
.accordion h4.open:after {
	content:'-';
	position:absolute;
	left:0;
	top:0;
}
.accordion ol ol {
	list-style-type:lower-roman;
	list-style-position:outside;
	padding:10px 0 10px 25px;
}
.download, .page-template-downlaod-page .innerLeft a, .transportDown a, .single .innerLeft h3 a, .page-template-download-page-other .innerLeft a{
	padding:15px 15px 15px 45px;
	border:1px solid #dedede;
	font-size:20px;
	display:inline-block;
	margin-bottom:25px;
	background: url(../images/download-2.png) no-repeat 10px 50% #f7f7f7;
}
.innerLeft .gallery {
	padding-top:25px;
}
.innerLeft .gallery .gallery-item {
	display: inline-block;
	margin: 0 15px 15px 0;
	vertical-align: top;
	width: 31%;
}
.innerLeft .gallery .gallery-item img {
	width: 100%;
    height: 150px;
    object-fit: cover;
	object-position: top;
}
.space25 {
	padding-bottom:25px;
}
.fullwidth {
	height:100%;
	overflow:hidden;
	padding:25px 0;
}
.innerLeft .line, .fullwidth .line {
	padding:25px 0;
	border-top: 1px solid #b4b5b8;
}
.fullwidth p {
	margin-bottom: 15px;
}
.fullwidth ul, .fullwidth ol {
	padding-left:15px;
	margin-bottom:25px;
}
.fullwidth ul li {
	padding:5px 0;
	list-style-type:disc;
}
.fullwidth ol li {
	padding:5px 0 5px 10px;
}
.fullwidth h3, .fullwidth h4 {
	margin-bottom:15px;
}
.transportPanel {
	width: 100%;
	margin-bottom:25px;
}
.transportPanel ul li {
	padding: 20px 23px;
	list-style-type:none;
}
.transportPanel .resp-tabs-container {
	overflow: hidden;
	background-color:#eeeeee!important
}
.transportPanel .resp-tab-content {
	color: #404040!important
}
.transportPanel .resp-tabs-list li {
	color: #404040!important
}
.transportPanel .resp-tabs-container {
	height:auto!important
}
.transportPanel h2.resp-accordion {
	color: #404040!important
}
.transportPanel .resp-tab-active {
	border-color:#eeeeee!important
}
.transportDown {
	margin-top:25px;
}
.transportDown a {
	margin-bottom:15px;
}
.supsystic-table th.htCenter {
	background:#27486d;
	color:#c1deff;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
	padding:8px!important
}
/*carrer-form Start*/
.carrer-form {
	height:100%;
	overflow:hidden;
}
.carrer-form h4 {
	padding-bottom:20px;
}
.carrer-form small {
	margin-bottom:25px;
	display:block;
}
.carrer-form span.mand {
	color:#ca0000;
	font-size:20px;
}
.carrer-form input[type=text], .carrer-form input[type=email], .carrer-form input[type=tel], .carrer-form select {
	background-color: #fff;
	height: 38px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 0 0 0 12px;
	margin-bottom: 12px;
	font-size: 14px;
}
.carrer-form textarea {
	font-size: 14px;
	height:150px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 8px 0 0 12px;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}
.carrer-form input[type=submit], .carrer-form input[type=reset] {
	width: 120px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}
.tabler-form {
	width:600px;
	margin-bottom:15px;
}
.tabler-form table, .tabler-form td {
	border:0;
}
.tabler-form-academic, .tabler-form-experience, .tabler-form-pub {
	width:100%;
	margin-bottom:15px;
}
.tabler-form-academic input, .tabler-form-experience input, .tabler-form-pub input {
	border:0!important;
	margin:0!important;
}
@media only screen and (max-width: 640px) {
.tabler-form {
 width:100%;
}
}
/*carrer-form End*/
.admission-form {
	height:100%;
	overflow:hidden;
}
.admission-form h4 {
	padding-bottom:20px;
}
.admission-form .resp-tabs-container {
	overflow: hidden;
	background-color:#dbecff!important
}
.admission-form .resp-tab-content {
	color: #404040!important
}
.admission-form .resp-tabs-list li {
	color: #404040!important
}
.admission-form .resp-tabs-container {
	height:auto!important
}
.admission-form h2.resp-accordion {
	color: #404040!important
}
.admission-form .resp-tab-active {
	border-color:#dbecff!important
}
.admission-form .resp-tab-item {
	height:100%;
	overflow:hidden;
}
.admission-form .resp-tab-item img {
	display:inline-block;
	margin-right:8px;
}
.initial {
	height:100%;
	overflow:hidden;
	padding:20px;
	position:relative;
}
.initialL {
	width:32%;
	float:left
}
.initialR {
	width:60%;
	float:right;
	padding:20px;
	border: 1px solid #b4b5b8;
}
.admission-form input[type=text], .admission-form input[type=email], .admission-form input[type=tel] .admission-form input[type=number], .admission-form select {
	background-color: #fff;
	height: 38px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 0 0 0 12px;
	margin-bottom: 12px;
	font-size: 14px;
}
.admission-form input[type=file] {
	background-color: #fff;
	height: 38px;
	width: 100%;
	border: 1px solid #b4b5b8;
	margin-bottom: 12px;
	font-size: 14px;
}
.admission-form textarea {
	font-size: 14px;
	width: 99%;
	border: 1px solid #b4b5b8;
	padding: 8px 0 0 12px;
	margin-bottom: 12px;
	font-family: 'Poppins', sans-serif;
}
.admission-form input[type=submit], .admission-form input[type=reset] {
	width: 170px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}
.admission-form table, .admission-form td, .admission-form tr {
	border: 0;
}
.admission-form td {
	vertical-align:top;
}
.admission-form ol {
	list-style-type:lower-alpha;
	list-style-position:outside;
	padding-left:15px;
}
.admission-form ol li {
	padding:5px 0 5px 15px;
}
.admission-form p {
	padding-bottom:20px;
}
.admission-formTop {
	padding:0;
}
.admission-form input[type=text]:-moz-read-only { /* For Firefox */
 background-color: #dbecff;
}
 .admission-form input[type=text]:read-only {
 background-color: #dbecff;
}
.admission-form input[type="number"]:-moz-read-only { /* For Firefox */
 background-color: #dbecff!important;
}
 .admission-form input[type="number"]:read-only {
 background-color: #dbecff!important;
}
.admission-form textarea:-moz-read-only { /* For Firefox */
 background-color: #dbecff;
}
 .admission-form textarea:read-only {
 background-color: #dbecff;
}
.admission-form input:-moz-disabled { /* For Firefox */
 background-color: #dbecff;
}
.admission-form input:disabled {
	background-color: #dbecff;
}
.formTop-Table {
	height:100%;
	overflow:hidden;
}
.formTop-TableL {
	width:30%;
	float:left;
}
.formTop-TableL input[type=text], .formTop-TableL input[type=number], .formTop-TableL input[type=email] {
	width:160px;
}
.formTop-TableR {
	width:65%;
	float:left;
}
.formTop-TableR div {
	float: left;
}
.formTop-TableR input[type=text] {
	width:190px;
}
.formTop-Table span {
	float:left;
	margin:5px 10px;
}
.formTop-Table strong {
	float:left;
	margin:15px 10px;
}
.admission-formTop input {
	float:left;
}
.admission-formTop input[type="radio"] {
	margin-top:9px;
	display:inline-block;
}
.admission-formTop input[type=submit], .admission-formTop input[type=reset] {
	width: 100px!important;
	height: 30px!important;
	margin-left:10px;
}
.admission-formTop input[type=text], .admission-formTop input[type=email], .admission-formTop input[type=tel], .admission-formTop select {
	height: 30px!important;
}
.student {
	height:100%;
	overflow:hidden;
	padding:20px;
	position:relative;
}
.studentL {
	width:70%;
	float:left
}
.studentR {
	width:22%;
	float:right;
	padding:20px;
	border: 1px solid #b4b5b8;
}
.nextBtn {
	position:absolute;
	right:15px;
	bottom:15px;
	width:150px;
	line-height:40px;
	background:#27486d;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}
.nextBtn:hover {
	background:#47be9d;
	color:#fff;
}
.undersrtand {
	padding:20px;
	/*border: 1px solid #b4b5b8;*/
	margin-bottom:20px;
}
.page-id-49 h4 {
	color:#27486d;
	font-size:18px;
}
.paddingL {
	padding-left:40px!important;
}
/*.accordion Start*/
.accordion_container {
	width: 100%;
	background-color:#215585;
	height:460px;
}
.accordion_head {
	background-color:#0a2b4a;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 1px 0;
	padding: 10px 15px;
	font-weight: bold;
}
.accordion_body {
	background: #215585;
	display: none;
	padding:25px 15px;
}
.accordion_content {
	overflow:auto;
	height:238px;
	padding-right:15px;
}
.plusminus {
	float:right;
}
.plusminus:after {
	content: '+';
}
.accordion.active .accordion_head {
	background-color:#ffde00;
	color:#010000
}
.accordion.active .accordion_head .plusminus:after {
	content: '-';
}
.accordion_body ul {
	padding: 0;
	list-style-type:none
}
.accordion_body ul li {
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px solid #83a2bf;
	padding-bottom: 11px;
	margin-bottom: 11px;
	list-style-type:none;
	color: #fff;
}
.accordion_body ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.accordion_body ul li a {
	color: #fff;
}
.accordion_body ul li a:hover {
	color: #358ee0;
}
/*.accordion End*/

.simple-back-to-top {
	display: none;
}
.pament {
	width:550px;
}
.submitted, #successful h3 {
	color:#090!important;
	font-size:22px;
	text-align:center;
	padding-bottom:30px;
	line-height:40px;
}
.not_submitted {
	color:#cc0000!important;
	font-size:22px;
	text-align:center;
	padding-bottom:30px
}
.no_user_added h3 {
	color:#cc0000!important;
	font-size:22px;
	text-align:center;
	padding-bottom:30px
}
div.wpcf7-response-output {
	margin: 0!important;
	background-color: aquamarine;
}
.instruction {
	font-size:13px;
	color:#C00;
	line-height:0;
}
.arve-wrapper.alignleft {
	margin-right: 0!important;
}
.videos {
	width:45%;
	float:left;
	margin-bottom:3%
}
.videos:nth-child(2n+2) {
 margin-right:2%;
}
.naukri {
	border:1px solid #e3e3e3;
	margin-bottom:15px;
	text-align:center;
	padding:25px 10px;
	margin: -21px 0 40px;
}
.naukri img {
	margin:0 auto;
	display:block;
}
.naukri a.btn {
	background: #71bbff none repeat scroll 0 0;
	border: 0 none;
	color: #000;
	cursor: pointer;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	display:inline-block;
	padding:10px 25px;
}
.download2 {
	padding:10px 25px;
	border:1px solid #1a5f38;
	font-size:20px;
	line-height:25px;
	display:inline-block;
	margin-bottom:25px;
	background:#268a51;
	color:#fff;
}
.download2:hover {
	color:#98fcc3;
}
.asda {
	text-align:right;
	padding: 10px;
	border: 1px solid #b4b5b8;
	font-size:20px;
	width:340px;
	float:right;
	margin-bottom:20px
}
#popups-cnt {
	border:10px solid #358ee0 !important;
}
#enquire-box {
	max-width:1200px;
}
.column-news-panel {
	width:96%;
	float:left;
	padding:2%;
	height:100%;
	overflow:hidden;
	border-top: 1px solid #ebebeb;
	margin-top: 15px;
}
.column-news-panel:first-child, .column-news-panel:nth-child(2) {
 border:0;
 padding-top:0;
 margin-top:20px;
}
.enquire-box-content ul {
	padding: 0;
	list-style-type:none;
}
.enquire-box-content ul h4 {
	margin-bottom:5px;
	font-weight:600;
}
.enquire-box-content ul li {
	font-size: 16px;
	line-height: 24px;
	padding-left:30px;
	background: url(../images/globe.png) no-repeat 0 3px;
	padding-bottom:10px;
}
.enquire-box-content ul li a {
	display:block;
}
.enquire-box-content ul li a:hover {
	color: #358ee0;
}
.enquire-box-content img.image-class {
	width:100%;
}
.home-top a{color:#2a7aa0!important}
@media only screen and (max-width: 540px) {
 #popup {
 width:90%!important;
 margin-top: 0!important;
 margin-left: 0!important;
 transform:translate(-50%, -50%);
}
}
.app-no-instruction {
	font-size:15px;
	line-height:17px
}
.init_new_frm input[type="text"] {
	margin-bottom:0px
}
.admission-form button {
	width: 170px;
	height: 52px;
	text-align: center;
	color: #000;
	background: #71bbff;
	cursor: pointer;
	border: 0;
	font-size: 20px;
}
