/************************************ WEBBAR BAR ****************************************/

#google_translate_element {
	position: absolute;
	top: 0px;
	padding: 5px 70px 4px 10px;
	background: #399EE6;
	transition: 0.3s;
	display: none;
	right: 31px;
}
.goog-te-gadget .goog-te-combo {
	color: #666;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #fff !important;
}
#google_translate_element.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content {
	position: absolute;
	top: 64px;
	padding: 10px 42px 10px 12px;
	background: #399EE6;
	transition: 0.3s;
	right: 31px;
	font-size: 19px;
	display: none;
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #fff;
}
#search_button:hover{
	color: #333;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


/*********************************** MENU ***************************************/

nav {
	/*background-color: #ac272f;*/
	position: relative;
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	/*display: block;*/
	display: flex;
	font-size: 0;
	/*background-color: #e4e4e4;*/
}
ul#menu, ul#menu li, ul#menu ul {
	list-style: none !important;
	list-style-image: none !important;
}
ul#menu .topItem {
	display:inline-block;
	float:none !important;
	margin: 0 0px 0 0;
	padding: 0 0px;
	border-right: 2px solid #fff;
	position: relative;
	line-height: 20px;
	top: 0px;
	height: 50px;
	text-align:center;
	background-color: #1539BD;
	flex: auto;
	-webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
ul#menu .topItem:last-child {
    border-right: none;
}
/*ul#menu .topItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0px;
    border-left: 1px solid #fff;
    height: 20px;
}
ul#menu .topItem:first-child::before {
    border-left: none;
}*/
ul#menu .topItem .topLink {
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	position: relative;
}
ul#menu .topItem:hover {
	background-color: #0c2faa;
}
ul#menu li{
	/*height: 40px;*/
	line-height: 2px;
	text-align: left;
	position: relative;
	text-decoration: none;
	display:block;
	/*top: 37px;*/
}
ul#menu li a {
	font-size: 15px;
	/*height: 30px;*/
	color: #fff;
	margin: 0px 0px;
	padding: 15px 5px;
	text-decoration: none;
	display: block;
	font-weight: 600;
}
ul#menu li a:hover {
	color: #fff;
	/*background: #1f2a4a;*/
}

/*.home-nav ul#menu li a:hover {
	background: transparent;
}*/
ul#menu ul {
	display: none;
	position: absolute;
	/*left: -1px;*/
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
	top: 50px;
	-webkit-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
}
ul#menu ul li {
	display: block;
}
ul#menu li:hover > ul {
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
ul#menu ul {
	text-align: left;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	border-bottom: 6px solid #000;
	z-index: 9999 !important;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.home-nav ul#menu ul {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 20px 15px;
	background-color: #1539BD;
	-webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
ul#menu .subItem a:hover {
	background-color: #0c2faa;
	color: #fff;
}
ul#menu .topItem:hover .topLink {
	color: #fff;
}

@media screen and (min-width: 1024px) {
	nav {
		border-bottom: 3px solid #fff;
	}
	nav.home-nav {
		position: relative;
		margin-top: 0;
	}
	#main-menu {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	ul#menu li a {
	font-size: 17px;
	padding: 17px 8px;
	}
}
@media screen and (min-width: 1500px) {
	ul#menu li a {
	font-size: 16px;
	}
}
/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.3) !important;
}
/*.home-nav .sticky ul#menu .subItem a {
    background-color: #800020;
}*/


.home-nav .sticky ul#menu ul {
	border-bottom: 6px solid #000;
	-webkit-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 10px 12px -4px rgba(0,0,0,.38);
}

/********** MOBILE MENU ********/

.slicknav_menu {
	background: #1539BD !important;
	display: block;
}
.slicknav_btn {
	background-color: #0c2faa !important;
}
.slicknav_nav .topItem a {
	color: #fff !important;
}
.slicknav_nav a:hover {
    background: #0c2faa !important;
    color: #fff !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #fff !important;
}
li.topItem.slicknav_parent.slicknav_open {
	background: #1033b1 !important;
}
@media screen and (min-width: 1024px) {
	.slicknav_menu{display:none !important;}
}
/********** MENU END ********/


#slider, #grade_slider {
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
}
#slider > #slideshow .slider-item, #grade_slider  > #grade_slideshow .slider-item{
    width: 100% !important;
    height: auto !important;
}
.slider-item img {
    height: auto;
    width: 100%;
}

/********** LOGIN STYLES ********/

.header-login {
	display: none;
}
#login {
	margin:10px 0px;
}
#login .username {
	width:100%;
	margin-bottom:3px;
}
#login .password {
	width:70%;
	margin-right:0px;
}
#login .go {
	width:30%;
}
#login .gobutton {
    background:#1539BD;
    color: #fff;
    padding:4px 15px;
    cursor: pointer;
	width:95%;
	margin-left:5%;
	border-radius:5px;
	text-transform: capitalize;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#login .gobutton:hover {
    background: #0c2faa;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#ce3434;
}

