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,
center,
dl,
dt,
dd,
ol,
ul,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Open Sans', sans-serif !important;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

input:focus,
select:focus {
	box-shadow: none !important;
}

.navbar-light .navbar-toggler {
	background: #fff;
}

container-fluid{
	position: fixed;
}

.offcanvas-header .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.offcanvas-end {
	width: 100%;
}

.menu-header {
	background: none;
}

header {
	background: #ffc460;
}

header h1 {
	font-size: 20px;
	font-weight: 600;
	color: #cc0606;
}

.common-h2 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}


.events figure {
	position: relative;
	box-shadow: #000 0 0 10px;
	overflow: hidden;
}

.events figure figcaption {
	position: absolute;
	left: 0;
	right: 0;
	top: 90%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding: 0;
	transition: .5s;
}

.events figure figcaption h3 {
	color: #fff;
	padding: 9px 9px 20px;
}

.events figure:hover figcaption {
	top: 0;
}

.events figure:hover figcaption {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.events figure figcaption a {
	border-radius: 25px;
	background: #ffc460;
	color: #000;
	padding: 9px 15px;
	display: inline-block;
}

.events figure figcaption a:hover {
	background: #fff;
	color: #000;
}

/* .menu-bg {background:url(../images/event/background5.jpg); height:100%; background-size:cover; background-position:top left;background-repeat:no-repeat;background-attachment:fixed;} */
.menu-bg {
	background: url(../images/event/background6.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.menu-bg{
	height:110%;
}
.menu-bg .events{
	padding-top: 8%
}

.position-relative img {
	width: 100%;
	max-width: 200px;
}

.btn-ground .btn {
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
}

.position-relative h5 {
	font-weight: 600;
	color: #fff;
	font-size: 17px;
	margin-bottom: 10px;
}

.total-cost {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
	margin-bottom: 10px;
}

.d-flex.position-relative.border.p-4 {
	background: rgba(0, 0, 0, 0.5);
}

.d-flex.position-relative.border.p-4 span {
	color: #fff;
}

.position-relative small {
	width: 100%;
	color: #fff;
}

.form-group label {
	margin-bottom: 5px;
	font-weight: 500;
	color: #fff;
}

.form-group .form-control {
	margin-bottom: 20px;
	color: #fff;
}

.paym input[type="submit"] {
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
}

.paym a,
.com-back a {
	padding: 8px 40px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
}

.field {
	min-height: 38px;
}

.last-cal h4 {
	padding: 60px 0;
	box-shadow: #000 0 0 10px;
	font-size: 30px;
	border-radius: 10px;
}

.ratio img {
	object-fit: cover !important;
}

.lightbox-carousel button {
	opacity: 1 !important;
}

.btn-close {
	background: #000 !important;
	border-radius: 50%;
	opacity: .7 !important;
}

.event-galery img,
.event-galery video {
	background: #000;
	box-shadow: #000 0 0 7px;
	border-radius: 10px;
}

button.btn-close.top-0 {
	top: -14px !important;
}

button.btn-close.end-0 {
	right: -16px !important;
}

.image-box {
	width: 100px;
	height: 100px;
	box-shadow: #000 0 0 6px;
	overflow: hidden;
	display: flex;
	justify-content: center
}

.image-box img {
	width: 100%;
	height: 100%
}

.menu-start h3 {
	font-size: 17px;
	font-weight: 600;
	color: #cc0606;
	margin-bottom: 20px;
}

.menu-start span {
	font-weight: 600;
	color: #444;
}

.menu-itemd {
	box-shadow: #000 0 0 8px;
	background: rgba(255, 255, 255, 0.9)
}

.common-h-head {
	font-size: 38px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 9px 15px 12px;
	line-height: 24px;
	text-align: center;
	text-shadow: #0b0b0b 0 0 5px;
}

.com-back button {
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 25px;
	border: none;
}

.grn {
	color: #3ca308 !important;
}

.redd {
	color: #cc0606;
}

.navbar-nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-decoration: none;
	position: relative
}

.navbar-nav li {
	padding: 5px 9px;
	margin: 0;
	display: inline-flex;
	align-items: center;
}

.navbar-nav li:last-child {
	padding-right: 0;
}

.navbar-nav li a:hover {
	color: #e91221;
}

nav,
.dropdown-menu {
	background: rgb(0 0 0 / 50%);
}

.nav-link.dropdown-toggle {
	color: #fff !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #000;
	background: transparent;
}

.nav-yk{
	margin-left: 8%;
	margin-right: 8%;
	border-radius: 4px;
}
.nav-yk button{
	margin-right: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: #b78c0b;
}

.nav-pills .nav-link {
	border-radius: 0;
	padding: .7rem 2rem;
	color: #000;
	font-size: 20px;
}

.ih-blk,
.ih-wht {
	display: none;
}

.nav-pills .nav-link.active .ih-wht,
.nav-pills .nav-link .ih-blk {
	display: inline-block;
}

.nav-pills .nav-link.active .ih-blk,
.nav-pills .nav-link .ih-wht {
	display: none;
}

.common-anchor a {
	background: #a10611;
	border-radius: 30px;
	padding: 10px 28px;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.common-anchor a:hover {
	color: #fff;
	background: #d32431;
}

.nav-link.dropdown-toggle:hover {
	color: #e91221 !important;
}

#cater-form {
	background: rgba(0, 0, 0, 0.5)
}

#cater-form label {
	color: #fff;
}

#cater-form input,
#cater-form select,
#cater-form textarea {
	background: rgba(255, 255, 255, 0.7);
}

