@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0px;
	margin: 0px;
}

body {
	box-sizing: border-box;
	font-family: "Noto Sans", sans-serif !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	max-width: 1200px !important;
}

a {
	color: black !important;
}

a:hover {
	text-decoration: none !important;
	color: #00bcfe !important;
}

img {
	width: 100%;
}

.ser_thumnail, .ser_boxx_con {
    width: 50% !important;
}
input#agency,input#agency2 {
    margin-left: 20px !important;
}
body .h_bott_form {
    display: none !important;
}
.evnts_imgg img {
    height: 250px;
    object-fit: cover;
}
.event_con_sec .bnn_con_form {
    padding-top: 10px;
}
section.home_events .img_animation {
    width: 100% !important;
}
.h_bott_form .bnn_form_col {
    justify-content: center !important;
}
div#i1p4, div#itjyb {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px auto;
}
div#i1p4 .gjs-cell, div#itjyb .gjs-cell {
    width: 50%;
}
.def_cont ul {
    padding-left: 25px;
}
.def_cont h2, .def_cont h3, .def_cont h4, .def_cont h5 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 28px;
    color: black !important;
}
.def_cont {
    margin: 50px auto !important;
}
.top_bar a {
	font-size: 14px;
}

.gall_col {
    display: contents !important;
}
.top_bar a span {
	padding-left: 10px;
	padding-right: 15px;
}

.top_bar {
	text-align: end;
	padding: 10px 0px;
}

.top_bar i,
.top_bar a:hover {
	color: #00bcfe !important;
}

.menu_bar .row {
	align-items: center;
}

.head_logo img {
	width: 50%;
}

ul.hmenu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}

ul.hmenu a,
.foot_con_bar ul a {
	position: relative;
	color: inherit;
	/* Keeps default color */
	text-decoration: none;
	transition: color 0.3s ease;
}

ul.hmenu a::after,
.foot_con_bar ul a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #00bcfe;
	transition: width 0.3s ease;
}

ul.hmenu a:hover,
.foot_con_bar ul a:hover {
	color: #00bcfe;
}

ul.hmenu a:hover::after,
.foot_con_bar ul a:hover::after {
	width: 100%;
}


.head_social a i {
	font-size: 14px;
}

.head_social a {
	background: #00bcfe;
	color: white !important;
	width: 25px !important;
	height: 25px !important;
	display: inline-flex;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
}

.head_social a:hover {
	background: black;
}

.head_social {
	text-align: end;
}

.head_social {
	text-align: end;
}

header {
	padding-bottom: 10px;
}


section.home_banner {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	display: flex;
	align-items: end;
	padding: 100px 0px;
}

.bnn_con {
	background: #00000073;
	color: white;
	padding: 50px 20px;
}

.bnn_con h1 {
	font-size: 22px;
}

.bnn_con h2 {
	font-size: 45px;
	font-weight: 600;
}

.bnn_form {
	background: white;
	width: 350px;
	padding: 25px 25px;
	border-radius: 20px;
}

.bnn_form h3 {
	font-size: 20px;
	font-weight: 700;
}

.bnn_con_form strong {
	display: block;
}

.bnn_con_form label {
	font-size: 14px;
}

.bnn_con_form input[type="radio"] {
	width: auto !important;
	margin-bottom: 15px;
}

.bnn_con_form input {
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #646464;
	margin-bottom: 12px;
	font-size: 14px;
}

.bnn_con_form textarea {
	width: 100%;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #646464;
	margin-bottom: 12px;
	font-size: 14px;
	height: 80px;
	resize: none;
}

input#submit_btn {
	background: #00bcfe;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border: none;
	padding: 12px;
	border-radius: 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	transition: color 0.4s ease;
	width: 100%;
}

input#submit_btn:hover {
	background: #000000;
}

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

.bnn_con {
	margin-top: 180px;
}

section.home_events {
	text-align: center;
	padding: 50px 0px;
}

h4.sub_heading {
	font-weight: bold;
	margin-bottom: 20px;
}

.sec_heading {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 32px;
	color: black !important;
}

