@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	background: #FFFFFF;
	color: #999;
	background: url("../images/bg.png") #FFFFFF;
	background-size: cover;
}

html {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.overflowSection {
	overflow: hidden;
}


a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}


.btn {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0;
	background: #FFBC58;
	border: none;
	padding: 24px 46px;
}

.btn:hover {
	background: #18212E;
	color: #FFFFFF;
}

.btn-white {
	background: #FFFFFF;
	color: #FFBC58;
}

.btn-white:hover {
	background: #18212E;
	color: #FFFFFF;
}



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
}

.main-title {
	font-weight: 700;
	font-size: 80px;
	line-height: 120px;
	color: #18212E;
	padding: 0 0 12px;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	font-weight: inherit;
}

.section-title {
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #18212E;
	padding: 0 0 50px;
}

.section-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	font-weight: inherit;
}

.orange-color {
	color: #FFBC58;
}

.header {
	padding: 25px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding: 0;
	margin: 0;
}
.header .number {
	display: flex;
}

.header .number .icon {
	margin-right: 20px;
}

.header .number .right span {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	display: block;
	color: #9299A5;
}

.header .number .right a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #041025;
	display: block;
}

.main-banner {
	padding: 208px 0 56px;
}


.main-banner .dots-img {
	position: absolute;
	top: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
}

.banner-detail p {
	color: #9299A5;
	margin: 0 0 48px;
}

.banner-detail .trust img {
	margin-right: 12px;
}

.banner-detail .trust {
	display: flex;
	align-items: center;
	padding: 8px 0 0;
}

.banner-detail .trust p {
	margin: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #18212E;
}

.banner-img .counter {
	padding: 19px 32px;
	background: #FFFFFF;
	box-shadow: 5px 5px 50px rgba(45, 32, 32, 0.05);
	width: 307px;
	margin-left: auto;
	margin-top: -50px;
	position: relative;
	margin-right: -80px;
}

.banner-img {
	position: relative;
	margin-right: -60px;
	text-align: right;
}

.banner-img .counter ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.banner-img .counter ul li {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	text-align: center;
}

.banner-img .counter ul li:after {
	position: absolute;
	top: 10px;
	bottom: 0;
	background: #E2E6EC;
	content: "";
	right: -24px;
	width: 1px;
	height: 26px;
}

.banner-img .counter ul li:last-child::after {
	display: none;
}

.banner-img .counter ul li h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	color: #FFBC58;
}

.banner-img .counter ul li span {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #18212E;
}


.text-block {
	text-align: center;
}

.text-block p {
	color: #18212E;
}

.text-block p a {
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFBC58;
}

.learn-sec {
	padding: 50px 0 0;
}

.learn-sec .text-block p {
	margin: 0 0 30px;
}


.videobox {
	position: relative;
	margin-bottom: 40px;
}


.videobox .image {
	width: 100%;
	height: 560px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}

.videobox .video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.videobox.play .video {
	opacity: 1;
	visibility: visible;
}

.videobox .video-div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.course {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 60px rgba(255, 188, 88, 0.2);
	padding: 32px 90px 45px 35px;
}

.course ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

.course h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #18212E;
	margin: 0 0 5px;
}

.course ul li {
	padding: 0 0 11px;
	margin: 0;
	list-style-type: none;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #444C58;

}

.course ul li img {
	margin-right: 10px;
}

.course ul li:last-child {
	padding: 0;
}

.price-box h2 {
	margin: 0 0 20px;
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #18212E;
}

.course-block {
	position: relative;
	padding: 28px 35px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 5px 5px 60px rgba(24, 33, 46, 0.05);
	margin-bottom: 24px;
}

.course-block .info {
	text-decoration: none;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 31px;
	background: #E2E6EC;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.course-block .label {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #18212E;
	padding: 7px 12px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), #FFBC58;
	display: inline-block;
}

.course-block h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #18212E;
	margin: 8px 0;
}

.course-block p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #18212E;
}

