*,
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;

}

:root {
	--c1: #c06;
	--c2: #00d1ff;
	--c3: #ffc107;
	--green: #3fc250
}

img {
	max-width: 100%;
	height: auto
}

img {
	/* aspect-ratio: 3 / 2; */
	/* adjust as needed */
	width: 100%;
	height: auto;
}

body,
header {
	color: #fff;
	/* background: linear-gradient(143deg, rgb(0 186 15) -1%, rgb(95 40 178) 31.2%, rgb(255 80 80) 100%, rgb(244 244 244) 102.5%); */
}


.logo,
.logo a,
.logo a strong,
.logo-bar,
a,
header {
	transition: .5s ease-in;
	text-decoration: none
}

/* a:hover {
	text-decoration: none !important;
} */

.logo a,
.top-navigation a,
.top-phone span {
	text-transform: uppercase
}

*,
.responsive-menu-icon,
body {
	box-sizing: border-box
}

:focus {
	outline: 0
}

body {
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji !important;
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
	background-color: #000;
}

a,
strong {
	color: var(--c3);
}

html {
	scroll-behavior: smooth
}

a {
	text-decoration: none
}

a:hover {
	color: #f3a806;
	/* text-decoration: underline; */
}

.logo a,
.top-navigation a,
.top-phone a {
	text-decoration: none
}

a,
a:active,
a:focus {
	border: 0;
	outline: 0
}

img {
	border: 0
}

header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: table;
	background-color: #141313;
	/* height: 120px; */
	padding-bottom: 10px;
}

.logo {
	/* width: 33%; */
	float: left;
	display: inline-block;
	text-align: center
}

.logo a {
	color: #fff;
	font-size: 20px;
	/* line-height: 70px; */
	font-weight: 600
}

.logo a img {
	width: 150px;
	height: 60px;

}

.logo-bar {
	display: table;
	width: 100%;
	/* border-bottom: 1px solid #fff; */
	padding: 10px 0;
	background: #333;
}

.top-phone {
	display: inline-block
}

.top-phone span {
	display: block;
	font-weight: 500
}

.top-navigation {
	width: 100%;
	/* border-bottom: 1px solid #fff; */
	text-align: center
}

/* .top-navigation div {
	border-left: 1px solid #fff
} */

.top-navigation a {
	display: inline-block;
	float: left;

	/* border-top: 3px solid #fff; */
	/* border-right: 1px solid #fff; */
	/* width: 11.5%; */
	/* font-size: 14px; */
	line-height: 46px;
	font-weight: 400;
	letter-spacing: 1px;
	min-width: 46px;
	margin-left: 5px;
	margin-right: 5px;

	/*  */
	background: linear-gradient(#222, #333);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	color: #e6e6e6;
	border: 1px solid #555;

}

.top-navigation a:hover {
	background-color: #FB6243;
	/* border-top: 3px solid #fff; */
}

.responsive-menu-icon {
	cursor: pointer;
	/* background-color: #ef2b7c; */
	width: 32%;
	height: 52px;
	position: absolute;
	left: 7px;
	top: 25px;
	padding: 14px;
	z-index: 10000
}

.bar1,
.bar2,
.bar3 {
	width: 23px;
	height: 2px;
	background-color: #fff;
	margin: 4px 0;
	transition: .4s
}

.phone-icon,
.sms-icon,
.whatsapp-icon {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/whatsapp.webp);
	background-repeat: no-repeat
}

.timings,
.top-phone {
	transition: .5s ease-in
}

.phone-icon {
	background-position: -40px 0
}

.sms-icon {
	background-position: 0 0
}

.whatsapp-icon {
	background-position: -80px 0
}

@media all and (max-width:1349px) {
	.grid-1280 {
		width: 1170px
	}

	/* .logo a {
		font-size: 20px;
	} */
}

@media all and (max-width:1239px) {
	.grid-1280 {
		width: 920px
	}

	.top-navigation a {
		letter-spacing: 1px;
		font-size: 12px
	}

	.logo a {
		font-size: 35px
	}
}

