body {
	cursor: url("data:image/svg+xml,%3Csvg height='12' width='12' viewBox='0 0 8 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' fill='%23e0e0e0' r='4'/%3E%3C/svg%3E")
			3 3,
		auto;
	position: relative;
}

/* * {
    cursor: none;
} */

.cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  transform: translate(
    calc(var(--x) - 45px / 2),
    calc(var(--y) - 45px / 2)
  );
	/* transition-duration: 125ms;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-property: width, height, transform; */
	transition: 150ms width cubic-bezier(0.39, 0.575, 0.565, 1),
		150ms height cubic-bezier(0.39, 0.575, 0.565, 1),
		150ms transform cubic-bezier(0.39, 0.575, 0.565, 1);
	z-index: 999;
	pointer-events: none;
	will-change: transform;
}

@media (pointer: fine) {
	.cursor {
		display: block;
	}
}

.cursor::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--radius);
  border: 2px solid #b76431;
  opacity: var(--scale);
  -webkit-transform: scale(var(--scale));
  transform: scale(var(--scale));
  transition: 300ms opacity cubic-bezier(0.39, 0.575, 0.565, 1),
    300ms transform cubic-bezier(0.39, 0.575, 0.565, 1),
    150ms border-radius cubic-bezier(0.39, 0.575, 0.565, 1);
}