.event_box {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding-bottom: 40px;
	margin-top: 20px;
	position: relative;
	bottom: 0px;
	transition: all 0.5s;
}

.event_box:hover {
	bottom: 10px;
	background-color: #00bcfe;
}

.event_box:hover h4 {
	color: white;
}

.event_box:hover a {
	background-color: black;
}

.event_box h4 {
	font-size: 21px;
	font-weight: 600;
	padding: 20px 15px 30px;
}

.sky_btn {
	background: #00bcfe;
	color: white !important;
	font-size: 15px;
	font-weight: 500;
	border: none;
	padding: 12px 30px;
	border-radius: 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	transition: color 0.4s ease;
}

.sky_btn:hover {
	color: #fff !important;
}

.sky_btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	/* color of the hover background */
	z-index: -1;
	transition: all 0.4s ease;
}

.sky_btn:hover::before {
	left: 0;
}

section.home_events .row {
	justify-content: center;
}

section.home_ser {
	text-align: center;
}

span.ser_icon {
	width: 120px !important;
	height: 120px !important;
	display: inline-flex;
	border-radius: 50%;
	padding: 25px;
	background: #00bcfe;
}

.ser_box h3 {
	font-size: 20px;
	padding: 15px 0px 12px;
	font-weight: 600;
	color: black;
}

.ser_box {
	position: relative;
	bottom: 0;
	transition: all 0.5s !important;
	padding: 15px;
}

.ser_box:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	bottom: 10px;
}

.ser_box ul {
	font-size: 14px;
	margin-bottom: 30px;
}

.ser_box ul {
	font-size: 14px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 60px;
}

.ser_box:nth-child(1) {
	max-width: 30%;
	flex: 0 0 30%;
}

.ser_box:nth-child(1) ul {
	padding-left: 21px;
}

.ser_box:nth-child(4) {
	max-width: 22%;
}

.ser_box:nth-child(3) {
	max-width: 23%;
}

.ser_box:nth-child(4) ul {
	padding-left: 35px;
}

.ser_box ul {
	height: 40px;
}

section.home_ser {
	margin: 30px 0px;
}

section.home_ser p {
	padding-bottom: 15px;
}


section.inre_Sec .container {
	max-width: 100% !important;
}

section.inre_Sec {
	margin: 80px 0px 30px;
}

section.inre_Sec .row {
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body .int_con_col {
	padding-left: 90px;
}

section.inre_Sec h3.sec_heading {
	line-height: 45px;
}

.int_img_col {
	padding: 0px !important;
}

.cet_btn {
	text-align: center;
	margin-top: 40px;
}


.fot_logo img {
	width: 50%;
	padding-bottom: 20px;
}

footer {
	background: #f3f3f3;
	margin-top: 50px !important;
	padding: 50px 0px 30px;
	position: relative;
}

.fot_con_det a {
	display: block;
	padding-bottom: 20px;
}

.fot_con_det a span {
	padding-left: 15px;
}

footer h4 {
	font-size: 21px;
	font-weight: bold;
	color: black;
	padding-bottom: 30px;
	padding-top: 55px;
}

.quick_links ul,
.use_links ul {
	display: grid;
	gap: 10px;
	font-weight: 500;
	list-style: none !important;
}

.news_col strong {
	font-size: 15px;
	font-weight: 600;
}

form.new_form input {
	width: 85%;
	padding: 10px 10px;
	border-radius: 5px;
	border: 1px solid #646464;
	font-size: 14px;
}

form.new_form button {
	background: #00bcfe;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border: none;
	padding: 12px;
	border-radius: 10px 10px 10px 10px;
	width: 14%;
}

form.new_form button:hover {
	background-color: #000;
}

form.new_form {
	margin-top: 15px;
}

.for_copy_bar {
	text-align: center;
	padding-top: 40px;
}

.for_copy_bar p {
	margin-bottom: 0px;
	color: black;
}

.mess_cta {
	position: absolute;
	right: 50px;
	top: 100px;
	background: #00bcfe;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.mess_cta:hover {
	top: 110px;
}

.mess_cta i {
	color: white;
	font-size: 22px;
}

.mess_cta:hover {
	background: black;
}


.img_animation {
    position: relative;
    display: block;
    overflow: hidden;
}
.gall_col .img_animation {
    width: 33.33% !important;
}
.img_animation::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.5) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-20deg);
	transition: left 0.6s ease-in-out;
	z-index: 2;
}