@media all and (max-width:979px) {
	.grid-1280 {
		width: 720px
	}

	.timings {
		display: none
	}

	.logo {
		width: auto;
		text-align: left
	}

	.logo a {
		line-height: 50px
	}

	header {
		height: 52px;
		background-color: #000;
	}

	.logo-bar {
		border-bottom: 0;
		padding-bottom: 3px !important
	}

	.top-phone {
		margin-right: 67px;
		margin-top: 3px
	}

	.responsive-menu-icon {
		display: block
	}

	.top-navigation {
		top: 83px;
		width: 100%;
		position: fixed;
		left: 0;
		height: auto;
		background-color: #000;
		display: none;
	}

	.top-navigation .grid-1280 {
		width: 100%;
	}

	.top-navigation a {
		width: 100%;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-left: 20px;
		line-height: 40px;
		font-size: 14px
	}

	header .top-phone {
		margin-top: 3px;
		margin-right: 70px
	}
}

@media all and (max-width:767px) {
	.grid-1280 {
		width: 600px
	}

	.top-phone {
		margin-right: 40px
	}

	.top-navigation a {
		width: 50%
	}
}

@media all and (max-width:639px) {
	.grid-1280 {
		width: 440px
	}

	header .top-phone {
		margin: 3px 0 0;
		text-align: center;
		width: 92% !important;
		border-top: 1px solid #333;
		float: none;
		font-size: 24px
	}

	.logo,
	header .grid-1280 {
		width: 100%;
	}

	header .top-phone a {
		display: inline-block;
		height: 25px
	}

	.logo {
		margin: 0 auto;
		text-align: center
	}

	header {
		border-bottom: 1px solid #444;
		height: 53px;
		background-color: #000;
	}

	.logo a {
		line-height: 50px;
		margin-left: 0
	}

	.top-phone span {
		line-height: 25px;
		display: inline-block
	}

	.top-phone a {
		float: left;
		margin-right: 12px;
		margin-top: 1px
	}

	header .top-phone a,
	header .top-phone span {
		font-size: 16px;
		letter-spacing: 1.7px;
		line-height: 27px
	}

	header .top-phone span {
		display: block
	}

	header .top-phone {
		line-height: 30px !important;
		padding: 7px 0 0 30px !important
	}
}

@media all and (max-width:479px) {
	.grid-1280 {
		width: 320px
	}

	.logo,
	.top-navigation a {
		width: 100%
	}

	.logo {
		margin: 0 auto;
		text-align: center
	}

	.logo a {
		font-size: 28px;
		display: block;
		margin-top: 5px;
		line-height: 44px;
		margin-left: 0;
		text-align: right;
		padding-right: 17px;
	}

	.top-phone span {
		line-height: 25px;
		display: inline-block
	}

	.top-phone a {
		float: left;
		margin-right: 20px;
		margin-top: 1px
	}

	header .top-phone a,
	header .top-phone span {
		font-size: 15px;
		letter-spacing: 1.7px;
		line-height: 15px
	}

	header .top-phone {
		line-height: 30px !important;
		text-align: center;
		width: 100% !important
	}

	header .top-phone a {
		float: none;
		margin-top: -1px
	}

	header .top-phone span {
		line-height: 20px
	}
}

@media all and (max-width:359px) {
	.grid-1280 {
		width: 290px
	}

	.logo a {
		font-size: 22px;
		padding-top: 5px;
		display: inline-block;
		margin-top: 0
	}

	header .top-phone {
		width: 90px
	}

	header .logo a {
		line-height: 44px
	}

	.top-phone a {
		margin-right: 10px
	}
}

.responsive-menu-icon {
	display: none
}

@media(max-width:979px) {
	.responsive-menu-icon {
		display: block
	}
}

.grid-1280 {
	display: block;
	width: 1300px;
	margin: auto;
	padding: 0 30px;
}

.timings,
.top-phone a {
	display: inline-block;
	float: left
}

.timings {
	width: 33%;
	margin-top: 20px;
	font-weight: 400
}

.timings img {
	float: left;
	margin-right: 10px
}

.top-phone {
	/* width: 300px; */
	float: right;
	display: flex;
	text-align: right;
	margin-top: 10px;
	font-size: 15px;
	line-height: 47px;
}

.top-phone a {
	color: #fff;
	font-size: 23px;
	line-height: 23px;
	margin-right: 20px;
	margin-top: 8px
}

@media all and (max-width:979px) {
	.grid-1280 {
		width: 720px
	}

	.timings {
		display: none
	}

	.top-phone {
		margin-right: 62px;
		margin-top: 3px
	}
}

