body {
	font-size: .85rem;
	font-family: 'Muli', sans-serif;
	background: #f2f2f2;
	color: #4c4633;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

*:focus {
	box-shadow: none !important;
	outline: 0;
}

.form-control:focus {
	border-color: #e0a50e !important;
}

.pr {
	position: relative;
	z-index: 1;
}

.pad0 {
	padding: 0 !important;
}

.margin0 {
	margin: 0;
}

.spacer {
	height: 3em;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
	line-height: 1.6;
}

h3, .h3 {
	font-size: 20px;
	line-height: 1.5;
}

h4, .h4 {
	font-size: 16px;
	line-height: 1.4;
}

h5, h5 {
	font-size: 14px;
}

a {
	color: #000000;
}

.heading {
	/*text-transform: uppercase;*/
	position: relative;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 1rem;
}

.heading::after {
	content: ' ';
	position: relative;
	height: 1px;
	width: 100px;
	display: block;
	border-bottom: 4px double #3e3e3e;
	padding-top: 15px;
}

.heading.text-center::after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.heading-sm {
	font-weight: 600;
	display: table;
	margin: 0 auto;
	position: relative;
	top: -28px;
	background: #8ac91d;
	color: #fff;
	padding: 9px 25px;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 31px;
	border: 5px solid #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.heading-sm.gray {
	background: #ff7c00;
}

label {
	font-weight: 700;
	margin-bottom: 2px;
}

a, .btn {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	text-decoration: none;
}

.clearfix {
	clear: both;
}

/*new*/

.main {
	display: flex;
	display: -ms-flexbox;
	min-height: 100vh;
	flex-direction: column;
	-webkit-flex-direction: column;
}

.main-content {
	flex: 1 1 auto;
}

/*events*/

.gallery-item .gallery-img img {
	height: 180px;
	width: 100%;
	object-fit: cover;
}

.gallery-item {
	margin: 4px;
	position: relative;
}

.gallery-item .gallery-img {
	position: relative;
}

.gallery-item:hover .desp {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.gallery-item .desp {
	padding: 10px 15px;
	color: #ffefd1;
	background: rgba(76, 70, 51, 0.925);
	font-weight: 600;
	font-size: .83rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transform: translateY(100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}

.gallery-item .desp h5 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 13px;
	position: relative;
}

.category {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	padding: 10px;
	background: linear-gradient(to top, #402e2e 0%, rgba(35, 35, 35, 0) 100%);
}

.categoryname {
	color: #d4ff8b;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	text-shadow: 0 0 4px #000;
}

.viewbtn {
	font-weight: 800;
	font-size: 12px;
	padding: 4px 7px;
	letter-spacing: .5px;
	font-style: italic;
	background: #cc5420;
	color: #fff;
}

.viewbtn:hover {
	color: #fff;
	background: #b34110;
}

.categories .gallery-item .gallery-img::before {
	display: none;
}

.desp2 {
	text-align: center;
	padding: 5px;
	background: #fbf2ff;
	box-shadow: 0 2px 3px rgba(178, 39, 139, 0.2);
	color: #454545;
	font-weight: 600;
}

.readmore {
	font-weight: bold;
	color: #729d35;
	font-style: italic;
}

.readmore::after {
	content: '\f178';
	font-family: 'Fontawesome';
	margin-left: 5px;
	font-size: 14px;
	font-style: normal;
}

/*header*/

#header {
	background: #fff url(../img/pattern.png) repeat center;
}

#topnav {
	background: #e0a50e;
	position: relative;
}

#topnav .nav-item.font-selection a {
	display: inline-block;
	height: 22px;
	width: 23px;
	line-height: 22px !important;
	text-align: center;
	font-size: 13px !important;
	border-radius: 2px;
	position: relative;
	top: 5px;
	font-weight: 600;
	padding: 0 !important;
	background: rgba(255, 255, 255, 0.4);
	font-size: 6px;
	border: 1px solid #ffb700;
}

#topnav.navbar-light .navbar-nav.mr-auto li+li a:after {
	top: auto;
}

#topnav .dropdown-toggle::after {
	display: none;
}

.palette {
	height: 20px;
	min-width: 20px;
	background: #c2c2c2;
	padding: 0 !important;
	position: relative;
	top: 2px;
	border: 2px solid #fff;
	display: inline-block;
}

.theme-black {
	background: #111;
}

#topnav.navbar-light .navbar-nav>li>a, #topnav.navbar-light .navbar-nav li p {
    font-size: .75rem;
    color: #443100;
    text-transform: uppercase;
    font-weight: 600;
}

#topnav.navbar-light .navbar-nav>li>a:hover {
	background: rgba(255, 255, 255, 0.302);
}

#topnav .form-control {
	max-width: 150px;
}

.btn-login {
	padding: 6px 10px;
	font-size: 14px;
	background: #7dab2e;
	border: 0;
	font-weight: 600;
	color: #fff;
}

.btn-login:hover {
	opacity: .9;
}

#topnav .dropdown-toggle::after {
	display: none;
}

#navigation {
	background: #4c4633;
}

#navigation .navbar-nav>li>a {
	padding: 12px 10px;
	display: block;
	font-weight: 600;
	color: #fff;
	margin-left: 2px;
	font-size: .83rem;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
}

#navigation .navbar-nav>li>a::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #f4bd14;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#navigation .navbar-nav>li:first-child>a {
	color: transparent;
	background: transparent url(../img/home.png) no-repeat center;
	background-size: 18px;
	width: 42px;
	height: 42px;
}

