/* latin-ext */
/* @font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin */
/* @font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v15/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */
.clear::after {
  content: "";
  clear: both;
  display: table;
}
body {
	background-color: #f8f9ee;
}

hr {
	border-top: 1px solid #bbbbbb;
}
.w3-row:before, .w3-row:after {width:0px; height:0px;}

.page-max-width {
	max-width: 1100px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 15px;
}



.header-logo-container {
	/* background-color: #ffffff; */
	text-align: left;
}
.logo-img-holder {
	padding: 15px 0 0;
}

.logo-img {
	height: 90px;
	width: auto;
}

.logo-bottom-text {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
}

.logo-text {
	font-family: times-new-roman;
	font-size: 26px;
	color: #ff0000;
	font-weight: 600;
}

.header-title .logo-bottom-text-mob{
	display: none;
}

.title-anchor {
	text-decoration: none;
}
.menu-icon-right {
	position: absolute;
	top: 0;
	right: 0;
}
.desktop-menu-holder {
	margin-top: 15px;
	position: relative;
	z-index: 999;
}
.dropdown-menu-wrap {
	/* width: 100%; */
	width: 265px;
}
.menu-itme-single {
	text-align: center;
	text-decoration: none;
	border-bottom: 4px solid #e3e3e3;
}
.w3-dropdown-hover:hover .menu-itme-single, .menu-itme-single:hover {
	color: #ea7a56;
	border-bottom: 4px solid;
	/*background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	box-shadow: -2px -2px 4px 0px rgba(0,0,0,0.1), 2px 2px 4px 0 rgba(0,0,0,0.1);*/
}
.active-menu {
	color: #903;
	border-bottom: 4px solid;
	/*background-color: #ffffff;
	border-radius: 5px 5px 0 0;
	box-shadow: -2px -2px 4px 0px rgba(0,0,0,0.1), 2px 2px 4px 0 rgba(0,0,0,0.1);*/
}

/*-------slide show css start --------*/
/* Slideshow container */
.slideshow-container {
	/* max-width: 1000px; */
	width: 100%;
	position: relative;
	margin: auto;
	padding: 0;
	margin-bottom: 60px;
}
/* slide display content */
.slide-display-content {
	position: relative;
	padding: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
  position: relative;
  padding: 0px 42px;
}
.banner-img-wrap {
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	border: 3px solid #fff;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #978282;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 5px 0 0 5px;
	user-select: none;
}
/* Position the "previous button" to the left */
.prev {
	left: 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 0 5px 5px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(200,200,200,0.8);
}

