/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start editing from here */
.txt-rt {
	text-align: right;
}

/* text align right */
.txt-lt {
	text-align: left;
}

/* text align left */
.txt-center {
	text-align: center;
}

/* text align center */
.float-rt {
	float: right;
}

/* float right */
.float-lt {
	float: left;
}

/* float left */
.clear {
	clear: both;
}

/* clear float */
.pos-relative {
	position: relative;
}

/* Position Relative */
.pos-absolute {
	position: absolute;
}

/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}

/* vertical align top */
.underline {
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
}

/* Add 5px bottom padding and a underline */
nav.vertical ul li {
	display: block;
}

/* vertical menu */
nav.horizontal ul li {
	display: inline-block;
}

/* horizontal menu */
img {
	max-width: 100%;
}

/*end reset*/
@font-face {
	font-family: 'caviar_dreamsregular';
	src: url(../fonts/CaviarDreams-webfont.ttf) format('truetype');
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background: url(../images/bg.jpg);
	/*	 background:#fff;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 background-position: center;
*/
}

.wrap {
	width: 80%;
	margin: 0 auto;
	transition: all .2s linear;
	-moz-transition: all .2s linear;
	/* firefox */
	-webkit-transition: all .2s linear;
	/* safari and chrome */
	-o-transition: all .2s linear;
	/* opera */
	-ms-transition: all .2s linear;
}

.header {}

.header_top {
	position: relative;
}

.logo {
	padding: 20px 0px;
}

.menu {
	margin: 0;
	background: #656700;
}

.menu ul {
	margin: 0;
	padding: 0;
}

.menu li {
	display: inline-block;
}

.menu li a {
	font-size: 1.2em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	padding: 0px 20px;
	line-height: 55px;
	display: block;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}

.menu li a:hover,
.menu li.active a {
	color: #e0dc70;
	text-decoration: none !important;
}

.menu li .dropdown li {
	display: block;
}

/****** Slider **********/

/****** End Slider **********/
/************ Main **************/
/*======================================= GRID OF THREE ====================================== */