#navigation .navbar-nav>li>a:hover::before, #navigation .navbar-nav>li>a:focus::before, #navigation .navbar-nav>li>a:active::before {
	left: 0;
	right: 0;
}

#navigation .navbar-nav>li:last-child>ul {
	right: 0;
	left: auto;
}

#navigation .navbar-nav .dropdown-menu li a {
	display: block;
	color: #2F2E37;
	font-size: .82rem;
	padding: 9px 15px;
	min-width: 200px;
	font-weight: 600;
	border-bottom: 1px solid #eee;
}

#navigation .navbar-nav>.dropdown-menu>li:last-child a {
	border-bottom: 0;
}

#navigation .dropdown-menu li a:hover, #navigation .dropdown-menu li a:focus {
	background: #4c4633;
	color: #fff;
}

#topnav .input-group .form-control, #topnav .input-group .btn {
	background-color: #fff;
	height: 28px;
	color: #4c4633;
	border-radius: 0 !important;
	border: 0;
	margin-top: 3px;
	font-size: 13px;
}


.logo-title {
	color: #4c4633;
	padding-left: 20px;
}

.logo-title h1 {
	line-height: 1.4;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 600;
	color: #363122;
}

.logo-title p {
	font-size: .84rem;
	text-transform: capitalize;
}

.navbar-light .navbar-toggler {
	color: #fff;
	outline: 0 none;
}

#topnav ul li {
	border-right: 1px solid #bf8a00;
}

.datetime {
	background: #f9c133;
	padding: 8px 8px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000;
}

/* testimonial */

.testimonial-slider .slick-prev {
	left: -10px;
}

.testimonial-slider .slick-next {
	right: -10px;
}

.test-box {
	display: block;
	border: 5px solid #fff;
	box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.102);
	background: #fff0ea url(../img/flower.png) no-repeat left bottom;
	margin: 0 5px 30px;
	padding-left: 15px;
	position:relative;
}

.test-box img {
	display: block;
	height: 200px;
}

.name {
	font-size: 18px;
	font-weight: 400;
	color: #946f00;
	margin-top: 10px;
	display: block;
	position: relative;
}

.name::before {
	content: '';
	height: 3px;
	width: 45px;
	background: #729d35;
	display: block;
	position: absolute;
	bottom: -5px;
}
.deg{
font-style: italic;
color: #000;
}

.msg{
	padding-top:25px
}
.owl-carousel .owl-item img{height:60vh;}
/*News Ticker CSS*/
/*News Ticker*/

.breakingNews {
	height: 40px;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
}

.news-title {
	position: absolute;
	width: 115px;
	text-align: center;
	background: #2f60ae;
	height: 40px;
	line-height: 39px;
	top: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	color: #fff;
}
/* .news-title:before {
	content: '';
    position: absolute;
    border-left:8px solid #383221;
    border-top: 8px solid #0000;
    border-bottom: 8px solid #0000;
    left: 100%;
    top: 10px;
} */
.news-more {
    position: absolute;
    width: 70px;
    text-align: center;
    background: #f8f8f8;
    height: 40px;
    line-height: 39px;
    top: 0;
    font-size: .85rem;
    right: 0;
    color:#906c00!important;
    width: 90px;
}

/* #bn1 {
	padding-left:115px;
	padding-right: 75px;
} */

.carouselTicker__list {
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

.carouselTicker__item {
	margin: 0 0 0 5px;
	/* float: left; */
}

.carouselTicker__item a {
    color: #000;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 8px;
}
.carouselTicker__item a::after {
	content: '|';
	margin-left: 10px;
}

.carouselTicker__loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff url("../images/loader.gif") center center no-repeat;
}

/*partners*/

.partners {
	background: #fff;
}

.img-box {
	position: relative;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	padding: 5px;
	margin: 10px 8px;
	background: #fff;
	border-radius: 5px;
	border: 6px double #e5e5e5;
}

.img-box img {
	max-width: 140px;
	max-height: 100%;
}

.img-box:hover {
	border-color: #beb4a2;
}

/*banner*/

.home-fixed-slider {
	position: relative;
	background: #000;
	overflow: hidden;
}

.main-slider.slick-initialized.slick-slider.slick-dotted {
	margin: 0;
}

.main-slider .slick-slide img {
	height: 52vh;
	width: 100%;
	object-fit: cover;
}

.main-slider .slick-arrow {
	margin: 0;
	background: transparent;
}

.banner-title {
	font-weight: 900;
	color: #fff;
	text-shadow: 0 0 5px rgba(221, 127, 127, 0.4);
	font-size: 32px;
	margin-bottom: 20px;
}

.titlediv {
	text-transform: uppercase;
	z-index: 50;
	position: relative;
}

