/************************************ WEBBAR BAR ****************************************/

#google_translate_element {
	position: absolute;
	top: -4px;
	padding: 10px;
	background: #d17d3a;
	transition: 0.3s;
	display: none;
	right: 47px;
}
#google_translate_element.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
.search-content{
	position: absolute;
	top: 60px;
	padding: 16px 12px;
	background: #335779;
	transition: 0.3s;
	right: 47px;
	font-size: 20px;
	display: none;
}
.search-content.toggled{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
#search_button{
	color: #fff;
}
#search_button:hover{
	color: #d17d3a;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


/*********************************** MENU ***************************************/

nav {
	background: #fff;
	padding: 15px 0;
	display: none;
	-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;
	/*border-bottom: 1px solid #fff;*/
}
nav.home-nav {
	/*border-bottom: none;*/
	position: relative;
	padding: 30px 0;
	/*background: #f2f2f2;*/
}
#main-menu {
	display: none;
}
ul#menu {
	width:100%;
	text-align:center;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 0;
	background-color: #fff;
}
/*.home-nav ul#menu {
	background-color: #f2f2f2;
}*/
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;
	color: #473016;
	height: 55px;
	/*border-right: 1px solid #fff;*/
	position: relative;
	line-height: 20px;
	top: 0px;
	text-align:center;
	/*background: #f00;*/
}
ul#menu .topItem::before {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    left: 0px;
    border-left: 2px solid #d17d3a;
    height: 20px;
}
ul#menu .topItem:first-child::before {
    border-left: none;
}
ul#menu .topItem::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 95%;
	height: 1px;
	background: #d17d3a;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-17px) translate(-50%);
	-moz-transform: translateY(-17px) translate(-50%);
	transform: translateY(-17px) translate(-50%);
}
ul#menu .topItem:hover::after,
ul#menu .topItem:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(-8px) translate(-50%);
	-moz-transform: translateY(-8px) translate(-50%);
	transform: translateY(-8px) translate(-50%);
}
nav ul#menu .topItem:hover::after,
nav ul#menu .topItem:focus::after {
	height: 2px;
}
ul#menu .topItem:hover .topLink {
	color: #0d4e75;
}
/*ul#menu .topItem:hover {
	background-color: #7b5393;
}*/
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: 12px;
	/* height: 30px; */
	color: #0d4e75;
	margin: 0px 0px;
	padding: 17px 8px;
	text-decoration: none;
	display: block;
	font-weight: 700;
	/* font-family: 'Quicksand', sans-serif; */
}
ul#menu li a:hover {
	color: #fff;
}
ul#menu ul {
	display: none;
	position: absolute;
	top: 50px;
	left: -1px;
	margin: 0px;
	z-index: 598;
	white-space: nowrap;
	padding: 0px;
	font-size: 0;
	cursor: pointer;
}
.home-nav ul#menu ul {
	top: 55px;
}
ul#menu ul li{
	display: block;
}
ul#menu ul li:first-child{
	margin-top: 20px;
}
.home-nav ul#menu ul li:first-child{
	margin-top: 30px;
}
ul#menu li:hover > ul{
	display: block;
	-webkit-animation: fadeIn .25s;
    animation: fadeIn .25s;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
ul#menu ul {
	text-align: left;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	border-bottom: 6px solid #d17d3a;
	z-index: 9999 !important;
	-webkit-box-shadow: 0 20px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 20px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 20px 12px -4px rgba(0,0,0,.38);
}
.home-nav ul#menu ul {
	-webkit-box-shadow: 0 26px 12px -4px rgba(0,0,0,.38);
  	-moz-box-shadow: 0 26px 12px -4px rgba(0,0,0,.38);
  	box-shadow: 0 26px 12px -4px rgba(0,0,0,.38);
}
ul#menu ul ul{
	margin-left: 100%;
	top: 0px !important;
	position: absolute;
}
ul#menu .subItem a {
	display: block;
	padding: 22px 30px;
	background-color: #fff;
	color: #0d4e75;
	-webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
/*.home-nav ul#menu .subItem a {
	background: rgba(148, 108, 171, 0.85);
}*/
ul#menu .subItem a:hover {
	background-color: #305b9c;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	nav, #main-menu {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	ul#menu li a {
		font-size: 16px;
		padding: 17px 9px;
	}
}

