/*
 Theme Name: Darul Quran
 Theme URI: www.sprdh.com
 Author: SPRDH
 Author URI: www.sprdh.com
 Description: sprdh
 Version: 1.0
 Tags: Darul Quran
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 400;
}
.left {
	float: left;
}
.right {
	float: right;
}
br.clear {
	clear: both;
	line-height: 0;
}
.clear {
	clear: both;
}
.wrapper {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
p {
	line-height: 1.6em;
}
.hidden {
	display: none;
}
a {
	color: #353536;
}
input, textarea {
	font-family: 'robotoregular', sans-serif;
}
a:hover {
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75
}
header h1 a:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
@font-face {
	font-family: 'robotobold';
	src: url('fonts/Roboto-Bold-webfont.eot');
	src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold-webfont.woff') format('woff'), url('fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('fonts/Roboto-Regular-webfont.eot');
	src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
header {
	height: auto;
	background: #fff;
	position: relative;
	z-index: 999;
	box-shadow: 2px 0 5px rgba(0,0,0,0.4);
}
header .wrap {
	position: relative;
}
header h1 {
	float: left;
	position: relative;
	position: absolute;
	left: 0;
	top: -54px;
}
header h1 a {
	/*background: url(images/logo.png) no-repeat scroll 0 0;
	width: 164px;
	height: 163px;*/
	display: block;
	text-indent: -99999px;
	/*border: 1px solid #eee;*/
	border-top: none;
}
header h1 a img {
	display: block;
	width: 160px;
}
header h2 {
	float: right;
	text-transform: uppercase;
	color: #e7573c;
    font-weight: 700;
	padding-right: 30px
}
header h2 b {
	color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 28px;
}
header h2 span.location {
	float: right;
	color: #4b4b4b;
	text-transform: none;
	font-size: 14px;
	margin-left: 30px;
	font-weight: 600;
	margin-top: 8px;
	color: #f5f5f5;
}
header h2 span.location strong {
	font-weight: 600;
	font-size: 14px;
}
#headtop {
	background: #d3a96a;
	padding: 5px 0;
}
header h2 span img{
	float: left;
	width: 17px;
	height: auto;
	margin-top: 0;
	margin-right: 5px;
}
header nav {
	float: right;
	clear: right;
}
header nav ul li {
	display: inline-block;
	font-size: 15px;
	position: relative;
}
header nav ul li a{
	padding: 0 20px;
	line-height: 70px;
	display: inline-block;
	font-weight: 500;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul ul {
	display: none;
	position: absolute;
	right: 0px;
	top: 70px;
	width: 250px;
}
/*header nav ul ul:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #937808;
	position: absolute;
	right: 0;
	top: 0;
}*/
header nav ul ul li {
	margin-left: 0;
	display: block;
	font-size: 15px;
}
header nav ul ul li a {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px solid #eee;
	font-weight: 400;
	background: #937808;
	line-height: 14px;
	color: #fff;
}
header nav ul ul a:hover {
	color: #fff;
}
header nav ul ul li:last-child a {
	border-bottom: none;
}
header form {
	float: right;
	width: 250px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 30px;
	overflow: hidden;
	margin-top: 15px;
}
header form input.text {
	border: none;
	width: 100%;
	float: left;
	height: 30px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#spotlight div.flexslider {
	width: 100%;
	float: left;
	margin-top: -50px;
	padding-top: 50px;
}
#spotlight div.flexslider .slides li {
	position: relative;
}
#spotlight div.flexslider .slides li img {
	display: block;
}
#spotlight a.ls-nav-prev, #spotlight a.ls-nav-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 32px;
	margin: auto 0;
	height: 32px;
	background: url(images/sprite.png) no-repeat scroll 0 0;
	text-indent: -9999px;
	z-index: 99;
}
#spotlight a.ls-nav-next {
	right: 5%;
}
#spotlight a.ls-nav-prev {
	left: 5%;
	background-position: -32px 0;
}
#spotlight div.container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 999;
}
#spotlight div.container img.s1 {
	position: absolute;
	left: 15%;
	top: 22%;
}
#spotlight div.container img.s2 {
	left: 25%;
	position: absolute;
	top: 49%;
}
#spotlight b {
	font-family: 'robotobold';
	color: #fff;
	display: block;
	font-size: 45px;
	line-height: 55px;
}
#spotlight b small {
	color: #f49600;
	font-size: 45px;
}
#spotlight small {
	font-size: 22px;
	color: #fff;
}
#spotlight div.container img.s4 {
	left: 43%;
	position: absolute;
	top: 50%;
}
#spotlight div.container a.s5 {
	left: 53%;
	position: absolute;
	top: 24%;
}
#spotlight div.container img.s6 {
	left: 80%;
	position: absolute;
	top: 51%;
}
#spotlight div.container .s7 {
	left: 65%;
	position: absolute;
	top: 70%;
}
#spotlight .live img {
	float: left;
	position: relative;
	z-index: 1;
}
#spotlight .live span {
	float: left;
	background: #000;
	font-family: 'robotobold';
	margin: 44px 0 0 -2px;
	color: #fff;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
}
#spotlight .live span b {
	color: #f49600;
	font-size: 22px;
	line-height: normal;
	display: inline-block;
}
#scroll {
	background: #d3a96a;
	padding: 15px 0 15px;
}
#scroll h5 {
	float: left;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 30px;
	margin-top: -2px;
}
#scroll li {
	margin-right: 20px;
	font-size: 13px;
	display: inline-block;
	background: url('images/dot.png') no-repeat scroll left center;
	padding-left: 15px;
}
#scroll li a {
	color: #fff;
	font-weight: 600;
}
#scroll li a:hover {
	text-decoration: underline;
}
.marquee3k {
	overflow: hidden;
}
#about_us {
	padding: 50px 0;
	text-align: center;
}
#about_us h2{
	font-weight: 700;
	font-size: 40px;
	color: #000;
	margin-bottom: 30px;
}
#banner_bottom {
	background: #ffe996;
	padding: 40px 0;
}
#banner_bottom .row {
	margin-left: -15px;
	margin-right: -15px;
}
#banner_bottom .widget {
	float: left;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#banner_bottom .widget .box {
	border: 1px solid rgba(255,255,255, 0.2);
	padding: 30px;
	min-height: 225px;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.3);
}
#banner_bottom #director .box {
	background: rgba(255,255,255, 0.3);
}
#banner_bottom #director b {
	color: #000;
	display: block;
	margin: 10px 0 5px;
	font-weight: bold;
}
#notification {
	position: relative;
}
#notification h3 span.icon {
	background: url(images/sprite.png) no-repeat scroll 0 -32px;
	width: 75px;
	height: 63px;
	display: inline-block;
	margin-right: 10px;
}
#banner_bottom .widget h3 {
	font-family: 'robotobold';
	font-size: 21px;
	color: #2b2b2b;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#banner_bottom .widget p {
	line-height: 1.8em;
}
#notification span.date {
	background: #f52904;
	color: #fff;
	text-align: center;
	float: left;
	padding: 10px 0;
	width: 62px;
	text-align: center;
	font-size: 15px;
	margin-right: 10px;
}
#banner_bottom #notification span.date {
	float: none;
	display: inline-block;
	width: auto;
	padding: 3px 20px;
	margin-bottom: 10px;
}
#notification h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
#director h4 {
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
#notification h4 a {
	color: #000;
}
#notification .slides li {
	clear: left;
}
#notification .slides li .container {
	padding: 5px;
}
#notification .flex-control-nav {
	position: inherit;
	margin-bottom: 15px;
}
#notification .flex-control-nav li {
	display: inline-block;
	margin-left: 10px;
}
#notification .flex-control-nav li a {
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ff2c01;
	text-indent: -99999px;
	display: inline-block;
	cursor: pointer;
}
#notification .flex-control-nav a.flex-active {
	background: #ffb005;
}
#banner_bottom a.button, .courses a.button {
	border-radius: 16px;
	background: #000;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
	clear: both;
}
.courses a.button {
	background: #385cb5;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 20px;
}
#banner_bottom a.button small, .courses a.button small {
	font-weight: 700;
	color: #f19600;
	font-size: 15px;
	background: url(images/arrow-right.png) no-repeat scroll right 8px;
	display: inline-block;
	padding-right: 15px;
}
#admission span.icon {
	background: url(images/sprite.png) no-repeat scroll -77px -32px;
	float: left;
	width: 79px;
	height: 96px;
	margin-right: 10px;
	margin-top: 16px;
}
#admission p {
	line-height: 1.3em;
}
#admission ul {
	margin: 4px 0 23px;
}
#admission ul li {
	display: inline-block;
	font-size: 15px;
}
#admission ul li a {
	color: #fe0000;
}
#hifz-center{
	height: 462px;
	padding: 25px 0;
	text-align: center;
	position: relative;
}
#hifz-center h1, .courses h1 {
	font-size: 40px;
}
#hifz-center h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 30px;
}
#hifz-center span.round {
	width: 160px;
	height: 160px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4c1056;
	display: block;
	margin: 0 auto 5px;
	position: relative;
}
#hifz-center span.round img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#hifz-center ul.slides li div.container {
	padding: 0 30px;
}
#hifz-center ul.slides li.one span.round {
	background: #4c1056;
}
#hifz-center ul.slides li.two span.round {
	background: #e7573c;
}
#hifz-center ul.slides li.three span.round {
	background: #f59701;
}
#hifz-center ul.slides li.four span.round {
	background: #716318;
}
#hifz-center ul.slides li.five span.round {
	background: #4c1056;
}
#hifz-center ul.slides li.six span.round {
	background: #4c1056;
}
#hifz-center ul.slides li.seven span.round {
	background: #4c1056;
}
#hifz-center ul.slides li h3 {
	color: #000;
	font-size: 26px;
	margin-bottom: 5px;
	line-height: 35px;
	height: 70px;
}
#hifz-center .bx-controls-direction a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 21px;
	margin: auto 0;
	height: 34px;
	background: url(images/sprite.png) no-repeat scroll 0 -139px;
	text-indent: -9999px;
}
#hifz-center .bx-controls-direction a.bx-prev {
	left: 30px;
	background-position: -21px -139px;
}
#hifz-center .bx-controls-direction a.bx-next {
	right: 30px;
}
#hifz-center ul.slides li a.button, #welcome a.button {
	background: #fefefe;
	border: 1PX solid #989898;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 10px;
	display: block;
	width: 180px;
	text-align: center;
	margin: 0 auto;
}
div.bx-pager {
	display: none;
}
#hifz-center a.button small, #welcome a.button small, a.more small {
	font-family: 'robotobold';
	color: #f19600;
	font-size: 15px;
	background: url(images/arrow-right2.png) no-repeat scroll right 8px;
	display: inline-block;
	padding-right: 15px;
}
#hifz-center ul.slides li p {
	color: #7d7d7d;
	line-height: 1.3em;
	margin-bottom: 10px;
}
#schools{
	/* background: url(images/banner2.jpg) no-repeat fixed center center;
	 */
	background: #f3d8d3;
	-webkit-background-size: cover;
	background-size: cover;
}
.courses {
	padding: 100px 0;
	text-align: center;
}
#schools .courses:nth-child(2){
	background: rgba(255,255,255,1);
	-webkit-background-size: cover;
	background-size: cover;
}
.courses h1 , #facilities h1{
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	color: #3c3c3c;
	margin-bottom: 30px;
}
#facilities h1{
	color: #fff;
	text-align: center;
}
.list_box {
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
	font-size: 0;
}
.list_box li {
	display: inline-block;
	width: 20%;
	padding: 0 10px;
	vertical-align: top;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
#schools .courses:nth-child(2) .list_box li{
	width: 25%;
}
.list_box li .box {
	border: 1px solid #385cb5;
	padding: 15px;
	text-align: center;
}
#schools .courses:nth-child(2) .list_box li .box{
	background:  #229954;
	border: none;
}
#schools .courses:nth-child(2) .list_box li .box h3 a, .courses:nth-child(2) .list_box li .box .button_3{
	color: #fff;
}
.list_box li .box h3 a{
	text-transform: uppercase;
	color: #111;
	font-weight: 600;
	display: block;
	font-size: 15px;
}
.list_box li .box h3{
	margin-bottom: 10px;
	min-height: 40px;
}
.list_box li .box p {
	margin-bottom: 10px;
}
.button_3 {
	color: #e7573c;
	font-weight: 600;
	font-size: 13px;
}
.text-center {
	text-align: center;
}
#schools .courses:nth-child(1) h1{
	color: #fff;
}
#schools .courses:nth-child(1) .list_box li .box {
	background: #fff;
	border: none;
}
#welcome {
	background: url(images/whit-dot.png) repeat fixed 0 0;
	padding: 60px 0 0;
	text-align: center;
	color: #333;
}
#director {
	font-family: 'robotobold';
	margin-top: 50px;
	background: #fff;
	overflow: hidden;
}
#welcome #director p {
	margin-bottom: 0;
	font-size: 18px;
	padding-top: 25px;
}
#director p small {
	display: inline-block;
	margin: 0 20px;
}
#director p b {
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3My44MDYgNDczLjgwNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDczLjgwNiA0NzMuODA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM3NC40NTYsMjkzLjUwNmMtOS43LTEwLjEtMjEuNC0xNS41LTMzLjgtMTUuNWMtMTIuMywwLTI0LjEsNS4zLTM0LjIsMTUuNGwtMzEuNiwzMS41Yy0yLjYtMS40LTUuMi0yLjctNy43LTQgICAgYy0zLjYtMS44LTctMy41LTkuOS01LjNjLTI5LjYtMTguOC01Ni41LTQzLjMtODIuMy03NWMtMTIuNS0xNS44LTIwLjktMjkuMS0yNy00Mi42YzguMi03LjUsMTUuOC0xNS4zLDIzLjItMjIuOCAgICBjMi44LTIuOCw1LjYtNS43LDguNC04LjVjMjEtMjEsMjEtNDguMiwwLTY5LjJsLTI3LjMtMjcuM2MtMy4xLTMuMS02LjMtNi4zLTkuMy05LjVjLTYtNi4yLTEyLjMtMTIuNi0xOC44LTE4LjYgICAgYy05LjctOS42LTIxLjMtMTQuNy0zMy41LTE0LjdzLTI0LDUuMS0zNCwxNC43Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMmwtMzQsMzQuM2MtMTIuOCwxMi44LTIwLjEsMjguNC0yMS43LDQ2LjUgICAgYy0yLjQsMjkuMiw2LjIsNTYuNCwxMi44LDc0LjJjMTYuMiw0My43LDQwLjQsODQuMiw3Ni41LDEyNy42YzQzLjgsNTIuMyw5Ni41LDkzLjYsMTU2LjcsMTIyLjdjMjMsMTAuOSw1My43LDIzLjgsODgsMjYgICAgYzIuMSwwLjEsNC4zLDAuMiw2LjMsMC4yYzIzLjEsMCw0Mi41LTguMyw1Ny43LTI0LjhjMC4xLTAuMiwwLjMtMC4zLDAuNC0wLjVjNS4yLTYuMywxMS4yLTEyLDE3LjUtMTguMWM0LjMtNC4xLDguNy04LjQsMTMtMTIuOSAgICBjOS45LTEwLjMsMTUuMS0yMi4zLDE1LjEtMzQuNmMwLTEyLjQtNS4zLTI0LjMtMTUuNC0zNC4zTDM3NC40NTYsMjkzLjUwNnogTTQxMC4yNTYsMzk4LjgwNiAgICBDNDEwLjE1NiwzOTguODA2LDQxMC4xNTYsMzk4LjkwNiw0MTAuMjU2LDM5OC44MDZjLTMuOSw0LjItNy45LDgtMTIuMiwxMi4yYy02LjUsNi4yLTEzLjEsMTIuNy0xOS4zLDIwICAgIGMtMTAuMSwxMC44LTIyLDE1LjktMzcuNiwxNS45Yy0xLjUsMC0zLjEsMC00LjYtMC4xYy0yOS43LTEuOS01Ny4zLTEzLjUtNzgtMjMuNGMtNTYuNi0yNy40LTEwNi4zLTY2LjMtMTQ3LjYtMTE1LjYgICAgYy0zNC4xLTQxLjEtNTYuOS03OS4xLTcyLTExOS45Yy05LjMtMjQuOS0xMi43LTQ0LjMtMTEuMi02Mi42YzEtMTEuNyw1LjUtMjEuNCwxMy44LTI5LjdsMzQuMS0zNC4xYzQuOS00LjYsMTAuMS03LjEsMTUuMi03LjEgICAgYzYuMywwLDExLjQsMy44LDE0LjYsN2MwLjEsMC4xLDAuMiwwLjIsMC4zLDAuM2M2LjEsNS43LDExLjksMTEuNiwxOCwxNy45YzMuMSwzLjIsNi4zLDYuNCw5LjUsOS43bDI3LjMsMjcuMyAgICBjMTAuNiwxMC42LDEwLjYsMjAuNCwwLDMxYy0yLjksMi45LTUuNyw1LjgtOC42LDguNmMtOC40LDguNi0xNi40LDE2LjYtMjUuMSwyNC40Yy0wLjIsMC4yLTAuNCwwLjMtMC41LDAuNSAgICBjLTguNiw4LjYtNywxNy01LjIsMjIuN2MwLjEsMC4zLDAuMiwwLjYsMC4zLDAuOWM3LjEsMTcuMiwxNy4xLDMzLjQsMzIuMyw1Mi43bDAuMSwwLjFjMjcuNiwzNCw1Ni43LDYwLjUsODguOCw4MC44ICAgIGM0LjEsMi42LDguMyw0LjcsMTIuMyw2LjdjMy42LDEuOCw3LDMuNSw5LjksNS4zYzAuNCwwLjIsMC44LDAuNSwxLjIsMC43YzMuNCwxLjcsNi42LDIuNSw5LjksMi41YzguMywwLDEzLjUtNS4yLDE1LjItNi45ICAgIGwzNC4yLTM0LjJjMy40LTMuNCw4LjgtNy41LDE1LjEtNy41YzYuMiwwLDExLjMsMy45LDE0LjQsNy4zYzAuMSwwLjEsMC4xLDAuMSwwLjIsMC4ybDU1LjEsNTUuMSAgICBDNDIwLjQ1NiwzNzcuNzA2LDQyMC40NTYsMzg4LjIwNiw0MTAuMjU2LDM5OC44MDZ6IiBmaWxsPSIjZTc1NzNjIi8+CgkJPHBhdGggZD0iTTI1Ni4wNTYsMTEyLjcwNmMyNi4yLDQuNCw1MCwxNi44LDY5LDM1LjhzMzEuMyw0Mi44LDM1LjgsNjljMS4xLDYuNiw2LjgsMTEuMiwxMy4zLDExLjJjMC44LDAsMS41LTAuMSwyLjMtMC4yICAgIGM3LjQtMS4yLDEyLjMtOC4yLDExLjEtMTUuNmMtNS40LTMxLjctMjAuNC02MC42LTQzLjMtODMuNXMtNTEuOC0zNy45LTgzLjUtNDMuM2MtNy40LTEuMi0xNC4zLDMuNy0xNS42LDExICAgIFMyNDguNjU2LDExMS41MDYsMjU2LjA1NiwxMTIuNzA2eiIgZmlsbD0iI2U3NTczYyIvPgoJCTxwYXRoIGQ9Ik00NzMuMjU2LDIwOS4wMDZjLTguOS01Mi4yLTMzLjUtOTkuNy03MS4zLTEzNy41cy04NS4zLTYyLjQtMTM3LjUtNzEuM2MtNy4zLTEuMy0xNC4yLDMuNy0xNS41LDExICAgIGMtMS4yLDcuNCwzLjcsMTQuMywxMS4xLDE1LjZjNDYuNiw3LjksODkuMSwzMCwxMjIuOSw2My43YzMzLjgsMzMuOCw1NS44LDc2LjMsNjMuNywxMjIuOWMxLjEsNi42LDYuOCwxMS4yLDEzLjMsMTEuMiAgICBjMC44LDAsMS41LTAuMSwyLjMtMC4yQzQ2OS41NTYsMjIzLjMwNiw0NzQuNTU2LDIxNi4zMDYsNDczLjI1NiwyMDkuMDA2eiIgZmlsbD0iI2U3NTczYyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 0 0;
	max-width: 28px;
	max-height: 28px;
	display: inline-block;
	-webkit-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	margin-right: 5px;
}
#director p b.email {
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4My4zIDQ4My4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODMuMyA0ODMuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MjQuMyw1Ny43NUg1OS4xYy0zMi42LDAtNTkuMSwyNi41LTU5LjEsNTkuMXYyNDkuNmMwLDMyLjYsMjYuNSw1OS4xLDU5LjEsNTkuMWgzNjUuMWMzMi42LDAsNTkuMS0yNi41LDU5LjEtNTkuMSAgICB2LTI0OS41QzQ4My40LDg0LjM1LDQ1Ni45LDU3Ljc1LDQyNC4zLDU3Ljc1eiBNNDU2LjQsMzY2LjQ1YzAsMTcuNy0xNC40LDMyLjEtMzIuMSwzMi4xSDU5LjFjLTE3LjcsMC0zMi4xLTE0LjQtMzIuMS0zMi4xdi0yNDkuNSAgICBjMC0xNy43LDE0LjQtMzIuMSwzMi4xLTMyLjFoMzY1LjFjMTcuNywwLDMyLjEsMTQuNCwzMi4xLDMyLjF2MjQ5LjVINDU2LjR6IiBmaWxsPSIjZTc1NzNjIi8+CgkJPHBhdGggZD0iTTMwNC44LDIzOC41NWwxMTguMi0xMDZjNS41LTUsNi0xMy41LDEtMTkuMWMtNS01LjUtMTMuNS02LTE5LjEtMWwtMTYzLDE0Ni4zbC0zMS44LTI4LjRjLTAuMS0wLjEtMC4yLTAuMi0wLjItMC4zICAgIGMtMC43LTAuNy0xLjQtMS4zLTIuMi0xLjlMNzguMywxMTIuMzVjLTUuNi01LTE0LjEtNC41LTE5LjEsMS4xYy01LDUuNi00LjUsMTQuMSwxLjEsMTkuMWwxMTkuNiwxMDYuOUw2MC44LDM1MC45NSAgICBjLTUuNCw1LjEtNS43LDEzLjYtMC42LDE5LjFjMi43LDIuOCw2LjMsNC4zLDkuOSw0LjNjMy4zLDAsNi42LTEuMiw5LjItMy42bDEyMC45LTExMy4xbDMyLjgsMjkuM2MyLjYsMi4zLDUuOCwzLjQsOSwzLjQgICAgYzMuMiwwLDYuNS0xLjIsOS0zLjVsMzMuNy0zMC4ybDEyMC4yLDExNC4yYzIuNiwyLjUsNiwzLjcsOS4zLDMuN2MzLjYsMCw3LjEtMS40LDkuOC00LjJjNS4xLTUuNCw0LjktMTQtMC41LTE5LjFMMzA0LjgsMjM4LjU1eiIgZmlsbD0iI2U3NTczYyIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
#welcome #director span {
	display: inline-block;
	font-size: 20px;
	background: #e7573c;
	color: #fff;
	float: left;
	padding: 30px 10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