.titlediv h1 {
	font-size: 50px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.titlediv p {
	font-size: 30px;
	line-height: 1;
}

/* section */

.sec-pad {
	padding: 30px 0;
}

.sec-title {
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sec-title .mdi {
	height: 42px;
	width: 42px;
	background: #b98d07;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border-radius: 2px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 5px #eaeaea;
	font-size: 1.4rem;
	vertical-align: middle;
	margin-right: 8px;
}

.icnlist a {
	display: block;
	color: #000;
	position: relative;
	height: 100%;
	padding: 12px 15px 12px 30px;
	background: #fff;
	margin-bottom: 5px;
	box-shadow: 0 0 10px #0000001a;
}

.icnlist a .mdi {
	height: 30px;
	width: 30px;
	background: #a3c552;
	display: inline-block;
	color: #fff;
	line-height: 30px;
	margin-right: 6px;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

/* about */

.about::before {
	content:"";
	border-top: 7px solid transparent;
	-webkit-border-image: url(../img/border.png) round;
	-o-border-image: url(../img/border.png) round;
	border-image: url(../img/border.png) round;
	border-image-slice: 100%;
	border-image-slice: 20%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	z-index: 10;
}

.title {
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
	display: inline-block;
	padding: 0 0 15px;
	font-size: 24px;
	text-transform: capitalize;
}

.title::after {
	content: '';
	position: absolute;
	width: 180px;
	top: 100%;
	left: calc(50% - 90px);
	border-bottom: 4px double #4c4633;
	height: 1px;
}

.title::before {
	content: '';
	position: absolute;
	top: 100%;
	left: calc(50% - 5px);
	border: 3px solid #fff;
	background: #f4bd14;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.302);
	z-index: 1;
	margin-top: -5px;
}

.abttxt {
	line-height: 2;
	padding: 20px 0;
}

.detail ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.detail ul li a {
	color: #222;
	line-height: 1.8;
}

.detail ul li::before {
	left: 0;
	position: absolute;
	content: '\f134';
	font-family: 'Material Design Icons';
	text-align: center;
	line-height: 18px;
	top: 2px;
	font-size: 18px;
	color: #4c4633;
}

.aboutd {
	background: #f4f3ff;
}

.listing a {
	font-size: 18px;
	margin: 15px 10px 0;
	display: inline-block;
	font-weight: 600;
	background: #fff;
	padding: 4px 12px;
}

.listheading {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #729d35;
	padding: 12px 10px 20px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	position: relative;
}

.listheading::after {
	content: '';
	border-top: 7px solid transparent;
	-webkit-border-image: url(../img/border.png) round;
	-o-border-image: url(../img/border.png) round;
	border-image: url(../img/border.png) round;
	border-image-slice: 20%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
}

.listheading .mdi::after {
	position: absolute;
	content: '';
	border-left: 12px solid #808000;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	right: -6px;
	top: 0;
}

.listheading .mdi {
	height: 36px;
	width: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #808000;
	margin-right: 8px;
	position: relative;
	font-size: 1.2rem;
}

.bg-orange {
	background: #b98d07;
}

/* random links */

.linkblock, .gallery {
	border-top: 1px solid #ddd;
	background: #fff url(../img/bg2.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.absdiv {
	position: absolute;
	right: 0;
	top: 20px;
}

.linkblock::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	height: 125px;
	background: #4c4633 url(../img/pattern.png) repeat center;
}

.linkbox {
	min-width: 25%;
	max-width: 25%;
	padding: 10px;
	position: relative;
}

.sphere {
	text-align: center;
	display: block;
	color: #997600 !important;
	border: 5px solid #fff;
	box-shadow: 0 0px 11px 0 #0000001a;
	background: #f1f1f19f;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 4px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.sphere .link-icon img {
	width: 60px;
	margin-bottom: 5px;
}

.sphere .linktxt {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
}

.countno {
	font-weight: 800;
	color: #906c00;
	font-size: 21px;
}

/* footer */

.footer {
	position: relative;
	background: #372f21;
}

.footer, .footer li a {
	color: #ecca8d;
}

.footer-links li a {
	padding: 8px 12px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin: 0 3px;
	color: #372f21;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}

.footer-links li+li a::before {
	content: "\f192";
	font-family: FontAwesome;
	position: absolute;
	left: -10px;
	color: #7a5800;
	font-weight: 400;
}

#rightnav .dropdown-toggle::after {
	display: none;
}

.footer-middle {
	background: #beb4a2;
	padding: 10px 0 5px;
}

.footer-bottom {
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7;
	font-size: .75rem;
}

.f-social li a {
	display: inline-block;
	height: 28px;
	width: 28px;
	font-size: 15px;
	margin-right: 5px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px #0000001a;
}

.f-social li a:hover {
	color: #fff;
	opacity: .7;
}

.back-top {
	position: absolute;
	display: inline-block;
	bottom: 60px;
	right: 8px;
	height: 32px;
	width: 32px;
	z-index: 2;
	background: rgba(60, 55, 41, 0.702);
	color: #fff !important;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.102);
	line-height: 30px;
	font-size: 24px;
}

.back-top:hover {
	background: #fff;
	color: #000 !important;
}

.validation img {
	max-height: 30px;
}

.btn-facebook {
	color: #fff;
	background-color: #4978db;
}

.btn-twitter {
	color: #fff;
	background-color: #3ba4f5;
}

hr {
	border-top: 1px solid #624a00;
}

/*  */

.btn-youtube {
	color: #fff;
	background-color: #e12727;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -2px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #4c4444 !important;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

#particles-js {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*news*/

.bgreen {
	border-top: 3px solid #8ac91d;
}

.bgray {
	border-top: 3px solid #ff7c00;
}

.content-box {
	position: relative;
	margin: 22px 0;
	z-index: 10;
	padding: 20px 15px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.102);
	border-bottom: 3px solid #e0a50e;
}

.newsbox {
	position: relative;
	background: #fff;
	box-shadow: 0 0px 11px 0 rgba(0, 0, 0, 0.102);
}

/* .news-title {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;    
    text-align: center;
    text-shadow: 0 0 2px #000;
    color: #fff;
    background: #383221;   
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;
} */
.news-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 8px 12px;
    text-align: center;
    color: #343023;
    background: linear-gradient(45deg, #b26c00, #f4bd14);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;top:0px; width:100%;
}
.newsticker {
	min-height: 250px;
	overflow: hidden;
	padding-top: 12px;
}

.vert_carouselTicker__item a {
	display: block;
	position: relative;
	padding: 7px 15px 7px 30px;
	color: #000;
	margin-bottom: 7px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.8;
}

.vert_carouselTicker__item a:before, .icnlist a:before {
	content: '\f192';
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	color: #767676;
}

.newsall {
	position: absolute;
	right: 9px;
	bottom: 10px;
	color: #e12727;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
}

.newsall:hover {
	color: #ee4c4c;
	text-decoration: underline;
}

.navbar-toggler span>span {
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	padding-top: 3px;
}

.eventlist {
	height: 240px;
	padding: 15px;
}

.card {
	border-radius: 0;
	border-left: 2px solid #fff;
	background: #f4f0ff;
	border-top: 1px solid #efe4db;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #efe4db;
}

.card-header {
	font-size: 16px;
	font-weight: 600;
}

.card-header .mdi {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.12);
	display: inline-block;
	line-height: 34px;
	text-align: center;
	margin-right: 8px;
	transition: all .3s ease;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 5px;
}

.btn-main:hover, .btn-main:focus, .btn-main:active {
	background-color: #5f5840;
	color: #fff;
}

.btn-main {
	color: #fff;
	font-size: .83rem;
	font-weight: 600;
	padding: 8px 12px;
	background: #4c4633;
	border-radius: 0;
}

.btn-more {
	background: #fff9e6;
	padding: 6px 10px;
	color: #7e5f00;
	font-size: 12px;
	letter-spacing: .5px;
	border: 1px solid #b98d07;
}

.btn-more:hover {
	color: #fff;
	background: #b98d07;
}

.btn-right {
	position: absolute;
	right: 15px;
	top: 11px;
}

.countbox .counttext a:hover, .detail ul li a:hover, .footer-links li a:hover, .vert_carouselTicker__item a:hover, .icnlist a:hover {
	text-decoration: underline;
}

select.form-control {
	background: #fff url(../img/custom-select.png) right 0.75rem center no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	padding-right: 26px;
}

/* inner page */

.innerbg {
	background: transparent url(../img/bginner.jpg) center no-repeat fixed;
	background-size: cover;
	display: flex;
	width: 100%;
	height: 160px;
	position: relative;
	text-align: center;
	color: #fff;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.innertitle {
	background: #4c4444;
	color: #fff;
	padding: 6px 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: table;
	width: 100%;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}

.pagedetail {
	line-height: 1.8;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 3px 4px 0px #ddd;
}

.pagedetail img {
	max-width: 100%;
}

.pagedetail ul {
	list-style: initial;
	padding: 10px 0 10px 20px;
}

.pagedetail ol {
	padding: 10px 0 10px 20px;
}

.pagedetail table {
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}

.pagedetail table tr td, .pagedetail table tr th {
	border: 1px solid #ddd;
	padding: 5px;
}

.pagedetail ul.nav {
	list-style: none;
	padding: 0;
	background: #f4f0ff;
}

.searchtop {
	background: #f2f2f2;
	margin-bottom: 10px;
	padding: 11px 0 4px;
}

.pagedetail .form-control, .pagedetail .btn {
	font-size: .8rem;
	height: 34px !important;
}

.pagedetail textarea.form-control {
	height: auto !important;
}

/* breadcrumb */

.pagedetail h2, .pagedetail h3, .pagedetail h4, .pagedetail h5 {
	font-weight: 800;
	color: #352f2f;
}

.breadcrumbdiv {
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0;
}

.breadcrumb {
	background: transparent;
	font-size: 13px;
	margin: 0;
	padding: 0px 6px;
	margin-top: 20px;
}

.breadcrumb a {
	color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #868e96;
	content: "\f13e";
	font-family: "Material Design Icons";
}

.linkheading {
	font-weight: 700;
	font-size: 17px;
	color: #ea6615;
	margin-bottom: 18px;
	border-bottom: 3px solid;
	padding-bottom: 5px;
}

.slider-playback {
	position: absolute;
	bottom: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.502);
	right: 10px;
	border-radius: 50%;
	color: #fff;
	z-index: 10;
}

