

/* HEADER STYLING
-------------------------------------------------- */
.header{ transition: all 1s ease; background: #ffffff; }
/* topBar */
.btn-green{ background: #364260; border: 1px solid #364260; color: #fff; border-radius: 0; display: block;width: 100%; font-weight: 500; text-transform: uppercase; color: #ffffff !important;}
.btn-green:hover { background: #ffffff; color: #364260 !important; }

.topBar{ padding: 0;  background: #364260; color: #fff; }
.topBar .social{ padding: 10px 0; line-height: 20px; }
.topBar .social a.fa {color: #fff;}
.topLinks{ padding: 0; margin: 0; list-style: none; text-align: right; }
.topLinks > li{ display: inline-block; padding: 0; line-height: 20px; }
.topLinks > li > a{ display: block; color: #fff; padding: 10px 8px; position: relative; }
.topLinks > li > a:hover { background: #026b6b; }
/* logoBar */
.logoBar { padding: 15px 0; }
.logo{ float: left; width: 85px; padding-right: 15px; }
.logo > img{ max-width: 70px; }
.siteTitle { float: left; width: -webkit-calc(100% - 85px); width: calc(100% - 85px); }
.siteTitle h1 { text-transform: uppercase; font-weight: 700; padding: 0 0 5px 0; margin: 0 0 5px 0; border-bottom: 2px solid #181DB8; color: #181DB8; }
.siteTitle p{ margin: 0; line-height: 16px; font-weight: 500; letter-spacing: 1px; }
.siteTitle span{ color: #ff0000; }
.conInfo{ margin: 10px 0 0; }
.conInfo > a{ display: block; line-height: 34px; font-size: 18px; font-weight: 500; color: #364260; } 
.conInfo > a .fa { width: 30px; height: 30px; display: inline-block; margin: 0 5px 0 0; font-size: 14px; line-height: 30px; text-align: center; background-color: #364260; color: #fff; }
.curDate { display: inline-block; font-size: 20px; line-height: 30px; padding: 10px 15px 10px 65px; border: 1px solid #364260; margin: 15px 0 0; position: relative; letter-spacing: 2px; }
.curDate::before { content: '\f073'; font-family: 'FontAwesome'; font-size: 22px; margin: 0 15px 0 0; background: #364260; color: #fff; width: 50px; height: 50px; position: absolute; left: 0; top: 0; text-align: center; line-height: 50px; }
@media (max-width: 767px){
	.topBar{ text-align: center; }
}
@media (min-width: 768px){
	.conInfo{ }
}
/* LATEST UPDATES
-------------------------------------------------- */
.latest-updates-wrap { padding: 5px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.latest-updates{ position: relative; padding: 5px 15px 5px 150px; background: #fff; line-height: 26px; color: #364260; font-weight: 500;}
.latest-updates > .title{ background: #364260; color: #fff; position: absolute; left: 0; top: 0; display: block; bottom: 0; width: 110px; text-align: center; padding: 5px 5px 5px 15px; font-weight: 400; letter-spacing: 0;}
.latest-updates > .title::after{ content: ''; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 18px 0 18px 24px; border-color: transparent transparent transparent #364260; position: absolute; right: -24px; top: 0; bottom: 0;}
.latest-updates marquee{ width: 100%; float: left; }
.latest-updates marquee > span{ color: #ff0000; }
@media (max-width: 767px){
	.latest-updates{ padding-left: 100px; }
	.latest-updates > .title{ width: 80px; padding-left: 0; padding-right: 0; font-size: 14px; }
	.latest-updates > .title::after{border-width: 18px 0 18px 12px; right: -12px;}
}
@media (min-width: 768px){
	.latest-updates{ letter-spacing: 1px; }
}
/* SIDENAV STYLING
-------------------------------------------------- */
#mobMenu { position: fixed; top: 15px; right: 15px; background: #ffffff; padding: 7px 10px; box-shadow: 0 0 2px #000; font-size: 18px; display: inline-block; z-index: 9;}
.sidenav { height: 100%; width: 0; position: fixed; z-index: 9999; top: 0; left: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 40px;}
.sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; color: #818181; display: block; transition: 0.3s;}
.sidenav a:hover { color: #f1f1f1;}
.sidenav ul{ padding: 0; margin: 0; }
.sidenav ul li{ border-top: 1px solid #888; }
.sidenav ul ul{ background: #242424; }
.sidenav ul ul ul{ background: #4d4d4d; }
.sidenav ul ul a{ padding-left: 25px; }
.sidenav ul ul ul a{ padding-left: 35px; }
.sidenav .closebtn { position: absolute; top: 0; right: 0; font-size: 36px; padding: 9px 15px; background: #ffffff; color: #000000;}
.sidenav .closebtn:hover{ color: #000000; }
@media (min-width: 768px) {
	#mobMenu{ display: none; }
}
/* NAVBAR STYLING
-------------------------------------------------- */
.navbar{ background: #181DB8; border-radius: 0; border: 0; padding: 0; margin: 0; }
.menuzord-brand {
    margin: 10px 0px;
    float: left;
    color: #666;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}
.header-top {
    padding: 5px 0;
}
ul.topnav{ padding: 0; margin: 0; list-style: none; }
ul.topnav li{ display: block; font-size: 16px; line-height: 24px; position: relative; }
ul.topnav li.submenu > a:after{ content: '\f107'; font-family: 'FontAwesome'; margin-left: 5px; float: right; }
ul.topnav li a{ display: block; padding: 5px 15px; display: block; color: #fff; font-weight: 300; }
ul.topnav li a:hover{ background-color: rgba(0,0,0,0.15); }
ul.topnav li a .fa{ font-size: 16px; margin-right: 5px; }

@media (min-width: 768px){
	ul.topnav{ border-right: 1px solid #01a8a8; border-left: 1px solid #006b6b;}
	ul.topnav > li{ display: inline-block; border-left: 1px solid #01a8a8; border-right: 1px solid #006b6b; float: left; }
	ul.topnav > li > a{ padding: 5px; font-size: 14px;}
	ul.topnav ul { padding: 0; margin: 0;
		display: none; width: 220px; position: absolute; left: 0; top: 100%; z-index: 999; background: #fff; border-top: 3px solid #007373; display: block; 
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		opacity: 0;
		-webkit-transform: scale( 0 );
		-moz-transform: scale( 0 );
		-ms-transform: scale( 0 );
		-o-transform: scale( 0 );
		transform: scale( 0 );
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end; 
	}
	ul.topnav ul ul { left: 100%; top: 0; }
	ul.topnav ul li { border-bottom: 1px solid #dbdbdb; }
	ul.topnav ul li:hover, ul.topnav ul li:hover > a { background: #181DB8; color: #fff; }
	ul.topnav li:hover > ul {
		display: block; overflow: visible;
		max-height: 1000px;
		max-width: 1000px;
		opacity: 1;
		-webkit-transform: scale( 1 );
		-moz-transform: scale( 1 );
		-ms-transform: scale( 1 );
		-o-transform: scale( 1 );
		transform: scale( 1 );
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	}
	ul.topnav ul li a{ color: #198285; }
}
@media (min-width: 1200px){
	.navbar #nav > li > a{ padding: 10px 15px; font-size: 18px;}
}
/* FIXED HEADER STYLING
-------------------------------------------------- */
#header-fixed{ display: none; }
@media (min-width: 768px){
	#header-fixed{ display: block; position: fixed; left: 0; right: 0; top: -100%; z-index: 9999;
	}
	#header-fixed.sticky { top: 0; }
	#header-fixed.sticky .logoBar { padding: 5px 0 }
	#header-fixed.sticky .logo > img{ max-width: 52px; }
	#header-fixed.sticky .siteTitle h1{ font-size: 18px; }
	#header-fixed.sticky .siteTitle p{ font-size: 12px; line-height: 12px; }
	#header-fixed.sticky .conInfo { margin: 0; }
	#header-fixed.sticky .curDate { margin: 5px 0 0; }
}
/* BANNER STYLING
-------------------------------------------------- */
.bannerWrap{ padding: 20px 0px; /*max-height: 380px; overflow: hidden;*/ }
.bannerWrap .innerBox{ background: #fff; box-shadow: 0 0 3px #999; padding: 15px; }
.enentSlider-wrap{ max-height: 240px; overflow: hidden; }
@media (min-width: 768px){
	.homeBanner-wrap { padding-right: 0; }
}
/* CONTENT AREA STYLING
-------------------------------------------------- */
.content-area{}
.title-wrap {position: relative; padding-bottom: 10px; margin-bottom: 30px;}
.title-wrap::after {background: #181DB8; width: 180px; height: 2px;content: '';position: absolute; bottom: 0; left: 19px;}
.pageTitle { font-weight: 600; text-transform: uppercase;; letter-spacing: 1px; }
.pageTitle::before {position: absolute;	bottom: -8px;left: 0;border: 2px solid #cccccc;content: '';
width: 20px;height: 20px;border-radius: 100%;z-index: 2;}
.pageTitle::after {position: absolute;bottom: -5px;left: 3px;background: #181DB8;content: '';width: 14px;height: 14px;border-radius: 100%;z-index: 2;}
.pageTitle > span{ color: #181DB8; }
.secTitle { margin: 0 0 5px; font-weight: 600; text-transform: uppercase; color: #181DB8;}
.entry p{ font-size: 18px; line-height: 24px; }


.entry li {
    font-size: 18px;
    line-height: 24px;
}
/* SIDEBAR STYLING
-------------------------------------------------- */
.widget{ border: 1px solid #181DB8; }
.widgetTitle{ background: #181DB8; color: #ffffff; padding: 5px 15px; margin: 0; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; }
.widgetTitle .fa {font-weight: 400; margin-right: 15px;}
.widget-box{ padding: 15px; transition: all .5s ease; }
.widget-enentSlider{ background: #DAE0EF; margin-bottom: 30px; }
.sidebar-left .widget-box:hover{ background: #B5C2DF; color: #fff; }
.principal-Desk{ position: relative; /*text-align: center;*/ padding: 75px 0 0; margin-top: 15px; }
.principal-Desk .imageBox{ overflow: hidden; width: 150px; height: 150px; border-radius: 50%; border-width: 5px; border-style: solid; border-color:  #181DB8 #181DB8 #ffffff #ffffff; /*box-shadow: 0 0 5px #003b3b;*/ margin: 0 0 0 -75px; z-index: 99; position: absolute; top: 0; left: 50%; -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
.principal-Desk .imageBox a{ display: inline-block; }
.principal-Desk .imageBox img { width:150px; height: 150px; transform: rotate(45deg);}
.principal-Desk .textBox{ background: #181DB8; color: #ffffff; /*border: 1px solid #364260;*/ padding: 90px 15px 20px;}
.principal-Desk .title { letter-spacing: 2px; margin: 0 0 10px 0; }
.principal-Desk .title::after { content: ''; width: 50%; display: block; height: 1px; background:  #fff; margin-top: 10px; }
.principal-Desk .link { color: #ffffff; }
/* EVENT SLIDER STYLING
-------------------------------------------------- */
.enentSlider-wrap{ overflow: hidden; margin-bottom: 15px; }
.enentSlider { padding: 0; margin: 0; list-style: none; line-height: 16px;}
.enentSlider li { display: block; margin: 0; border-bottom: 1px solid #445377; padding: 15px 30px 15px 40px;  position: relative; min-height: 80px;}
.enentSlider li:first-child { border-top: 0; }
.enentSlider li a { color: #111111; display: block; }
.enentSlider li .icon { position: absolute; left: 0; top: 15px; font-size: 26px; color: #445377; padding: 5px; }
.enentSlider li h5 { margin: 0 0 3px 0; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.enentSlider li p { margin: 0; }
.enentSlider li .newsDate { font-weight: 400; position: absolute; top: 15px; text-align: left; line-height: 24px;}
.enentSlider li .newsDate > span{ font-size: 24px; letter-spacing: 3px; font-weight: 600; display: block; }
/* TAB STYLING
-------------------------------------------------- */
.tabWrap {  height:100%; color: #111111; background: #DAE0EF; overflow: hidden; border: 1px solid #181DB8; }
.tabWrap a{ color: #111111; }
.nav-tabs { font-size: 20px; line-height: 24px; }
.nav-tabs > li { width: 50%; float: left; text-align: center; }
.nav-tabs > li > a { padding: 10px 15px; display: block; background: #181DB8; color: #fff;  }
.nav-tabs > li > a.active { background: #364260; }
.nav-tabs > li > a .fa { margin-right: 10px; }
.tab-content { padding: 0px; }
.tab-content > .tab-pane { overflow: hidden; }


/* BX SLIDER STYLING
-------------------------------------------------- */
.bx-wrapper{ padding: 0; border: 0; margin: 0; box-shadow: none; background: none; }
.bx-wrapper .bx-pager{ bottom: 15px; padding: 0; }
.bx-wrapper .bx-pager.bx-default-pager a{ border: 1px solid #fff; box-shadow: 0 0 2px #fff; margin: 0 2px; }

/* BOX STYLING
-------------------------------------------------- */
video {	max-width: 100%; height: auto; }
iframe,embed,object {max-width: 100%;}
.boxWrap{ padding-top: 15px; padding-bottom: 15px; }
.box{ padding: 20px; background: rgba(0,0,0,.3); color: #ffffff; text-align: center; height: 100%; }
.box .title{ margin: 0 0 15px 0; letter-spacing: 2px; font-weight: 500; text-transform: uppercase; }
.box .boxText{ position: relative; }
.box .fa{ opacity: 0.1; color: #000; font-size: 150px; line-height: 100px; }
.box a{ color: #fff; }
.box .boxIcon{ display: block; max-width: 150px;}
.box .boxIcon img{ opacity: 0.1; max-width: 100%; }
.box .galCaption{ margin: 10px 0 0; }
.box ul{ padding: 0; margin: 0; list-style: none; }
.box ul li{ margin: 3px 0; font-size: 18px; position: relative; padding: 0 0 0 15px; }
.box ul li:before{ content: '\f101'; font-family: "FontAwesome"; font-size: 14px; position: absolute; top: 0; left: 2px; }
.box ul li a:hover{text-decoration: underline; }
.color-pink{}
.box.no-pad{ padding: 0; background: transparent; }
.box .btn{ display: block; margin-top: 15px; text-transform: uppercase; transition: all .5s ease; }
.box .btn-white{margin: 15px 0 0;}
.box .btn1{background: #fcecfc;
	background: -moz-linear-gradient(-45deg,  #fcecfc 0%, #fba6e1 50%, #fd89d7 50%, #ff7cd8 100%);
	background: -webkit-linear-gradient(-45deg,  #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	background: linear-gradient(135deg,  #fcecfc 0%,#fba6e1 50%,#fd89d7 50%,#ff7cd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8',GradientType=1 ); color: #FF00B2;
}
.box .btn1:hover{background: #FF00B2; color: #fff;}
.box .btn2{
	background: #a5cdef;
	background: -moz-linear-gradient(-45deg,  #a5cdef 0%, #54a3ee 50%, #3690f0 50%, #1e69de 100%);
	background: -webkit-linear-gradient(-45deg,  #a5cdef 0%,#54a3ee 50%,#3690f0 50%,#1e69de 100%);
	background: linear-gradient(135deg,  #a5cdef 0%,#54a3ee 50%,#3690f0 50%,#1e69de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cdef', endColorstr='#1e69de',GradientType=1 ); color: #023685;
}
.box .btn2:hover{background: #023685; color: #fff;}
.box .btn3{
	background: #bcd392;
	background: -moz-linear-gradient(-45deg,  #bcd392 1%, #a1d54f 50%, #80c217 50%, #7cbc0a 100%);
	background: -webkit-linear-gradient(-45deg,  #bcd392 1%,#a1d54f 50%,#80c217 50%,#7cbc0a 100%);
	background: linear-gradient(135deg,  #bcd392 1%,#a1d54f 50%,#80c217 50%,#7cbc0a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcd392', endColorstr='#7cbc0a',GradientType=1 ); color: #3F7700;

}
.box .btn3:hover{background: #3F7700; color: #fff;}
.box .btnWrap .btn:first-child{ margin-top: 0; }
.box .more-link{ display: block; font-size: 30px; line-height: 36px; }
.box .more-link .fa{ display: block; line-height: 160px; }
.box .more-link:hover{ font-weight: 600; }
.box .more-link:hover .fa{ opacity: 0.3; }
@media (max-width: 767px){
	.box .galCaption{ margin: 10px 0 20px 0; }
}
@media (min-width: 992px){
	.box.hasIcon{ text-align: left; }
	.box.hasIcon .boxText{ padding-left: 165px; }
	.box .boxIcon{ position: absolute; left: 0; }
}