.container {
	max-width: 1270px !important;
	width: 95% !important;
}

.mtop10 {
	margin-top: 10px;
}

.mtop20 {
	margin-top: 20px;
}

.mtop30 {
	margin-top: 30px;
}

.mtop40 {
	margin-top: 40px;
}

.aboutus {
	background: #fff url(images/aboutbg.webp) no-repeat right top;
	font-family: "Poppins", sans-serif;
	padding: 80px 0px;
	background-size: contain;
}

.aboutus h2 {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 70px;
}

.aboutus p {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-style: normal;
	line-height: 42px;
}

.head2::before {
	background-color: transparent;
	width: 3px;
	height: 100%;
	background-image: linear-gradient(180deg, #8F00FF 0%, #FF005C 100%);
	display: block;
	position: absolute;
	content: "";
}

.head2 {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 44px;
	font-weight: 300;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.head2 span {
	font-weight: 500;
}

.head2W::before {
	background-color: transparent;
	width: 3px;
	height: 100%;
	background-image: linear-gradient(180deg, #8F00FF 0%, #FF005C 100%);
	display: block;
	position: absolute;
	content: "";
}

.head2W {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 44px;
	font-weight: 300;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.head3W::before {
	background-color: transparent;
	width: 100px;
	height: 4px;
	background: linear-gradient(234.07deg, #8F00FF 1.3%, #FF005C 49.62%, #FF9900 98.96%);
	display: block;
	position: absolute;
	content: "";
	margin-left: auto;
	margin-right: auto;
	top: -20px;
	left: 0;
	right: 0;
}

.head3W {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 44px;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.head3W span {
	font-size: 32px;
	font-weight: 300;
}

h3.head3 {
	color: #6000ac;
	font-family: "Poppins", Sans-serif;
	font-size: 44px;
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.servicesSec {
	background: #1A0F19;
	position: relative;
}

.servicesPadding {
	padding: 190px 0px 80px 0px;
}

.servicesSec .paraTxt {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
}

.elementor-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.elementor-shape-top svg {
	height: 100px;
	transform: translateX(-50%) rotateY(180deg);
}

.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	/*transform: translateX(-50%);*/
}

.elementor-shape .elementor-shape-fill {
	fill: #fff;
	transform-origin: center;
	transform: rotateY(0deg);
}

.elementor-shape-bottom {
	bottom: -1px;
}

.elementor-shape-bottom svg {
	height: 100px;
	transform: translateX(-50%) rotateY(180deg);
}

ul.ourServiceList {
	display: flex;
	gap: 20px;
	padding: 0px;
	margin: 50px 0px 20px 0px;
}

.ourServiceList li {
	flex-basis: calc(33% - 10px);
	background-color: #1F1B29;
	padding: 20px 30px 20px 30px;
	border-radius: 15px 15px 15px 15px;
	list-style: none;
}

.ourServiceList li:nth-child(2) {
	background-color: #261F36;
}

.ourServiceList li h3 {
	margin: 15px 90px 30px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
}

.ourServiceList li p {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.ourServiceList li:hover {
	background: linear-gradient(to left, rgba(255, 153, 0, 0.25) 15%, rgba(143, 0, 254, 0.14));
}

a.elementskit-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 1px;
	background: linear-gradient(95.96deg, #9407F3 0.48%, #A924C3 49.01%, #F2871D 99.52%);
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	mask-composite: add, add;
	mask-composite: exclude;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: 102% 102%;
}

.elementskit-btn {
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 30px;
	display: table;
	color: #fff;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	background-color: 00000026;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 35px auto;
}

.elementskit-btn:hover::after {
	content: "";
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 1px;
	background: linear-gradient(to left, rgba(255, 153, 0, 0.25) 15%, rgba(143, 0, 254, 0.14));
	right: 1px;
	bottom: 1px;
	left: 1px;
}

.elementskit-btn:hover {
	color: #fff;
}

.btnBlack {
	color: #000 !important;
	margin: 15px auto;
}

.btnBlack:hover {
	color: #000 !important;
}


.courtAssistant {
	background: #fff;
	position: relative;
	padding: 100px 0px;
}

.courtAssistant .col-md-6 {
	text-align: center;
}

.courtAssistant .paraTxt {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
}

p.paraCA {
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	max-width: 80%;
	margin: 0 auto 20px;
}

ul.list5 {
	padding: 0px;
}

.list5 li {
	width: 100%;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: #000;
	margin-bottom: 8px;
	background: url(images/Vector2.webp) no-repeat 0px 7px;
	padding-left: 25px;
	list-style: none;
}

.list5 li h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	font-family: "Poppins", Sans-serif;
}

.list5 li p {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	font-family: "Poppins", Sans-serif;
}


.bottomSection {
	background: #000;
	padding: 80px 0px;
	position: relative;
}

.about-bottom-content {
	text-align: center;
	max-width: 810px;
	margin: 0 auto;
}

.bottomSection h2 {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 84px;
}

.bottomSection p {
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 34px;
	font-weight: 300;
	font-style: normal;
	line-height: 51px;
}

.footerAddWrap {
	padding-left: 30px;
}

.footerAddWrap h4 {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 600;
}

ul.footerAdd {
	padding: 0px;
}

.footerAdd li {
	width: 100%;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	color: #000;
	margin-bottom: 30px;
	background: url(images/map.webp) no-repeat 0px 3px;
	padding-left: 45px;
	list-style: none;
}

.footerAdd li h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family: "Poppins", Sans-serif;
}

.footerAdd li p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	font-family: "Poppins", Sans-serif;
}

.copyright p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	font-family: "Poppins", Sans-serif;
}

/* ABOUT US PAGE */

.heroAbout {
	background: url(images/about-bg.webp) no-repeat;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 100px 0;
}

.heroAbout h1 {
	font-family: "Poppins", Sans-serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 90px;
	text-align: center;
}

ul.visionList {
	padding: 0px;
}

.visionList li {
	max-width: 550px;
	list-style: none;
	text-align: center;
	margin: 20px auto;
}

.visionList h3 {
	color: #FFFFFF;
	margin: 20px 0px 20px 0px;
	font-family: "Poppins", Sans-serif;
	font-size: 56px;
	font-weight: 500;
}

.visionList p {
	color: #FFFFFF;
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	line-height: 36px;
}

ul.pointsList {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
	padding: 0;
}

.pointsList li {
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 8px;
	list-style: none;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	font-family: "Poppins", Sans-serif;
}

.pointsList li:hover {
	background:
		linear-gradient(#1A0F19, #1A0F19) padding-box,
		linear-gradient(90deg, rgba(151, 215, 0, 1) 0%, rgba(0, 169, 224, 1) 50%, rgba(51, 0, 114, 1) 100%) border-box;
	border: 1px solid transparent;
}

.contactForm {
	background: #fff;
	padding: 100px 0px;
}

.contactForm h1 {
	color: #000;
	font-size: 42px;
	line-height: 52px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0px;
}

ul.contactTop {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	padding: 0px;
}

.contactTop li {}

/*.contactTop li:first-child{border-right:1px solid #ccc; padding-right:40px;}*/
.contactTop h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #000;
	text-align: center
}

.contactTop h3 span {
	display: block;
	font-weight: 300;
}

.addressWrap {
	display: flex;
	margin-top: 50px;
	align-items: center;
	justify-content: center;
}

.addressLeft {
	width: 50%;
	padding: 20px;
}

.addressRight {
	background: #f4f4f4;
	padding: 30px 40px;
	width: 70%;
	max-width: 800px;
	border-radius: 8px;
}

.addressLeft h3 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	color: #000;
}

.addressLeft p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
}

ul.contactBottom {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	padding: 0px;
	margin-top: 20px;
}

.contactBottom li {
	width: 50%;
}

.contactBottom li:first-child {
	border-right: 1px solid #ccc;
	padding-right: 40px;
}

.contactBottom h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
}