/* key personnel */

.email::before {
	content: '\f0e0';
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.contact-no::before {
	content: '\f095';
	font-family: "Fontawesome";
	color: #4c4444;
	margin-right: 6px;
}

.fax::before {
	content: "\f1ac";
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.address::before {
	content: "\f041 ";
	font-family: 'Fontawesome';
	color: #4c4444;
	margin-right: 6px;
}

.eventframe img {
	float: right;
	margin: 0 0 0 20px;
	max-width: 300px;
	padding: 12px;
	border: 1px solid rgb(221, 221, 221);
}

/* pagination */

.pagination {
	list-style: none !important;
	padding: 0 !important;
}

.pagination li a:hover, .pagination li.active a {
	background: #4c4444;
	color: #fff;
}



.media {
	background: linear-gradient(to right, #f2efff 0%, #fff5fa 100%);
	box-shadow: 0 2px 3px rgba(178, 39, 139, 0.2);
}

.media img {
	max-width: 120px;
}

.designation {
	color: #028dca;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 1px solid #fad1ff;
	box-shadow: 0 2px 1px 1px #fff;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
	display: block;
}

/* loader */

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
}

.loader::before, .loader::after {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.loader::before {
	content: '';
	width: 20px;
	height: 20px;
	animation: loading 1s ease infinite;
	margin: -46px auto 0 auto;
	-webkit-animation: loading 1s ease infinite;
}

.loader::after {
	content: 'Loading...';
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 32px;
	letter-spacing: 1px;
	font-style: italic;
}

@keyframes loading {
	0%, 100% {
		box-shadow: -13px 20px 0 #4c4633, 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	25% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.733), 13px 20px 0 #4c4633, 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	50% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.3), 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 #4c4633, -13px 46px 0 rgba(255, 255, 255, 0.3);
	}
	75% {
		box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.3), 13px 20px 0 rgba(255, 255, 255, 0.3), 13px 46px 0 rgba(255, 255, 255, 0.3), -13px 46px 0 #4c4633;
	}
}

.nowrap {
	white-space: nowrap;
}

.modal-footer, .modal-header {
	padding: 10px 15px;
}

.modal-backdrop.show {
	opacity: .7;
}

.selected {
	border: 2px solid #fff;
}

/*responsive*/

@media (min-width: 768px) {
	.affix {
		padding-top: 44px;
	}
	.affix #navigation {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
		background: rgba(52, 48, 35, 0.902);
	}
	#navigation .dropdown>.dropdown-menu {
		top: 100%;
		margin-top: 0;
	}
	#navigation .dropdown-menu {
		display: block;
		padding: 0;
		opacity: 0;
		border: 0;
		border-radius: 0;
		box-shadow: 0 5px 11px rgba(0, 0, 0, 0.09);
		-o-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-webkit-transform-origin: 0% 0%;
		-o-transition: -o-transform 0.5s, opacity 0.4s;
		-ms-transition: -ms-transform 0.5s, opacity 0.4s;
		-moz-transition: -moz-transform 0.5s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.5s, opacity 0.4s;
		transform-style: preserve-3d;
		-o-transform: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		background: #fff;
		border: 1px solid #ddd;
	}
	#navigation .dropdown:hover>.dropdown-menu, #navigation .dropdown-submenu:hover>.dropdown-menu {
		opacity: 1;
		z-index: 10;
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
	}
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
	.nav-item.dropdown .dropdown-menu{top:94%;}
}