@media (min-width: 992px){
	.header-login {
		display: block;
	}
	#container {
		width: 970px !important;
	}
}
@media (min-width: 1200px){
	#container {
		width: 1170px !important;
	}
}

@media screen and (max-width: 992px) {
	.navbar{display:none !important;}
	#imageTop{display:none !important;}
	#imageBottom{display:none !important;}
	section#large-image{margin-top:0px !important;}
}

/*********************************** TWO COLUMN CONTACT STYLES ***************************************/

@media(min-width:992px) {
	/***** WE ONLY WANT IT FLEX FOR BIGGER BROWSERS ****/
	#contact .row{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

/********** CAROUSEL STYLES ********/

.carousel_block {
	padding-top: 15px;
}
.carousel_block h1 {
	text-align: center;
}
.carousel-inner .item {
	padding: 20px 60px 100px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}


/********** LINK STYLES DO NOT REMOVE ********/

.file_gallery .file {
	/*display: inline-block;*/
	vertical-align: middle;
	background: #1539BD;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.file_gallery .file:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0c2faa;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.file_gallery .file:hover, .file_gallery .file:focus, .file_gallery .file:active {
	color: white;
	text-decoration: none;
}
 .file_gallery .file:hover {
	background: #1539BD;
}
.file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.standard_box {
	vertical-align: middle;
	background: #399EE6;
	color: #fff!important;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.standard_box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1539BD;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.work_list .standard_box a {
    color: #fff !important;
	width: 100%;
}
#content .standard_box p/*, #content .standard_box a*/ {
	color: #fff !important;
}
#content .standard_box:hover a, #content .standard_box:hover p {
	color: #fff !important;
}
/*.work_list .standard_box a:hover,*/ #sub_page_list.work_list .standard_box:hover, .work_list .standard_box:hover {
    background: #399EE6;
	color: #fff;
}
.work_list .standard_box a:hover:before, .work_list .standard_box a:focus:before, .work_list .standard_box a:active:before, .file_gallery .file:focus:before, .file_gallery .file:active:before, 
#sub_page_list.work_list .standard_box:hover:before, #sub_page_list.work_list .standard_box:focus:before, #sub_page_list.work_list .standard_box:active:before, 
.work_list .standard_box:hover:before, .work_list .standard_box:focus:before, .work_list .standard_box:active:before {
	-webkit-transform: scalex(1);
	transform: scalex(1);
}
#class_menu li a {
	color: #fff !important;
	margin: 0px 5px 5px 0px;
	border: 0;
	background: #034e9a;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}
#class_menu li a:hover{
	background: #2789cf;
	text-decoration: none;
}


#id-tour .standard_box {
	background: #e6e6e6;
	color: #fff !important;
}
#id-tour .standard_box h2 {
	color: #034e9a;
	font-weight: 600;
}

/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/

.modal {
	z-index: 9999999;
}
#webblog_password_container h3 {
    color: #39c;
}
.standard_box h2 {
    color: #39c;
}
#governer_password h2 {
	color: #39c;
}
form label {
    color: #39c;
}
.fc-header-title h2 {
    font-size: 17px;
}
#id-events #contact, #id-events #quote, #id-contact #contact, #id-contact #quote, #id-cookies #contact, #id-cookies #quote, #id-privacy #contact, #id-privacy #quote {
	display:none;
}
@media (min-width: 420px){
	.fc-header-title h2 {
    font-size: 30px;
	}
}

/********** SLICK STYLES DO NOT REMOVE ********/

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: "Font Awesome 5 Pro";
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: -60px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
	content: "\f137";
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -60px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f138';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 56px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    /*opacity: .25;*/
    color: #cc0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.e-blocks .slick-dots li button:before {
    color: #f3c943;
}*/
.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #fff;
}
.e-blocks .slick-dots li.slick-active button:before {
    color: #036;
}
/*@media (min-width: 1200px){
	#bottom-blocks .slick-dots {
		padding-right: 15px;
		text-align: right;
	}
	#bottom-blocks .slick-track {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}*/

.img-wrap, /*.home-school,*/ .read-more-slider, .read-more-welcome, .e-blocks .event-col, .latest-news .news-col, .news-col, .term-col, class-col, action-col {
	opacity: 0;
}
.show-opacity {
	opacity: 1;
}
.animate__animated.animate__ql1{
	-webkit-animation-delay: 200ms !important;
    animation-delay: 200ms !important;
}
.animate__animated.animate__ql2{
	-webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important;
}
.animate__animated.animate__ql3{
	-webkit-animation-delay: 400ms !important;
    animation-delay: 400ms !important;
}
.animate__animated.animate__ql4{
	-webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}