/* Caption text */
.text {
	color: #606060;
	font-size: 16px;
	/* padding-top: 12px; */
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
	/* height: 60px; */
	/* line-height: 60px; */
	left: 0;
	padding: 0 35px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #e8bfbf;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #bf7d68;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*-------slide show css end --------*/

.bla-breadcrumb {
	position: relative;
	width: 100%;
	padding: 0 0 10px 10px;
	font-size: 14px;
}
.bla-breadcrumb-link {
	text-decoration: none;
	color: #a45608;
}


.popup-anchor {
	color: #ee7800;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.popup-anchor:hover {
	text-decoration: underline;
}
.form-padding-16 .w3-input, .form-padding-16 .w3-button {
	border-radius: 4px;
}
.current-events-holder {
	padding: 0 20px;
}
.events-holder-padding {
	padding: 10px;
}
.event-timing {
	font-size: 20px;
	color: #334fdb;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	text-transform: uppercase;
	/* text-align: center; */
}
.event-title {
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	color: #b35555;
	/* text-align: center; */
}
.event-details {
	font-size: 16px;
	color: #000000;
}

.event-time-full-width {
	font-size: 18px;
	padding-bottom: 10px;
	color: #334fdb;
	text-transform: uppercase;
}

.event-title-full-width {
	padding: 0 0 10px 30px;
	font-size: 24px;
}
.event-title-full-width {
	padding: 0 60px 10px 30px;
	font-size: 18px;
	font-weight: 600;
	color: #b35555;
}

.event-details-full-width {
	padding: 0 60px 10px 60px;
	text-align: justify;
	/* text-align: left; */
}




.doc-download-link {
	color: #503cb3;
}
.no-event-msg {
	color: #ec8855;
	/* font-weight: 600; */
	font-size: 18px;
	display: block;
	padding: 5px;
	background: #fff5f5;
	border: 1px solid #ffeaea;
}


.more-event-list {
	padding: 0 20px;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
}
.more-event-title {
	color: #000;
}
.event-holder {
	/* background-color: #f9fbf3; */
	color: #777;
}

.event-sec-single {
	position: relative;
	width: 100%;
	height: auto;
}
.event-date-sec {
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #ff8700;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 5px;
}
.event-title-sec {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.h1-oti-section {
	/* font-weight: 100; */
	text-align: justify;
	/* text-align: left; */
}
.sub-title{
	color: #0b3c83;
	font-weight: 600;
}
.sub-contents {
	text-align: justify;
	/* text-align: left; */
}
.highlited-text {
	color: #cc0000;
}
.sub-para-title {
	text-decoration: underline;
	margin: 15px 0 5px;
	color: #869ac2;
	font-weight: 700;
}
.content-img {
	width: 50%;
	height: auto;
	margin: 25px 0;
}


ol.numeric-list { counter-reset: item }
ol.numeric-list li.numeric-item { display: block }
ol.numeric-list li.numeric-item:before { content: counters(item, ".") " "; counter-increment: item; padding-right: 10px; }
/*

*/
ul.bullet-list { list-style: disc; }
ul.bullet-list li.bullet-item:before { content: " "; padding-right: 10px; }

.name-block-title {
	color: #6f2b2b;
	font-weight: 600;
}
.name-block-wrap {
	padding: 0 20px;
	background: #fdfdf3;
	margin: 10px 0 30px;
	border: 1px solid #b0fbe2;
}
.note-italics {
	font-style: italic;
}
.no-msrgin-block {
	margin: 0;
}
.download-link {
	position: relative;
	font-size: 14px;
	color: #ff00ff;
	font-weight: 300;
}
.download-link-float-right {
	position: relative;
	float: right;
	font-size: 14px;
	color: #503cb3;
	font-weight: 400;
}
.download-link-float-left {
	position: relative;
	float: left;
	font-size: 14px;
	color: #ff00ff;
	font-weight: 300;
}

.li-with-margin {
	margin: 15px 0;
}

.list-label-strong {
	font-weight: 600;
	color: #4040e3;
}
.with-left-padding {
	padding-left:20px;
}

.list-label-bold {
	font-weight: bold;
	margin-right: 10px;
}
.dc-section{
	font-size: 14px;
}
.dc-list-no-margin {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	font-weight: 600;
}
.dc-list-singe {
	margin-top: 20px;
}
.dc-list-title{
	text-decoration: underline;
}
.dc-list-points{
	margin: 0;
}
.dc-list-text, .dc-list-text li {
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0;
}
.dc-list-text li{
	list-style-position: outside;
}


.info-block-holder.w3-col.l6.m6.s12 {
	padding: 10px;
}

.info-block-single {
	width: 100%;
	position: relative;
	padding: 10px 20px;
	box-shadow: 0 0 3px 0px rgba(0,0,0,0.2);
	background: #fcfcf6;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	height: 100%;
	/* min-height: 260px; */
}
.container-flex {
	display: flex;
	flex-wrap: wrap;
}
.label-same-width {
	float: left;
	width: 78px;
}

.panel-single-wrap {
	padding: 20px;
	background: #fdfdf3;
	margin: 10px 0 30px;
	border: 1px solid #b0fbe2;
}

.panel-single-title {
	padding: 10px;
	border-bottom: 1px solid #c0ce9a;
	margin-bottom: 10px;
	color: #6078d0;
}
.pop-list-holdder {
	padding: 0;
	list-style-position: inside;
	margin: 0;
}
.pop-list-holdder li::before {
	content: "";
	padding-left: 10px;
}
.top-links-wrap {
	margin: 15px 0;
	color: #fff;
	background-color: #81bb42;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #4a7b14;
	font-weight: 600;
}
.top-info-links {
	padding: 0 5px;
}
.top-info-links a {
	text-decoration: none;
}
.top-info-links a:hover {
	text-decoration: underline;
}
.downloa-btns {
	background-color: #81bb42;
	border: 1px solid #3a3c40;
	margin: 25px 0;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 8px 16px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.downloa-btns:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.row-with-gap {
	margin: 10px 0;
}
.client-cat-title {
	color: #a29695;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
.link-list-single {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
}

.link-list-single a {
	color: #1D0966;
	display: block;
	text-decoration: none;
}
.link-list-single a:hover {
	color: #FF0000;
}
.accord_brief_desc {
	width: 100% !important;
}
.announcement-image-holder {
	width: 100%;
}
.announcement-image {
	width: 100%;
	height: auto;
}
.gallery-single {
	padding: 10px !important;
}

.gallery-single-inner {
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
}

.gallery-img-wrap {
	width: 100%;
	height: 221px;
	padding: 3px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
}
.gallery-img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.gallery-caption-wrap {
	/* background-color: #ffe5e5; */
	/* border-top: 1px solid #ccc; */
	position: absolute;
	width: 100%;
	bottom: -100%;
	left: 0;
	background-color: rgba(244, 244, 244, 0.75);
	/* color: #fff; */
	height: 40%;
	transition: all 1.50s ease;
	display: flex;
}

.gallery-caption-wrap h4 {
	margin: auto;
}





.gallery-single-inner:hover {
	box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.17);
}
.gallery-single-inner:hover .gallery-img-wrap {
	/* background-color: #e8e8e8; */
}
.gallery-single-inner:hover .gallery-caption-wrap, .gallery-single-inner  .mobile-hover-active{
	/* background-color: #e8e8e8; */
	transition: all 1.50s ease;
	bottom: 0;
}



.blue-text {
	color: #0b3c83;
}
.success-msg {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border: 1px solid #a8a8a8;
	color: #2b2b2bcc;
}
.error-msg {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ffe5e5;
	border: 1px solid #ff4747;
}

.success-msg:before {

}
.error-msg:before {

}
.success-msg li, .error-msg li {
	padding: 5px 8px;
	font-size: 14px;
}
.page-link {
	padding: 6px 12px;
}
.active-page {
	background-color: #e6e6e6;
}

.form-padding-16 {
	position: relative;
	padding: 16px 0;
}
.ajax_loader_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, 0.85);
	display: none;
	top: 0;
	left: 0;
	border: 1px solid #e6e6e6;
}
.ajax_loader_wrap {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}
.ajax_loader {
	position: relative;
	margin: auto;
	font-size: 30px;
	color: #e10808;
	text-align: center;
}

.scial-medial-link {
	font-size: 32px;
	color: #fff;
	margin: 5px;
}

.small-padding {
	padding: 3px 0;
}

/*---------- home page activity section style start ---------------*/
.activity-container-single {
	padding: 10px;
}
.activity-single {
	background-color: #ffffff;
	padding: 0;
	box-shadow: 9px 6px 22px 0 rgba(0,0,0,.08);
	height: 100%;
	position: relative;
}
.activity-title {
	padding: 20px;
	height: 120px;
	position: relative;
	display: flex;
	color: #fff;
}
.activity-title h3 {
	margin: auto 0;
	padding: 0;
	line-height: 30px;
	font-size: 30px;
	width: 100%;
	/* text-align: right; */
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.activity-info {
	padding: 20px 20px 70px 20px;
	font-size: 16px;
	line-height: 18px;
	text-align: justify;
	color: #000000;
	height: auto;
	/* margin-bottom: 50px; */
}
.activity-info p {
	margin: 0;
	width: 100%;
}
.activity-link {
	padding: 0 20px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.activity-link-btn {
	display: block;
	padding: 7px 7px;
	border: 1px solid;
	border-radius: 5px;
	color: #a6a6a6;
	text-decoration: none;
	float: right;
	font-size: 14px;
	line-height: 14px;
}
.activity-link-btn:hover {color: #000000;}



/*---------- home page activity section style end ---------------*/


/*---------- page top search section style start ---------------*/
.search-container {
	position: relative;
	width: 100%;
	height: auto;
	/* margin: 10px 0; */
	padding: 20px 0;
}
.search-label {
	font-size: 18px;
	color: #c5c5c5;
	margin: auto;
	padding-bottom: 15px;
}
.search-inner {
	margin: auto;
	width: 90%;
	box-shadow: 9px 6px 22px 0 rgba(0,0,0,0.08);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.search-input {
	border: none;
	background-color: #ffffff;
	width: 100%;
	padding: 10px 80px 10px 15px;
	font-size: 16px;
	line-height: 30px;
	height: 50px;
}
.search-input::placeholder {
	color: #b9b9b9;
}
.search-btn {
	border: none;
	background-color: #c84777;
	color: #fff;
	height: 50px;
	font-size: 16px;
	line-height: 30px;
	width: 65px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.search-btn:hover{background-color: #cccccc; color: #555555; cursor: pointer;}
/*---------- home top search section style end ---------------*/
/*--------- contact us page style start -----------*/
.gmap-title {
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: 500;
	color: #848484;
}
.gmap-content {
	padding: 5px;
	background-color: #fff;
	height: 430px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 5px -1px rgba(0,0,0,0.3);
}
/*--------- contact us page style end -----------*/

/*--------- faq page style start -----------*/
.faq-single-block {
	padding: 0 30px;
	margin-bottom: 60px;
}
.faq-questions-wrap {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: 22px;
}
.faq-questions-icon {
	margin-right: 5px;
	color: #ff8000;
}
.faq-answers-wrap {
	margin-top:12px;
	text-align: left;
	color: #777;
}
.faq-form{ margin: 0; }
.faq-search-label {
	font-size: 18px;
	color: #828282;
	float: left;
}
.clear-search-btn {
	text-decoration: none;
	font-size: 14px;
	padding: 3px 8px;
	float: right;
	background-color: #ff9595;
	color: #ffffff;
	border-radius: 4px;
}
.faq-search-label-block {
	padding-bottom: 8px;
	border-bottom: 2px solid #dfdfdf;
}
.faq-search-info-block {
	font-size: 14px;
	padding-top: 8px;
	color: #5a4973;
}

/*--------- faq page style end -----------*/
/*--------- announcement page style start -----------*/
.ev-container {
	padding-bottom: 30px;
	margin-top: 60px;
}
.ev-container p { padding:0; margin:0; }
.ev-date-section {
	position: relative;
	padding-right: 80px;
	min-height: 64px;
}
.ev-date-section::after {
	content: "";
	display: block;
	border-right: 4px solid #ffe6ce;
	position: absolute;
	right: 38px;
	top: 0;
	height: 100%;
}
.ev-date {
	font-size: 16px;
	/* font-weight: 600; */
	color: #000;
	padding-bottom: 5px;
	display: block;
	position: relative;
	text-align: right;
	width: 100%;
	margin-top: 5px;
}
.ev-time {
	font-size: 13px;
	font-weight: normal;
	color: #64635e;
	display: block;
	position: relative;
	text-align: right;
	width: 100%;
}
.ev-icon-round {
	position: absolute;
	top: 0;
	right: 16px;
	display: block;
	border: 4px solid #ffe6ce;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	border-radius: 50%;
	padding: 10px;
	background-color: #ee8181;
	color: #fff;
	z-index: 1;
}
.ev-info-section {
	min-height: 70px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 0px 5px 0 rgb(216, 217, 206);
	position: relative;
}
.ev-row-single:last-child .ev-info-section { margin-bottom: 0; }
.ev-info-section::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: -5px;
	top: 15px;
	left: 5px;
	box-sizing: border-box;
	border: 7px solid black;
	border-color: transparent transparent #fff #fff;
	transform-origin: 0 0;
	transform: rotate(45deg);
	box-shadow: -2px 2px 3px -1px rgb(216, 217, 206);
}

.ev-title-sec {
	font-size: 24px;
	color: #e13a3a;
	margin-bottom: 30px;
	font-weight: 500;
}

.ev-desc-sec p {
	margin-top: 15px;
	text-align: left;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.ev-info-section p label {
	font-size: 14px;
	color: #e13a3a;
}
.ev-link-sec {
	margin-top: 24px;
}
.ev-link {
	display: block;
	color: #ee7800;
	text-decoration: none;
	font-weight: bold;
}
.ev-link:hover {
	text-decoration: underline;
}
.ev-img-wrap {
	margin-top: 24px;
}
.ev-img-wrap p {
	margin-bottom: 10px;
	font-weight: bold;
	color: #828282;
}
.ev-img-sec { position: relative; display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.ev-img-sinhle { position: relative; display: inherit; }
.img-zoomer {
	display: inherit;
	width: 120px;
	height: 120px;
	padding: 5px;
	float: left;
	margin: 5px;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.ev-hover-mask {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	transition: all 0.35s ease 0s;
	color: #fff;
	font-size: 30px;
}
.ev-hover-mask i {
	margin: auto;
}
.img-zoomer:hover{
	border-color:  #644db7;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3);
}
.img-zoomer:hover .ev-hover-mask{
	transition: all 0.35s ease 0s;
	top: 0;
}

.ev-img { max-width:100%; max-height:100%; display:block; position: relative; margin: auto;}
.ev-more-btn-holder {
	position: relative;
	height: auto;
	padding: 10px 0;
}
.ev-more-btn-holder::after {
	content: "";
	display: block;
	border-bottom: 1px solid #d3d3d3;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 0;
}
.ev-btn-wrap{
	position: relative;
	padding: 10px;
	margin: auto;
	background-color: #f8f9ee;
	z-index: 1;
}
.ev-more-btn{
	position: relative;
	background-color: #ee7800;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	text-decoration: none;
}
.ev-more-btn:hover {
	/* box-shadow: 1px 1px 6px 0 rgba(0,0,0,0.3); */
	background: #edad6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #edad6d 0%, #ee7800 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #edad6d 0%,#ee7800 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #edad6d 0%,#ee7800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edad6d', endColorstr='#ee7800',GradientType=0 ); /* IE6-9 */


}
.page-loader{
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
}
.page-loader span {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin: auto;
	color: #fff;
}

/*--------- announcement page style end -----------*/

/*--------- mobile slide menu style start -----------*/
.mob-menu {
	width: 300px;
	top: 0;
	right: -350px;
	height: 100%;
	overflow: auto;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19);
	/* background-color: #a46464; */
	background-color: #804b4b;
	color: #ffffff;
	transition: all 0.50s ease;
	z-index: 999;
}

.mob-menu .w3-button{border-radius: 0}
.mob-slide-in {
	right: 0;
	transition: all 0.50s ease;
}
.mob-nav-active {
	background-color: #cccccc;
	color: #000000;
}
.mob-sub-menu-block {
	padding-left: 30px;
	color: #fdc383;
}
.mob-submenu-icon {margin-right: 10px;}
/*--------- mobile slide menu style end -----------*/

/*--------- new custom-popup style start -----------*/
.custom-popup-bg {
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	overflow: auto;
}
.custom-popup-wrap {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 100%;
	padding: 35px;
	margin: auto;
}
.custom-popup-inner {
	position: relative;
	background: #fff;
	margin: auto;
	max-width: 1000px;
	height: auto;
	width: 100%;
	box-shadow: 0 0 14px 4px rgba(0,0,0,0.5);
}
.custom-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px 10px;
	/* background: #ccc; */
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #827373;
	z-index: 9;
}
.custom-popup-close:hover {
	background-color: #cfcfcf;
}
.custom-popup-content {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	/* display: flex; */
	/* flex-wrap: wrap; */
}
.book-cover-img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.custom-popup-content p {
	margin: 0;
}
.book-info-title {
	font-size: 24px;
	font-weight: 600;
	color: #4f3838;
}
.book-info-label {
	margin-top: 10px !important;
	color: #ff8000;
	font-size: 16px;
	/* font-weight: 600; */
	border-top: 1px solid #d7d7d7;
	padding-top: 10px;
}
.book-info-value {
	font-size: 18px;
	color: #4d4d4d;
}
.custom-pop-image {
	max-width: 100%;
	max-height: 100%;
	display: block;
	padding: 30px;
}

/*--------- new custom-popup style end -----------*/
/*------- footer style start -----------*/



.footer-section {
	/* border-top: 1px solid #8c7a7a; */
	/* background-color: #c1b0b0; */
	border-top: 1px solid #442929;
	background-color: #a87373;
	color: #ffffff;
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-col {
	padding: 0 20px;
	margin-bottom: 25px;
}
.footer-label, .footer-content {
	margin: 0;
}

.footer-label {
	font-size: 20px;
	color: #dddddd; /*#262626;*/
	border-bottom: 1px solid #ffb700;
	padding: 5px 15px;
	margin-bottom: 20px;
}
.footer-content {
	padding: 0 15px;
	font-size: 14px;
}

.footer-link-wrap, .footer-contact-wrap {
	margin: 0;
	list-style: none;
}

.footer-link-single {
	margin-bottom: 2px;
}
.footer-link-single a {
	text-decoration: none;
}
.footer-link-icon {
	margin-right: 5px;
	color: #ffb700;
}
.footer-link-single a:hover { text-decoration:underline; }
.large-icons, .large-text {
	font-size: 30px;
}
.footer-contact-single {
	padding-left: 19px;
	position: relative;
}
.footer-contact-single .footer-link-icon {
	position: absolute;
	left: 0px;
	top: 3px;
}
.large-icons i {
	margin-right: 10px;
}
.footer-disclaimer {
	padding: 10px;
	color: #e1e1e1; /*#281d1d;*/
	font-size: 12px;
	font-weight: lighter;
}


/*------- footer style end -----------*/
.scroll-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	background-color: rgba(255,000,000,.5);
	border-radius: 5px;
	text-align: center;
	padding: 0;
	z-index:999999;
}
.scroll-top i {
  display: inline-block;
  color: #fff;
}

@media (max-width:992px){

	.ev-date-section::after{display:none;}
	.ev-icon-round{ right:5px;}
	.ev-info-section::after {
		right: 5px;
		top: 0;
		transform: rotate(135deg);
		left: unset;
	}
	.ev-title-sec { font-size: 20px; }
	.ev-date, .ev-time{ text-align:left;}
	.custom-popup-wrap { padding: 15px; }
	
	.mob-header {
		position: sticky;
		top: 0;
		background: #f8f9ee;
		box-shadow: 0px 2px 10px #0000001c;
		z-index: 99;
	}


	  
	.mob-header .header-wrapper {
		display: flex;
		font-size: 16px;
	}

	.mob-header .header-logo {
		width: 15%;
	}

	.mob-header .header-title {
		width: 70%;
	}

	.mob-header .header-title .title-anchor {
		font-size: 32px;
	}

	.mob-header .header-logo .logo-img {
		width: 100%;
		height: auto;
		max-width: 80px;
	}

	.mob-header .header-logo .logo-img-holder {
		padding-top: 5px;
	}

	.mob-header .header-logo .logo-bottom-text {
		display: none;
	}

	.mob-header .header-title .logo-bottom-text-mob {
		font-size: 12px;
		font-weight: 700;
		height: 12px;
		line-height: 12px;
		display: block;
	}

	.mob-header .header-title .logo-text-holder {
		border-bottom: none !important;
	}

	.mob-header .menu-icon-right {
		top: 8px;
	}	

}
@media (max-width:768px){
	.mob-header .header-title .title-anchor {
		font-size: 20px;
	}
	.mob-header .header-logo .logo-img-holder {
		padding-top: 10px;
	}
	.mob-header .header-logo .logo-img {
		max-width: 65px;
	}
}
@media (max-width:400px){
	.mob-header .header-title .title-anchor {
		font-size: 18px;
	}
	.mob-header .header-logo .logo-img-holder {
		padding-top: 12px;
	}
}