/*responsive*/

@media (max-width: 1280px) {
	#topnav.navbar-light .ml-auto .dropdown-menu {
		left: auto;
	}
}

@media (max-width: 1199px) {
	.container {
		max-width: 95% !important;
	}
	.main-slider .slick-slide img {
		height: 40vh;
	}
}

@media (min-width:768px) and (max-width:1080px) {
	#navigation ul li:nth-child(1n+7) .dropdown-submenu>.dropdown-menu {
		left: auto;
		right: 100%;
	}
	#navigation ul li:nth-child(1n+7) .dropdown-submenu>a::after {
		border-left: 0;
		border-right: 4px solid #4c4444;
		float: left;
	}
	#navigation ul li:nth-child(1n+7) .dropdown-menu li a {
		text-align: right;
	}
}

@media (max-width: 992px) {
	#topnav.navbar-light .navbar-nav li a {
		padding: 12px 8px;
		font-size: 12px;
	}
	.eventframe img {
		float: none;
		margin: 0 0 10px;
		max-width: 250px;
	}
}

/* @media (min-width: 992px){
	.address-box{
		display: flex;
		display: -ms-flexbox;
	}
	.address-box p {
		width: 25%;
		padding: 2px;
		margin: 5px 10px 5px 0;
		text-align: center;
		border: 3px solid #fff;
		background: #f3f3f3;
		box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
	}
	.address-box p::before{
		display: block;
		text-align: center;
		font-size: 20px;
	}
	.address-box p strong{
		display: block;
	}
} */

@media (min-width: 768px) and (max-width: 991px) {
	#navigation .navbar-nav li a {
		font-size: 11px;
		text-align: center;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		text-align: left;
		padding: 8px 15px;
		font-size: 13px;
	}
	#navigation .navbar-nav li a>i {
		display: block;
	}
	#topnav.navbar-light .navbar-nav li a {
		padding: 8px 6px;
		font-size: 11px;
	}
	.logo-title h1 {
		font-size: 18px;
		font-weight: 800;
		margin-top: 12px;
	}
	#topnav .form-inline .input-group {
		width: 100px;
	}
	#topnav.navbar-light .navbar-nav .font-slection a {
		margin-top: 5px;
	}
	.card-header {
		padding: 8px 10px;
		font-size: 15px;
	}
	.media {
		display: block;
		text-align: center;
		padding: 10px;
	}
}