/************************************** STICKY MENU ******************************************/

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	border-top: 0;
	z-index: 9999;
	-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;
}
nav #main-menu.sticky .logo-wrap img {
	border: none;
	margin-top: 4px;
	height: 65px;
}
.sticky ul#menu .topItem {
	margin: 10px 0;
}
.sticky ul#menu ul {
	top: 44px;
}
.home-nav .sticky ul#menu ul {
	top: 35px;
}
.home-nav .sticky ul#menu .subItem a:hover {
	color: #fff;
}


/********** MOBILE MENU ********/

.slicknav_menu {
	background: #fff !important;
	display: block;
}
.slicknav_btn {
	background-color: #315679 !important;
}
.slicknav_nav .topItem a {
	color: #315679 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.slicknav_nav a:hover {
    background: #315679 !important;
    color: #fff !important;
}
.slicknav_nav .topItem.slicknav_open a, .slicknav_nav .topItem:hover a{
	color: #fff !important;
}
.slicknav_nav .slicknav_item a {
    border-bottom: 0;
}
li.topItem.slicknav_parent.slicknav_open {
	background: #3b6791 !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:#575757;
    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: #575757;
}
#login .textfield {
	width:100%;
	border:1px solid #575757;
	border-radius:5px;
	color:#575757;
}
#login h2 {
	font-size:22px;
	color:#575757;
}

@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 {
	background: #335779;
	color: #fff !important;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.file_gallery .file:focus, .file_gallery .file:hover {
    background: #001a33 !important;
	color: #fff !important;
	text-decoration: none;
}
.standard_box {
	background: #d17d3a;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.work_list .standard_box a {
    color: #fff !important;
	padding: 5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
	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: #ba6c2c;
	color: #fff;
}
#class_menu li a {
    color: #fff !important;
}*/

.file_gallery .file {
	background: #335779;
	color: #fff !important;
  	vertical-align: middle;
  	-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: #001a33;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transform-origin: 0 50%;
  	transform-origin: 0 50%;
  	-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: #335779;
}
.file_gallery .file:hover:before, .file_gallery .file:focus:before, .file_gallery .file:active:before {
	-webkit-transform: scalex(1);
	transform: scalex(1);
}

/*.standard_box {
	background: #e87d1b;
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.work_list .standard_box a {
    color: #fff !important;
	padding: 5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#content .standard_box p {
	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: #d17015;
	color: #fff;
}*/

.standard_box {
	background: #e87d1b;
	color: #fff !important;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
 	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	padding: 0;
  	-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: #d17015;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transform-origin: 0 50%;
  	transform-origin: 0 50%;
  	-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;
	padding: 10px;
	display: inline-block;
	width: 100%;
}
#content .standard_box p {
	color: #fff !important;
	padding: 0;
}
#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: #e87d1b;
	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);
}

.contact_form_container{
	margin: 15px 0px;
	text-align: left;
}
.contact_form_container input, .contact_form_container textarea{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px;
	border-radius: 8px;
	outline: none;
	color: #999;
	margin-bottom: 5px;
}
.contact_form_container textarea{
	resize: none;
	height: 150px;
	margin-bottom: 10px;
}
.contact_form_container label{
	font-size: 18px;
	font-weight: 400;
	color: #315679;
	padding-top: 10px;
}
.contact_form_container #contact_form_submit_button{
	width: 150px;
	color: #fff;
	background: #315679;
	border: 0;
	transition: 0.3s;
	margin-top: 10px;
	padding: 10px;
}
.contact_form_container #contact_form_submit_button:hover{
	background: #e87d1b;
}
.success{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #e87d1b;
}

.fail{
	color: #fff;
	text-align:center;
	font-size: 18px;
	padding: 10px 0px;
	background: #c72515;
}



/********** MISCELLANEOUS STYLES DO NOT REMOVE ********/

#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;
}
@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;
}
.e-blocks .slick-prev:before, .e-blocks .slick-next:before {
    font-family: "Font Awesome 5 Pro";
}
.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-dotted.slick-slider
{
    margin-bottom: 80px;
}

.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.inner-twitter-tweet .slick-dots {
	bottom: -30px;
}
.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: #e87d1b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    /*opacity: .75;*/
    color: #335779;
}
.inner-twitter-tweet .slick-dots li.slick-active button:before, .top_slider .slick-dots li.slick-active button:before {
    color: #fff;
}