.img_animation:hover::before {
	left: 125%;
}


/* Mobile Styles */
.menu-toggle {
	display: none;
	flex-direction: column;
	width: 30px;
	cursor: pointer;
	gap: 6px;
}

.menu-toggle span {
	height: 3px;
	background: #333;
	width: 100%;
	display: block;
}

.head_logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.inner_page_bnn {
    padding: 180px 0px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
	position: relative;
}
h1.page_title {
    display: inline-block;
    background-image: linear-gradient(to right, #c3c1c1, #0000006b);
    color: white;
    font-weight: 600;
    font-size: 45px;
    padding: 10px 20px 10px 100px;
    position: absolute;
    left: 0;
    margin-bottom: 0px !important;
	top: 35%;
}
section.ab_first_sec, section.ab_sec_sec {
    margin: 50px 0px;
}
section.ab_first_sec .row, section.ab_sec_sec .row {
    align-items: center;
}
ul.ul_spacing {
    padding-left: 25px;
}
section.contact_sec {
    padding: 80px 0px 20px;
}
a.con_det_box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px !important;
}
.con_det_icon {
    background: #00bcfe;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
section.contact_sec p {
    font-size: 15px;
}
section.contact_sec .bnn_form {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.con_col {
    display: flex;
    justify-content: center;
}

section.events_sec {
    margin: 50px 0px;
    text-align: center;
}
.evnts_conn {
    text-align: left;
}
section.events_sec .row {
	align-items: center;
}
.evnts_conn h3 {
    font-size: 35px !important;
    padding-bottom: 10px;
}
.evnts_boxx {
    margin-bottom: 50px !important;
}
.evnts_conn h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.evnts_conn h4 {
    font-size: 20px;
    padding: 5px 0px;
}
.ev_bot_con ul {
    margin-bottom: 0px;
    list-style: none !important;
    padding: 0px !important;
}
.evnts_boxx {
    margin-bottom: 20px;
}

section.event_con_sec .bnn_form {
    background: white;
    width: 100%;
    padding: 25px 25px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
section.event_con_sec .row {
	align-items: center;
}
section.event_con_sec .bnn_form strong {
    font-size: 15px !important;
    padding: 10px 0px;
}
section.event_con_sec ul.ul_spacing {
    margin-bottom: 0px !important;
    padding-top: 15px;
}
.evet_fields label {
    font-weight: 500;
    font-size: 16px !important;
}
.evet_fields {
	display: flex;
	gap: 18px;
}
.evet_fields select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #646464;
    font-size: 14px;
}
section.gall_sec {
	margin: 50px 0px 30px;
	text-align: center;
}
.gall_col a img {
    width: 100%;
    padding: 5px;
    height: 300px;
    object-fit: cover;
}
.ser_boxes_sec {
	text-align: center;
	margin: 50px 0px 20px;
}
.ser_boxx {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 30px;
}
.ser_boxx h4 {
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 600;
}
.ser_boxx  p {
    font-size: 15px;
    margin-bottom: 0px;
}
.ser_boxx {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 50px;
}

.ser_boxx {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}
section.ser_boxes_sec p {
    margin-bottom: 30px;
}

.ser_boxx::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00bcfe; /* hover background color */
  transition: left 0.5s ease;
  z-index: 0;
}

.ser_boxx:hover::before {
  left: 0;
}

.ser_boxx > * {
  position: relative;
  z-index: 1;
}

.ser_boxx:hover h4, .ser_boxx:hover p {
    color: white;
}
.ser_thumnail img {
    height: 100% !important;
    object-fit: cover;
}
.mess_cta {
    display: none;
}

/* Mobile Media Query */
@media only screen and (max-width: 767px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 25px !important;
	}
	section.inner_page_bnn {
    padding: 100px 0px;
	background-position: right center;
}
.gall_col a img {
    height: 100% !important;
}
body .h_bott_form {
    display: block !important;
}
.h_bnntxt .bnn_form_col {
    display: none;
}
#home_bn_form {
    display: none;
}
div#i1p4, div#itjyb {
    display: block;
}
.evnts_boxx {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 30px 0px !important;
}
.gall_sec .img_animation {
    width: 50% !important;
}
.evnts_imgg {
    padding: 0px !important;
    width: 100% !important;
}
.ser_thumnail, .ser_boxx_con {
    width: 100% !important;
}
section.event_con_sec .bnn_form {
    margin-top: 30px;
}
.evet_fields {
    display: block;
}
.evets_typ:nth-child(1) {
    margin-bottom: 15px;
}
.evnts_boxx h3, .evnts_boxx h4, .evnts_boxx h5 {
    font-size: 20px !important;
}
.bnn_form h3 {
    font-size: 20px !important;
}
div#i1p4 {
    flex-direction: column-reverse;
    display: flex;
}
div#itjyb img {
    padding-bottom: 20px;
}
div#i1p4 .gjs-cell, div#itjyb .gjs-cell {
    width: 100%;
}

	.bnn_con {
		margin-top: 0px;
		text-align: center;
		margin-bottom: 15px;
	}
	.ab_sec_sec img {
    padding-bottom: 20px;
}
.ser_boxx {
    display: block;
    padding: 10px;
}
.ser_boxx img {
	padding-bottom: 10px;
}
.evnts_boxx {
    flex-direction: column-reverse;
}
.evnts_conn {
    padding: 20px 15px 30px;
}

	section.home_banner {
		padding: 50px 0px;
	}

	.top_bar{
		display: none;
	}