@media (max-width: 767px) {
	.topbar {
		z-index: 999;
	}
	.container {
		max-width: 100%;
	}
	.navbar-toggler {
		height: 40px;
	}
	#topnav .navbar-collapse {
		z-index: 1000;
		padding: 10px 0;
	}
	#navigation .navbar-nav li a {
		padding: 6px 10px;
	}
	#topnav.navbar-light .navbar-nav li a {
		color: #ddd;
	}
	#topnav .bg-theme {
		height: auto;
	}
	.important img {
		margin: 0 auto 10px;
	}
	#navigation .navbar-nav .dropdown-menu li a {
		border: 0;
	}
	#navigation .dropdown-menu {
		padding: 0;
	}
	.logo-holder {
		top: 0;
	}
	.logo-title h1 {
		font-size: 20px;
	}
	.logo-title {
		margin-top: 0;
	}
	.news-box {
		left: 0;
	}
	.pdxs0 {
		padding: 0;
	}
	.logo-wrapper img {
		height: 70px;
	}
	#topnav.navbar-light .navbar-nav.mr-auto li+li a::after, #navigation .navbar-nav>li>a::before {
		display: none;
	}
	.footer-bottom .float-left, .footer-bottom .float-right {
		float: none !important;
		margin-top: 10px;
	}
	.btn-login {
		margin-left: 12px;
	}
	.f-social li a {
		height: 25px;
		width: 25px;
		line-height: 25px;
	}
	#topnav.navbar-light .navbar-nav li a {
		padding: 7px 8px;
	}
	.palette {
		height: 20px;
		min-width: 20px;
		top: 0;
		float: right;
	}
	.news-title {
		position: relative;
	}
	.owl-carousel .owl-item img{height:auto;}
	.breakingNews{height:auto;}
	#bn1{padding-left:0px; padding-right:0px;}
	.news-title{padding:10px;}
}

@media (max-width: 576px) {
	.logo-title {
		margin-top: 0;
	}
	.logo-title h1 {
		font-size: 15px;
	}
	.logo-title p {
		font-size: 12px;
	}
	.logo-right img {
		max-width: 30px;
	}
	.logo-slider .slick-next {
		right: 0;
	}
	.logo-slider .slick-prev {
		left: 0;
	}
	.gallery-item {
		width: 100%;
		margin: 0;
	}
	.gallery .d-flex {
		margin-top: 20px;
		padding: 15px;
	}
	.back-top {
		right: 0;
		bottom: 0;
	}
	.slider-playback {
		bottom: calc(50% - 20px);
		right: calc(50% - 20px);
		background: transparent;
	}
	.abttxt {
		padding: 0 25px;
	}
	.link-slider .slick-arrow::before {
		width: 20px;
		display: inline-block;
	}
	.validation {
		margin-top: 8px;
	}
}

@media (max-width: 480px) {
	.btn-right {
		position: relative;
		right: 0;
		top: -15px;
	}
	.footer-links li a, .footer {
		font-size: 13px;
	}
	.news-box {
		position: relative;
		bottom: 0;
	}
	.media {
		display: block;
		text-align: center;
		padding: 10px;
	}
	.fixed-social {
		bottom: 5%;
	}
}
.footer-font a{color:#97b4c7;}
/* ie 10 and above */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body {
		display: flex;
		flex-direction: column;
	}
}
.home-fixed-slider .control{
	    position: absolute;
    bottom: 10px;
    z-index: 9; left:10px; padding:0px 5px;
	}
.newsticker .readmore{
	    font-weight: bold;
    color: #a2a2a2;
    font-style: inherit;
    padding: 0px 10px;
    display: block;
    text-align: right;
}
.page-top{
	position:relative;
}
.filter-btn{
}
.filter-btn:hover {
    color: #fff;
    background: #b98d07;
}
.mh-65{
    min-height: 61vh;
    background: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: 6px solid #efefef;
}
.filter-search{
	position: absolute;
	right: 0;
	top: 13px;
	text-align:right;
	padding-right: 22px;
	}
	.filter-export{
		position: absolute;
	left: 0;
	top: 13px;
	text-align:right;
	padding-left: 10px;	
	}
.filter-search input,.filter-search select{
	height: 30px;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 10px;
	border: 1px solid #4c4633;
	background: #ffffff;
	border-radius: 6px;
	}
	.filter-search select{
		max-width:20%;
	}
	.filter-search button,.filter-export button,.filter-search a{
	background: #4c4633;
	border: 1px solid #4c4633;
	font-size: 12px;
	height: 30px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	box-shadow: 0px 0px 3px -1px #000;
	}
	.filter-search a{
		padding:7px 8px;
		color:#fff!important;
	}
	#ajaxdata table{
	background:#fff;
		}

.gal-thumb{
    width: 100%;
    height: 200px;
    background-size: cover;
    background-color: #f5f5f5;
 }
.single-event{
	    background: #fff;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px -3px #000;
	}
.event-thumb{
	margin-bottom:0px;
}
.event-info{
	    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #4a3500;
    padding: 5px 10px;}
.pagination-is{
	    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
	    margin-bottom: 10px;

	}
	.pagination-count,.pagination-link{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
		}
	.pagination-link{
		text-align:right}
		.pagination-link .pagination{
			float:right;
		}
		.pagination-link .pagination li span,.pagination-link .pagination li a{
			    padding: 5px 10px;
    border: 1px solid #f2f2f2;
    background: #4c4633;
    color: #fff;
    border-radius: 3px;
			}
			.pagination-link .pagination li.active span{
			    opacity: 0.8;
				}
.single-user{
	    background: #fffcf3;
	    padding: 10px 0px;
	    margin: 10px;
	    margin-bottom: 10px;
	    border: 1px solid #ffeab3;
	    box-shadow: 3px 3px 3px -3px rgba(255, 152, 0, 0.1);
	}
	.head{
    font-size: 19px;
    color: #986d00;
		}