#welcome #director span:before {
	background-color: #e7573c;
	content: "";
	height: 100%;
	position: absolute;
	right: 100%;
	bottom: 0;
	top: 0;
	width: 1200px;
}
#welcome #director span:after {
	border-left: 0 solid #e7573c;
	border-right: 125px solid transparent;
	border-top: 125px solid #e7573c;
	content: "";
	height: 0;
	position: absolute;
	right: -120px;
	width: 0;
	top: 0;
}
#welcome h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#welcome h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #000;
	color: #efc114;
}
#welcome h3 p {
	margin-bottom: 0;
	line-height: 35px;
	font-weight: 600;
}
#welcome p {
	margin-bottom: 20px;
	line-height: 1.8em;
}
#welcome span.book {
	display: block;
	background: url(images/1.png) no-repeat scroll 0 0;
	width: 114px;
	height: 112px;
	margin: 0 auto 10px;
}
#facilities {
	padding: 70px 0;
	text-align: left;
	background: url(images/green-graphics.png) no-repeat fixed center center;
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
}
#facilities .wrapper {
	position: relative;
	z-index: 99;
}
#facilities .row {
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
/*#facilities:after{
	content: '';
	background: #ffb606;
	background-color: rgb(255, 182, 6);
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0.5;
	-khtml-opacity: .5;
	top: 0;
	bottom: 0;
}*/
#facilities div.box {
	float: left;
	width: 48%;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#facilities div.box div.cover {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	min-height: 170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#facilities div.box.second {
	margin-right: 0;
}
#facilities div.box a.thumb {
	float: left;
	width: 231px;
	height: 170px;
	margin-right: 0;
	background: #343434;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#facilities div.box a.thumb img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 170px;
	width: auto;
}
#facilities div.box h3 {
	font-size: 15px;
	color: #4d4d4d;
	width: 90%;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
}
#facilities div.box h3 a{
	font-weight: 500;
	color: #000;
}
#facilities div.box p{
	font-size: 13px;
}
#facilities a.more {
	border: 1px solid #eee;
	padding: 5px 10px;
	border-radius: 3px;
}
a.more {
	color: #000;
	margin-top: 10px;
	font-size: 15px;
}
#gallery {
	background: #fff;
	padding: 35px 0;
}
#gallery h3 {
	color: #e7573c;
	font-size: 24px;
	margin-bottom: 20px;
}
#gallery h3 a{
	color: #e7573c;
}
#gallery h3 b {
	color: #e6b23c;
}
#image_gallery {
	float: left;
	width: 48%;
}
#image_gallery ul li img {
	width: 100%;
	display: block;
}
#image_gallery ul li a.thumb {
	display: block;
}
#image_gallery ul li {
	float: left;
	width: 23%;
	height: auto;
	overflow: hidden;
	margin: 0 2% 9px 0;
}
#image_gallery ul li.fourth {
	margin-right: 0;
}
#gallery a.more {
	float: right;
	clear: both;
}
#image_gallery a.more {
	margin-top: 0;
}
#video_gallery {
	float: right;
	width: 48%;
}
#video_gallery  img {
	width: 100%;
	display: block;
}
a.thumb {
	display: block;
}
#gallery_menu {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#gallery_menu li {
	float: left;
	width: 25%;
	background: #937808;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	margin-right: -1px;
}
#gallery_menu li:nth-child(2n) {
	background: #CA3400;
}
#gallery_menu li a {
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
#video_gallery  a.thumb {
	position: relative;
	background: #000;
}
#video_gallery div.video1 {
	float: left;
	width: 48%;
}
#video_gallery div.video2 {
	float: right;
	width: 48%;
}
#video_gallery span.play, #gallery_lst span.play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
	background: url(images/sprite.png) no-repeat scroll 0 -180px;
	z-index: 99;
}
.gallery {
	margin: 0 -15px;
	font-size: 0;
}
.gallery .gallery-item {
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 30px;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.tab-content{
	display: none;
}
.tab-content.current{
	display: inherit;
}
footer {
	background: #101010;
	color: #fff;
	padding-top: 35px;
}
footer a {
	color: #fff;
}
footer div.widget {
	float: left;
	width: 30%;
	margin-right: 2%;
}
footer div.widget.small {
	width: 35%;
}
footer div.widget.last {
	margin-right: 0 !important;
}
footer div.widget h3 {
	font-size: 19px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
footer div.widget div p {
	margin-bottom: 10px;
}
footer div.widget div p a {
	text-decoration: underline;
}
footer a.live {
	display: block;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75
}
footer a.live span.icon {
	display: block;
	background: url(images/live.gif) no-repeat scroll center center;
	height: 98px;
	margin: 0 auto 10px;
}
footer a.live b {
	display: block;
	text-align: center;
}
footer a.more {
	clear: both;
	display: block;
	float: none;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}
footer ul li {
	margin-bottom: 10px;
}
footer ul li a {
	display: block;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
}
footer span.location {
	float: left;
	background: url(images/sprite.png) no-repeat scroll 0 -232px;
	width: 28px;
	height: 47px;
	margin: 0 7px 50px 0;
}
footer span.phone {
	float: left;
	background: url(images/sprite.png) no-repeat scroll -29px -232px;
	width: 41px;
	height: 31px;
	margin: 0 7px 30px 0;
}
footer a.icon-t {
	background: url(images/y.png) no-repeat scroll 0 0;
	width: 32px;
	height: 32px;
	display: inline-block;
}
footer a.icon-f {
	background: url(images/f.png) no-repeat scroll 0 0;
	width: 32px;
	height: 32px;
	display: inline-block;
}
#secfoot {
	margin-top: 20px;
	padding: 5px 0;
	background: #030303;
	font-size: 13px;
}
#secfoot a {
	color: #fff;
}
#promo_box {
	background: rgba(222,30,37,0.3);
	padding: 10px;
	width: 800px;
	height: 450px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
}
#promo_box iframe {
	width: 800px;
	height: 450px;
}
#promo_box span.close {
	cursor: pointer;
	color: #fff;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 32px;
	height: 32px;
	background: url(images/sprite.png) no-repeat scroll 0 -317px;
}
span.layer {
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}
/*promo video style end here*/
#content {
	background: #eee;
	padding-top: 50px;
}
#contentLeft {
	float: left;
	width: 65%;
	clear: both;
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}
.single p {
	margin-bottom: 20px;
	line-height: 1.8em;
}
.single ul, .single ol {
	margin: 10px 0 20px;
	list-style: square;
	padding-left: 20px;
}
.single ol {
	list-style: decimal;
}
.single ul ul, .single ol ul, .single ul ol, .single ol ol {
	padding-left: 25px;
	list-style: circle;
}
.single li {
	margin-bottom: 10px;
	line-height: 1.6em;
}
.single img {
	max-width: 50%;
	margin-bottom: 5px;
}
.single img.right {
	margin-left: 30px;
}
.single img.aligncenter {
	display: block;
	margin: 0 auto 10px;
}
.single img.alignleft {
	float: left;
	margin-right: 10px;
}
.single img.alignright {
	float: left;
	margin-left: 10px;
}
.single table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.single table th {
	background: #F5F5F5;
}
.single table td, .single table th {
	border: 1px solid #ccc;
	padding: 10px;
}
section.single h1 {
	font-size: 28px;
	text-transform: uppercase;
}
#contentLeft h2 {
	font-size: 28px;
	text-align: left;
	color: #ca3400;
	margin-bottom: 25px;
	font-weight: 700;
}
#contentLeft h2:after {
	content: "";
	display: block;
	width: 20%;
	height: 5px;
	background: #f5b317;
	margin-top: 10px;
}
section.single h3 {
	font-size: 20px;
}
section.single h4 {
	font-size: 18px;
}
section.single strong, section.single b {
	font-weight: bold;
	color: #111;
}
section.single i {
	font-style: italic;
}
section.single h5 {
	font-size: 16px;
}
section.single h6 {
	font-size: 14px;
}
section.single h1, section.single h2, section.single h3, section.single h4, section.single strong, section.single b, section.single h5, section.single h6 {
	margin-bottom: 20px;
	font-weight: 700;
}
section.single form label {
	display: block;
}
section.single form input {
	border: 1px solid #ddd;
	padding: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 20px;
}
section.single form input[type=submit] {
	cursor: pointer;
	width: 120px;
	height: 35px;
	padding: 0;
	text-transform: uppercase;
	background: #c0151e;
	border: none;
	color: #fff;
}
#sidebar {
	float: right;
	width: 28%;
	padding: 10px;
	background: #fff;
	margin-top: 20px;
}
#sidebar #notification {
	width: 90%;
	background: #fff2c8;
	padding: 5%;
	font-size: 13px;
}
#sidebar #notification .flex-control-nav {
	bottom: -15px;
	right: 30px;
	top: inherit;
}
#sidebar #notification h3, #sidebar #admission h3 {
	line-height: 35px;
	margin-top: 0 !important;
}
#sidebar #notification span.date {
	width: 50px;
	margin-bottom: 25px;
}
#sidebar #notification span.icon {
	width: 42px;
	height: 35px;
	background: url(images/sprite.png) no-repeat scroll -175px 0;
}
#sidebar #notification h4 {
	font-size: 15px;
	margin-bottom: 5px;
}
#sidebar #admission span.icon {
	width: 35px;
	height: 44px;
	background: url(images/sprite.png) no-repeat scroll -218px 0;
	float: none;
	display: inline-block;
}
#sidebar #admission {
	width: 90%;
	background: #fff2c8;
	padding: 0 5% 5%;
	text-align: justify;
}
#sidebar #admission a.more {
	text-align: right;
	font-size: 13px;
	display: block;
	float: none;
}
aside {
	margin-bottom: 20px;
}
aside.links {
	clear: both;
}
aside.links ul li {
	margin-bottom: 15px;
	box-shadow: 1px 1px 2px #888;
}
aside.links ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff;
	background: #E7573C;
}
aside.tip {
	background: #937709;
	color: #fff;
	text-align: center;
	padding: 15px;
}
aside.tip h3 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
}
/*category page style start here*/
#list2 li {
	float: left;
	width: 48%;
	margin: 0 4% 4% 0;
}
#list2 li.second {
	margin-right: 0;
}
#list2 li div.container {
	width: 100%;
}
#list2 li div.container {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#list2 li h3 {
	font-size: 15px;
	color: #000;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#list2 li h3 a {
	color: #000;
}
#list2 li h3 a:hover {
	color: #b72525;
}
#list2 li p {
	padding: 10px;
}
#list2 li a.more {
	display: block;
	border-top: 1px solid #ccc;
	padding: 5px 10px;
	text-align: right;
	background: #F5F5F5;
	color: #b72525;
	float: none;
}
#list li {
	width: 95%;
	margin: 0 0 3% 0;
	border: 1px solid #ccc;
	padding: 2%;
}
#list li.second {
	margin-right: 0;
}
#list li h3 {
	margin-bottom: 10px;
	font-size: 21px;
}
/*contact page style start here*/
#map {
	width: 100%;
	height: 250px;
	margin-bottom: 30px;
}
#map .acf-map {
	height: 250px;
}
#form form {
	float: left;
	width: 55%;
}
#form p.left {
	clear: both;
}
#form.full form {
	width: 100%;
}
#form input, #form textarea {
	width: 98%;
	padding: 1%;
	height: 30px;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#form .wpcf7-list-item {
	margin-right: 15px;
	line-height: 38px;
}
#form input[type="radio"] {
	width: auto;
	padding: 0;
	height: auto;
	border: none;
}
#form textarea {
	height: 150px;
}
#form form p {
	width: 48%;
	margin-bottom: 10px;
}
#form p label {
	display: block;
	margin-bottom: 5px;
}
#form p label small {
	color: red;
}
#form p.full {
	width: 100%;
}
#form p.submit {
	clear: both;
}
#form p.submit input {
	background: #444;
	color: #fff;
	height: 40px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 150px;
	cursor: pointer;
	font-size: 20px;
	float: left;
}
.contact_details {
	float: right;
	width: 42%;
	margin-top: 30px;
}
.contact_details  p {
	margin-bottom: 20px;
}
.contact_details ul li {
	margin-bottom: 25px;
	clear: both;
}
.contact_details h3, #contact h3 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0151e;
}
.contact_details ul li span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 15px;
	float: left;
	margin-top: -6px;
}
.contact_details ul li span.home {
	background: url(images/icon-2.png) no-repeat scroll 0 0;
	margin-bottom: 37px;
}
.contact_details ul li span.phone {
	background: url(images/icon-4.png) no-repeat scroll 0 0;
	margin-bottom: 20px;
}
.contact_details ul li span.mail {
	background: url(images/icon-3.png) no-repeat scroll 0 0;
}
div.wpcf7-validation-errors {
	clear: both;
}
.wpcf7-response-output {
	clear: both;
}
/*#gallery page style start here*/
#contentLeft.full {
	width: 96% !important;
	padding: 2%;
	margin-bottom: 20px;
	position: relative;
	min-height: 400px;
}
a.button_2 {
	position: absolute;
	left: 0;
	top: 0;
	background: #444;
	color: #fff;
	padding: 10px;
}
#gallery_lst {
	float: left;
	width: 100%;
}
#gallery_lst li {
	width: 18.4%;
	float: left;
	margin: 0 2% 20px 0;
	position: relative;
	overflow: hidden;
	background: #000;
}
#gallery_lst li a.thumb img {
	display: block;
	width: 110%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
}
#gallery_lst.video li a.thumb img {
	width: 100%;
}
#video_gallery a.thumb img, #gallery_lst li a.thumb img {
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background: #000000;
}
#video_gallery a.thumb:hover, #gallery_lst li a.thumb:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#gallery_lst li:hover img {
	margin-left: -20px;
}
#gallery_lst.video li a.thumb:hover img {
	margin-left: 0;
}
#gallery_lst li.fifth {
	margin-right: 0;
}
.pp_pic_holder {
	direction: ltr;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none !important;
	background: #b89400;
	color: #fff;
	padding: 4px 10px !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.wp-pagenavi span {
	background: #6d5800;
}
#menu, span.trigger {
	display: none;
}
#gallery_lst li:nth-child(5n) {
	margin-right: 0;
}
#left_menu {
	float: left;
	width: 20%;
}
#left_menu ul {
	display: block;
}
#right_gallery {
	float: right;
	width: 78%;
}
#left_menu li {
	background: #E7573C;
	box-shadow: 1px 1px 2px #888;
	margin-bottom: 15px;
	padding: 10px;
	color: #fff;
	cursor: pointer;
}
#left_menu li.current{
	background: #6B1100;
}
#left_menu li a{
	display: block;
	padding: 10px 5px 10px 15px;
	color: #fff;
}
#filter {
	display: none;
}
/*gallery page style end here*/
.events ul li {
	background: #F5F5F5;
	padding: 5px;
	margin-bottom: 5px;
	border-left: 2px solid #ccc;
}
.events ul li h3 {
	font-size: 18px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.events ul li span.day {
	color: #444;
	font-size: 13px;
}
aside h2 {
	color: red;
	font-size: 20px;
	margin-bottom: 10px;
}
aside.events {
	margin-bottom: 20px;
}
header h1.mobile {
	display: none;
}
.dq-history-section {
      background: #f7f9fb;
      color: #1f2933;
      padding: 30px;
    }

    .dq-history-header {
      margin-bottom: 40px;
    }

    .dq-history-title {
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 10px;
      color: #0f172a;
    }

    .dq-history-subtitle {
      font-size: 0.98rem;
      margin: 0 auto;
      color: #4b5563;
      line-height: 1.6;
    }

    /* Timeline */
    .dq-timeline {
      position: relative;
      margin-top: 40px;
      padding-left: 20px;
    }

    .dq-timeline::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 16px;
      width: 2px;
      background: linear-gradient(to bottom, #872135, #872135);
      opacity: 0.4;
    }

    .dq-timeline-item {
      position: relative;
      padding-left: 40px;
      margin-bottom: 24px;
    }

    .dq-timeline-dot {
      position: absolute;
      left: -10px;
      top: 6px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: #872135;
      box-shadow: 0 0 0 4px rgba(135, 33, 53, 0.4);
    }

    .dq-year {
      font-size: 0.9rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #872135;
      margin-bottom: 4px;
    }

    .dq-timeline-title {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 4px;
      color: #111827;
    }

    .dq-timeline-text {
      font-size: 0.95rem;
      line-height: 1.7;
      color: #4b5563;
    }

    @media (min-width: 768px) {
      .dq-history-title {
        font-size: 2.5rem;
      }
      .dq-timeline-item {
        margin-bottom: 28px;
      }
    }
@media all and (max-width: 1200px) {
	header nav {
		float: right;
		margin: 25px 0 10px;
	}
	header form {
		clear: right;
		float: right;
		margin-top: 0;
	}
}
@media all and (max-width: 1080px) {
	#facilities div.box {
		width: 50%;
	}
	#facilities div.box h3 {
		font-size: 24px;
		line-height: 28px;
	}
	#spotlight b, #spotlight b small {
		font-size: 30px;
	}
	header nav ul li{
		font-size: 14px;
		margin-left: 25px;
	}
}
@media all and (max-width: 1024px) {
	#banner_bottom {
		padding: 20px 0;
	}
	#notification {
		margin-bottom: 20px;
		border-bottom: 1px dashed #F5F5F5;
		padding-bottom: 20px;
	}
	#notification, #admission {
		width: 100%;
	}
	#notification .slides li .container {
		padding: 10px;
	}
	footer div.widget.three {
		display: none;
	}
	footer div.widget.small {
		width: 19%;
	}
	footer div.widget {
		width: 25%;
	}
	#image_gallery {
		margin-bottom: 20px;
	}
	#image_gallery, #video_gallery {
		width: 100%;
	}
	#contentLeft {
		width: 96%;
		padding: 2%;
	}
	#sidebar {
		display: none;
	}
	#gallery_lst li {
		width: 32%;
	}
	#gallery_lst li:nth-child(3n) {
		margin-right: 0;
	}
	#gallery_lst li:nth-child(5n) {
		margin-right: 2%;
	}

	#gallery_menu li a {
		font-size: 12px;
	}
}
@media all and (max-width: 800px) {
	#facilities div.box {
		width: 100%;
		margin-right: 0 !important;
	}
	#welcome h1 {
		font-size: 27px;
	}
	header nav {
		display: none;
	}
	.menu_layer {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: 998;
		background: #CC4433;
	}
	#menu {
		background: #CC4433;
		width: 100%;
		top: 0;
		position: absolute;
		z-index: 1000;
		display: none;
	}
	#menu ul {
		padding-top: 90px;
		position: relative;
		z-index: 999;
	}
	#menu ul li {
		border-bottom: 1px dashed #fff;
	}
	#menu ul li a {
		padding: 10px 0 10px 30px;
		color: #fff;
		display: block;
		font-size: 15px;
		text-transform: uppercase;
	}
	span.trigger {
		background: url(images/menu2.png) no-repeat scroll right 0;
		display: block;
		width: 32px;
		height: 32px;
		float: right;
		cursor: pointer;
		padding-right: 46px;
		line-height: 32px;
		font-weight: 700;
		color: #4f194b;
		clear: right;
	}
	header form {
		clear: none;
		margin-top: 30px;
		margin-right: 10px;
		width: 190px;
	}
	header form input.text {
		width: 150px;
	}
	span.close {
		position: absolute;
		right: 5%;
		top: 30px;
		z-index: 9999;
		font-size: 45px;
		line-height: 30px;
		color: #fff;
		cursor: pointer;
	}
	#spotlight .live span {
		display: none;
	}
	#spotlight small {
		font-size: 12px;
	}
	#spotlight .live img {
		width: 100px;
	}
	footer div.four, footer div.five {
		display: none;
	}
	footer div.widget {
		width: 48% !important;
	}
	header h1.mobile {
		display: block;
		position: relative;
		top: 5px;
		float: left;
		width: 50%;
		max-width: 150px;
	}
	header h1.mobile img {
		width: 100%;
	}
	#headtop {
		padding: 0
	}
	header h1.desktop {
		display: none;
	}
	header h2 {
		width: 50%;
		text-align: right;
		margin-top: 10px;
		padding-right: 0;
	}
	header h2 b {
		font-size: 25px;
	}
	header h2 span img {
		display: none;
	}
	header {
		background: #d3a96a;
	}
	#spotlight div.flexslider {
		margin-top: 0;
		padding-top: 0;
	}
}
@media all and (max-width: 640px) {
	#spotlight b, #spotlight b small {
		font-size: 20px;
		line-height: 29px;
	}
	#list2 li {
		width: 100%;
	}
	#left_menu {
		width: 28%;
	}
	#right_gallery {
		width: 70%;
	}
	.list_box li {
		width: 50%;
		margin-bottom: 15px;
	}
	.list_box li .box {
		padding: 10px;
	}
	.list_box li .box h3 {
		min-height: 57px;
	}
	.gallery {
		margin: 0 -5px;
	}
	.gallery .gallery-item {
		padding: 0 5px;
		width: 50%;
		margin-bottom: 10px;	
	}
	.gallery .gallery-item img{
		border: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#left_menu li {
	    background: #E7573C;
	    margin-bottom: 5px;
	    padding: 5px;
	    color: #fff;
	    cursor: pointer;
	    font-size: 13px;
	    box-shadow: none;
	}
	#welcome #director span {
		color: #e7573c;
		background: none;
		padding: 10px 0;
		text-align: center;
		display: block;
		float: none;
	}
	#director p small {
		display: block;
		visibility: hidden;
		line-height: 5px;
	}
	#welcome #director span:after , #welcome #director span:before {
		display: none !important;
	}
	#director {
		padding: 10px 0 20px;
	}
	#welcome #director p {
		padding-top: 5px;
	}
	#facilities div.box a.thumb {
		display: block;
		width: 100%;
	}
	#facilities div.box a.thumb img {
		width: 100%;
		height: auto;
	}
	#facilities div.box br.clear{
		display: none;
	}
	#scroll h5 {
		float: none;
		margin-bottom: 5px;
	}
}
@media all and (max-width: 568px) {
	#notification span.icon, #admission span.icon {
		display: none !important;
	}
	#hifz-center {
		height: auto;
		padding: 25px 0;
	}
	#hifz-center h1 {
		font-size: 15px;
	}
	#hifz-center h2 {
		font-size: 18px;
	}
	#facilities div.box {
		width: 100%;
		margin-bottom: 10px;
	}
	#facilities div.box h3 {
		font-size: 20px;
	}
	#facilities div.box h3 {
		font-size: 15px;
	}
	#facilities {
		padding: 25px 0 15px;
	}
	footer div.widget {
		width: 100% !important;
		margin-bottom: 10px;
	}
	#secfoot p {
		width: 100%;
		text-align: center;
	}
	#gallery_lst li {
		width: 49%;
		margin-bottom: 2%;
	}
	#gallery_lst li:nth-child(3n) {
		margin-right: 2%;
	}
	#gallery_lst li:nth-child(2n) {
		margin-right: 0 !important;
	}
	#gallery_lst li.third {
		margin-right: 2%;
	}
	#gallery_menu li {
		width: 100%;
		margin-bottom: 5px;
	}
	#schools .courses:nth-child(2) .list_box li{
		width: 50%;
	}
	header h2 b {
		font-size: 19px;
	}
	header h2 span.location {
		margin-left: 0;
	}
	header h2 span.location strong {
		display: block;
	}
}
@media all and (max-width: 450px) {
	header form {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 10px 0;
	}
}
@media all and (max-width: 400px) {
	header form {
		clear: both;
		width: 100%;
	}
	header form input.text {
		width: 100%;
		height: 40px;
	}
	header form {
		height: 40px;
	}
	header form input.submit {
		display: none;
	}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