.switch {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 18px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: #BEB441;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

input:checked + .slider {
	border: 1px solid #BEB441;
}

input:focus + .slider {
	border: 1px solid #BEB441;
}

input:checked + .slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

/* Rounded sliders */

.slider.round {
	border-radius: 34px;
	border: 1px solid #BEB441;
}

.slider.round:before {
	border-radius: 50%;
}

.first_page_image {
	background: url(../firework/contactusbanner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}

.contactus_section1 {
	margin-top: 8em;
	margin-left: 0px;
	margin-right: 0px;
	color: white;
	overflow: auto;
}

.contact-title {
	/* height: 39.375em; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-title-text {
	color: #e0e0e0;
	font-size: 6.25em;
	padding-top: 2.455em;
	padding-bottom: 2.365em;
	/* line-height: 3.090em; */
	font-family: Oswald;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e0e0e0;
	color: #e0e0e0;
	text-decoration: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(
		to right,
		#e0e0e0,
		#e0e0e0 50%,
		transparent 50%
	);
	background-size: 200% 100%;
	-webkit-animation-name: MOVE-BG;
	-webkit-animation-duration: 7s;
	/* background-position: 100%;
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 1); */
}
@-webkit-keyframes MOVE-BG {
	from {
		background-position: 100%;
	}
	to {
		background-position: 0%;
	}
}
/* .visible .contact-title-text {
    transition: all 5s cubic-bezier(0.000, 0.000, 0.230, 0.2);
    background-position: 0%;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #E0E0E0
} */

.d-f {
	display: flex;
}

.f-c {
	flex-direction: column;
}

.contactus_section2 {
	background-color: #000000;
}

.form_title {
	text-align: center;
	margin-top: 2.227em;
	font-family: Roboto;
	font-size: 1.375em;
	line-height: 1.045em;
	letter-spacing: 0.44px;
	color: #e0e0e0;
}

.contact_row {
	margin-left: 0px;
}

select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.occasion_display_txt {
	margin-top: 2.389em;
	font-family: Roboto;
	font-size: 1.125em;
	line-height: 0.667em;
	font-weight: 500;
	letter-spacing: 0.36px;
	color: #e0e0e0;
}

.event_type_conatiner {
	margin-top: 1.688em;
	/* justify-content: space-between; */
	margin-bottom: 3.25em;
}

input[type="radio"] {
	display: none;
}

.wedding_btn {
	color: #e0e0e0;
	background-color: #181818;
	font-size: 1.125em;
	line-height: 0.667em;
	letter-spacing: 0.036px;
	padding: 1em 2.556em;
	white-space: nowrap;
	margin-right: 1.875em;
	cursor: pointer;
}

/* .wedding_btn:last-child {
    margin-right: 0px;
} */

/* .wedding_btn:first-child {
    margin-left: 0px;
    8779814982
}

.wedding_btn:last-child {
    margin-left: 0px;
} */

input[type="radio"]:checked ~ .wedding_btn {
	background-image: linear-gradient(#BEB441, #836a01);
}

.contact_form_group {
	width: 95.3%;
	margin-right: auto;
}

.checkbox_container {
	margin-top: 3.063em;
}

.calender_icon {
	position: absolute;
	top: 35%;
	right: 1em;
	z-index: -1;
}

select.input-lg {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	/* no standardized syntax available, no ie-friendly solution available */
}

.comn_txt {
	font-family: Roboto;
	font-size: 1.125em;
	line-height: 0.667em;
	letter-spacing: 0.36px;
	color: #e0e0e0;
	margin-left: 0.556em;
	align-self: center;
}

label {
	margin-bottom: 0px;
}

.submit_btn_container {
	margin-top: 2.5em;
	margin-bottom: 4.688em;
}

.scroll_container {
	display: flex;
	justify-content: flex-end;
}

.section3_container {
	background: url(../images/images-getintouchContactUs.jpg);
}

.get_in_touch_container {
	margin-top: 3.125em;
	height: 51.5em;
	max-width: 100%;
	width: 43.11%;
}

.get_in_touch_txt {
	font-family: Oswald;
	font-size: 3.75em;
	line-height: 1.667em;
	letter-spacing: 3px;
	color: #BEB441;
}

.azan_email_txt {
	font-family: Roboto;
	font-size: 1.875em;
	line-height: 1.5em;
	letter-spacing: 1.5px;
	color: #e0e0e0;
	text-decoration: none;
	transition: 0.3s ease;
}

.azan_email_txt:hover {
	color: #BEB441;
	text-decoration: none;
}

.mt-email {
	margin-top: 0.5em;
}

.second_get_container {
	margin-top: 3.563em;
}

.third_get_container {
	margin-top: 4.188em;
}

.address_get_txt {
	font-family: Roboto;
	font-size: 1.875em;
	line-height: 1.433em;
	letter-spacing: 1.5px;
	color: #e0e0e0;
}

.view_on_map_txt {
	text-decoration: underline;
	font-family: Roboto;
	font-size: 1.375em;
	line-height: 1.818em;
	letter-spacing: 1.1px;
	color: #BEB441;
	cursor: pointer;
}

.getintouch_text_container {
	margin-left: 2.375em;
}

.mail_icon {
	height: 1.5em;
	width: 1.875em;
	margin-top: 0.5em;
}

.phone_icon {
	height: 1.905em;
	width: 1.905em;
	margin-top: 0.5em;
}

.location_icon {
	height: 1.875em;
	width: 3.438em;
	margin-top: 0.5em;
}

@media (min-width: 1921px) {
	.first_page_image {
		background: url(../firework/contactusbanner.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		background-size: cover;
	}
}

@media (max-width: 1440px) {
	#ui-datepicker-div {
		top: 62.116em !important;
		left: 135px;
		z-index: 1;
		display: block;
	}
}

@media (max-width: 1024px) {
	.first_page_image {
		background: url(../firework/contactusbanner.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media (max-width: 834px) {
	body {
		background: #000000;
	}
	.contactus-container {
		/* margin-top: 7.1em; */
	}
	.first_page_image {
		background: url(../images/images-pastexp_banner_mobile.jpg);
	}
	.contact-title {
		/* height: 47.826em; */
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.contact-title-text {
		font-size: 4.5em;
		line-height: 1;
		font-family: Oswald;
		letter-spacing: 0.2px;
	}
	.form_title {
		text-align: center;
		margin-top: 2.857em;
		font-family: Roboto;
		font-size: 1.4em;
		line-height: 0.929em;
		letter-spacing: 0.28px;
		color: #e0e0e0;
	}
	.occasion_display_txt {
		margin-top: 1.875em;
		font-family: Roboto;
		font-size: 1.6em;
		line-height: 0.75em;
		letter-spacing: 0.36px;
		color: #e0e0e0;
	}
	.event_type_conatiner {
		margin-top: 0px;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 3.1em;
	}
	.event_type_conatiner label {
		width: 100%;
		max-width: 48%;
	}
	.event_type_conatiner .wedding_btn {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		text-align: center;
	}
	.wedding_btn {
		margin-top: 1em;
		color: #e0e0e0;
		background-color: #181818;
		font-size: 1.6em;
		line-height: 0.75em;
		letter-spacing: 0.32px;
		padding: 0.938em 1.563em;
		white-space: nowrap;
		margin-right: 1em;
	}
	.comn_txt {
		font-family: Roboto;
		font-size: 1.6em;
		line-height: 1.5em;
		letter-spacing: 0.36px;
		color: #e0e0e0;
		margin-left: 0.938em;
		align-self: center;
	}
	.scroll_container {
		display: none;
	}
	.submit_btn_container {
		justify-content: center;
	}
	.get_in_touch_container {
		margin-top: 0em;
		width: 100%;
	}
	.get_in_touch_txt {
		font-family: Oswald;
		font-size: 3em;
		text-align: center;
		line-height: 1.333em;
		letter-spacing: 1.5px;
		color: #BEB441;
		margin-top: 2.667em;
	}
	.submit_btn_contact {
		margin-top: 3em;
		margin-bottom: 0px;
	}
	.azan_email_txt {
		font-family: Roboto;
		font-size: 1.6em;
		line-height: 1.875em;
		letter-spacing: 0.8px;
		color: #e0e0e0;
	}
	.address_get_txt {
		font-family: Roboto;
		font-size: 1.6em;
		line-height: 1.75em;
		letter-spacing: 0.8px;
		color: #e0e0e0;
	}
	.second_get_container {
		margin-top: 2.9em;
	}
	.third_get_container {
		margin-top: 4.4em;
	}
	.mail_icon {
		height: 1.6em;
		width: 2em;
	}
	.phone_icon {
		height: 2em;
		width: 2em;
	}
	.view_on_map_txt {
		text-decoration: underline;
		font-family: Roboto;
		font-size: 1.4em;
		line-height: 2.857em;
		letter-spacing: 0.7px;
		color: #BEB441;
	}
	.section3_container {
		background: url(../images/images-getintouch_mob.jpg);
		height: 47.4em;
	}

	.calender_icon {
		position: absolute;
		top: 29%;
		right: 1em;
		z-index: -1;
	}
}

@media (max-width: 767px) {
	.location_icon {
		height: 1.875em;
		width: 5.438em;
		margin-top: 0.5em;
	}
	#ui-datepicker-div {
		top: 76.116em !important;
		left: 135px;
		z-index: 1;
		display: block;
	}
	.get_in_touch_txt {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.first_page_image {
		background: url(../firework/contactusbanner.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.contact-title-text {
		padding-top: 1.233em;
		padding-bottom: 5em;
		font-size: 4.5em;
		line-height: 1;
		font-family: Oswald;
		letter-spacing: 0.2px;
	}
}

@media (max-width: 550px) {
	.first_page_image {
		background: url(../firework/contactusbanner.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.contact-title-text {
		padding-bottom: 9.3em;
		font-size: 4.5em;
		font-family: Oswald;
		letter-spacing: 0.2px;
	}
}