.course-content-main {
	padding: 120px 0 26px;
}

.upcoming-batch {
	padding: 0 0 60px;
}

.batch-block {
	padding: 32px 17px 20px 32px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 5px 5px 60px rgba(24, 33, 46, 0.05);
	margin-bottom: 22px;
}

.batch-block .weekend {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px;
}

.batch-block .weekend .label {
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #444C58;
	padding: 7px 12px;
	background: #FFFFFF;
}

.batch-block .weekend .seat {
	background: #EB5757;
	color: #FFFFFF;
}

.batch-block h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: #18212E;
	margin: 0 0 32px;
}

.batch-block .btn {
	padding: 10px 44px;
}


.batch-block ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.batch-block ul li {
	padding: 0 5px;
	display: block;
	list-style-type: none;
}

.batch-block ul li:first-child {
	padding-left: 0;
}

.batch-block ul li:last-child {
	padding-right: 0;
}

.batch-block ul li a {
	background: #FFFFFF;
	border: 1px solid #F0F2F5;
	border-radius: 20px;
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	color: #9299A5;
	width: 30px;
	height: 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.batch-block ul li a.active,
.batch-block ul li a:hover {
	background: #18212E;
	color: #FFFFFF;
}

.batch-block .price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 52px 0 0;
}

.batch-block .price h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #18212E;
	margin: 0;
}

.requirement {
	padding: 50px 0 65px;
}

.require-box {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 60px rgba(24, 33, 46, 0.05);
	padding: 30px;
}

.require-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
}

.require-box ul li {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #18212E;
	padding: 0 0 36px 28px;
	margin: 0;
	list-style-type: none;
	position: relative;
}

.require-box ul li:after {
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99967 1.33331C11.6797 1.33331 14.6663 4.31998 14.6663 7.99998C14.6663 11.68 11.6797 14.6666 7.99967 14.6666C4.31967 14.6666 1.33301 11.68 1.33301 7.99998C1.33301 4.31998 4.31967 1.33331 7.99967 1.33331ZM7.99967 13.3333C10.951 13.3333 13.333 10.9513 13.333 7.99998C13.333 5.04865 10.951 2.66665 7.99967 2.66665C7.29904 2.66577 6.60512 2.80312 5.95766 3.07083C5.31019 3.33855 4.7219 3.73137 4.22648 4.22679C3.73106 4.72221 3.33824 5.3105 3.07053 5.95796C2.80282 6.60543 2.66546 7.29935 2.66634 7.99998C2.66634 10.9513 5.04834 13.3333 7.99967 13.3333ZM7.99967 12C5.78634 12 3.99967 10.2133 3.99967 7.99998C3.99967 5.78665 5.78634 3.99998 7.99967 3.99998C10.213 3.99998 11.9997 5.78665 11.9997 7.99998C11.9997 10.2133 10.213 12 7.99967 12ZM7.99967 6.66665C7.26634 6.66665 6.66634 7.26665 6.66634 7.99998C6.66634 8.73331 7.26634 9.33331 7.99967 9.33331C8.73301 9.33331 9.33301 8.73331 9.33301 7.99998C9.33301 7.26665 8.73301 6.66665 7.99967 6.66665Z' fill='%23FFBC58'/%3E%3C/svg%3E%0A");
	height: 16px;
	width: 16px;
	top: 7px;
	left: 0;
	content: "";
	position: absolute;
}

.require-box ul li:last-child {
	padding-bottom: 0;
}

.trust-sec {
	background: #18212E url("../images/map-img.png");
	padding: 76px 0 68px;
}

.trust-block {
	text-align: center;
}

.trust-sec [class*=col-] {
	width: 20%;
}

.trust-block h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 54px;
	color: #FFFFFF;
	margin: 0;
}

.trust-sec .section-title {
	padding: 0 0 33px;
}