.designation2{
	    color: #9e7200;
}
.single-event-image{
    height: 320px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: 0px 0px 6px -5px #000;
 }
.event-time{
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 0.1em;
 color: #61542e;
 }
 .event-time em{
 	
color: #e0a50e;
 }
.vert_carouselTicker__list{min-height:172px!important;}
.link-text{
	
    background: #fff9e6;
    color: #a75219;
    bottom: 10px;
    z-index: 1;
    font-weight: 500;
    left: 0px;
    font-size: 12px;
    right: 0px;
    position: absolute;
    width: 110px;
    left: 11px;
    padding: 5px 10px;
    border: 1px solid #e0a50e;
    text-align: center;
}
.testimonial-thumb{
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: center;
	}
.testimonial-name{
	    text-align: center;
    font-size: 18px;
    color: #543e05;
	}
.testimonial-designation{
	text-align:center;
	}
.testimonial-massege{
	    font-size: 16px;
    font-style: italic;
	}
.testimonial-massege img{
		width: 24px;
		}
.name,.contact-no,.email,.fax,.contact-no{
	    margin-bottom: 12px;
	}
.event-description{
	    padding: 10px;
	    margin-bottom: 10px;
	    line-height: 1.6em;
	    text-align: justify;
}
.single-gallery{
    height: 220px;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
	position:relative;
	}
.gallery-category{
    position: absolute;
    bottom: 0;
    background: #e1e1e1e0;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #382800;
    font-weight: 300;
    text-transform: uppercase;
	}
	.mb-20{
		margin-bottom:20px;}
	.mt-15{
		    margin-top: 15px;
		}
	.header{
	background-image:url(../img/pattern.png);
		}
	.high-contrast.dark{
		background: #000;
    color: #0000;
		}
		.high-contrast.light{
		background: #f5f5f5;
    color:#0000!important;
		}
		 .site-map-list{
    position: relative;
  }
   .site-map-list:before{
    content: ""
   }
   .site-map-list > ul{
        border-left: 1px dashed #403e3e;
        margin-left: 50px;
   }
  
  .site-map-list ul li{
    position: relative;
    padding-left: 31px;
    }
     .site-map-list>ul >li:before{
    content: "\f07b";
    font-family: "FontAwesome";
    position: absolute;
    left: -6px;
    background-color: #f2f2f2;
    color: #FF9800;
    }
       .site-map-list>ul >li:after{
    content: "";
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    border-top: 1px dashed #5d5d5d;
    top: 9px;
    }
       .site-map-list>ul >li >ul >li:before{
    content: "\f07c";
    font-family: "FontAwesome";
    position: absolute;
    left: -47px;
    color: #FFC107;
    background-color: #f2f2f2;
    }

     .site-map-list>ul >li >ul >li:after{
    content: "";
    position: absolute;
    left: -25px;
    width: 18px;
    height: 1px;
    border-top: 1px dashed #5d5d5d;
    top: 12px;
      }
    .site-map-list>ul >li >ul >li>ul> li:before{
    content: "\f15c";
    font-family: "FontAwesome";
    position: absolute;
    left: -48px;
    color: #868686;
    background-color: #fff;
    }
   .site-map-list>ul >li >ul >li>ul> li:after{
    content: "";
    position: absolute;
    left: -25px;
    width: 18px;
    height: 1px;
    border-top: 1px dashed #5d5d5d;
    top: 12px;
      }
    .site-map-list >ul ul{ padding-left: 50px;}
	    .brand{
    	    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

    }
	    .brand{
    	    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;

    }
    .brand-title{
    	width: 68%;
    	padding:10px 35px;
    	position:relative;
    }
    .brand .dep-logo,.brand .mpgov-logo{
    	display:block;
    
    }
    .brand-title h1{
    	font-size:25px;
		font-weight:600;
    }
    .brand-title p{
    	font-size:16px
    }
     .brand-title:before{
     	content:"";
     	width:1px;
     	height:60px;
     	position:absolute;
     	left:25px;
     	background-color:#bbb
     }
	 .dep-logo{
		 	width: 12%;
		 }
		 .dep-logo img{
    width: 150px;
}
	.mpgov-logo{
			width: 10%;
			text-align: center;
			display:contents!important;
		}
		.mpgov-logo img{	
		width: 100px;
			}
@media(max-width: 1150px){
	    .brand-title{
    	width: 75%;
    }
	 .dep-logo{
		 	width: 15%;
		 }
	}
	@media(max-width: 992px){
	    .brand-title{
    	width: 70%;
    }
	 .dep-logo{
		 	width: 20%;
		 }
	}
	@media(max-width: 780px){
	    .brand-title{
    	width: 65%;
    }
	 .dep-logo{
		 	width: 25%;
		 }
	}
		@media(max-width: 552px){
	    .brand-title{
    	width: 100%;
    }
	 .dep-logo{
		 	width: 100%;
			text-align:center;
		 }
	.mpgov-logo{
		display:none;
		}
	}
.res_image{
height: 85px;
    width: 100px;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 1px 1px 35px -6px rgba(0, 0, 0, 0.22);
    margin: 0 auto;
    margin-top: -85px;
    background-color: #ddd;
	}
	.note{
		letter-spacing: 0.1em;
    padding-left: 10px;
    font-style: italic;
		}

