*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body{ margin: 0; padding: 0;font-family: "Open Sans", sans-serif;font-weight: 400;font-size: 16px;line-height: 20px;}
h1,h2, h3, h4, h5, h6{ margin: 0; padding: 0;font-size: 35px; font-weight: 600; font-family: "Open Sans", sans-serif;line-height: 42px;}
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:1200px;margin: 0 auto;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
img{display: block;}
/*  */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Open Sans", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Open Sans", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Open Sans", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;font-size: 16px;opacity: 1;font-family: "Open Sans", sans-serif;
}




/*Top Head Block*/
.top-head-block {
	padding: 20px 16px;
}
.top-head-block .flex {
	justify-content: center;
	gap: 51px;
}
.top-head-block .right {
	width: 1158px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 20px;
}
.top-head-block .right .search-outer {
	width: 46%;
	display: flex;
	gap: 10px;
	align-items: center;
}
.top-head-block .right .search-outer span {
	font-weight: 500;
}
.top-head-block .right .search-outer .search-input {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.top-head-block .right .search-outer .search-input img {
	position: absolute;
	left: 10px;
}
.top-head-block .right .search-outer .search-input input {
	width: 100%;
	padding: 11px 11px 11px 30px;
	border: 2px solid #000;
}
.top-head-block .right .navbar {
	display: flex;
	align-items: center;
}
.top-head-block .right .navbar ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.top-head-block .right .navbar ul li a {
	color: #000;
}
.top-head-block .right .navbar ul li a:hover {
	color: #0749ff;
}
.top-head-block .right .cart-outer {
	display: flex;
	align-items: center;
	gap: 12px;
}
.top-head-block .right .cart-outer a.cart {
	border: 2px solid #0749ff;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 8px 10px;
	gap: 5px;
	height: 41px;
}
.top-head-block .right .cart-outer a.cart span {
	color: #000;
}
.top-head-block .right .cart-outer a.login {
	background: #0749ff;
	color: #fff;
	height: 41px;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 10px;
}
.top-head-block .right .cart-outer a.login:hover{
	background: #000;
}
.fa-bars {
	display: none;
}

.top-head-block .right .search-outer .search-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #040404;font-size: 16px;opacity: 0.5;font-family: "Open Sans", sans-serif;
}
.top-head-block .right .search-outer .search-input input::-moz-placeholder { /* Firefox 19+ */
	color: #040404;font-size: 16px;opacity: 0.5;font-family: "Open Sans", sans-serif;
}
.top-head-block .right .search-outer .search-input input:-ms-input-placeholder { /* IE 10+ */
	color: #040404;font-size: 16px;opacity: 0.5;font-family: "Open Sans", sans-serif;
}
.top-head-block .right .search-outer .search-input input:-moz-placeholder { /* Firefox 18- */
	color: #040404;font-size: 16px;opacity: 0.5;font-family: "Open Sans", sans-serif;
}