.trust-block span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
}
.parent-slider .slick-track {
	display: flex;
}
.parent-item {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 3px 40px 70px rgba(0, 0, 0, 0.02);
	border-radius: 15px;
	padding: 32px 38px;
	margin: 0 15px;
	height: auto !important;
}
.parent-item.slick-current {
	background: rgba(255, 255, 255, 0.5);
	background: #FFFFFF;
	
}
.parent-item.slick-active {
}

.parent-item .person {
	display: flex;
	align-items: center;
	padding: 0 0 24px;
}

.parent-item .person img {
	width: 88px;
	height: 88px;
	object-fit: cover;
	margin-right: 24px;
}

.parent-item .person .name h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	color: #18212E;
}

.parent-item .person .name span {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #444C58;
	display: block;
}

.rating-star .rating-group {
	display: inline-flex;
	margin: 0 -5px;
}

.rating-star .rating__icon {
	pointer-events: none;
}

.rating-star .rating__input {
	position: absolute !important;
	left: -9999px !important;
}

.rating-star .rating__input--none {
	display: none;
}

.rating-star .rating__label {
	cursor: pointer;
    padding: 0 5px;
    font-size: 20px;
    display: block;
}

.rating-star .rating__icon--star {
	color: #FFBA00;
}

.rating-star .rating__input:checked~.rating__label .rating__icon--star {
	color:#9299A5;
	opacity: 0.4;
}

.rating-star .rating-group:hover .rating__label .rating__icon--star {
	color: #FFBA00;
}

.rating-star .rating__input:hover~.rating__label .rating__icon--star {
	color:#9299A5;
	opacity: 0.4;
}

.parent-sec {
	padding: 56px 0;
}
.parent-sec .section-title {
	padding: 0;
}

.parent-sec .slick-prev {
	margin-right: 20px;
}

.parent-sec .slick-arrow {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #18212E;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.parent-sec .slick-arrow:hover {
	background: #18212E;
}
.parent-sec .slick-arrow:hover svg path {
	fill: #FFFFFF;;
}

.parent-sec .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 50px;
}

.method-block {
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 60px rgba(24, 33, 46, 0.05);
	padding: 30px 24px 24px 30px;
	height: 100%;
}
.method-block img {
	margin: 0 0 20px;
}

.method-block h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #18212E;
	margin: 0 0 10px;
}
.method-block p {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	color: #444C58;
}

.our-method {
	padding: 50px 0 30px;
}
.our-method .section-title {
	padding: 0 0 30px;
}
.our-method .text-block p {
	font-weight: 400;
	margin: 0 0 50px;
}


.faq-sec .section-title {
	padding: 0 0 20px;
}
.faq-sec .text-block {
	padding: 0 0 50px;
}


.faq-sec .accordion {
	position: relative;
	z-index: 999;
}

.faq-sec .accordion .accordion-button {
	background: transparent;
	text-decoration: none;
	padding: 30px;
	box-shadow: none !important;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #18212E;

}

.faq-sec .accordion .accordion-item {
	/* background-color: #191A26; */
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 5px 60px rgba(24, 33, 46, 0.05);
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	margin-bottom: 20px;
	border: none;
}

.faq-sec .accordion .accordion-item .accordion-body {
	padding: 0 30px 30px;
}

.faq-sec .accordion .accordion-item .accordion-body p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;	
	color: #444C58;
	margin: 0;
}

.faq-sec .accordion .accordion-button::after {
	background: transparent;
	height: auto;
	width: auto;
	color: #E4B92D;
	background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='24' height='24' fill='%23FFBC58'/%3E%3Cpath d='M12.5003 18.3332C9.27858 18.3332 6.66699 15.7216 6.66699 12.4998C6.66699 9.27809 9.27858 6.6665 12.5003 6.6665C15.7221 6.6665 18.3337 9.27809 18.3337 12.4998C18.3337 15.7216 15.7221 18.3332 12.5003 18.3332ZM9.58366 11.9165V13.0832H15.417V11.9165H9.58366Z' fill='white'/%3E%3C/svg%3E%0A");
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: center center;
}