@media all and (max-width:767px) {
	.grid-1280 {
		width: 600px
	}

	.top-phone {
		margin-right: 40px
	}
}

@media all and (max-width:639px) {
	.grid-1280 {
		width: 440px
	}

	.top-phone a {
		float: left;
		margin-right: 12px;
		margin-top: 1px
	}
}

@media all and (max-width:479px) {
	.grid-1280 {
		width: 320px
	}

	.top-phone a {
		float: left;
		margin-right: 20px;
		margin-top: 1px
	}
}

@media all and (max-width:359px) {
	.grid-1280 {
		width: 290px
	}

	.top-phone a {
		margin-right: 10px
	}
}

/* @media all and (max-width:1349px) {
	.grid-1280 {
		width: 1170px;
	}
} */

@media all and (max-width:1239px) {
	.grid-1280 {
		width: 920px
	}
}

@media all and (max-width:979px) {
	.grid-1280 {
		width: 720px
	}
}

@media all and (max-width:767px) {
	.grid-1280 {
		width: 600px
	}
}

@media all and (max-width:639px) {
	.grid-1280 {
		width: 440px
	}
}

@media all and (max-width:479px) {
	.grid-1280 {
		width: 320px
	}
}

@media all and (max-width:359px) {
	.grid-1280 {
		width: 290px
	}
}

@media(max-width:900px) {
	body {
		font-size: 75%
	}
}

.top-phone span {
	font-size: 20px;
	vertical-align: middle;
	line-height: 45px
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-4px, 4px)
}

.change .bar2 {
	opacity: 0
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-4px, -5px)
}

.active {
	display: block !important;
}