.main h3 {
	font-family: 'caviar_dreamsregular';
	font-size: 30px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.main h3 span {
	font-size: 15px !important;
	color: #000000;
	letter-spacing: 3px;
}

.listview_1_of_3 {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}

.listimg {
	display: block;
	float: left;
}

.text {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}

.listview_1_of_3:first-child {
	margin-left: 0;
}

/* all browsers except IE6 and lower */
.images_1_of_3 {
	width: 100%;
	padding: 1.5%;
}

.event_grid {
	background: #656700;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;
}

.event_grid:hover {
	background: #b3af00;
}

.listimg_1_of_2 {
	width: 70.2%;
}

.images_1_of_3 img {
	width: 100%;
	height: 170px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}

.date {
	padding-top: 35px;
}

.date figure {
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	padding: 0;
}

.date figure span {
	font-size: 5em;
	color: #FFF;
	display: block;
	margin-bottom: -8px;
	letter-spacing: -1px;
}

.content_bottom {
	padding: 50px 0;
}

.content_bottom p {
	margin-top: 10px;
	line-height: 22px;
}

/* ======================================= GRID OF THREE ====================================== */
.today_show h5 span {
	font-size: 2.5em;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.today_show h5 {
	font-size: 1em;
	color: #000000;
	line-height: 1.6em;
	margin-top: 15px;
}

.track_list li a {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	display: block;
	padding: 10px 0 10px 28px;
	background: url(../images/list_img.png) no-repeat 0;
	text-transform: uppercase;
}

.track_list li a:hover {
	color: #656700;
	text-decoration: none !important;
}

/*** Buttons ****/
.button {
	/* float:right; */
	font-size: 0.85em;
	display: inline-block;
	background: #000000;
	color: #FFF;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.button a {
	color: #fff !important;
	text-decoration: none !important;
	padding: 8px 15px;
	display: block;
}

.button a:hover {
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: 0px 0px 1px #000;
	background: #656700;
}

/*-----------footer--------------*/
.footer {
	background: url(../images/footer-bg.jpg);
	padding: 40px 0;
	color: #fff;
}

.footer h3 {
	font-size: 1.5em;
	font-family: 'caviar_dreamsregular';
	color: #fff;
	text-shadow: 1px 1px 1px #111;
	padding-bottom: 10px;
}

.footer p {
	line-height: 22px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer ul li {
	padding: 4px 0;
	line-height: 22px;
}

.footer ul li a {
	color: #fff;
	font-size: 0.85em;
	display: block;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.footer ul li a:hover {
	color: #fff;
}

.footer ul li a i {
	color: #e0dc70;
	font-size: 18px;
	padding-right: 12px;
}

.footer a:hover {
	color: #fff !important;
	text-decoration: none;
}

.footer ul li i {
	color: #e0dc70;
	font-size: 18px;
	padding-right: 12px;
}

.copy {
	text-align: center;
	background: #656700;
	padding: 20px 0;
	color: #ccc;
	font-size: 13px;
}

.copy p {
	margin-bottom: 0 !important;
}

.copy a {
	color: #e0dc70;
	text-decoration: none !important
}

.copy a:hover {
	color: #fff;
	text-decoration: none !important;
}

/************ About ************/
.inpg_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.inpg_banner img {
	width: 100%;
}

.abutimg {
	float: left;
	margin: 0 20px 7px 0;
}

.about_content {
	padding: 50px 0;
	line-height: 26px;
	font-family: Verdana, Geneva, sans-serif;
}

.about_content h2 {
	font-family: 'caviar_dreamsregular';
	font-size: 36px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

/************ Audio ************/
.audio_content {
	padding: 50px 0;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}

.audio_content h2 {
	font-family: 'caviar_dreamsregular';
	font-size: 36px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}


/************ Video ************/
.video_content {
	padding: 50px 0;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}

.video_content h2 {
	font-family: 'caviar_dreamsregular';
	font-size: 36px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.video_content .videobx {
	margin-bottom: 30px;
	border: solid 2px #656700;
	position: relative;
}

.video_content .videobx .playbtn {
	position: absolute;
	left: 40%;
	top: 41%;
	z-index: 999;
}

.video_content .videobx .playbtn img {
	width: 70px;
}

/************ Gallery ************/
.gallery_content {
	padding: 50px 0;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}

.gallery_content h2 {
	font-family: 'caviar_dreamsregular';
	font-size: 36px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}

.gallery_content .glry_grid {
	height: auto;
	margin-bottom: 30px;
	background: #656700;
	padding: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.gallery_content .glry_grid img {
	width: 100%;
	height: 250px;
}

.gallery_content .glry_grid:hover {
	background: #b3af00;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}

.gallery_content .glry_grid h4 {
	font-family: 'caviar_dreamsregular';
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
	padding: 0 0 0 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;


}

.gallery_content .glry_grid a {
	color: #fff !important;
	text-decoration: none !important;
	display: block;
}

.gallery_content .glry_grid a:hover h4 {
	color: #000 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gallery_content .glrybx {
	width: 100%;
	height: 175px;
	overflow: hidden;
	margin-bottom: 30px;
	border: solid 2px #656700;
	position: relative;
}

.gallery_content .glrybx img {
	width: 100%;
	min-height: 100%;
}



/**** Menu Timmings *****/
.menu_timmings li {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 35px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}

.menu_timmings li .txt1 {
	color: #DDD;
	font-size: 2em;
	display: block;
	text-align: center;
	font-family: 'caviar_dreamsregular';
}

.menu_timmings li .txt2.color1 {
	color: #7ECEFD;
}

.menu_timmings li .txt2.color2 {
	color: #86AA00;
}

.menu_timmings li .txt2.color3 {
	color: #F2762E;
}

.menu_timmings li .txt2.color4 {
	color: #F2F22E;
}

.menu_timmings li .txt2 {
	color: #9F9F9F;
	font-size: 2em;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'caviar_dreamsregular';
}

.event-grid {
	padding: 15px 0px;
	border-bottom: 1px solid rgba(218, 218, 218, 0.08);
}

.event_img {
	float: left;
	width: 38%;
	margin-top: 8px;
	border: 3px solid #FFF;
}

.event_img img {
	display: block;
	max-width: 100%;
}

.event_desc h4 {
	font-size: 1em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}

.event_desc h4 span {
	font-size: 1.5em;
	color: #FF54C8;
}

.event_desc {
	float: right;
	width: 55%;
}

.event_desc p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.6em;
}

.event_desc p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF54C8;
	line-height: 1.5em;
}

.event_desc p a:hover {
	color: #FFF;
}

.view-all a {
	font-family: 'caviar_dreamsregular';
	color: #FFF;
	font-size: 1.2em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	float: right;
	margin-top: 5px;
}

.view-all a:hover {
	color: #FF54C8;
}

.hvdeo {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.clssimg {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.clssimg img {
	width: 100%;
}

/***** Events *******/
.events h2 {
	font-size: 2.5em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	padding: 0 25px;
}

.grid_1_of_3 {
	display: block;
	float: left;
	margin: 1% 0 0% 1.6%;
}

.grid_1_of_3:first-child {
	margin-left: 0;
}

.events_1_of_3 {
	width: 29.2%;
	padding: 1.5%;
}

.events_1_of_3 img {
	border: 5px solid #FFF;
	border: 5px solid #FFF;
	max-width: 100%;
	display: block;
	width: 97%;
}

.event-img {
	position: relative;
}

.events_1_of_3 a span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 7em;
	color: #fff;
	font-family: 'fontleroybrownregular';
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
	font-size: 2em;
	opacity: 0;
	filter: alpha(opacity=0);
	/* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	/*IE8*/
	background: rgba(64, 72, 109, 0.61);
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.events_1_of_3 a:hover span {
	opacity: 1;
	filter: alpha(opacity=99);
	/* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
	/*IE8*/
}

.event-time {
	margin: 15px 0;
}

.event-time h4 {
	font-size: 1em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
	letter-spacing: 1px;
}

.event-time h4 span {
	font-size: 1.5em;
	color: #FF54C8;
}

/****** Gallery ****/
.gallery h3 {
	font-size: 2.5em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	line-height: 1.2em;
	margin-bottom: 15px;
}

/*   ==================================== GRID OF Four ========================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.grid_1_of_4 {
	display: block;
	float: left;
	margin: 2% 0 2% 1.6%;
}

.grid_1_of_4:first-child {
	margin-left: 0;
}

.images_1_of_4 {
	width: 23%;
	position: relative;
}

.images_1_of_4 img {
	max-width: 100%;
	display: block;
}

.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	background: rgba(64, 72, 109, 0.61);
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.images_1_of_4 .zoom-icon {
	top: -50px;
	width: 100%;
	height: 182px;
}

.images_1_of_4 a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99);
	/* internet explorer */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
	/*IE8*/
}

.projects-bottom-paination {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-bottom: 0px;
	font-weight: normal;
	margin-top: 40px;
}

.projects-bottom-paination li {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #cecece;
	margin: 0 2px;
	background: #f7f15e !important;
	color: #000;
}

.projects-bottom-paination .bgwht a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 5px 10px !important;

}

.projects-bottom-paination .bgwht {
	background: #656700 !important;
	color: #ffffff !important;
	padding: 0 !important;
}

.projects-bottom-paination .bgwht i {
	color: #7b7d00 !important;
	line-height: 22px !important;
	padding: 5px 10px;
}

.projects-bottom-paination .bgwht a i {
	color: #f7f15e !important;
	line-height: 22px !important;
	padding: 0;
}

.projects-bottom-paination li.active > a,
.projects-bottom-paination li > a:hover {
	background: #656700;
	color: #fff;
}

/***** Blog*****/

.event_content {
	padding: 50px 0;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}

.event_content h2 {
	font-family: 'caviar_dreamsregular';
	font-size: 36px;
	color: #7b7d00;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.blog h2 {
	font-size: 3em;
	color: #FFF;
	font-family: 'caviar_dreamsregular';
	padding: 0 0 25px 25px;
}

.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding: 1.5%;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
}

.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}

.grid:first-child {
	margin-left: 0;
}

.blog-leftgrids {
	padding-top: 10px;
	margin-bottom: 15px;
}

.blog-desc {}

.images_3_of_1 {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: 5px solid #FFF;
}

.images_3_of_1 img {
	width: 100%;
	height: 100%;
	display: block;
}

.blog-desc h4 {
	padding: 0 0 8px 0;
	margin: 0;
	font-size: 26px;
	color: #656700;
	font-family: 'caviar_dreamsregular';
	font-weight: bold;
}

.blog-desc h5 {
	padding: 8px 0 8px 0;
	margin: 0;
	font-size: 18px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

.blog-desc p {
	font-family: Verdana, Geneva, sans-serif;
	color: #222;
	line-height: 1.8em;
	padding: 5px 0px;
}

/*** Page numbers ***/
.content-pagenation {
	text-align: right;
	padding: 35px 0;
	margin-right: 15px;
}

.content-pagenation li {
	display: inline-block;
}

.content-pagenation li a {
	color: #000000;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF;
	padding: 10px 12px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.content-pagenation li a:hover,
.content-pagenation li.active a {
	background: #000;
	color: #FFF;
}

/***** Contact ****/
.contact_content {
	padding: 50px 0 60px 0;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;
}

.contact_1_of_3 {}

.contact_1_of_3 h3 {
	color: #656700;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	margin-bottom: 30px;
}

.contact-form {
	position: relative;
	padding-bottom: 30px;
}

.contact-form div {
	padding: 6px 0;
}

.contact-form input[type="text"],
.contact-form textarea {
	padding: 8px;
	display: block;
	width: 100%;
	background: rgba(5, 5, 5, 0.22);
	border: none;
	outline: none;
	color: #000000;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance: none;
}

.contact-form textarea {
	resize: none;
	height: 120px;
}

.mybutton {
	padding: 8px 15px;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	background: #000000;
	text-decoration: none;
	outline: 0;
	border: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 0;
	-webkit-apperance: none;
}

.mybutton:hover {
	background-color: #000;
}

.company_address p {
	font-size: 0.85em;
	color: #000000;
	padding: 8px 0;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}

.company_address p span,
.company_address p span a {
	text-decoration: underline;
	color: #E653FC;
	cursor: pointer;
}

.company_address p span:hover,
.company_address p span a:hover {
	color: #FFF;
}

.navbarrr {
	display: none;
}

/**** Responsice Layout *****/
@media all and (max-width: 1024px) {
	.menu li a {
		font-size: 1em;
		margin: 15px 10px;
	}

	.date figure span {
		font-size: 3em;
	}

	.track_list li a {
		font-size: 0.75em;
	}

	.span_1_of_3 h2 {
		font-size: 2.2em;
	}

	.event_desc h4 {
		font-size: 0.8em;
	}

	.event-time h4 {
		font-size: 0.85em;
	}

	.images_1_of_4 .zoom-icon {
		height: 140px;
	}
}

@media all and (max-width:800px) {
	.wrap {
		width: 95%;
	}

	.menu li a {
		margin: 10px 5px;
	}

	.date figure {
		font-size: 0.8em;
	}

	.date figure span {
		font-size: 2em;
	}

	.span_1_of_3 h3 {
		font-size: 1.5em;
	}

	.event-time h4 span {
		font-size: 1em;
	}

	.events_1_of_3 a span {
		line-height: 4em;
	}

	.images_1_of_4 .zoom-icon {
		height: 100px;
	}
}

@media all and (max-width:640px) {
	.navbarrr {
		width: auto;
		height: auto;
		position: fixed;
		z-index: 99999;
		left: 5px;
		top: 5px;
		display: block !important;
		background: #fff;
		padding: 5px 6px;
	}

	.navbarrr a {
		color: #656700 !important;
		text-decoration: none !important;
		font-size: 20px;
	}

	.navbarrr i {
		font-size: 22px !important;
		color: #656700;
		margin: 0px;
	}

	.inpg_banner {
		height: 130px;
	}

	.logo {
		float: none;
		text-align: center;
		padding: 15px 0;
	}

	.logo img {
		width: 75%;
	}

	.menu {
		display: none;
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.menu li a {
		margin: 10px;
	}

	.date {
		padding-top: 20px;
	}

	.date figure {
		font-size: 0.7em;
	}

	.col_1_of_3 {
		margin: 1% 0 1% 0%;
	}

	.span_1_of_3 {
		width: 94%;
		padding: 3%;
	}

	.content_bottom,
	.content_top {
		padding: 20px 0;
	}

	.menu_timmings li .txt1 {
		font-size: 1.5em;
	}

	.menu_timmings li {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.contact_1_of_3 {
		width: 100%;

	}
}

@media all and (max-width:480px) {
	.menu li a {
		margin: 10px 5px;
	}

	.images_1_of_3 {
		width: 100%;
	}

	.listview_1_of_3 {
		margin: 5px 0;
	}

	.date figure span {
		font-size: 5em;
	}

	.date figure {
		font-size: 1em;
	}

	.events h2 {
		font-size: 2em;
		padding: 0 10px;
	}

	.events_1_of_3 {
		width: 94%;
		padding: 3%;
	}

	.grid_1_of_3 {
		margin: 0;
	}

	.event-time h4 span {
		font-size: 1.8em;
	}

	.grid_1_of_4 {
		margin: 0;
	}

	.grid_1_of_4 {
		width: 94%;
		padding: 3%;
	}

	.images_1_of_4 a:hover .zoom-icon {
		top: 75px;
	}

	.images_3_of_1,
	.blog-desc {
		width: 100%;
	}

	.grid {
		margin: 2% 0;
	}

	.blog-desc h4 span {
		font-size: 1.2em;
	}
}

@media all and (max-width:320px) {
	.menu li a {
		font-size: 0.7em;
		margin: 10px 2px;
	}

	.date figure span {
		font-size: 4em;
	}

	.content_bottom,
	.content_top {
		padding: 0px 0;
	}

	.event-time h4 span {
		font-size: 1.5em;
	}

	.images_1_of_4 a:hover .zoom-icon {
		top: 30px;
	}
}

.page-link {
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-bottom: 0px;
	font-weight: normal;
	margin-top: 40px;
}

.page-link span {
	padding: 5px 10px;
	border: solid 1px #cecece;
	margin: 0 2px;
	background: #134a91 !important;
}

.page-link span a {
	text-decoration: none;
	color: #134a91;
}

.page-link .bgwht {
	background: #fff !important;
	color: #134a91 !important;
}

.page-link .bgwht i {
	background: #fff;
	color: #cecece !important;
}

.page-link .bgwht a i {
	background: #fff;
	color: #134a91 !important;
}

/* ------------------------------------------------------ */
/* Code Added by Rohit */
.text_white {
	color: #fff;
}

.bold {
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.abc1 {
	background-color: #656801;
	padding: 10px 10px 25px 10px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.btn_cstm_bg {
	color: #222;
	font-weight: 700 !important;
	letter-spacing: 1px;
	background-color: #FFFE97;
}

.youtube_embed_ades {
	height: 100%;
}

.youtube_embed_ades a {
	height: 100%;
}

.youtube_embed_ades img {
	height: 100%;
	object-fit: cover;
	border: 4px solid #FFFE97;
}

.abc2 {
	position: relative;
	/* bottom: 20px; */
}

.abc3 {
	display: flex;
	padding-right: 16px;
}

.abc4 {
	margin-bottom: 20px;
}

/* Code Added by Rohit */
/* ------------------------------------------------------ */