.faq-sec .accordion .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.6' height='19.6' viewBox='0 0 19.6 19.6'%3E%3Cg id='Icon_feather-plus-circle' data-name='Icon feather-plus-circle' transform='translate(29.8 -10.2) rotate(90)'%3E%3Cpath id='Path_2259' data-name='Path 2259' d='M0,0V17.6' transform='translate(20 11.2)' fill='none' stroke='%23ebaf39' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}


.faq-sec .accordion .accordion-button:not(.collapsed) {
	background: transparent;
	/* color:#020202; */
}

/* faq-sec end */

.footer {
	background: #18212E;
	padding: 47px 0 0;
}
.f-block ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.f-block ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
	padding: 0 0 18px 25px;
}

.f-block ul li a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #A9B2C1;
}

.f-block p a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #A9B2C1;
}

.f-block ul li a:hover {
	color: #E4B92D;
}
.f-block p a:hover {
	color: #E4B92D;
}


.f-block ul li:after {
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00016 1.33325C11.6802 1.33325 14.6668 4.31992 14.6668 7.99992C14.6668 11.6799 11.6802 14.6666 8.00016 14.6666C4.32016 14.6666 1.3335 11.6799 1.3335 7.99992C1.3335 4.31992 4.32016 1.33325 8.00016 1.33325ZM8.00016 6.66659C7.26683 6.66659 6.66683 7.26659 6.66683 7.99992C6.66683 8.73325 7.26683 9.33325 8.00016 9.33325C8.7335 9.33325 9.3335 8.73325 9.3335 7.99992C9.3335 7.26659 8.7335 6.66659 8.00016 6.66659Z' fill='%23FFBC58'/%3E%3C/svg%3E%0A");
	height: 16px;
	width: 16px;
	top: 4px;
	left: 0;
	content: "";
	position: absolute;
}

.f-left .logo {
	margin: 0 0 20px;
	display: block;
}

.f-left p {
	color: #FFFFFF;
	margin: 0;
}

.f-title {
	font-weight: 600;
	font-size: 26px;
	line-height: 39px;
	color: #FFFFFF;
	margin: 0 0 20px;
}

.f-block p {
	display: flex;
	align-items: flex-start;
	margin: 0 0 18px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #A9B2C1;

}

.f-block p img {
	margin-right: 5px;
	margin-top: 3px;
}

.copyright {
	padding: 15px;
	background: #FFBC58;
	text-align: center;
	margin-top:20px;
}
.copyright p {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #18212E;
	margin: 0;
}

.price-box-fix {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
    box-shadow: 5px 5px 60px rgb(255 188 88 / 20%);
    padding: 15px 10px;
}
.price-box-fix .btn {
	font-size: 14px;
	line-height: 14px;
	padding: 10px 16px;
}

.price-box-fix h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 10px;
}

.become-master {
	padding: 20px 0 50px;
}
.become-master .section-title {
	color: #FFFFFF;
	padding: 0 0 12px;
	text-align: left;
}

.become-box .dp-img img {
	margin-left: -20px;
	margin-bottom: -20px;
}
.become-box {
	padding: 48px;
	padding-left: 94px;
	padding-right: 65px;
	background: #FFBC58;
}
.become-box .become-left {
	padding-left: 34px;
	position: relative;
}

.become-box .become-left:after {
	position: absolute;
	width: 180px;
	height: 180px;
	left: -41px;
	top: 0;
	background: #FFFFFF;
	opacity: 0.2;
	content: "";
	border-radius: 50%;
}

.become-box .become-left:before {
	position: absolute;
	width: 5px;
	height: 158px;
	left: 0;
	top: 10px;
	background: #FFFFFF;
	content: "";
}

.become-box:after {

}
.become-master p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #FFFFFF;
}

.become-right {
	text-align: right;
}

 /* for desktop */
 .whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 10px;
		font-size: 22px;
	}
}