#cater-form textarea {
	resize: none;
}

.submit-inp input {
	background: #d87b08 !important;
	width: 100%;
	border-radius: 25px;
	color: #fff;
}

.cat-pac {
	background: rgba(0, 0, 0, 0.8)
}

.cat-pac .card-header {
	color: #fff;
	padding: 0;
	min-height: 150px;
	position: relative;
}

.cat-pac .card-header h2 {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.cost-pr {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	border: #fff solid 4px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: auto;
}

.cat-pac .card-header.bg-diamond,
.cat-pac .card-header.bg-diamond .cost-pr {
	background: #07614c
}

.cat-pac .card-header.bg-gold,
.cat-pac .card-header.bg-gold .cost-pr {
	background: #c19004
}

.cat-pac .card-header.bg-silver,
.cat-pac .card-header.bg-silver .cost-pr {
	background: #950707
}

.cost-pr strong {
	font-size: 30px;
	font-weight: 600;
}

.cost-pr span {
	font-size: 10px;
	margin-left: 20px;
}

.cat-pac .card-body {
	padding-top: 60px;
	text-align: center;
}

.cat-pac .card-body h5 {
	font-weight: 600;
	margin-bottom: 10px;
}

.cat-pac .card-body li {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
}

.cat-pac .card-body ul {
	margin-bottom: 40px;
}

.par-gra {
	line-height: 30px;
}

.cat-req-fm {
	background: #000;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 30px;
}

.navbar-brand img {
	max-width: 200px;
}

.cont-ul h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}

.cont-ul ul li span {
	color: #e2e2e2;
	font-size: 18px;
	line-height: 23px;
}

.cont-ul ul li {
	margin-bottom: 20px;
}

.cont-ul ul li span strong {
	display: block;
}

@media screen and (max-width:1199px) {

	.nav-pills .nav-link {
		padding: .7rem 1.5rem;
		font-size: 16px;
	}

	.nav-pills .nav-link img {
		width: 13px !important;
	}

	.navbar-nav li a {
		font-size: 12px;
	}
}

@media screen and (max-width:991px) {

	.navbar-nav li a,
	.nav-link.dropdown-toggle {
		color: #000 !important;
	}

	.navbar-nav li a {
		color: #000;
		line-height: 45px;
		font-size: 25px;
	}

	.navbar-nav li {
		flex-direction: column;
		align-items: flex-start;
	}

	.dropdown-menu.show {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	.dropdown-menu.show li a:hover {
		color: #fff !important;
	}

	.dropdown-menu.show li a {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.menu-bg .events{
		padding-top: 70px;
	}
	.navbar {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.navbar-brand img {
		max-width: 180px;
	}

	.cont-ul iframe {
		height: 150px !important;
	}

	.cont-ul li {
		margin-bottom: 10px;
	}

	.cont-ul h2 {
		font-size: 18px;
	}

	.cont-ul ul li span {
		font-size: 15px;
	}

	.navbar-nav li {
		padding: 5px 0;
	}

	.navbar-toggler {
		padding: 0.01rem 0.25rem;
	}

	.nav-pills .nav-link {
		padding: 10px 5px;
		font-size: 12px;
		display: flex;
		align-items: center;
	}

	.nav-pills .nav-link img {
		width: 9px !important;
		margin-right: 2px !important;
	}

	.position-relative {
		flex-direction: column;
	}

	.position-relative .flex-grow-1 {
		margin-left: 0 !important;
		margin-top: 20px;
	}

	.last-cal h4 {
		font-size: 16px;
		padding: 20px 0;
	}

	.image-box {
		height: 60px;
		width: 60px;
	}

	.menu-start h3 {
		margin-bottom: 8px;
	}

	.common-h-head {
		font-size: 24px;
		padding: 5px 15px 8px;
		margin-bottom: 5px;
	}

	.events figure figcaption {
		bottom: 89%;
		top: 0;
	}

	.events figure:hover figcaption {
		bottom: 0;
	}

	.events figure figcaption a {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 115px;
		top: -200%;
	}

	.events figure:hover figcaption a {
		top: 54%;
	}

	.events figure img {
		width: 100%;
	}

	.menu-start h3,
	.menu-start span {
		font-size: 14px;
	}

}