/*font-family: 'Oswald', sans-serif;font-family: 'Ruda', sans-serif;*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:12px;
	color:#000;
}
input {
	outline: 0;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size:12px;
	color:#000;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size:12px;
	color:#000;
}
:-moz-placeholder { /* Firefox 18- */
	font-size:12px;
	color:#000;
}
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.clr:before, .clr:after {
	clear: both;
	content: "";
	display: table;
}
.clr:after {
	clear: both;
}
.clr {
	*zoom:1;
}
body {
	font-family: 'Ruda', sans-serif;
}
p, li, span, a {
	font-family: 'Ruda', sans-serif;
	font-size: 13px;
	font-weight: lighter;
	line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
}
/*img{ width:100%; display:block;}*/

/*For All pages*/

.container {
	margin: 0px auto;
	width: 1200px;
	border: 0px dotted red;
}
.main-heading {
	color: #000;
	font-size: 26px;
	text-align: center;
	font-weight: 400;
}
.line {
	width: 20%;
	margin: 0px auto;
	height: 4px;
	background: #4E5DF2;
	border: 0px;
	margin-bottom: 25px;
}
.sub-heading {
	text-align: center;
}
/* Top Header */

.top_header {
	background: #192490;
	color: #fff;
	line-height: 24px;
}
.text-scroll {
	width: 84%;
	float: left;
	color: #fff;
}
.social-icon {
    float: left;
    width: 65px;
}
.social-icon ul {
	text-align: center;
}
.social-icon ul li {
	display: inline-block;
	margin: 0px 5px;
}
.social-icon ul li a i {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 28px;
}
.social-icon ul li i:hover {
	color: #D0CFCF;
}
span.fee-payment {background: #51a941;  float: left;  position: absolute;  right: 0;  top: 0;  padding-left: 10px;  width: 13%;}
span.fee-payment a {  color: #fff;  line-height: 30px;   display: inline-block;}
span.fee-payment i img { width: 100%;}
span.fee-payment i { width: 25px; display: inline-block; margin-top: 5px; margin-right: 10px; position: relative; top: 3px;}
span.fee-payment:after {
    border-bottom: 33px solid transparent; border-right: 24px solid #51a941; content: ""; left: -23px; position: absolute; top: 0px;}

/*=============*/

span.fee-payment-mobile { display:none;
    background: #51a941;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 33px 0px 0px;
    width: 158px;
}
span.fee-payment-mobile a {  color: #fff;  line-height: 30px;   display: inline-block;}
span.fee-payment-mobile i img { width: 100%;}
span.fee-payment-mobile i { width: 25px; display: inline-block; margin-top: 5px; margin-right: 10px; position: relative; top: 3px;}
span.fee-payment-mobile:after {
    border-bottom: 38px solid transparent; border-right: 24px solid #51a941; content: ""; left: -23px; position: absolute; top: 0px;}



/* Mid Header */

.mid_header {
	background: #fff;
	padding: 10px 0px;
}
.logo {
	float: left;
	width: 200px;
}
.logo img {
	width: 100%;
}
.info {
	width: 770px;
	float: right;
	margin-top: 10px;
}
.span-location {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    margin-top: 5px;
}
.span-call {
    display: inline-block;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
    width: 236px;
    margin-left:17px;
}
.info h3 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #222;
    margin-top: 0;
    letter-spacing: 0.5px;
    text-align: right;
    font-family: 'Ruda';
}
.info h3 i {
    font-size: 22px;
    color: #192490;
    padding-right: 12px;
}
.info p {
	color: #5a5c5d;
	margin-bottom: 0;
	text-align: right;
}
/* Slider */

.slider {
/*background: url(../images/aurum-750x300.jpg) no-repeat;
	height: 500px;
	background-size: 100%;
	background-position: top center;*/
}
.slider {
	width: 100%;
}
/* welcome */

.welcome {
	text-align: center;
	margin-top: -60px;
	position: relative;
}
.welcome h1 {
	color: #4a4949;
	font-size: 25px;
	text-transform: capitalize;
	text-align: left;
	font-weight: lighter;
	line-height: 35px;
	font-family: 'Ruda', sans-serif;
}
.box-white {
	width: 40%;
	float: left;
	background: #F5F4EF;
	padding: 5%;
	box-sizing: border-box;
	margin-top: 60px;
}
.box-white p {
	font-family: 'Ruda', sans-serif;
}
.icon-yellow {
	width: 80px;
	height: 80px;
	font-size: 38px!important;
	background: #fff;
	border-radius: 100%;
	line-height: 80px!important;
	color: #ffc600;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: absolute;
	right: 56%;
	top: 160px;
}
.icon-yellow:hover {
	background: #ffc600;
	color: #fff;
}
.box-yellow {
	width: 60%;
	float: right;
	background: #4E5DF2;
	color: #fff;
	padding: 6%;
	font-size: 17px;
	text-align: justify;
	margin-top: 0px;
	font-weight: 100;
	font-family: 'Ruda', sans-serif;
}
.box-yellow h2 {
	font-family: Ruda;
	margin-bottom: 20px;
	font-size: 30px;
}
.box-yellow p {
	font-family: 'Ruda', sans-serif;
	font-size: 20px
}
a.readmore {
	display: block;
	margin-top: 25px;
	color: #fff;
	border: 2px solid;
	padding: 5px;
	width: 150px;
	text-align: center;
	font-size: 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-m-transition: all 0.4s ease-in-out;
}
a.readmore:hover {
	background: #FFF;
	color: #FFC600;
}
/* welcome-text */

.welcome-text {
	margin-top: 6%;
}
.welcome-text p {
	text-align: center;
	font-size: 14px;
}
/* Our Teacher */

.teacher-out {
	
	margin-top: 3%;
	}.teacher-words {
		background: url(../images/teacher-bg.jpg) repeat;
		margin-top: 3%;
	}
	.testi {
		/*background: #2b2f40;*/
	}
	.testi_wrap {
		padding:7%;
		float: left;
		width: 100%;
	}
	.test_text {
		width:70%;
		padding: 1% 1% 1% 1%;
		position: relative;
		margin-top: 20px; float:left;
	}

	.test_text span {
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 0;
		background: #0000009c;
		padding: 10px;
		float: left;
		margin-top: 12px;
	}
	.test_text p {
		font-size: 18px;
		color: #fff;
		line-height: 42px;
		background: rgba(0, 0, 0, 0.85);
		padding: 20px;
	}
	.right-text{ float:right!important;}


	/*remove*/
	.test-_img {
		width: 150px;
		border: 1px solid #fff;
		margin: 0px auto; display:none;
	}
	.test-_img img {
		width: 100%;
		display: block;
	}
	/***/
	.carousel {
		background: #EEE;
	}
	.carousel-cell {
		width: 66%;
		height: 200px;
		margin-right: 10px;
		background: #8C8;
		border-radius: 5px;
		counter-increment: gallery-cell;
	}
	.carousel-cell:before {
		display: block;
		text-align: center;
		line-height: 200px;
		font-size: 80px;
		color: white;
	}
	/*Enquiry form*/

	.enquiry-out {
		margin-top: 6%;
	}
	.enquiry {
		background: url(../images/banner_8.jpg);
		z-index: 0;
		margin-top: -100px;
	}
	.bg-black {
		background: rgba(248,167,36, .35);
		padding: 10% 0px 4% 0px;
	}
	/*programe**/

	.pro_box {
		width: 30%;
		display: inline-block;
		z-index: 2;
	}
	.box h4 {
		position: absolute;
		display: block;
		width: 100%;
		top: 46%;
		text-align: center;
		line-height: 88px;
		color: #fff;
		font-size: 2em;
		font-weight: bold;
		font-style: italic;
		z-index: 99999;
		text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	}
	.box:hover h4 {
		color: #FFC600;
	}
	.MR_box {
		margin: 0px 56px;
	}
	.box {
		/*overflow: hidden;*/
		position: relative;
	}
	.box img {
		width: 100%;
		height: auto;
		display: block;
		box-shadow: 0 0 3px rgba(0,0,0,0.3);
		border: 5px solid #fff;
	}
	.box .box-content {
		padding: 13% 5%;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		opacity: 0;
		z-index: 1;
		transition: all 0.3s ease 0s;
	}
	.box:hover .box-content {
		opacity: 1;
	}
	.box:before, .box:after, .box .box-content:before, .box .box-content:after {
		content: "";
		width: 50%;
		height: 50%;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box:after {
		top: 50%;
	}
	.box .box-content:before, .box .box-content:after {
		top: 0;
		left: 50%;
		z-index: -1;
	}
	.box .box-content:after {
		top: 50%;
	}
	.box:hover:before {
		left: 50%;
		opacity: 1;
	}
	.box:hover:after {
		top: 0;
		opacity: 1;
	}
	.box:hover .box-content:before {
		top: 50%;
		opacity: 1;
	}
	.box:hover .box-content:after {
		left: 0;
		opacity: 1;
	}
	.box .title {
		font-size: 26px;
		font-style: italic;
		color: #ffd700;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	.box .post {
		display: block;
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
		font-weight: normal;
		margin: 118px 0 0px 0;
	}
	.box .icon {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.box .icon li {
		display: inline-block;
		margin: 0 5px 0 0;
	}
	.box .icon a {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 15%;
		background: #fff;
		font-size: 15px;
		color: #2d2c2c;
		text-align: center;
		transition: all 0.3s ease 0s;
	}
	.box .icon a:hover {
		background: transparent;
		color: #fff;
		border-radius: 50%;
		box-shadow: 1px 1px 3px #fff, -1px -1px 3px #fff;
	}

	@media only screen and (max-width:990px) {
		.box {
			margin-bottom: 30px;
		}
	}
	/* Form*/

	form.enquiry-form {
		margin-top: 30px;
	}
	.enquiry-form input, .enquiry-form select {
		width: 22%;
		padding: 17px;
		border: 1px solid #ccc;
		box-shadow: none;
		background: rgba(255,255,255, .8);
		float: left;
		line-height: 17px;
	}
	.button-submit ,.wait{
		width: 129px;
		line-height: 30px;
		background: #192490;
		background-image: url(../images/submit-arrow.jpg);
		background-position: left center;
		background-repeat: no-repeat;
		color: #fff;
		font-family: ruda;
		border: 1px solid #192490;
		font-size: 17px;
		cursor: pointer;
		font-weight: bold;
		padding: 12px 17px 17px 57px;
		float:left;
		top: 14px;
		height: 52px;
		}.wait{
			opacity: 0.4;
			cursor: no-drop;
			display: none;
		}
		section.enquiry p {
			text-align: center;
			font-size: 15px;
			font-weight: bold;
			padding: 3% 3% 0px 3%;
		}
		/*Testimonial*/

		.testimonial {
			margin-top: 6%;
			margin-bottom: 3%;
		}
		.testimonial_out {
			/*float: left;*/
			width: 100%;
		}
		.testimonial_out aside {
			width: 100%;
		}
		.inAsideTesti{
			padding: 40px 10px;
		}
		.circle_wrapper {
			width: 400px;
			float: left;
			position: relative;
			max-width: 350px;
			padding-top: 65px;
			margin-top: 10px;
		}
		.circle-main {
			background-color: #FFC600;
			width: 185px;
			height: 185px;
			z-index: 3;
			text-align: center;
			top: 0;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 50%;
			position: absolute;
		}
		.circle-main h4, .circle-main h3 {
			font-weight: 500;
			text-transform:uppercase;
			line-height:120px;
			font-size:25px;
		}
		.circle-middle {
			background-color: #ffc600;
			top: 30px;
			width: 90px;
			height: 90px;
			right: 0;
			border-radius: 50%;
			position: absolute;
		}
		.circle-small {
			top: 175px;
			background-color: #1d87e4;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			position: absolute;
		}
		.circle-img {
			border-radius: 50%;
			margin-left: 100px;
			margin-bottom: 15px;
			width: 70%;
			z-index: 3;
			position: relative;
			border: 10px solid #fff;
			background: #fff;
			box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
			overflow: hidden;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.circle-img img{
			width: 100%;
		}
		.testimonial-text {
			width: calc(100% - 400px);
			float: left;
			text-align: right;
		}
		.thumb {
			width: 100%;
			margin:0px 0px 15px;
			color: #ffc600;
			font-size: 20px;
			/*background: url(../images/thumb.png) no-repeat;*/
			background-position: right center;
			background-size: 7%;
			text-align: right;
		}
		.testimonial-text img {
			margin-bottom: 15px;
		}
		.testimonial-text p {
			font-size: 22px;
			margin-bottom: 25px;
			color: #000;
			font-weight: 300;
		}
		.testimonial-text h4 {
			font-size: 15px;
			font-weight: lighter;
			color: #1D87E4;
			font-weight: 400;
		}
		/*Testimonial Parent*/
		
		.rightTM .circle_wrapper{
			float: right;
		}
		.rightTM .testimonial-text{
			text-align: left;
			float: left;
		}
		.rightTM .testimonial-text h4 {
			text-align: right;
		}

		.rightTM .thumb {
			text-align: left;
		}

		.rightTM .circle-main {
			background-color: #FFC600;
			width: 185px;
			height: 185px;
			z-index: 3;
			text-align: center;
			top: 0;
			padding-left: 25px;
			padding-right: 25px;
			border-radius: 50%;
			position: absolute;
		}
		.rightTM .circle-main h4, .circle-main h3 {
			font-weight: 500;
			text-transform:uppercase;
			line-height:120px;
			font-size:25px;
		}

		.rightTM .circle-middle {
			background-color: #ffc600;
			top: 30px;
			width: 90px;
			height: 90px;
			right: 0;
			border-radius: 50%;
			position: absolute;
		}
		.rightTM .circle-small {
			top: 175px;
			right: 0;
			background-color: #1d87e4;
			width: 60px;
			height: 60px;
			border-radius: 50%;
			position: absolute;
		}
		.clipPathShadow{
			filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.1))
		}
		.circle-img-right {
			margin-left: 100px;
			margin-bottom: 15px;
			margin-top: 30px;
			width: 55%;
			z-index: 3;
			position: relative;
			border: 10px solid #fff;
			background: #fff;
			box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
			overflow: hidden;
			display: flex;
			justify-content: space-between;
		}
		.circle-img-right img{
			width: 100%;
		}

		/*/Testimonial Name*/
		.testiName{
			width: 88%;
			border: 10px solid #fff;
			box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
			padding: 8px 5px;
			text-align: center;
			border-radius: 10px;
			color: #fff;
			position: absolute;
			bottom: -30px;
			z-index: 4;
			transform: skew(-20deg);
		}

		.testiHead{
		    font-weight: 400;
		    font-size: 20px;
		    line-height: normal;
		}
		.testiSubHead{
		    font-weight: 400;
		    font-size: 16px;
		    line-height: normal;
		}
		.inTestiName{
			width: 100%;
			transform: skew(20deg);
			position: relative;
		}

		.videoIcon{
			position: absolute;
			width: 100px;
			height: 100px;
			z-index: 5;
			border: 10px solid #fff;
			box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
			border-radius: 100%;
			right: -50px;
			top: 0;
			bottom: 0;
			margin: auto;
			display: flex;
			overflow: hidden;
			justify-content: center;
			align-items: center;
			padding: 15px;
			transition: 0.2s ease-in-out;
			cursor: pointer;
		}
		.videoIcon:hover{
			padding: 18px;
		}

		.videoIcon img{
			width: 100%;
		}

		@media screen and (max-width:640px) {
			.inAsideTesti{
				padding: 10px 10px;
			}
			.rightTM .circle_wrapper{
				float: none;
			}
			.rightTM .testimonial-text{
				float: none;
				text-align: center!important;
			}
			.rightTM .testimonial-text h4 {
			    text-align: center;
			}
			.thumb {
			    text-align: center!important;
			    margin: 65px 0px 5px;
			}
			.testiName{
				left: 0!important;
				right: 0!important;
				margin: auto;
				bottom: -45px;
			}
		}

		/*facility*/


		.facility {
			margin-top: 3%;
			background: url(../images/kide-school-haldwani.jpg);
			z-index: 0;
			background-size: cover;
			background-position: center;
			background-attachment: fixed;
		}
		.bg-gold {
			background: rgba(248,167,36, -0.6);
			padding: 4% 0px 4% 0px;
		}
		.facility aside {
			width: 150px;
			height: 125px;
			display: block;
			float: left;
			background: rgba(61, 61, 62, 0.7);
			margin: 5px;
			text-align: center;
		}
		.wrap {
			width: 962px;
			margin: 0px auto;
		}
		.facility aside h6 {
			font-weight: 100;
			font-family: ruda;
			font-size: 13px;
			color: #fff;
			text-transform: uppercase;
		}
		.facility aside i {
			background: url(../images/icon.png) no-repeat;
			width: 80px;
			height: 80px;
			display: block;
			margin: 10px auto;
			-webkit-transition: background 0.3s;
			-moz-transition: background 0.3s;
			-o-transition: background 0.3s;
			transition: background 0.3s;
		}
		/**/
		.facility aside i:hover.icon_1 {
			background-position: -200px 0px;
		}
		.facility aside i:hover.icon_2 {
			background-position: -826px 0px;
		}
		.facility aside i:hover.icon_3 {
			background-position: -556px 0px
		}
		.facility aside i:hover.icon_4 {
			background-position: -647px 0px
		}
		.facility aside i:hover.icon_5 {
			background-position: -737px 0px;
		}
		.facility aside i:hover.icon_6 {
			background-position: -105px 0px;
		}
		.facility aside i:hover.icon_7 {
			background-position: -908px 0px
		}
		/**/
		.facility aside i:hover.icon_8 {
			background-position: -995px 0px;
		}
		.facility aside i:hover.icon_9 {
			background-position: 0px 0px;
		}
		.facility aside i:hover.icon_10 {
			background-position: -470px 0px;
		}
		/***/
		.facility aside i:hover.icon_11 {
			background-position: -287px 0px;
		}
		.facility aside i:hover.icon_12 {
			background-position: -378px 0px;
		}
		/**/
		.facility aside i.icon_1 {
			background-position: -200px -88px;
		}
		.facility aside i.icon_2 {
			background-position: -826px -88px;
		}
		.facility aside i.icon_3 {
			background-position: -556px -88px
		}
		.facility aside i.icon_4 {
			background-position: -647px -88px
		}
		.facility aside i.icon_5 {
			background-position: -737px -88px;
		}
		.facility aside i.icon_6 {
			background-position: -105px -88px;
		}
		.facility aside i.icon_7 {
			background-position: -908px -88px
		}
		/**/
		.facility aside i.icon_8 {
			background-position: -995px -88px;
		}
		.facility aside i.icon_9 {
			background-position: 0px -88px;
		}
		.facility aside i.icon_10 {
			background-position: -470px -88px;
		}
		/***/
		.facility aside i.icon_11 {
			background-position: -287px -88px;
		}
		.facility aside i.icon_12 {
			background-position: -378px -88px;
		}
		/*event-page*/
		.event {
			margin: 6% 0px;
		}
		.event-wrap {
			margin-top: 3%;
			width: 650px;
			float: left;
			border: 1px solid #ccc;
			height: 442px;
			overflow: scroll;
		}
		.event-head {
			margin-bottom: 1em;
			background: #ffc600;
			padding: 7px;
			height: 52px;
			POSITION: FIXED;
			WIDTH: 100%;
		}
		.event-body {
			MARGIN-TOP: 54PX;
		}
		.event-head button {
			padding: 10px 15px;
			margin: 0px;
			background: #fff;
			cursor: pointer;
			border: 0px;
			color: #000000;
			border-radius: 3px;
			box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		}
		.fc-left {
			float: left;
		}
		.fc-right {
			float: right;
		}
		.fc-center {
			display: block;
			text-align: center;
			font-size: 13px;
		}
		.event-body table {
			font-weight: 300;
			border-spacing: 0;
			font-size: 14px;
		}
		.event-body table tr:nth-child(odd) {
			background: #F5F4EF;
			font-weight: 400;
			color: #000;
		}
		.event-body table tr:nth-child(odd) td:nth-child(1) {
			text-align: left;
			font-weight: bold;
		}
/*.event-body table tr:nth-child(odd) td:nth-child(2) {
	text-align: right;
	font-weight: bold;
	}*/
	.event-body table tr:nth-child(even) {
		background: #fff;
	}
	.event-body table tr td:first-child {
		width: 25%;
	}
	.event-body table tr td {
		padding: 11px 8px;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.latest-event {
		float: right;
		width: 450px;
		border: 1px solid #ccc;
		margin-top: 3%;
	}
	/*news*/

	#news-slider {
		margin-top: 15px;
	}
	.post-slide {
		background: #fff;
		margin: 0 15px;
	}
	.post-slide .post-img {
		position: relative;
		overflow: hidden;
	}
	.post-slide .post-img img {
		width: 100%;
		height: auto;
		transform: scale(1, 1);
		transition: transform 0.50s linear;
		min-height: 228px;
	}
	.post-slide:hover .post-img img {
		transform: scale(1.1, 1.1);
	}
	.post-slide .over-layer {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		background: rgba(0, 0, 0,0.4);
		transition: all 0.50s linear;
	}
	.post-slide:hover .over-layer {
		opacity: 1;
		text-decoration: none;
	}
	.post-slide .over-layer i {
		position: relative;
		top: 45%;
		text-align: center;
		display: block;
		color: #fff;
		font-size: 25px;
	}
	.post-slide .post-content {
		background: #fff;
	}
	.post-slide .post-title {
		margin: 8px 0 15px 0;
	}
	.post-slide .post-title a {
		font-size: 15px;
		font-weight: bold;
		color: #333;
		display: inline-block;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
	}
	.post-slide .post-title a:hover {
		text-decoration: none;
		color: #3498db;
	}
	.post-slide .post-description {
		line-height: 24px;
		color: #808080;
		margin-bottom: 10px;
	}
	.post-slide .post-date {
		color: #a9a9a9;
	}
	.post-slide .post-date i {
		font-size: 20px;
		margin-right: 8px;
		color: #CFDACE;
	}
	.post-slide .read-more {
		padding: 5px 10px;
		float: right;
		font-size: 12px;
		background: #ffc600;
		color: #000;
		text-transform: uppercase;
	}
	.post-slide .read-more:hover {
		background: #3498db;
		text-decoration: none;
		color: #fff;
	}
	.owl-controls .owl-buttons {
		text-align: center;
		margin-top: 20px;
	}
	.owl-controls .owl-buttons .owl-prev {
		position: absolute;
		top: 26%;
		left: 15px;
		padding: 0 18px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		transition: background 0.5s ease 0s;
	}
	.owl-controls .owl-buttons .owl-next {
		position: absolute;
		top: 26%;
		right: 15px;
		padding: 0 18px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
		transition: background 0.5s ease 0s;
	}
	.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
		content: "\f100";
		font-family: FontAwesome;
		color: #333;
		font-size: 30px;
	}
	.owl-controls .owl-buttons .owl-next:after {
		content: "\f101";
	}

	@media only screen and (max-width:1280px) {
		.post-slide .post-content {
			padding: 10px;
		}
	}
	/**/
	.owl-carousel .owl-wrapper:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0
	}
	. owl-carousel {
		display:none;
		position:relative;
		width:100%;
		-ms-touch-action:pan-y
	}
	.owl-carousel .owl-wrapper {
		display: none;
		position: relative;
		-webkit-transform: translate3d(0, 0, 0)
	}
	.owl-carousel .owl-wrapper-outer {
		overflow: hidden;
		position: relative;
		width: 100%
	}
	.owl-carousel .owl-wrapper-outer.autoHeight {
		-webkit-transition: height 500ms ease-in-out;
		-moz-transition: height 500ms ease-in-out;
		-ms-transition: height 500ms ease-in-out;
		-o-transition: height 500ms ease-in-out;
		transition: height 500ms ease-in-out
	}
	.owl-carousel .owl-item {
		float: left
	}
	.owl-controls .owl-page, .owl-controls .owl-buttons div {
		cursor: pointer
	}
	.owl-controls {
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0)
	}
	.grabbing {
		cursor: url(grabbing.html) 8 8, move
	}
	.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0)
	}
	/*count-down*/
	section.count-down {
		margin-top: 45px;
	}
	.counter {
		padding: 20px 20px;
		margin-top: 20px;
		border-radius: 0px;
		border: 1px solid #33a9ee;
		color: #33a9ee;
		text-align: center;
		position: relative;
		width: 33.333%;
		background: #f1f1f1;
		float: left;
		bottom: 0;
	}
	.counter i {
		font-size: 3em;
	}
	.counter .counter-icon {
		display: block;
		font-size: 50px;
		margin: 7px 0;
	}
	.counter .counter-value {
		display: block;
		font-size: 30px;
		margin-bottom: 10px;
		position: relative;
		margin-top: 10px;
	}
	.counter .counter-value:before {
		content: "";
		width: 30%;
		height: 3px;
		background: rgba(255,255,255,0.3);
		margin: 0 auto;
		position: absolute;
		bottom: -10px;
		left: 0;
		right: 0;
	}
	.counter .title {
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0;
		font-weight: bold;
		font-family: ruda;
		color: #000;
	}

	@media only screen and (max-width: 990px) {
		.counter {
			margin-bottom: 50px;
		}
	}
	/**/
	footer {
		background: #2B2F40;
		margin-top: 60px;
	}
	.contact-details {
		background: #33a9ee;
		color: #fff;
		position: relative;
		top: -60px;
	}
	.contact-details:before {
		border-left: 20px solid transparent;
		left: -20px;
		content: "";
		position: absolute;
		border-bottom: 60px solid #0072b5;
		top: 0;
	}
	.contact-details:after {
		border-right: 20px solid transparent;
		right: -20px;
		content: "";
		position: absolute;
		border-bottom: 60px solid #0072b5;
		top: 0;
	}
	.contact-details ul {
		text-align: center;
	}
	.contact-details ul li {
		display: inline-block;
		list-style-type: none;
		width: 33%;
		text-align: left;
	}
	section.out_box {
		/*float: left;*/
	}
	.detail-box {
		width: 310px;
		position: relative;/*margin: 0px auto;*/
	}
	.contact-details .detail-box i {
		width: 56px;
		height: 61px;
		position: absolute;
		left: 20px;
		top: 14px;
		line-height: 60px; /* background-color: #2098df; */
		font-size: 37px;
		text-align: center;
		border: 1px solid #fff;
	}
	.contact-details .detail-box h4 {
		font-size: 16px;
		margin: 0;
		font-weight: 300;
		text-transform: capitalize;
		letter-spacing: 1px;
		margin-bottom: 0px;
	}
	.contact-details .detail-box {
		padding: 15px 15px 15px 96px;
		font-weight: 300;
		font-size: 14px;
	}
	.fo-logo {
		float: left;
		width: 200px;
	}
	.fo-text {
		float: right;
		width: 970px;
		color: #ccc;
		font-size: 15px;
		font-weight: 300;
		line-height: 28px;
	}
	.fo-text-container {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.copy-right {
		font-size: 12px;
		color: #999;
		text-align: center;
		border-top: 1px solid #999;
		padding: 10px 0px;
	}
	.copy-right p {
		font-size: 11px;
	}
	/*==================================================================================InnerPage==========================================================*/

	.inner_slider {
		background: url(../images/header/kide.jpg) no-repeat;
		width: 100%;
		background-size: cover;
		height: 336px;
		margin-bottom: 3%
	}
	.inner_container {
		width: 1200px;
		margin: 0px auto;
	}
	.inner_main-heading {
		border-bottom: 1px solid;
		font-weight: normal;
		margin-bottom: 3%;
		text-transform: capitalize;
	}
	h3.inner_page_sub_heading {
		font-weight: normal;
		font-size: 25px;
		margin: 15px 0px;
		border-bottom: 1px solid;
	}
	ol {
		margin-left: 15px;
	}
	.inner_container ul li {
		margin-left: 15px;
		list-style-type: disc;
	}
	/*==================================================================================ContactPage==========================================================*/

	.map iframe {
		width: 100%;
		border: 4px solid #fff;
		box-shadow: 0px 0px 3px #ccc;
		margin: 3% 0px;
	}
	.enquiry_form {
		width: 30%;
		border: 4px solid #fff;
		box-shadow: 0px 0px 2px #ccc;
		background: #192490;
		padding: 1.5%;
		float: right;
	}
	.enquiry_form input[type="text"] {
		width: 100%;
		padding: 10px;
		border-radius: 1px;
		box-shadow: none;
		border: 1px solid #fff;
		margin-bottom: 10px;
		background: rgba(255,255,255,.4);
		color: #000;
		outline: none;
	}
	.enquiry_form select {
		width: 100%;
		padding: 10px;
		border-radius: 1px;
		box-shadow: none;
		border: 1px solid #fff;
		margin-bottom: 10px;
		background: rgba(255,255,255,.4);
		color: #000;
		outline: none;
	}
	.enquiry_form textarea {
		min-width: 100%;
		max-width: 100%;
		height: 80px;
		padding: 10px;
		border-radius: 1px;
		box-shadow: none;
		border: 1px solid #fff;
		margin-bottom: 10px;
		background: rgba(255,255,255,.4);
		outline: none;
	}
	.fsubmit,.fwait {
		padding: 8px 20px;
		border-radius: 1px;
		box-shadow: none;
		border: 2px solid #fff;
		margin-bottom: 10px;
		background: #192490;
		color: #fff;
		outline: none;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		}.fwait{
			opacity: 0.8;
			cursor: no-drop;
			display: none;
		}
		.enquiry_form h4 {
			color: #fff;
			font-weight: 500;
			margin-bottom: 15px;
			border-bottom: 1px solid #fff;
			letter-spacing: 1px;
			font-size: 20px;
		}
		.contact_info {
			border: 0px solid red;
			width: 800px;
			float: left;
		}
		.contact_info ul li {
			width: 238px;
			border: 1px solid #33a9ee;
			display: inline-block;
			text-align: center;
			margin-top: 2%;
			margin: 13px; list-style-type:none;
		}
		.span_detail span {
			background: #fff;
			padding: 0px 0px;
			font-size: 15px;
			display: block;
			color: #33a9ee;
			width: 187px;
			margin: -13px auto!important;
		}
		p.large-text {
			font-size: 14px;
			margin-top: 20px;
			margin-bottom: 8px;
		}
		.contact_info h4 {
			font-size: 19px;
			color: #ab7319;
			font-weight: normal;
			margin-bottom: 25px;
			text-transform: capitalize;
		}
		.span_detail h5 i {
			float: right;
			color: #192490;
		}
		.span_detail a {
			text-align: center;
			display: block;
		}
		/*==============================================================About Us PAge==================================================================*/
		/*=============================================================================================================================================*/


		.left_col {
			WIDTH: 68%;
			float: left;
			
		}
		.left_col p{text-align: justify;
		}
		.left_col h2 {
			text-align: center;
			color: #33a9ee;
			font-weight: normal;
			font-size: 22px;
			text-transform: capitalize;
			margin-top: 10px;
			background: #f1f1f1;
			padding: 20px;
			border: 2px solid #fff;
			box-shadow: 0px 0px 3px #ccc;
		}
		/*Profile page Principal and other*/

		.message_profile {
			border: 4px solid #fff;
			box-shadow: 0px 0px 3px #ccc;
			width: 350px;
			float: right;
		}
		.message_profile img{width:100%; display:block;}
		.message_foot {
			font-weight: normal;
			font-size: 14px;
			margin-top: 20px;
			line-height: 26px;
		}
		/*tool tip*/
		.tool_tip {
			width: 285px;
			margin: 0px auto;
			margin-top: 5px;
		}
		.wrapper {
			text-transform: uppercase;
			background: #ffc600;
			color: #ffffff;
			cursor: pointer;
			font-size: 20px;
			float: left;
			position: relative;
			text-align: center;
			border: 2px solid #fff;
			width: 50px;
			-webkit-transform: translateZ(0);
			-webkit-font-smoothing: antialiased;
			height: 50px;
			line-height: 50px;
			border-radius: 0;
			box-shadow: 0px 0px 1px #999;
			font-family: oswald;
			margin: 2px;
			font-weight: normal;
		}
		.wrapper .tooltip {
			background: #33a9ee;
			bottom: 100%;
			color: #fff;
			display: block;
			left: -50px;
			margin-bottom: 15px;
			opacity: 0;
			padding: 0px;
			pointer-events: none;
			position: absolute;
			width: 150px;
			letter-spacing: 2px;
			-webkit-transform: translateY(10px);
			-moz-transform: translateY(10px);
			-ms-transform: translateY(10px);
			-o-transform: translateY(10px);
			transform: translateY(10px);
			-webkit-transition: all .25s ease-out;
			-moz-transition: all .25s ease-out;
			-ms-transition: all .25s ease-out;
			-o-transition: all .25s ease-out;
			transition: all .25s ease-out;
			-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
			box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
		}
		/* This bridges the gap so you can mouse into the tooltip without it disappearing */
		.wrapper .tooltip:before {
			bottom: -20px;
			content: " ";
			display: block;
			height: 20px;
			left: 0;
			position: absolute;
			width: 100%;
		}
		/* CSS Triangles - see Trevor's post */
		.wrapper .tooltip:after {
			border-left: solid transparent 10px;
			border-right: solid transparent 10px;
			border-top: solid #1496bb 10px;
			bottom: -10px;
			content: " ";
			height: 0;
			left: 50%;
			margin-left: -13px;
			position: absolute;
			width: 0;
		}
		.wrapper:hover .tooltip {
			opacity: 1;
			pointer-events: auto;
			-webkit-transform: translateY(0px);
			-moz-transform: translateY(0px);
			-ms-transform: translateY(0px);
			-o-transform: translateY(0px);
			transform: translateY(0px);
		}
		/* IE can just show/hide with no transition */
		.lte8 .wrapper .tooltip {
			display: none;
		}
		.lte8 .wrapper:hover .tooltip {
			display: block;
		}
/*
================FAQ Page==================
===============================================
*/


section.acc-outer {
	margin-bottom: 25px;
}
section.acc-outer h4 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #33a9ee;
}
.sidebar-1 {
	text-align: left;
	padding: 0px;
	display: inline-block;
	width: 100%;
	border: 1px solid #ccc;
}
.sidebar-menu {
	cursor: pointer;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
	text-rendering: optimizeLegibility;
	font-size: 13px;
}
.sidebar-menu:before, .sidebar-menu:after {
	content: "";
	width: 2px;
	height: 10px;
	background: #192490;
	border-radius: 3px;
	position: absolute;
	right: 22px;
	top: calc(28.7px - 12.5px);
	transition: all .2s ease;
}
.sidebar-menu:after {
	transform: rotate(90deg);
}
.open:before {
	animation: turn-plus;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
.open:after {
	animation: turn-crossbar;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}
@keyframes turn-plus {
	0% {
		transform: translate(0, 0);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(90deg);
	}
}
@keyframes turn-crossbar {
	0% {
		transform: none;
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(90deg);
	}
}
.sidebar-menu:hover {
	background: #f2f2f2;
}
.sub-menu {
	color: #3f5b6f;
	border-bottom: 1px solid #dedede;
	font-size: 1em;
	display: none;
	padding: 15px;
}
/*
================Gallery Page==================
===============================================
*/

.gallery-folder ul {
	text-align: center;
}
.gallery-folder ul li img {
	width: 100%;
	display: block;
	min-height: 190px;
	min-width: 100%;
}
.gallery-folder ul li {
	display: inline-block;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0px 0px 2px #ccc;
	width: 23.333%;
	margin: 8px;
	min-height: 190px;
	max-height: 190px;
}
.gallery-folder ul li .caption {
	cursor: pointer;
	position: absolute;
	opacity: 1;
	top: 180px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	z-index: 99;
	TEXT-ALIGN: CENTER;
	width: 100%;
	background: RGBA(0,0,0, .5);
	color: #fff;
	padding: 10px 10px;
}
.caption-text h1 {
	text-shadow: 0px 0px 5px rgba(0,0,0, .8);
	font-weight: normal;
}
.gallery-folder ul li:hover .caption {
	opacity: 1;
	transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-o-transform: translateY(-70px);
}
/*
================Aurum Page==================
===============================================
*/


/*right*/
.aurum_desk_right {
	border: 4px solid #fff;
	padding: 10px;
	margin-bottom: 15px;    box-shadow: 0px 0px 3px #ccc;
}
.aurum_desk_right h4 {
	color: #33a9ee;
	border-bottom: 1px solid;
	font-weight: normal;
	margin-bottom: 15px;
}
.aurum_desk_right aside {
	width: 70%;
	text-align: justify;
	float: left;
}
.aurum_desk_right figure {
	float: right;
	width: 260px;
	vertical-align: inherit;
	height: 260px;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
}
.aurum_desk_right figure img {
	width: 100%;
}
/*left*/

.aurum_desk_left {
	border: 4px solid #fff;
	padding: 10px;
	margin-bottom: 15px;    box-shadow: 0px 0px 3px #ccc;
}
.aurum_desk_left h4 {
	color: #33a9ee;
	border-bottom: 1px solid;
	font-weight: normal;
	margin-bottom: 15px;
}
.aurum_desk_left aside {
	width: 70%;
	text-align: justify;
	float: right;
}
.aurum_desk_left figure {
	float: left;
	width: 260px;
	vertical-align: inherit;
	height: 260px;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
}
.aurum_desk_left figure img {
	width: 100%;
}
/*
================Login Page==================
===============================================
*/


.login-page {
	background: url(../images/login-page-bg.png) repeat;
	background-attachment: fixed;
	height: 100%;
	background-position: center
}
.login-form {
	width: 51%;
	margin: 0em auto;
	border: 4px solid rgba(255,255,255,.2);
	position: relative;
	top: 25%;
	background: #fff;
}
/*Left*/

.login-left {
	float: left;
	width: 41%;
	background: #192490;
	padding: 3.3em 2em;
}
.login_logo {
	text-align: center;
}
.social-icons {
	margin-top: 2em;
}
.social-icons ul {
	text-align: center;
}
.social-icons ul li {
	display: inline-block;
}
.social-icons ul li a {
	width: 35px;
	height: 35px;
	border: 1px solid;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.social-icons ul li a i {
	line-height: 35px;
}
.social-icons ul li a:hover {
	background: #fff!important;
	color: #192490;
	border: 1px solid;
}
/*Right*/

.login-right {
	float: left;
	width: 59%;
	background-color: #fff;
	padding: 5%;
}
.login-right h2 {
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px solid;
	margin-bottom: 15px;
}
.login-right input.email {
	background: url(../images/l2.png) no-repeat 98% 67%
}
.login-right input.password {
	background: url(../images/l3.png) no-repeat 98% 67%;
}
.login-right input[type="text"], .login-right input[type="password"] {
	outline: none;
	font-size: 13px;
	color: #000;
	padding: 19px 30px 10px 10px;
	margin: 0;
	width: 99.87%;
	border: none;
	border-bottom: 2px solid #cecfd3;
	-webkit-appearance: none;
	font-family: ruda;
}
.label_div {
	margin-top: 20px;
	margin-bottom: 20px;
}
.label_div label:first-child {
	color: #000;
	font-size: 13px;
	float: left;
}
.label_div label:last-child {
	float: right;
}
.label_div label:last-child a {
	color: #000;
}
.label_div label input[type="checkbox"] {
	vertical-align: middle;
}
.login_button button {
	padding: 8px 30px;
	background: #192490;
	border: 2px solid #fff;
	color: #fff;
	font-family: ruda;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.login_button button:last-child {
	float: right;
}
.login_button button:hover {
	background: #fff;
	color: #192490;
	border: 2px solid #192490;
}
/*
================Spoerts Page==================
===============================================
*/
.sp_icon {
	margin-top: 20px;
}
.sports_icon-bx {
	width: 23.4%;
	display: inline-block;
	padding: 15px 0px 0px;
	margin: 5px;
	border: 1px solid #eceaea;
	background: #f9f9f9;
	margin-bottom: 10px;
}
aside.sports_icon-bx i {
	width: 80px;
	height: 80px;
	display: block;
	border: 1px solid #ccc; background:url(../images/sportsicon.png) no-repeat;
	margin: 0px auto; cursor:pointer;transition:ease-in-out.3s;
}
aside.sports_icon-bx i.s_icon1 {background-position:-174px 3px}
aside.sports_icon-bx i.s_icon2 {background-position: -565px 3px}
aside.sports_icon-bx i.s_icon3 {background-position: -369px 3px}
aside.sports_icon-bx i.s_icon4 {background-position: 4px 3px}
aside.sports_icon-bx i.s_icon5 {background-position: -83px 3px}
aside.sports_icon-bx i.s_icon6 {background-position: -472px 3px}
aside.sports_icon-bx i.s_icon7 {background-position: -638px 3px}
aside.sports_icon-bx i.s_icon8 {background-position:-266px 3px}

aside.sports_icon-bx:hover{ background:#fff;}

aside.sports_icon-bx:hover i.s_icon1 {background-position:-174px -98px}
aside.sports_icon-bx:hover i.s_icon2 {background-position: -565px -98px}
aside.sports_icon-bx:hover i.s_icon3 {background-position: -369px -98px}
aside.sports_icon-bx:hover i.s_icon4 {background-position: 4px -98px}
aside.sports_icon-bx:hover i.s_icon5 {background-position: -83px -98px}
aside.sports_icon-bx:hover i.s_icon6 {background-position: -472px -98px}
aside.sports_icon-bx:hover i.s_icon7 {background-position: -638px -98px}
aside.sports_icon-bx:hover i.s_icon8 {background-position:-266px -98px}



aside.sports_icon-bx h5 {font-size: 15px;font-weight: normal;text-align: center;line-height: 30px;text-transform: uppercase;margin: 10px 0px;}


aside.smart-lab i{width: 80px;height: 80px;display: block;border: 1px solid #ccc; background:url(../images/lab-icon.png) no-repeat!important;	margin: 0px auto; cursor:pointer;transition:ease-in-out.3s;}

.s_lab .sports_icon-bx { width: 15.5555555%;}
/*smart lab*/

aside.smart-lab i.lab-1 {background-position:-164px 3px!important}
aside.smart-lab i.lab-2 {background-position:-259px 3px!important}
aside.smart-lab i.lab-3 {background-position: -444px 3px!important}
aside.smart-lab i.lab-4 {background-position: -625px 3px!important}
aside.smart-lab i.lab-5 {background-position: 9px 3px!important}
aside.smart-lab i.lab-6 {background-position: -87px 3px!important}
aside.smart-lab i.lab-7 {background-position:-341px 3px!important}
aside.smart-lab i.lab-8 {background-position:-535px 3px!important}


aside.smart-lab:hover i.lab-1 {background-position:-164px -75px!important}
aside.smart-lab:hover i.lab-2 {background-position:-259px -75px!important}
aside.smart-lab:hover i.lab-3 {background-position: -444px -75px!important}
aside.smart-lab:hover i.lab-4 {background-position: -625px -75px!important}
aside.smart-lab:hover i.lab-5 {background-position: 9px -75px!important}
aside.smart-lab:hover i.lab-6 {background-position: -87px -75px!important}
aside.smart-lab:hover i.lab-7 {background-position:-341px -75px!important}
aside.smart-lab:hover i.lab-8 {background-position:-535px -75px!important}






/*
================Career Page==================
===============================================
*/

.career_left {
	width: 60%;
	float: left;
}
.career_right {
	width: 38%;
	float: right;
	margin-top: 30px;
}
.career_right img {
	width: 100%;
}
/*
================Facilities Page==================
===============================================
*/

.facilities_wrap {
	margin-left: -15px;
	margin-right: -15px;
	border: 0px solid red;
}
/**/
.first_wrap, .mid_wrap, .last_wrap, .first-wrap-top{
	/*padding-left: 15px;
	padding-right: 15px;*/
	float: left;
	border: 0px solid red;
}

.last_wrap:nth-child(2) {
	margin-right: 80px;
}
.first_wrap {
	width: 28%;
	text-align: right;
}
.mid_wrap {
	width: 33%;
	float: left;
	border: 0px solid;
	margin-right: 3%; 
	margin-top:30px;
}
.mid_wrap img {
	width: 100%;
}
.last_wrap {
	width: 28%;
	text-align: left;
	float: left;
}
.icon-bx-wraper {
	position: relative;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 15px;min-height:130px;
}
.icon-bx-md {
	background: #192490;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	font-size: 29px;
	line-height: 80px;
	position: absolute;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	background-image: url(../images/facility.png);
	background-repeat: no-repeat;
}
.icon-bx-wraper .icon_1 {
	background-position: -225px 12px;
}
.icon-bx-wraper .icon_2 {
	background-position: -137px 12px
}
.icon-bx-wraper .icon_3 {
	background-position: -634px 12px
}
.icon-bx-wraper .icon_4 {
	background-position: -870px 12px;
}
.icon-bx-wraper .icon_9 {
	background-position: -310px 12px
}
.icon-bx-wraper .icon_10 {
	background-position: -715px 12px
}
.icon-bx-wraper .icon_5 {
	background-position: -471px 12px
}
.icon-bx-wraper .icon_6 {
	background-position: -62px 12px
}
.icon-bx-wraper .icon_7 {
	background-position: -159px 11px
}
.icon-bx-wraper .icon_8 {
	background-position: -794px 11px
}
.icon-bx-wraper .icon_11 {
	background-position: 14px 12px
}
.icon-bx-wraper .icon_12 {
	background-position: -386px 12px
}
.first_wrap .icon-bx-md {
	top: auto;
	right: 0;
}
.last_wrap .icon-bx-md {
	top: auto;
	left: -80px;
}
.p-r40 {
	padding-left: 40px;
}
.p-l40 {
	padding-left: 40px;
}
h5.rdx-tilte {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	text-transform: capitalize;
}
/*
================Workshop Page==================
===============================================
*/


.word_shop {
	margin-left: -15px;
	margin-right: -15px;
}
.workshop_wrap {
	width: 23%;
	border: 0px solid red;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.workshop_aside {
	background-size: cover!important;
	border-radius: 3px;
	min-height: 300px;
	z-index: 0;
}
.w_con_wrap {
	background-color: rgba(255,255,255,.7);
	border: 2px solid #ccc;
	border-radius: 3px;
	border-top-color: transparent;
	bottom: 0;
	height: auto;
	left: 0;
	width: 100%;
	min-height: 104px;
	opacity: 1;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 195px;
	-webkit-transition: 0.3s top ease-in-out 0s;
	-moz-transition: 0.3s top ease-in-out 0s;
	-o-transition: 0.3s top ease-in-out 0s;
	transition: 0.3s top ease-in-out 0s;
	overflow: hidden;
	z-index: 1;
}
.workshop_wrap:nth-child(odd) .w_con_wrap {
	border-color: rgba(41, 181, 238, 0.8);
	border-top-color: transparent;
}
.workshop_wrap:nth-child(even) .w_con_wrap {
	border-color: rgba(240,176,15, .8);
	border-top-color: transparent;
}
/*hover*/

.workshop_wrap:hover .w_con_wrap {
	border-radius: 3px;
	top: 0;
	z-index: 0;
	height: 407px;
	color: #fff;
}
.workshop_wrap:nth-child(odd).workshop_wrap:hover .w_con_wrap {
	background: rgba(41, 181, 238, 0.8);
}
.workshop_wrap:nth-child(even).workshop_wrap:hover .w_con_wrap {
	background: rgba(240,176,15, .8);
}
.workshop_wrap:hover .w_con_wrap span {
	color: #fff;
}
.title_w h4 {
	font-weight: normal;
	border-bottom: 1px solid;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 32px;
}
.title_w span {
	color: #242525;
	font-size: 15px;
	padding: 5px 10px;
	float: left;
}
.title_w span:last-child {
	float: right;
	margin: 0px;
}
.w_con_wrap a {
	display: block;
	color: #000;
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 2px;
	text-align: center;
	margin-top: 30px;
	width: 38%;
	background: #fff;
}
.w_con_wrap a:hover {
	color: #000;
	background: none;
}
/*======================== Aurum House=========================*/

aside.house-aside {
	width: 25%;
	border: 1px solid #CCC;
	float: left;
	min-height: 530px;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 5%;
}
aside.house-aside h4 {
	background: rgba(0, 0, 0, 0.4);
	position: relative;
	margin-top: -45px;
	padding: 10px;
	color: #fff;
	font-weight: normal;
}
.house-aside p b {
	color: #09F;
	margin: 10px 0px;
	display: block;
}
.house-aside p {
	padding: 3px 6px;
	text-align: justify;
	line-height: 23px;
}
aside.house-aside figure {
	height: 200px;
	overflow: hidden;
}
/*image-zoom */

aside.house-aside figure img {
	transition: all 8s;
	-moz-transition: all 8s;
	-webkit-transition: all 8s;
	-o-transition: all 8s;
	width: 100%;
	-webkit-filter: grayscale(100%); -MOZ-filter: grayscale(100%);
	filter: grayscale(100%);
}
aside.house-aside figure img:hover {
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
/* >image-zoom-slow */

aside.house-aside figure img:hover {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
/*************************************************/
.event-pic {
	width: 35%;
	float: left;
}
.event-pic img {
	width: 100%;
	display: block;
	border: 4px solid #fff;
	box-shadow: 0px 0px 3px #ccc;
}
.detail-event {
	width: 65%;
	border: 1px solid #ccc;
	float: left;
	margin-top: 25px;
	padding: 2%;
	background: #fff;
}
.detail-event h5 {
	border-bottom: 1px solid;
	color: #192490;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}
.event-deatil span {
	float: right;
	border: 1px solid #ccc;
	padding: 2px 10px;
	margin: 5px;
}
span.a_rrow a {
	width: 30px;
	height: 30px;
	border: 1px solid #192490!important;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	background: #192490;
	color: #fff;
}
/*====25august18======*/
.MR-special {
	margin: 0px 1%!important;
}
.cariculam-box-3 {
	width: 32.33%!important;
	margin: 0px;
}
/*books detail*/

table { width: 100%; text-align: center;  margin-bottom:30px;border-collapse:collapse; font-size:13px;}

.book-table  td, .book-table th, .scheduled_workshop th, .scheduled_workshop td { padding: 5px;border: 1px solid #ccc;    border-spacing: 0px; text-transform:uppercase;}

.book-tablecaption {font-weight: bold;margin-bottom: 20px;font-size: 17px;}

.book-table  th:nth-child(1) {width: 30%!important;}

.book-table  th:nth-child(2) { width: 50%;}

.book-table  th:nth-child(3) {width: 20%;}

.book-table th {font-weight: bold; font-size: 16px; color: black;    background: #f3f3f3;}

.book-table caption { font-size: 16px;  font-weight: bold;  margin-bottom: 10px;}

/**/

.scheduled_workshop { margin: 25px 0px;}

.scheduled_workshop h3 { font-size: 18px;  font-weight: bold;  margin-bottom: 25px;}

.scheduled_workshop th, .scheduled_workshop td {
    padding: 15px;
}

.scheduled_workshop th:nth-child(3) {width: 37%;}

/**/
.thought {  font-size: 25px;   color: #635c5c;   font-weight: 500;   text-transform: capitalize;}


.book-table caption {font-size: 16px;font-weight: bold;margin-bottom: 10px;}

.book-activity th:first-child{ text-align:left;}

.book-activity td:first-child{ text-align:left;}

.book-activity { width: 100%; margin: 0px auto;  margin-bottom: 30px; max-width: 420px;}

.book-activity  th:nth-child(1){width:50%!important}
/*activity*/

/***/
/*====gallery page====*/

ul.gallery{ margin-bottom:15px; text-align:center;}
.gallery li {width: 22.555%;border: 6px solid #f4f8f9;list-style-type: none; display: inline-block;overflow: hidden;margin-right: 23px; transition: ease-in-out.3S;}

ul.gallery li figure img { display:block;transform:scale(1); transition:ease-in-out.3S; position:relative;}

.gallery li:hover img{ transform:scale(1.2);}
.gallery li:hover{border:6px solid #fff; box-shadow:0px 0px 3px #ccc; }
.gallery li:hover .t_topic{background-color:#fff; color:#2882a0}
.gallery li:hover .t_topic h4 a{color:#2882a0}

.t_topic {display: block;background:#2882a0; position:relative; z-index:1; transition:ease-in-out.3S;}
ul.gallery li .t_topic h4 a { font-size: 15px;font-weight: normal;color: #fff;line-height: 58px;padding: 10px;}

/*==========*/
.demo-gallery > ul {  margin-bottom: 0; }
.lg-sub-html h4 {
	margin: 0;
	font-weight: normal!important;
	text-transform: uppercase!important;
	font-size: 1em!important;
}
.demo-gallery > ul > li {
	display: inline-block;
	width: 232px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 1px #ccc;
	margin: 2px;
	overflow: hidden;
	height: 150px;
}
.demo-gallery > ul > li img{width:100%; min-height:150px; display:block; min-width: 100%;}
.demo-gallery > ul > li a {border: 3px solid #FFF;border-radius: 3px; display: block;overflow: hidden;position: relative;float: left;}
.demo-gallery > ul > li a > img {transform: scale3d(1, 1, 1);height: 100%; width: 100%; display:block;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);}

	.demo-gallery > ul > li a:hover > img {-webkit-transform: scale3d(1.2, 1.2, 1.2);transform: scale3d(1.2, 1.2, 1.2);}
	.demo-gallery > ul > li a:hover .demo-gallery-poster > img {opacity: 1;}
	.demo-gallery > ul > li a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}
	.demo-gallery > ul > li a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transitionopacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}

	.demo-gallery > ul > li a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
	.demo-gallery .justified-gallery > a > img {
		-webkit-transition: -webkit-transform 0.15s ease 0s;
		-moz-transition: -moz-transform 0.15s ease 0s;
		-o-transition: -o-transform 0.15s ease 0s;
		transition: transform 0.15s ease 0s;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
		height: 100%;width: 100%;}

		.demo-gallery .justified-gallery > a:hover > img {-webkit-transform: scale3d(1.1, 1.1, 1.1);transform: scale3d(1.1, 1.1, 1.1);}
		.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {opacity: 1;}
		.demo-gallery .justified-gallery > a .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.1);bottom: 0;left: 0;position: absolute;right: 0;top: 0;
			-webkit-transition: background-color 0.15s ease 0s;-o-transition: background-color 0.15s ease 0s;transition: background-color 0.15s ease 0s;}

			.demo-gallery .justified-gallery > a .demo-gallery-poster > img {left: 50%;margin-left: -10px;margin-top: -10px;opacity: 0;position: absolute;top: 50%;-webkit-transition: opacity 0.3s ease 0s;-o-transition: opacity 0.3s ease 0s;transition: opacity 0.3s ease 0s;}

			.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {background-color: rgba(0, 0, 0, 0.5);}
			.demo-gallery .video .demo-gallery-poster img {height: 48px;margin-left: -24px;margin-top: -24px;opacity: 0.8;width: 48px;}
			.demo-gallery.dark > ul > li a {border: 3px solid #04070a;}
			.home .demo-gallery {padding-bottom: 80px;}



/*==============================*/

.normal-table {
    width: 100%;
    border: 1px solid #ccc;
}
.normal-table th, td {
    padding: 10px;
    border: 1px solid #ccc;
}

.affi img {
    width: 100%;
}
.affi {
    width: 29%;
    border: 1px solid #ccc;
    float: left;
    margin: 10px 25px;
}




/*================================Popup Message ======================*/
.dNone{
	display: none!important;
}
.pmsgSection{
	position: fixed;
	background: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.closePmsg{
	position: absolute;
	top: 0;
	right: 0;
	background: #e85757;
	padding: 5px 10px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.closePmsg:hover{
	background: #b54242;
}

.popmsgLogo{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #fff;
	position: relative;
	z-index: 999999;
	padding:10px;
}

.popmsgLogo img{
	width: 100%;
}

.pmsgDiv{
	width: 60%;
	height: fit-content;
	height: 80%;
	padding: 20px;
	padding-top: 60px;
	background: #fff;
	box-shadow: 0px 0px 60px 30px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-top: -40px;
	position: relative;
	z-index: 99999;
}

.inPmsgDiv{
	width: 100%;
	height: 100%;
}
.pmsgTitle{
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}

.pmsgImage{
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.pmsgImage img{
	height:300px;
	width: auto;
	max-width: 95%;
}

@media screen and (max-width:768px) {
	.pmsgImage img{
		height:200px;
		width: auto;
		max-width: 95%;
	}
	.pmsgDiv{
		width: 95%;
		height: 90%;
	}
}

.pmsgDesc{
	text-align: center;
	margin-bottom: 5px;
}
.pmsgControl{
	text-align: center;
}

.pmsgControl a{
	padding: 5px 10px;
	border: 1px solid #FFC600;
	color: #FFC600;
	transition: 0.2s ease-in-out;
}

.pmsgControl a:hover{
	background: #FFC600;
	color: #fff;
}


.inner_sliderFGI{
	width: 100%;
	height: fit-content;
	margin-bottom: 3%;
}

.inner_sliderFGI img{
	width: 100%;
}


/*//Birthday Data*/
.birthdayDiv{
	width: 100%;
}

.bDayUl{
	width: 100%;
	list-style-type: none;
}

.bDayLi{
	width: 100%;
	list-style-type: none;
	display: inline-block;
	padding: 20px;
}

.inBDayLi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 20px 6px rgb(0 0 0 / 7%);
	background-image: url('../images/birthday-bg.jpg');
	background-size: cover;
}

.bDayInfo{
	width: 20%;
}

.bDayImg{
	width: 100%;
	margin-bottom: 10px;
	border:1px solid #eee;
}

.bDayImg img{
	width: 100%;
}

.bDayDat{
	width: 100%;
}
.bDayName{
	width: 100%;
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 8px 10px;
}
.bDayName h3{
	font-weight: 400;
	font-size: 18px;
}

.bDayWish{
	width: 78%;
}

.bDayWishHead{
	width: 100%;
	margin-bottom: 30px;
}
.bDayWishHead h1{
	text-transform: uppercase;
	font-size: 50px;
	text-align: right;
	color: rgba(0,0,0,0.2);
	letter-spacing: 2px;
}

.bDayWishQuote{
	width: 100%;
}

.bWishMainQuote{
	font-size: 16px;
}

.paraStart{
	color: #eee;
    font-size: 50px;
    line-height: 0;
    margin: 0px;
    margin-right: 25px;
    float: left;
}
.paraEnd{
	color: #eee;
    font-size: 50px;
    line-height: 0;
    margin: 0px;
    margin-left: 25px;
    float: right;
}

@media screen and (max-width:768px) {
	.inBDayLi{
		display: block;
	}

	.bDayInfo{
		width: 100%;
		margin-bottom: 20px;
	}
	.bDayWish{
		width: 100%;
	}
	.bDayWishHead{
		margin-bottom: 10px;
	}
	.bDayWishHead h1{
		font-size: 25px;
		text-align: left;
	}

	.bWishMainQuote{
		font-size: 15px;
	}
}



.ytTestiFrame{
	min-height: 500px;
}

@media screen and (max-width:768px) {
	.ytTestiFrame{
		min-height: 400px;
	}
}

@media screen and (max-width:520px) {
	.ytTestiFrame{
		min-height: 280px;
	}
}

/*Testiminial Playlist*/
.normal-section{
	margin-bottom: 60px;
}
.testi_PL{
	width: 100%;
	border: 5px solid #fff;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	margin-top: 15px;
}

.plFrame{
	width: 100%;
	min-height: 550px;
}

@media screen and (max-width:768px) {
	.plFrame{
		min-height: 450px;
	}
}

@media screen and (max-width:520px) {
	.plFrame{
		min-height: 330px;
	}
}

@media screen and (max-width:425px) {
	.plFrame{
		min-height: 280px;
	}
}

.quoteDiv{
	width: 100%;
	margin-bottom: 20px;
}
.quotePara {
    text-align: center;
    font-size: 25px;
}
.quoteBy {
    text-align: center;
}


/****************************
 ****************************
 **************************** Roll Of Honor 
 ****************************
 ****************************/
.mid-container {
	width: 1200px;
	margin: 0px auto;
}
.rohDiv{
	width: 100%;
	margin-top: 30px;
}

.rohUl{
	width: 100%;
	list-style-type: none!important;
}

.rohLi{
	width: 21.76%;
	margin-left: 0%!important;
	margin-right: 4%;
	margin-bottom: 4%;
	display: inline-block;
}

.inRohLi{
	width: 100%;
	position: relative;
}
.rohSess{
	width: 80%;
	margin: 0px auto;
	text-align: center;
	padding: 5px 0px;
	background: #192490;
	color: #fff;
	font-family: 'Ruda', sans-serif;
	font-size: 16px;
	position: relative;
	z-index: 9;
}
.rohSess:before {
    border-left: 12px solid transparent;
    left: -12px;
    content: "";
    position: absolute;
    border-bottom: 26px solid #ca8c26;
    top: 0;
    z-index: 6;
}
.rohSess:after {
    border-right: 12px solid transparent;
    right: -12px;
    content: "";
    position: absolute;
    border-bottom: 26px solid #ca8c26;
    top: 0;
    z-index: 6;
}

.rohImg{
	width: 100%;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
	line-height: 0px;
	border-top: none;
	position: relative;
	z-index: 8;
	margin-top: -10px;
}
.rohImg img{
	width: 100%;
	transition: 0.2s ease-out;
}

.rohInfo{
	width: 100%;
	padding: 8px 10px;
	background: #eee;
	position: relative;
	z-index: 8;
}
.rohName{
	margin-bottom: 0px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}
.rohDesc{
	margin-top: 0px;
}
.mr0{
	margin-right: 0%;
}
.rohLi:hover .rohImg img{
	transform: scale(1.1);
}

@media screen and (max-width:768px) {
	.rohUl{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.rohLi{
		width: 49%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 2%;
	}
}

@media screen and (max-width:520px) {
	.rohLi{
		width: 48%;
		margin-bottom: 4%;
	}
}

@media screen and (max-width:320px) {
	.rohLi{
		width: 100%;
	}
}
