@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*-------------------------------------------------- */
body{ font-size: 16px; line-height: 22px; color: #854040; font-family: "Barlow Condensed", sans-serif; font-weight: 400; background: #ffedc9; }
img{ max-width: 100%; height: auto;}
a{ text-decoration: none; color: #000000;}
a:hover{ text-decoration: none; color: #000000;}
a:focus{ text-decoration: none; outline: 0;}
.spacer{ background-color: #ffedc9; padding-top: 30px; padding-bottom: 30px;}
.base-bg { background: #805045; color: #fff; }

hr{}
h1{ font-size: 30px;}
h2{ font-size: 26px;}
h3{ font-size: 22px;}
h4{ font-size: 20px;}
h5{ font-size: 18px;}
h6{ font-size: 16px;}
@media (min-width:1200px){
	.container{ /*width: 1200px;*/ }
	.spacer{ padding-top: 50px; padding-bottom: 50px; }
	h1{ font-size: 36px;}
}
.os-animation{opacity: 0;}  
.os-animation.animated{opacity: 1;}   
/* SOCIAL STYLING
-------------------------------------------------- */
.social{}
.social a{ text-align: center; display: inline-block; color: #000; text-align: center; margin: 0 5px; font-weight: 400; font-size: 18px;}
.social a:first-child {margin-left: 0;}
.social a:last-child {margin-right: 0;}
.social .fa-facebook{ color: #3b5998;}
.social .fa-twitter{ color: #007bb5;}
.social .fa-instagram{ color: #3b5998;}
.social .fa-google-plus{ color: #dd4b39;}
.social .fa-youtube{ color: #bb0000;}
.social a:hover{ color: #ffffff; color: #666666; }
/* BUTTON STYLING
-------------------------------------------------- */
.btn{ display: inline-block; white-space: inherit; padding: 10px 20px; text-align: center; border-radius: 5px; font-size: 18px; line-height: 20px; letter-spacing: 2px; font-weight: 300; }
.btn-default{}
.btn-default:hover {}
.btn-primary{}
.btn-primary:hover{}
.btn-white { background: transparent; border-color: #ffffff;}
.btn-white:hover { background: #fff; border-color: #653e35; color: #653e35;}
.btn-green{ background: #653e35; border: 1px solid #653e35; color: #fff; border-radius: 0; display: block;width: 100%; font-weight: 500; text-transform: uppercase; color: #ffffff !important;}
.btn-green:hover { background: #ffffff; color: #653e35 !important; }
.btn-submit{ width: auto; display: inline-block; margin-top: 15px; }
.btn-lg { padding: 21px 10px; font-size: 24px; line-height: 30px; font-weight: 500; letter-spacing: 1px; }
.link { text-decoration: underline; font-weight: 500; }

/* DataTable STYLING
-------------------------------------------------- */
.top-border {
	border-top: 1px solid #111;
}

.left-border {
	border-left: 1px solid #bcbcbc;
}

.right-border {
	border-right: 1px solid #bcbcbc;
}

.display > tbody > tr > td > a {
	color: #854040;
}

/* FORM STYLING
-------------------------------------------------- */
form{ background: #fff; box-shadow: 0 0 3px #888; padding: 20px; margin: 30px 0; border-radius: 2px; }
form label { font-weight: 600; color: #333; }
form .form-control{ box-shadow: none; border-radius: 0; color: #000; padding: 5px 15px; line-height: 25px; border: 1px solid #b9b9b9; height: 45px;}
select.form-control:not([size]):not([multiple]){ height: 45px; }
form textarea.form-control{ height: 105px; } 
form input[type="submit"], 
form input[type="reset"], 
.btn-submit{}
form input[type="submit"]:hover, 
form input[type="reset"]:hover, 
.btn-submit:hover{}
.form-group { margin: 0 0 15px 0; }
/* formSearch */
/* MODAL STYLING
-------------------------------------------------- */
.modal{ background-color: rgba(0, 0, 0, 0.5); }
.modal h3{ margin: 0 0 20px 0; }
.modal-content{ border-radius: 0; }
.modal-body{ padding: 30px; }
.modal-header .close { background: #f00 none repeat scroll 0 0; color: #fff; font-size: 36px; height: 40px; margin-top: 0; opacity: 1; position: absolute; right: 0; text-shadow: none; top: 0; width: 40px; }
.modal-title{ color: #ef0000; }
.modal form{ margin-bottom: 30px; }
/* HEADER STYLING
-------------------------------------------------- */
.header{ transition: all 1s ease; background: #ffedc9; }
/* topBar */
.topBar{ padding: 0;  background: #653e35; color: #fff; }
.topBar .social{ padding: 10px 0; line-height: 20px; }
.topBar .social a.fa {color: #fff;}
.topLinks{ padding: 0; margin: 0 30px; list-style: none; text-align: right; }
.hotLinks{ padding: 0; margin: 0; list-style: none; text-align: center; }
.topLinks > li, .hotLinks > li { display: inline-block; padding: 0; line-height: 20px; }
.topLinks > li > a{ display: block; color: #fff; padding: 10px 8px; position: relative; }
.hotLinks > li > a{ display: block; color: #ff5; font-weight: 600; padding: 10px 8px; position: relative; }
.topLinks > li > a:hover, .hotLinks > li > a:hover { background: #805045; }
/* logoBar */
.logoBar { padding: 15px 0; }
.logo{ float: left; width: 98px; margin-right: 20px; }
.logo > img{ max-width: 96%; }
@media (max-width: 991px){
	.logo > img{ max-width: 78%; }
}
@media (max-width: 477px){
	.logo > img{ max-width: 64%; }
}
.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 #805045; color: #805045; }
.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: #653e35; } 
.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: #653e35; color: #fff; }
.curDate { display: inline-block; font-size: 20px; line-height: 30px; padding: 10px 15px 10px 65px; border: 1px solid #653e35; 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: #653e35; color: #fff; width: 50px; height: 50px; position: absolute; left: 0; top: 0; text-align: center; line-height: 50px; }
@media (max-width: 991px){
	.topBar{ text-align: center; }
}
@media (min-width: 992px){
	.conInfo{ }
}
/* LATEST UPDATES
-------------------------------------------------- */
.latest-updates-wrap { padding: 5px 0; border-top: 1px solid #653e35; border-bottom: 1px solid #653e35;}
.latest-updates{ position: relative; padding: 5px 15px 5px 150px; background: #ffedc9; line-height: 26px; color: #653e35; font-weight: 500;}
.latest-updates > .title{ background: #653e35; 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 #653e35; position: absolute; right: -24px; top: 0; bottom: 0;}
.latest-updates marquee{ width: 100%; float: left; }
.latest-updates marquee > span{ margin-right: 30px; }
.latest-updates marquee > span > a{ color: #653e35; }
@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: 992px) {
	#mobMenu{ display: none; }
}
/* NAVBAR STYLING
-------------------------------------------------- */
.navbar{ background: #805045; border-radius: 0; border: 0; padding: 0; margin: 0; }
.navbar a{ color: #fff; }
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: 'Font Awesome 6 Free'; font-weight: 900; font-size: 14px; 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: 14px; margin-right: 5px; }
@media (max-width: 991px){
	.navbar{ display: none; }
}
@media (min-width: 992px){
	ul.topnav{ border-right: 1px solid #996555; border-left: 1px solid #3c2015;}
	ul.topnav > li{ display: inline-block; border-left: 1px solid #996555; border-right: 1px solid #3c2015; 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 #653e35; 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: #805045; 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: #470b07; }
}
@media (min-width: 1200px){
	.navbar #nav > li > a{ padding: 10px 15px; font-size: 18px;}
}
/* FIXED HEADER STYLING
-------------------------------------------------- */
#header-fixed{ display: none; }
@media (min-width: 992px){
	#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: 72px; }
	#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{ background-color: #ffedc9; padding-top: 30px; /*max-height: 380px; overflow: hidden;*/ }
.bannerWrap .innerBox{ background: #fff; box-shadow: 0 0 3px #999; padding: 15px; }
.enentSlider-wrap{ max-height: 305px; overflow: hidden; }
@media (min-width: 992px){
	.homeBanner-wrap { padding-right: 0; }
}
/* CONTENT AREA STYLING
-------------------------------------------------- */
.content-area{}
.title-wrap {position: relative; padding-bottom: 10px; margin-bottom: 30px;}
.title-wrap::after {background: #805045; width: calc(100% - 20px); height: 2px;content: '';position: absolute; bottom: 0; left: 20px;}
.pageTitle { font-weight: 600; text-transform: uppercase;; letter-spacing: 1px; }
.pageTitle::before {position: absolute;	bottom: -8px;left: 0;border: 2px solid #805045;content: '';
width: 20px;height: 20px;border-radius: 100%;z-index: 2;}
.pageTitle::after {position: absolute;bottom: -5px;left: 3px;background: #805045;content: '';width: 14px;height: 14px;border-radius: 100%;z-index: 2;}
.pageTitle > span{ color: #d1735e; }
.secTitle { margin: 0 0 5px; font-weight: 600; text-transform: uppercase; color: #805045;}
.entry p{ font-size: 20px; line-height: 28px; }


.entry li {
    font-size: 18px;
    line-height: 24px;
}
/* SIDEBAR STYLING
-------------------------------------------------- */
.widget{ border: 1px solid #805045; }
.widgetTitle{ background: #805045; 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: #dffafa; margin-bottom: 30px; }
/*.sidebar-left .widget-box:hover{ background: #539d9d; 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:  #805045 #805045 #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:140px; height: 140px; transform: rotate(45deg);}
.principal-Desk .textBox{ background: #805045; color: #ffffff; /*border: 1px solid #653e35;*/ padding: 90px 15px 20px;}
.principal-Desk .title { letter-spacing: 2px; margin: 0 0 10px 0; }
.principal-Desk .title::after { content: ''; width: 100%; 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 #322322; 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: #3d2020; 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; right: 0; top: 15px; text-align: right; 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: #ffddee; overflow: hidden; border: 1px solid #805045; }
.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: #805045; color: #fff;  }
.nav-tabs > li > a.active { background: #653e35; }

.navtab .nav { width: 100%; flex-wrap: nowrap; }
.navtab .nav-tabs .nav-link { border: none; border-top-left-radius: .5rem; border-top-right-radius: .5rem; }
.navtab .nav-tabs .nav-link.active { color: #fff; }
.navtab .nav-tabs { font-size: 16px; line-height: 20px; }
.navtab .nav-tabs > li { display: flex; flex-basis: fit-content; float: left; text-align: center; }
.navtab .nav-tabs > li > a { padding: 10px 15px; display: block; background: linear-gradient(175deg, #ffa995 1%,#ff876c 10%,#f5866d 25%,#ba4d34 100%); color: #fff;  }
.navtab .nav-tabs > li > a.active, .navtab .nav-tabs > li > a.active:hover { background: linear-gradient(180deg, #bc8b80 1%,#ba7160 10%,#a25b4a 25%,#805045 100%); color: #fff; }
.navtab .nav-tabs > li > a:hover{background: #E33803; color: #fff;}

.nav-tabs > li > a .fa { margin-right: 10px; }
.tab-content { padding: 0px; }
.tab-content > .tab-pane { overflow: hidden; }

.navtab-body { padding: 20px; background: #805045; }
/* FOOTER STYLING
-------------------------------------------------- */
.footer {background: #653e35; position: relative; color: #ffffff; letter-spacing: 1px; font-weight: 300; padding-bottom: 0;}
.footer a { color: #ffffff; }
.footer a:hover { text-decoration: underline;}
.footer ul{ padding: 0; margin: 0; list-style: none; }
.footer .footCol { margin: 0 0 30px 0; }
.footTitle-wrap {position: relative; padding-bottom: 10px; margin-bottom: 25px;}
.footTitle-wrap::after {background: #cccccc;width: calc(100% - 15px);height: 1px;content: '';position: absolute; bottom: 0; left: 15px;}
.footTitle { font-weight: 600; text-transform: uppercase;; letter-spacing: 2px; }
.footTitle::before {position: absolute;	bottom: -8px;left: 0;border: 1px solid #cccccc;content: '';
width: 15px;height: 15px;border-radius: 100%;z-index: 2;}
.footTitle::after {position: absolute;bottom: -5px;left: 3px;background: #f6ddda;content: '';width: 9px;height: 9px;border-radius: 100%;z-index: 2;}
.footLink .footContent ul > li {padding-bottom: 7px;position: relative;padding-left: 11px;}
.footLink .footContent ul > li::before {position: absolute;width: 7px;height: 1px;top: 10px;left: 0;content: '';background: #fff;}
.footContact .contact-way {position: relative;padding-bottom: 11px;}
.footContact .contact-icon {position: absolute;left: 0;top: 0;width: 23px;height: 23px;display: inline-block;line-height: 23px;text-align: center;border-radius: 4px;}
.footContact .contact-text {padding-left: 37px;	padding-top: 3px;display: block;}
.footSocial { display: flex; margin-left: auto;}
.footSocial .social{ padding-left: 15px; }
.footSocial .social a.fa{ color: #fff;  }
.copyright { background: #150a07; padding: 15px 0; font-size: 14px; line-height: 20px;}
.copyright p{ margin: 2px 0 0; }
.copyright ul {float: right; }
.copyright li {display: inline-block; position: relative; padding-bottom: 5px;}
.copyright li::before { content: '|'; padding: 0 2px;}
.copyright li:first-child::before { display: none; } 
@media (min-width: 768px){
	.copyright li::before {padding: 0 5px;}
}
@media (min-width: 1200px){
	.copyright li::before {padding: 0 15px;}
}
/* FOOTER TOP STYLING
-------------------------------------------------- */
.footerTop { background: url('images/join-us-bg.jpg') repeat center top ; }

/* 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: "Font Awesome 6 Free"; font-weight: 900; 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: #ffc7b0;
	background: -moz-linear-gradient(-45deg,  #ffc7b0 1%, #ffae93 50%, #ff8460 50%, #f74007 100%);
	background: -webkit-linear-gradient(-45deg,  #ffc7b0 1%,#ffae93 50%,#ff8460 50%,#f74007 100%);
	background: linear-gradient(135deg,  #ffc7b0 1%,#ffae93 50%,#ff8460 50%,#f74007 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc7b0', endColorstr='#f74007',GradientType=1 ); color: #E33803;

}
.box .btn3:hover{background: #E33803; color: #fff;}
.box .btn4{
	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 .btn4: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; }
}

.no-margin { margin: 0; }
.no-box-shadow { box-shadow: none; }

.action-buttons { display: flex; justify-content: center; }
.action-buttons > * { margin: 0.25rem; }

.dt-font-size-14 { font-size: 14px; }
.dt-font-weight-500 { font-weight: 500; }

.input-error {
	border-color: #fab !important;
	box-shadow: 0 0 0 .2rem rgba(255,0,55,.5) !important;
}

.modal-close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: 1.15rem;
	font-weight: bold;
}

#dialogModalText h4 {
	color: #000;
	width: auto;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 6px;
}

#dialogModalText ul {
	list-style: disc;
	text-align: left;
}

/* Addition */

.galleryWrap:hover .overlay {
    visibility: visible;
    position: absolute;
    top: 0;
    right: 14px;
    text-align: center;
    line-height: 93px;
    font-weight: 600;
    color: #fdff8c;
    text-shadow: 1px 1px 2px black;
    background-color: #60606075;
    padding: 53px;
    width: 90%;
    height: 200px;
    transition: 0.5s;
}

.overlay {
    visibility: hidden;
    position: absolute;
}

.bott-img {
    margin-top: 1em;
    margin-left: 1em;    
    padding: 2em;
    background:#0e7070;
    height: 180px;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bott-img:hover {
    background-color: #1443ff;
}

.bott-img .icon-holder {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 20px 18px;
    background: #eee;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    color: #0e7070;
    font-size: 26px;
}

.bott-img:hover .icon-holder {
    top: -65px;
    color: #ffffff;
    background: #0e7070;
    margin-bottom: 2em;
    border-style: solid;
}

.bott-img .mission {
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
}

.bott-img:hover .mission {
    top: -90px;
}

.bott-img .description {
    margin: -5em auto 0;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.bott-img:hover .description {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-size: 14px;
    line-height: 2.2em;
}

.description a {
    color: #0e7070;
    font-weight: bold;
    padding: 7px 20px 8px;
    background-color: #eee;
    border-radius: 6px;
}

.bott-img:hover .description a {
    top: -60px;
}

.description a:hover {
    color: #fff;
    background-color:#0e7070;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    border: 2px solid #fff;
}
/*// Left menu //*/

.services {
    background: linear-gradient(to bottom, #F3DCDC 0%,#FBE4E4 100%);
}

.card-body {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}

.services .text-center {
    text-transform: uppercase;
    /*font-size: 21px;*/
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}

.widget-sideNav .nav-item {
    display: block;
    /*border-bottom: 1px solid #b3b3b3;*/
    margin-bottom: 0px;
    /* font-weight: 600; */
    /* font-style: italic; */
    font-size: 14px;
}

.widget-sideNav .active-menu a {
    border-top: 1px solid #ddd;
    color: #fff;
    background: #EDEDED;
    background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(top, #EDEDED 0%,#F9F9F9 100%);
    background: #008a8a;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#F9F9F9',GradientType=0 );
}

.widget-sideNav .nav-item .nav-link a:hover {
    background: #006b6b;
    color: #fff;
    /* font-family: 'Playfair Display', serif; */
}

.widget-sideNav .nav-item a {
    border-top: 1px solid #ddd;
    color: #854040;
    background: #EDEDED;
    background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(top, #EDEDED 0%,#F9F9F9 100%);
    /* background: linear-gradient(to bottom, #EDEDED 0%,#F9F9F9 100%); */
    /* background: linear-gradient(to bottom, #01574E 0%,#01574E 100%); */
    /* background: linear-gradient(to bottom, #FBFBFB 0%,#F2F2F2 100%); */
    /* background: linear-gradient(to bottom, #93660A 0%,#ECA71F 100%); */
    /* background: linear-gradient(to bottom, #FBFBFB 0%,#F2F2F2 100%); */
    background: #fff;
}


.navigation {
   display: block;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 0px;
    /* font-weight: 600; */
    /* font-style: italic; */
    font-size: 14px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu2 {
  list-style: none;
  padding: 0;
  margin: 0;
  
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  border-top: 1px solid #ddd;
    color: #090909;
    background: #EDEDED;
    background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(top, #EDEDED 0%,#F9F9F9 100%);
}

/* add hover behaviour */
.mainmenu a:hover {
    background: #d1735e;
    color: #fff;
}

.mainmenu .item-menu a {
    padding: 0.5rem 1rem;
}

.mainmenu .active-menu a {
    padding: 0.5rem 1rem;
    border-top: 1px solid #ddd;
    color: #fff;
    background: #EDEDED;
    background: -moz-linear-gradient(top, #EDEDED 0%, #F9F9F9 100%);
    background: -webkit-linear-gradient(top, #EDEDED 0%,#F9F9F9 100%);
    background: #805045;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#F9F9F9',GradientType=0 );
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu2 {
  display: block;
  max-height: 100%;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu2 a {
  background: #006b6b;
    color: #fff;
}

/* hover behaviour for links inside .submenu */
.submenu2 a:hover {
    color: #fff;
    background: #3e0f7c;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu2 {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.snowflake-list {
	list-style-type: none;
}

.snowflake-list li::before {
	content: "\f2dc";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	padding: 0 10px 0 0;
}

.roman-list {
	list-style-type: decimal-leading-zero;
}

.roman-list li {
	font-size: 20px;
	line-height: 40px;
}

.roman-list li::marker {
	padding: 0 10px 0 0;
	font-weight: 600;
}

/** sticky-box **/

.sticky-box {
    position: fixed;
    top: 220px;
    z-index: 1040;
    transition: width ease .5s;
    width: 50px;
    background: #e8e8e8;
    height: 300px;
    border: 1px solid #fff;
    box-shadow: 0 0 2px #ddd;
    overflow: hidden;
}

.sticky-box:hover {
    width: 200px;
}

.sticky-box .box-title {
    float: right;
    width: 50px;
    height: 100%;
    padding-top: 50px;
    background: #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #653e35;
    cursor: pointer;
    line-height: 26px;
}

.sticky-box .box-content .img-link {
    display: block;
    position: relative;
    width: 138px;
    float: left;
    margin: 5px;
    text-align: center;
    position: relative;
    border: 1px solid #000000;
    height: 290px;
}

.sticky-box .box-content .img-link img {
    /*max-height: 139px;*/
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 254px;
}

.sticky-box .box-content .img-link .caption {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 5px;
}

@media screen and (max-width: 650px) {
    .hideclass {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .hideclass {
        display: none;
    }
}