.contactBottom h3 span {
	display: block;
	font-weight: 300;
}

.contactBottom p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
}

.addressRight h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.enrollForm label {
	color: #242627;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}

.classFull {
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}

.classSingle {
	margin-bottom: 10px;
}

.enrollForm .classFifty {
	width: 50%;
}

.enrollForm input[type="submit"] {
	background: #111;
	padding: 10px 40px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	border: 0px;
}

.download-buttons {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
	justify-content: center;
	flex-wrap: nowrap;
}

.download-btn {
	transition: transform 0.2s;
	display: inline-block;
	flex-shrink: 0;
}

.download-btn:hover {
	transform: translateY(-2px);
}

.download-btn img {
	object-fit: contain;
}

.app-store img {
	height: 50px;
	width: auto;
}

.google-play img {
	height: 67px;
	width: auto;
}

.microsoft-store img {
	height: 43px;
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.heroAbout {
		min-height: 550px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (max-width: 767px) {
	.navmenu ul {
		max-height: 400px;
	}

	.hero {
		min-height: 500px;
		padding: 130px 0 0px 0;
	}

	.heroAbout {
		min-height: 500px;
	}

	.heroAbout h1 {
		font-size: 36px;
		line-height: 48px;
	}

	.aboutus {
		padding: 40px 0px;
	}

	.aboutus h2 {
		font-size: 26px;
		line-height: 38px;
	}

	.aboutus p {
		font-size: 18px;
		line-height: 28px;
	}

	.about-content img {
		width: 90%;
	}

	.head2W {
		font-size: 26px;
		text-align: left;
		padding-left: 15px;
	}

	.head2W::before {
		left: 0;
	}

	.head2 {
		font-size: 26px;
		text-align: left;
		padding-left: 15px;
	}

	.head2::before {
		left: 0;
	}

	.head3W {
		font-size: 26px;
	}

	.head3W span {
		font-size: 20px;
	}


	.servicesPadding {
		padding: 150px 0px 20px 0px;
	}

	.servicesSec .paraTxt {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}

	ul.ourServiceList {
		flex-wrap: wrap;
	}

	.ourServiceList li {
		flex-basis: calc(100% - 0px);
	}

	.ourServiceList li h3 {
		margin-bottom: 10px;
	}

	.courtAssistant {
		padding: 40px 0px;
	}

	.courtAssistant .paraTxt {
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}

	.bottomSection {
		padding: 40px 0px;
	}

	.bottomSection h2 {
		font-size: 26px;
		line-height: 38px;
	}

	.bottomSection p {
		font-size: 18px;
		line-height: 28px;
	}

	.about-bottom-content img {
		width: 90%;
	}

	.footerAddWrap {
		padding-left: 0;
	}

	.visionList h3 {
		font-size: 26px;
	}

	.visionList p {
		font-size: 18px;
		line-height: 28px;
	}

	/* Contact Form Mobile Styles */
	.contactForm {
		padding: 40px 0px;
	}

	.contactForm h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.addressWrap {
		flex-direction: column;
		margin-top: 30px;
	}

	.addressLeft,
	.addressRight {
		width: 100%;
		padding: 15px;
	}

	.classFull {
		flex-direction: column;
		gap: 10px;
	}

	.enrollForm .classFifty {
		width: 100%;
	}

	.contactTop {
		flex-direction: column;
		gap: 20px;
	}

	.contactBottom {
		flex-direction: column;
		gap: 20px;
	}

	.contactBottom li {
		width: 100%;
	}

	.contactBottom li:first-child {
		border-right: none;
		padding-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}

	.download-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.download-btn img {
		max-width: 200px;
	}
}