.header-gap {
	height: 20px;
	/* background-color: #000; */
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media(min-width:768px) {
	.container {
		width: 750px
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px
	}
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.redirect-btn-sec {
	margin-bottom: 52px;
	padding: 0 30px
}

.redirect-btn {
	background: #2ba6cb;
	padding: 5px 15px;
	border-radius: 0 0 8px 8px;
	color: #fff
}

.redirect-btn:hover {
	background: #eb57a7;
	text-decoration: none
}

.banner-img {
	background-image: radial-gradient(#a0144f, black)
}

.resp-img {
	max-width: 100%;
	height: auto;
	width: 100%
}

.responsive-img {
	padding: 0 6%;
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%
}

.hero_banner_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	justify-content: center
}

.primary_button {
	padding: 0 20px;
	border-radius: 70px;
	font-size: 16px;
	color: #fff;
	background: #c06;
	border: 1px solid #c06;
	text-decoration: none
}

.banner-btn-sec {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px
}

.banner-btn {
	background: #c06;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 900;
	padding: 10px 12px;
	border-radius: 4px !important;
	cursor: pointer;
	transition: background-color 300ms ease-out;
	line-height: normal;
	display: inline-block;
	outline: none;
	border: none;
	color: #fff
}

.banner-btn:hover {
	background-color: #eb57a7;
	color: #fff
}

.banner-btn.blue {
	background-color: #00d1ff;
	color: #fff
}

.banner-btn.blue:hover {
	background-color: #2ba6cb;
	color: #fff
}

.video-section {
	position: relative;
	max-height: 289px;
	overflow: hidden
}

.video-section .members-vid-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.opn-btn,
.call-btn,
.cross-btn,
.whatsapp-btn,
.top-btn {
	display: inline-block;
	position: fixed;
	right: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #c06;
	transition: all .3s ease-in-out;
	z-index: 100
}

.opn-btn,
.cross-btn {
	text-decoration: none
}

.opn-btn,
.cross-btn:hover {
	text-decoration: none
}

.opn-btn img,
.cross-btn img,
.call-btn img,
.whatsapp-btn img,
.top-btn img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.opn-btn {
	bottom: 0;
	right: 20px;
	width: 50px;
	height: 20px;
	background: #fff;
	border-radius: 0
}

.cross-btn {
	bottom: 190px;
	right: 60px;
	width: 20px;
	height: 20px;
	background: #fff
}

.call-btn {
	bottom: 70px
}

.whatsapp-btn {
	bottom: 130px
}

.top-btn {
	bottom: 10px
}

.opn-btn:hover,
.call-btn:hover,
.top-btn:hover,
.whatsapp-btn:hover {
	transform: scale(1.1);
	background: #00d1ff
}

.loopvid {
	/* max-height: 490px; */
	overflow: hidden;
	/* background: #fff; */
}

@media(max-width:979px) {
	.loopvid {
		/* max-height: 275px; */
		margin-top: 6%;
	}
}

@media(max-width:576px) {
	.loopvid img {
		width: 275px
	}
}

.top-cta-btn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	border-top: 2px solid #FFFFFF;
	padding-top: 10px
}

.top-cta-btn a {
	flex-basis: calc(50% - 10px);
	text-align: center;
	padding: 10px;
	margin: 5px;
	background-color: #3498db;
	color: #fff;
	text-decoration: none;
	border-radius: 5px
}

@media(min-width:769px) {
	.top-cta-btn a {
		flex-basis: calc(25% - 10px)
	}
}

.top-cta-btn a:first-child {
	background: linear-gradient(109.2deg, rgb(254, 3, 104) 9.3%, rgb(103, 3, 255) 89.5%);
	font-weight: bold;
	border: 1px solid #FFFFFF
}

.top-cta-btn a:nth-child(n+2) {
	background: linear-gradient(109.2deg, rgb(254, 3, 104) 9.3%, rgb(103, 3, 255) 89.5%);
	color: #fff;
	font-weight: bold;
	border: 1px solid #FFFFFF
}

.top-cta-btn a:hover {
	background-color: #00d1ff;
	color: #000
}

.top-cta-btn a:first-child:hover {
	background-color: #00d1ff;
	color: #000
}

.top-cta-btn a:nth-child(n+2):hover {
	background-color: #c06;
	color: #fff
}

.main-heading {
	font-weight: 900;
	font-size: 42px;
	text-transform: uppercase
}

.main-heading span {
	display: block;
	font-size: 21px;
	font-weight: 900
}

@media screen and (min-width:1201px) {
	.main-heading {
		font-size: 52px
	}
}

@media screen and (max-width:1200px) {
	.main-heading {
		font-size: 42px
	}

	.main-heading span {
		font-size: 30px
	}
}

@media screen and (max-width:425px) {
	.main-heading {
		font-size: 36px
	}

	.main-heading span {
		font-size: 22px
	}

	/* #galleryList {
		padding: 20px;
	} */

	#callBtn {
		width: 13% !important;
	}

	.row {
		display: block !important;
	}

	.col-md-4,
	.col-md-8 {
		width: 100% !important;
	}

	.inner-main-thumbnail img {
		width: 100px !important;
		height: 100px !important;
	}

	.li .col-md-8 {
		padding-left: 0px;
		padding-bottom: 40px;
	}

	.li .col-md-4 .img-box .img-gallery {
		display: none;
	}

	
	.li .row{
		display: flex!important;
		gap: 0;
	}
	.li .col-md-4, .li .col-md-8 {
		width: 49% !important;
	}
	.li .row .col-md-4 .main-img{
		width: 100% !important;
		height: 250px !important;
	}

}

@media screen and (max-width:370px) {
	.main-heading {
		font-size: 30px
	}

	.main-heading span {
		font-size: 20px
	}
}

p {
	margin: 0 0 25px;
	font-size: 19px
}

h1 {
	margin: 15px 0 15px;
	color: #f5e61b;
}

h2 {
	font-size: 30px;
	color: #f5e61b;
}

h3 {
	font-size: 28px;
	color: #c0da15;
}

h4 {
	font-size: 26px;
	color: rgb(58, 243, 156);
}

h5 {
	font-size: 24px;
	color: #FCC44D
}

h6 {
	font-size: 22px;
	color: #15DAB3
}

p {
	font-size: 18px;
	line-height: 32px;
	font-weight: 500;
	text-align: justify;
}

.pt-5 {
	padding-top: 50px;
}

.pt-10 {
	padding-top: 100px;
}

.loopvid img {
	object-fit: cover;
}

#callBtn {
	position: fixed;
	bottom: 50px;
	left: 20px;
	z-index: 999;
	width: 5%;
	height: auto;

}

#callBtn img {
	aspect-ratio: 0;
}

.top-navigation a {
	background: none !important;
	border: none !important;
	font-size: 15px;
	color: #d9d9d9;
	font-weight: 500;
}
.font-txt{
	display: block;
}