.red{color:#F00;}		

.captchtxt {
	font-size:12px;
	color:#666;
}

.captchtxt a{
	font-size:12px;
	color:#00F;
}

.captchtxt a:hover{
	font-size:12px;
	color:#00F;
	text-decoration:underline;
}

.error {
	color:#F00;
	font-size:12px;	
}
.page-filter{
	    position: absolute;
    right: 0;
    top: -11px;
}
.main-content{
	position:relative;
}
.page-filter select{
	    font-size: 12px;

    padding: 4px 10px;
    border-radius: 3px;
}
.page-filter .filter-btn{
	position:relative;
	    top: 0px;
}
.page-title{
	    position: relative;
    min-height: 20px;

}
@media(max-width: 992px){
	.filter-search{
	    position: relative;
		margin-bottom: 15px;
    padding-left: 18px;
}
}
.nounderline{
	padding: 0px 19px;
}

.email-is{
	padding-top: 6px;
    padding-bottom: 6px;
}

.contact-is{
	
}

.type-page h3{
	position:relative;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.type-page h3:before{
	content:"";
	width: 80px;
	height: 3px;
	display: block;
	background: #f9b60c;
	position: absolute;
	bottom: -4px;
	z-index: 1;
}
.type-page h3:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	display: block;
	bottom: -3px;
	position: absolute;
}
.txt_link{
    position: relative;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    background: #f3f3f3;
    padding: 4px 3px;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
}
.txt_link:before{
	
}
.title-table-bg{
	background: #887c58;
    color: #fff;
    border: 1px solid #8a8062;
}
	.optionbox {
	padding: 40px 20px 20px;
    text-align: center;
    background: #fdfdfd;
    width: 30%;
    margin: 10px 10px 30px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.102);
    border-radius: 6px;
    position: relative;
    margin-top: 50px;
    border: 1px solid #ddd;
}
.optionbox:nth-child(1),.optionbox:nth-child(2) {
  width: 33%;
}
.user-content{
	margin-top:15px;
}
.sphere-icon-default{
display:block;	
}
.sphere-icon-dark{
	display:none;
}
.big-filter{
    position: relative;
    right: 0;
    top: -7px;
    text-align: left;
    padding-right: initial;
    /* margin-top: 20px; */
}
.big-filter .form-group{
	width: 20%;
	margin-right: 10px;
}
.big-filter select{
	width: 100%!important;
	margin-right: 10px;
	max-width: 100%;
}
.big-filter a {
   margin-top:21px
}
.big-filter label{
	font-size:12px;
	display: block;
}
.card-footer{
	position:relative;
}
.event-cal{
	    font-size: 22px;
    position: absolute;
    top: 4px;
    color: #a98003;
    right: 4px;
    background: #fff9e6;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #b98d07;
    box-shadow: 0px 0px 7px -3px #000 inset;
}
.event-cal:hover{
	color:#d8a406;
}
.pulse {
    cursor: pointer;
    animation: pulse 2s infinite;
}

    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #b98d07;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #b98d07;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #b98d07;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #b98d07;
        box-shadow: 0 0 0 0 #b98d07;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.newsTicker{
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-top: 14px;
    box-shadow: 0px 0px 3px -2px #000;
	
}
.newsTicker .ticker-title{
	    padding: 5px 10px;
    background: #ebb211;
    color: #343023;
    font-weight: 600;
    width: 15%;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
}
.newsTicker .ticker{
    padding: 5px 10px;
    width: 84%;
}
.newsTicker .icon {
    fill: #000;
}
 #navbarSupportedContent .dropdown:hover > .dropdown-menu {
  display: block;
}

#navbarSupportedContent navbarSupportedContent .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
#navbarSupportedContent .dropdown:hover > .dropdown-menu a{
	font-size:13px;
	}
.footer-font {font-size:10px;}		
.box-header.with-border.blue-me{ padding-bottom:8px; margin-bottom:20px; border-bottom:solid 2px #f4bd14;margin-top:10px;}
.box-header.with-border.blue-me h4{font-size:22px;}
.m-0{margin:0px!important;}
.mb-20{
	margin-bottom:20px!important;
}

.optionbox:nth-child(1), .optionbox:nth-child(2){width:calc(50% - 40px);}
.optionbox{width:calc(50% - 40px);}
.optionbox.divisionwise{
	width:calc(33.33% - 40px);
}

/* fixed social calender*/
#fixed-social {position: fixed; z-index: 99999; top: 180px;right:-153px;transition: all 0.5s; cursor: pointer;display: inline-block;}
#fixed-social img{display:block; width: 152px; height:224px; }
#fixed-social:hover{right:0px;}
#fixed-social i{display: inline-block;padding-bottom:2px;}
#fixed-social>a{color:#fff;text-decoration: none;}
.resp-container {position: relative;overflow: hidden;padding-top: 50.25%;}
.resp-iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.dairy_cls .modal-header{padding:8px;}
.dairy_cls .modal-title{color:#000;}
.titles_cls{ background:#3863ff;width:40px;color: #fff;padding:8px 10px; font-size: 15px;border-radius:6px 0 0 6px; writing-mode: vertical-rl;text-orientation: mixed;display:inline-block; text-align: center; line-height: 20px;text-transform: uppercase;height:224px;}

.pagination-link .pagination {
    position: relative !important;
    float: right;
    z-index: 99;
}