.banner-block {
	position: relative;
}
.banner-block img {
	width: 100%;
}
.banner-block:before {
	content: "";
	background: linear-gradient(to right, rgb(0, 0, 0, 0.52) 80%, rgba(0,0,0,0));
	top: 0;
	left: 0;
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: 0;
}
.banner-block .flex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
}
.banner-block .flex .content {
	float: left;
}
.banner-block .flex .content h1 {
	color: #fff;
	font-size: 36px;
}
.banner-block .flex .content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}
.banner-block .flex .content ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.banner-block .flex .content ul li img{
	width: auto;
}
.banner-block .flex .content ul li span {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
a.btn {
	height: 43px;
	background: #0749ff;
	display: inline-flex;
	align-items: center;
	padding: 0px 22px;
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
}
a.btn:hover {
	background: #000;
	    color: #fff;
}



.courses-block {
	padding: 50px 0;
	text-align: center;
	background: linear-gradient(to bottom, #fff, #0749ff);
}
.courses-block p {
	color: #464646;
	padding: 0 180px;
}
.courses-block h2 {
	margin-bottom: 20px;
}
.courses-block .flex {
margin-top: 50px;
	gap: 6px;
	justify-content: flex-start;
}
.courses-block .flex .box {
	width: 24.5%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.courses-block .flex .box .content {
	margin-top: 15px;
}
.courses-block .flex .box .content span {
	background: #0749ff;
	color: #fff;
	height: 30px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	border-radius: 5px;
}
.courses-block .flex .box .content h3 {
	font-size: 22px;
	margin-top: 10px;
	line-height: initial;
}
.courses-block .flex .box .content p {
	padding: 0px;
	margin-top: 10px;
	font-size: 14px;
}
.courses-block .flex .box .image {
	border-radius: 10px;
	overflow: hidden;
}
.courses-block .flex .box .image img {

	width: 100%;
	height: 178px;
	object-fit: cover;
	object-position: top;
	
	
}
.courses-block a.btn {
	background: #000;
	margin-top: 20px;
}
.courses-block a.btn:hover {
	opacity: 0.7;
}




.career-block {
	padding: 70px 0;
}
.career-block .left {
	width: 46%;
}
.career-block .right {
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.career-block .left h2 {
	margin-bottom: 30px;
}
h2 span{
	color: #0749ff;
}
.career-block .left p {
	color: #464646;
	margin-bottom: 30px;
}
.career-block .left ul li {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
}
.career-block .left ul li:last-child {
	margin-bottom: 0px;
}

.career-block .left a.btn {
	background: #000;
	margin-top: 30px;
}
.career-block .left a.btn:hover {
	background: #0749ff;
}
.career-block .right .left-image {
	width: 53.4%;
	border-radius: 10px;
	overflow: hidden;
}
.career-block .right .left-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.career-block .right .right-image {
	width: 44%;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.career-block .right .right-image img {
	width: 100%;
}




.agenda-section {
	background: linear-gradient(to bottom, #fff, #0749ff);
	padding: 50px 0;
}
.agenda-section h2 {
	text-align: center;
	margin-bottom: 20px;
}
.agenda-section p {
	color: #464646;
	padding: 0 260px;
	text-align: center;
	margin-bottom: 50px;
}
.tab-buttons {
	display: flex;
	gap: 10px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.tab-buttons button {
	padding: 6px 20px;
	border: none;
	cursor: pointer;
	background: #fff;
	border-radius: 15px;
	color: #333;
	transition: 0.3s;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.tab-buttons button.active {
	background: #0749ff;
	color: #fff;
}
.tab-content {
	display:none;
}

.tab-content.active {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.tab-content .box {
	width: 32%;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.tab-content .box .content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.tab-content .box .hover {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	transition: all 0.5s;
	opacity: 0;
}
.tab-content .box:hover .hover {
	transition: all 0.5s;
	opacity: 1;
}
.tab-content .box .image {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.tab-content .box .image img {
	width: 100%;
	border-radius: 10px;
}
.tab-content .box .content .timing {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 10px;
}
.tab-content .box .content .timing .video {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}
.tab-content .box .content .timing .video span {
	color: #464646;
	font-size: 14px;
	font-weight: 500;
}
.tab-content .box .content .timing .clock {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
}
.tab-content .box .content .timing .clock span {
	color: #464646;
	font-size: 14px;
	font-weight: 500;
}
.tab-content .box .content h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: initial;
}
.tab-content .box .content p {
	font-size: 14px;
	padding: 0px;
	text-align: left;
	margin-bottom: 15px;
	flex: 1;
}
.tab-content .box .content .star {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #a5a4a4;
	padding: 15px 0 5px 0px;
}
.tab-content .box .content .star .image {
	display: flex;
	gap: 5px;
	margin: 0;
}
.tab-content .box .image span {
	font-size: 18px;
}
.tab-content .box .content .star .price span {
	font-size: 23px;
	font-weight: 600;
}




.learning-block {
	margin: 120px 0 66px 0;
}
.learning-block .content {
	background: linear-gradient(to bottom, #f9f9f9, #0749ff);
	padding: 50px;
	position: relative;
	border-radius: 20px;
}
.learning-block .content .left {
	width: 59%;
}
.learning-block .content .left h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 700;
}
.video-thumbnail img {
	width: 100%;
}
.play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
img.play{
	cursor: pointer;
	width: auto;
}
.learning-block .content img.girl {
	position: absolute;
	right: 0;
	bottom: 0px;
}
.video-thumbnail {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 83.1%;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

#loginModal ,.modal{
	background: rgba(0, 0, 0, 0.5);
}
#loginModal .modal-content .modal-body a {
	color: #fff;
}
#loginModal .modal-content .modal-footer ,.modal-footer.border-0.p-4.bg-light.rounded-bottom{
	justify-content: center;
	align-items: center;
}
#loginModal .modal-content .modal-footer p ,.modal-footer.border-0.p-4.bg-light.rounded-bottom p{
	margin: 0;
}
#loginModal .modal-content {
	background: #093dca;
}
.my-account-page .sidebar ul {
	background: none;
}
.my-account-page .sidebar ul {
	background: none;
	box-shadow: none;
}
.my-account-page .sidebar ul li {
	margin: 0;
}

.modal.active {
	display: flex;
}

.modal-video {
	width: 95%;
	height: 95%;
	max-width: 1200px;
	max-height: 80vh;
}

/*.modal-close {*/
/*	position: absolute;*/
/*	top: 20px;*/
/*	right: 20px;*/
/*	color: white;*/
/*	border: none;*/
/*	width: 50px;*/
/*	height: 50px;*/
/*	border-radius: 50%;*/
/*	font-size: 1.5rem;*/
/*	cursor: pointer;*/
/*	z-index: 999;*/
/*}*/




.stage-block {
	margin-bottom: 300px;
	text-align: center;
}
.stage-block h2 {
	margin-bottom: 10px;
}
.stage-block p {
	color: #464646;
}
.stage-block .flex {
	margin-top: 40px;
}
.stage-block .flex .box {
	width: 13.7%;
	border: 2px dashed #0749ff;
	border-radius: 10px;
	padding: 25px 17px;
	position: relative;
	box-shadow: 0px 0px 20px rgba(7,73,255,0.35);
}
.stage-block .flex .box h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: initial;
	margin-bottom: 10px;
	padding: 0 5px;
}
.stage-block .flex .box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #0749ff;
	line-height: initial;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.stage-block .flex .box h5 {
	font-size: 16px;
	color: #131f3e;
	line-height: 18px;
}
.stage-block .flex .box img {
	margin: 0 auto;
	margin-top: 20px;
}
.stage-block .flex .box .button {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
}
.stage-block .flex .box .button a.btn {
	height: 30px;
	padding: 0 11px;
	font-size: 16px;
	margin: 0;
}



.partner-block {
	background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),url("../images/partner-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 250px 0 54px;
	position: relative;
}
.partner-block .flex .left {
	color: #fff;
	text-align: right;
	width: 41%;
}
.partner-block .flex .left a.btn {
	margin-top: 15px;
}
.partner-block .flex .right {
	width: 43.5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 18px;
}
.partner-logo {
	width: 48%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.partner-logo img {
	height: 100px;
	width: auto;
}
.partner-block .flex .left p {
	line-height: 26px;
	margin-top: 10px;
}
.partner-block .flex {
	justify-content: flex-end;
	gap: 80px;
}
.partner-block .flex .video-thumbnail {
	position: absolute;
	width: 855px;
	top: -200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	height: 400px;
}
.partner-block .flex .video-thumbnail .video-poster {
	object-fit: cover;
	border-radius: 20px;
	overflow: hidden;
}






.map-block {
	padding: 50px 0;
	background: linear-gradient(to bottom, #f9f9f9, #0749ff);
}
.map-block .left h2 {
	margin-bottom: 20px;
}
.map-block .left {
	width: 48%;
}
.map-block .right {
	width: 45%;
	border-radius: 10px;
	overflow: hidden;
}
.map-block .right iframe{
	width: 100%;
	height: 460px;
	display: block;
}
.map-block .left .form-outer {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.map-block .left .form-outer .input-outer {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.map-block .left .form-outer .input-outer .input {
	width: 48%;
}
.map-block .left .form-outer .input-outer .input input {
	border: 1px solid #0749ff;
	width: 100%;
	border-radius: 10px;
	padding: 11px;
}
.map-block .left .form-outer .input-outer:nth-child(2) .input{
	width: 100%;
}
.map-block .left .form-outer .input-outer:nth-child(3) .input{
	width: 100%;
}
.map-block .left .form-outer .input-outer .input textarea {
	border: 1px solid #0749ff;
	width: 100%;
	border-radius: 10px;
	padding: 11px;
	height: 134px;
}
.map-block .left .form-outer input[type="button"] {
	height: 43px;
	background: #000;
	display: inline-flex;
	align-items: center;
	padding: 0px 22px;
	color: #fff;
	font-size: 18px;
	border: 0;
	cursor: pointer;
}
.map-block .left .form-outer input[type="button"]:hover {
	opacity: 0.7;
}








.footer-block {
	padding: 50px 0;
	background: #111111;
}
.footer-block .left {
	width: 56%;
}
.footer-block .left p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
	font-weight: 500;
}
.footer-block .left .contact-outer {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.footer-block .left .contact-outer .details-outer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	gap: 30px;
}
.footer-block .left .contact-outer .details-outer .left {
	width: auto;
	display: flex;
	gap: 10px;
	align-items: center;
}
.footer-block .left .contact-outer .details-outer .left .text span {
	display: block;
	color: #0749ff;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.footer-block .left .contact-outer .details-outer .left .text a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.footer-block .left .contact-outer .details-outer .left .text a:hover{
	color: #0749ff;
}
.footer-block .right {
	width: 29%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-block .right .quick-links h2 {
	color: #0749ff;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: initial;
	margin-bottom: 15px;
}
.footer-block .right .quick-links ul li {
	margin-bottom: 10px;
}
.footer-block .right .quick-links ul li:last-child {
	margin-bottom: 0px;
}
.footer-block .right .quick-links ul li a {
	color: #fff;
}
.footer-block .right .quick-links ul li a:hover{
	color: #0749ff;
}
.footer-block .right .quick-links.store {
	width: 100%;
	margin-top: 30px;
}
.images-social {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}
.images-social img:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
.images-social img{
	transition: all 0.5s;
}
.footer-block .right .quick-links.store .images {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.footer-block .right .quick-links.store .images img:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
.footer-block .right .quick-links.store .images img{
	transition: all 0.5s;
}




.last-footer {
	background: #3492f6;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
}
.last-footer p {
	font-size: 14px;
	font-weight: 500;
}









.banner-block.inner:before{
	display: none;
}
.contact-inner {
    padding: 50px 0;
}
.contact-inner .flex {
    position: relative;
    box-shadow: 0px 0px 10px #cdcdcd;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
}
.contact-inner .flex:after {
    content: "";
    position: absolute;
    width: 25%;
    top: 0;
    z-index: -1;
    height: 100%;
    right: 0;
    background: #0749ff;
}
.contact-inner .flex .left {
    width: 50%;
}
.contact-inner .flex .left h2 {
    margin-bottom: 20px;
}
.contact-inner .flex .left .form-outer {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.contact-inner .flex .left .form-outer .input-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.contact-inner .flex .left .form-outer .input-outer .input {
    width: 48%;
}
.contact-inner .flex .left .form-outer .input-outer .input input {
    border: 0;
    border-bottom: 1px solid #0749ff;
    width: 100%;
    border-radius: 0;
    padding: 11px;
}
.contact-inner .flex .left .form-outer .input-outer:nth-child(2) .input {
    width: 100%;
}
.contact-inner .flex .left .form-outer .input-outer:nth-child(3) .input {
    width: 100%;
}
.contact-inner .flex .left .form-outer .input-outer .input textarea {
    border: 0;
    border-bottom: 1px solid #0749ff;
    width: 100%;
    border-radius: 0px;
    padding: 11px;
    height: 134px;
}
.contact-inner .flex .left .form-outer input[type="button"], .contact-inner .flex .left .form-outer input[type="submit"]  {
    height: 43px;
    background: #000;
    display: inline-flex;
    align-items: center;
    padding: 0px 22px;
    color: #fff;
    font-size: 18px;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.contact-inner .flex .left .form-outer input[type="button"]:hover, .contact-inner .flex .left .form-outer input[type="submit"]:hover {
    background: #0749ff;
}

.contact-inner .flex .right {
    position: absolute;
    right: 0;
    padding: 30px 20px;
    background: #242424;
    width: 42%;
}
.contact-inner .flex .right:before {
    content: "";
    width: 40px;
    height: 40px;
    left: -20px;
    position: absolute;
    background: #0749ff;
    top: -20px;
}
.contact-inner .flex .right h4 {
    color: #fff;
    margin-bottom: 20px;
}
.contact-inner .flex .right ul li {
    margin-bottom: 20px;
}
.contact-inner .flex .right ul li:last-child {
    margin-bottom: 0px;
}
.contact-inner .flex .right ul li a {
    display: flex;
    align-items: center;
    color: #fff;
}
.contact-inner .flex .right ul li a:hover{
	color: #0749ff;
}
.contact-inner .flex .right ul li a img {
    margin-right: 15px;
    filter: brightness(0) invert(1);
}
.contact-inner .flex .right .images-social {
    margin-top: 40px;
    justify-content: center;
    gap: 0;
}
.contact-inner .flex .right .images-social a{
	margin-right: 15px;
}
.contact-inner .flex .right .images-social a:last-child{
	margin-right: 0px;
}
.inner-map iframe {
    width: 100%;
    height: 400px;
    display: block;
}
.career-block.inner .right img {
    width: 100%;
    border-radius: 10px;
}
.career-block.inner p {
	margin-bottom: 15px;
}
.career-block.inner a.btn {
	margin-top: 10px;
}
















/*Back To Top*/

#backToTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 100%;
	z-index: 1;
}
#backToTopBtn img{
	height: 50px;
	width: auto;
}
#backToTopBtn.show {
	opacity: 1;
	pointer-events: auto;
}
#backToTopBtn.move-up {
	transform: translateY(-80px);
}






.pricing-section {
  padding: 60px 20px;
}

.pricing-wrapper {
  max-width:100%;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* CARD COMMON */
.pricing-card {

  border-radius: 6px;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.pricing-card ul {
	list-style: none;
	margin: 30px 0;
	width: 100%;
	padding: 0 10px;
}
.pricing-card ul li {
  margin: 12px 0;
  font-size: 14px;
}

/* PRICE BOX */
.price-box {
  background: #fff;
  padding: 20px;
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.price-box h4 {
font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 22px;
}

.price-box h2 {
 
  font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
  
  
}

.price-box h2 span {
	font-size: 18px;
}
.standard .price-box h2 span {
	font-size: 18px;
}


/* BUTTON */
.pricing-card button {
  background: #fff;
  color: #333;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-card button:hover {
  opacity: 0.9;
}

/* COLORS */
.basic {
  background:#0b4f7a;
}

.basic .price-box h4,
.basic .price-box h2 {
  color: #0b4f7a;
}

.standard {
  background: #000;
}

.standard .price-box h4,
.standard .price-box h2 {
  color:#000;
}

.business {
  background: #0b4f7a;
}

.business .price-box h4,
.business .price-box h2 {
  color: #0b4f7a;
}










.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 999;
}






.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: #000;
}












/*Media Query*/

@media(max-width: 1347px){
	.top-head-block .flex {
		justify-content: space-between;
		gap: 0;
	}
	.top-head-block .right {
		width: 88%;
	}
}

@media(max-width: 1338px){
	.top-head-block .right .navbar ul {
		gap: 20px;
	}
}
@media(max-width: 1274px){
	.top-head-block .right .search-outer {
		width: 42%;
	}
}

@media(max-width: 1199px){
    
    .career-block .right {
	align-items: flex-start;
}
     .career-block .right .left-image img {
	height: auto;
}
    
	.container{
		width: 96%;
	}
	.top-head-block .right {
		gap: 10px;
	}
	.top-head-block .right .search-outer {
		width: 34%;
	}
	.partner-block .flex .left {
    width: 46%;
}
	.partner-block .flex .right {
    gap: 17px;
}
.footer-block .left {
    width: 62%;
}
.footer-block .right {
    width: 34%;
}
.contact-inner .flex .right {
	width: 51%;
}
.contact-inner .flex .left {
	width: 46%;
}
}

@media(max-width: 1023px){
    
   
    
    
	.fa-bars {
		display: block;
	}
.top-head-block .right .navbar ul.menu {
    display: none;
    position: absolute;
    background: #0749ff;
    left: 0;
    width: 100%;
    top: 94px;
    z-index: 1;
    padding: 15px;
    text-align: center;
}
.top-head-block .right .navbar ul.menu li {
    margin-bottom: 20px;
}
.top-head-block .right .navbar ul.menu li:last-child {
    margin-bottom: 0px;
}
.top-head-block .right .navbar ul.menu li a {
    color: #fff;
}
.top-head-block .right .navbar ul.menu li a:hover {
    color: #000;
}
.top-head-block .right .search-outer {
    width: 55%;
}
.top-head-block .right .navbar {
    order: 3;
}
.top-head-block .right .search-outer {
    width: 51%;
}
.top-head-block .right {
    width: 80%;
    
}

.top-head-block .right .navbar{
    position:inherit;
}
.courses-block p,.agenda-section p {
    padding: 0px;
}
.partner-block .flex .video-thumbnail {
    width: 90%;
}
.courses-block .flex .box {
    width: 48%;
}
.courses-block .flex .box {
    margin-bottom: 30px;
}
.courses-block a.btn {
    margin-top: 0;
}
.career-block .left {
    width: 100%;
}
.career-block .right {
    width: 100%;
    margin-top: 50px;
}
.tab-buttons button {
    padding: 6px 10px;
}
.tab-content .box {
    width: 48%;
    margin-bottom: 30px;
}
.tab-content.active {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.stage-block .flex .box {
    width: 24%;
    margin-bottom: 40px;
    margin-right: 9px;
}
.stage-block .flex .box:nth-child(4n+4) {
    margin-right: 0px;
}
.stage-block .flex {
    justify-content: flex-start;
}
.partner-block .flex .left,.partner-block .flex .right {
    width: 100%;
    margin-bottom: 20px;
}
.partner-block .flex .right {
    width: 100%;
}
.partner-block .flex {
    gap: 0;
}
.footer-block .left {
    width: 100%;
}
.footer-block .right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 50px;
}
.footer-block .right .quick-links.store {
    width: auto;
    margin-top: 0;
}
.footer-block .right .quick-links {
    margin-right: 40px;
}
.learning-block .content img.girl {
    display: none;
}
.learning-block .content .left {
    width: 100%;
}
.career-block {
    padding: 50px 0;
}
.agenda-section {
    padding: 0 0 20px 0;
}
.learning-block {
    margin: 50px 0;
}
.stage-block {
    margin-bottom: 220px;
}
.career-block.inner p {
	margin-bottom: 20px;
}
.career-block .left a.btn {
	margin-top: 10px;
}
.contact-inner .flex .left .form-outer .input-outer .input {
	width: 100%;
	margin-bottom: 20px;
}
.contact-inner .flex .left .form-outer .input-outer {
	flex-wrap: wrap;
}
.contact-inner .flex .left .form-outer{
	gap: 0px;
}
.pricing-wrapper{flex-wrap:wrap;}
.pricing-card{width:48%;}
}

@media(max-width:767px){
    
.top-head-block .right {
    width: 100%;
    justify-content: space-between;
}
.top-head-block .left {
    margin: 0 auto;
    margin-bottom: 20px;
}
.top-head-block .right .navbar ul.menu {
    top: 164px;
}
.banner-block .flex .content h1 {
    font-size: 26px;
}
.banner-block .flex .content ul li span {
    font-size: 20px;
}
.banner-block .flex .content ul {
    gap: 0;
}
.banner-block .flex .content ul li {
    margin-bottom: 10px;
    gap: 0;
}
.banner-block .flex .content ul li:last-child {
    margin-bottom: 0px;
}
.banner-block .flex .content ul li img {
    margin-right: 10px;
}
.banner-block .flex .content a.btn {
    margin-top: 20px;
}
.learning-block .content .left h2 {
    font-size: 30px;
}
.stage-block .flex .box {
    margin-right: 8px;
}
.map-block .left{
	width: 100%;
	margin-bottom: 30px;
}
.map-block .right{
	width: 100%;
}
.contact-inner .flex .left {
	width: 100%;
}
.contact-inner .flex .right {
	width: 100%;
	position: inherit;
	margin-top: 50px;
}
.contact-inner .flex .left .form-outer .input-outer .input input,.contact-inner .flex .left .form-outer .input-outer .input textarea {
	background: transparent;
}
.contact-inner .flex:after {
	background: #4174ff;
}
}

@media(max-width:639px){
	.top-head-block .right .search-outer {
    width: 100%;
}
.top-head-block .right {
    justify-content: flex-end;
}
.top-head-block .right .navbar ul.menu {
    top: 215px;
}
.banner-block .flex .content ul {
    margin-top: 0px;
}
.banner-block .flex .content a.btn {
    margin-top: 10px;
}
h2 {
    font-size: 22px;
        line-height: initial;
}
.courses-block .flex .box {
    width: 100%;
}
.tab-content .box {
    width: 100%;
}
.tab-content .box .image {
    width: 100%;
}
.tab-content .box .content .star .image img,.tab-content .box .content .star .image {
    width: auto;
}
.learning-block .content {
    padding: 20px;
}
.stage-block .flex .box {
    width: 100%;
    margin-right: 0;
}
.footer-block .left .contact-outer .details-outer {
    flex-wrap: wrap;
}
.footer-block .left .contact-outer .details-outer .left{
	width: 100%;
}
.footer-block .right .quick-links {
    margin-bottom: 20px;
}

.pricing-card{width:100%;}
}

@media(max-width:479px){
.banner-block .flex {
	position: inherit;
	background: #000;
	padding: 10px;
	height: auto;
}









.banner-block .flex .content h1 {
    font-size: 18px;
}
.banner-block .flex .content ul li span {
    font-size: 16px;
}
a.btn {
    font-size: 16px;
}
.partner-logo{
	width: 100%;
}
.map-block .left .form-outer .input-outer .input {
    width: 100%;
    margin-bottom: 20px;
}
.map-block .left .form-outer {
    gap: 0;
}
.map-block .left .form-outer .input-outer{
	flex-wrap: wrap;
}
.footer-block .left .contact-outer .details-outer .left .text a {
    font-size: 14px;
}
.footer-block .left .contact-outer .details-outer .left .text span{
	font-size: 16px;
}
.learning-block .content .left h2 {
    font-size: 20px;
}
img.play {
    width: 20%;
}
#backToTopBtn {
	bottom: 70px;
}
.contact-inner .flex .right ul li a span {
	font-size: 14px;
}
.contact-inner .flex .right {
	padding: 30px 7px;
}
}




  /* Grid System */
    .partner-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 0 auto;
    }

    /* Individual Card Design */
    .partner-box {
        background: #ffffff; /* Solid White for visibility */
        width: 32%; /* Desktop view: 4 items per row */
        height: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* Light Shadow */
        transition: all 0.3s ease-in-out;
        border: 1px solid #e1e1e1;
    }

    .partner-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        border-color: #2e5cb8; /* Highlight border on hover */
    }

    /* Logo Image Styling */
    .partner-box img {
        max-width: 100%;
        max-height: 70px;
        object-fit: contain;
        filter: brightness(1); /* Ensures logo isn't darkened */
    }

    /* Responsive Adjustments */
    @media (max-width: 991px) {
        .partner-box {
            width: calc(33.33% - 20px); /* Tablet view: 3 items per row */
        }
    }

    @media (max-width: 767px) {
        .partner-box {
            width: calc(50% - 20px); /* Mobile view: 2 items per row */
            height: 130px;
        }
    }

    @media (max-width: 480px) {
        .partner-box {
            width: 100%; /* Small mobile: 1 item per row */
        }
    }