.head_social {
    text-align: center;
    position: relative;
    bottom: 40px;
    left: 35% !important;
    display: block;
    width: 152px !important;
}
.head_social a {
    width: 30px !important;
    height: 30px !important;
}

	header {
		padding: 15px 10px 0px;
	}

	.head_logo img {
		width: 40%;
	}

	.ser_box {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.ser_box ul {
		text-align: center;
		height: unset;
		list-style: none;
		padding: 0px;
	}

	body .int_con_col {
		padding: 20px 15px;
		text-align: center;
	}

	.fot_logo img {
		width: 30%;
	}

	footer h4 {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	form.new_form input {
		width: 80%;
	}

	form.new_form button {
		width: 18%;
	}

	section.inre_Sec .row {
		flex-direction: column-reverse;
	}

	.menu-toggle {
		display: flex;
	}

	.hmenu {
		display: none;
		flex-direction: column;
		background: #fff;
		padding: 20px;
		position: absolute;
		top: 15px;
		left: 0;
		width: 100%;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		z-index: 999;
		gap: 10px;
		display: none !important;
	}

	ul#hmenu li {
		padding-bottom: 10px;
	}

}







/*Floating chat widgt css*/
#sy-whatshelp {
  right: 25px;
  bottom: 25px;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp a {
  position: relative;
}

#sy-whatshelp a.sywh-open-services {
  background-color: #00bcfe;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  display: inline-block;
}
#sy-whatshelp a.sywh-open-services i {
  line-height: 55px;
}

#sy-whatshelp a.sywh-open-services i.fa-times {
  display: none;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

#sy-whatshelp .sywh-services a {
  display: none;
}

#sy-whatshelp .sywh-services a i {
  background-color: #129bf4;
  color: #fff;
  line-height: 55px;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  font-size: 23px;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 2px 2px 8px -3px #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
}

#sy-whatshelp .sywh-services a.email i {
  background-color: #b92b27;
}

#sy-whatshelp .sywh-services a.instagram i {
  background-color: #e4405f;
}

#sy-whatshelp .sywh-services a.messenger i {
  background-color: #0084ff;
}

#sy-whatshelp .sywh-services a.whatsapp i {
  background-color: #25d366;
}

#sy-whatshelp .sywh-services a.call i {
  background-color: #06e18a;
}

div#sy-whatshelp i.fa.fa-comments {
    color: white;
}
.swal2-confirm {
    background: #00bcfe!important;
}