@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
	font-family: Averta;
	src: url("../fonts/AvertaDemo-Regular.otf");
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../fonts/BuenosAires-SemiBold.woff2") format("woff2"),
		url("../fonts/BuenosAires-SemiBold.woff") format("woff");
	font-weight: 500;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../fonts/BuenosAires-Bold.woff2") format("woff2"),
		url("../fonts/BuenosAires-SemiBold.woff") format("woff");
	font-weight: 600;
}

@font-face {
	font-family: "Buenos Aires";
	src: url("../fonts/BuenosAires-Regular.woff2") format("woff2"),
		url("../fonts/BuenosAires-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
:root {
	--bg-700: rgb(35, 36, 46);
	--bg-700: 35, 36, 46;
	--bg-600: 102, 75, 255;
	--bg-500: 145, 126, 253;
	--bg-400: 159, 143, 248;
	--bg-300: 201, 193, 247;
	--bg-200: 227, 223, 252;
	--bg-100: 255, 255, 255;
	--text-primary: 32, 32, 32;
	--text-secondary: 250, 250, 250;
	--text-themed: 93, 63, 255;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #fff;
	box-sizing: border-box;
	margin: 0;
	background-color: whitesmoke;
}

main {
	background: url("../images/16952%20%5BConverted%5D.png");
	min-height: 100vh;
	background-size: cover;
}

.logo-left {
	height: 45px;
	padding: 9px;
}

.logo-right {
	height: 80px;
	padding: 9px;
}

/*
section {
    padding: 4% 14%;
}
*/

.q-section {
	padding: 2% 6%;
	background: rgb(22, 111, 193);
	-moz-background: linear-gradient(180deg, rgb(22 92 255) 0%, rgb(19 90 255) 100%);
	-webkit-background: linear-gradient(180deg, rgb(22 92 255) 0%, rgb(19 90 255) 100%);
	background: linear-gradient(180deg, rgb(22 92 255) 0%, rgb(19 90 255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#166fc1", endColorstr="#074daa", GradientType=1);
}

.main-logo {
	width: 190px;
	margin-bottom: 40px;
}

.form-control {
	width: 76%;
}

.form-label {
	font-weight: 500;
	font-size: 1rem;
}

.form-text {
	color: #f6f6f699;
}

.info li,
.form-check-label {
	font-size: 0.9rem;
	padding: 2px 0;
}

.info li span {
	font-size: 1rem;
	padding-right: 10px;
	font-weight: 500;
}

input {
	color: blue;
}

.footer-para {
	font-size: 0.86rem;
	margin-top: 30px;
}

.btn-primary {
	font-size: 0.9rem;
	padding: 9px 19px;
	border-radius: 3px;
	font-weight: 500;
}

.button {
	background-color: #0061ff;
	text-transform: capitalize;
	font-size: 20px;
	padding: 10px 15px;
	border: none;
	color: white;
	border-radius: 10px;
	margin: 1rem 0;
}

.button:hover {
	cursor: pointer;
}

.q-section {
	padding: 2% 6%;
	box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.1);
}

.test-heading {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 1rem;
}

.tab {
	display: none;
	font-size: 25px;
}

.all-options {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 2rem;
	margin-top: 1rem;
	/* border: 2px solid red; */
}

.option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	border: 1px solid #fff;
	padding: 8px 20px;
	color: #145bff;
	background-color: #fff;
	font-size: 14px;
	margin-left: 1rem;
	margin-top: 20px;
	border-radius: 5px;
}

.bottom-area {
	text-align-last: justify;
}

.section-header {
	text-align: center;
	position: relative;
	margin-bottom: 3.6rem;
	max-width: 960px;
}

.section-header.has-bottom-sep {
	padding-bottom: 2.1rem;
	position: relative;
}

.section-header.has-bottom-sep::before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 550px;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-header.has-bottom-sep.light-sep::before {
	background-color: rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1200px) {
	.section-header {
		max-width: 800px;
	}
}

@media only screen and (max-width: 900px) {
	.section-header {
		max-width: 700px;
	}
}

@media only screen and (max-width: 800px) {
	.s-clients {
		padding-bottom: 17.4rem;
	}

	.section-header.has-bottom-sep::before {
		width: 400px;
	}
}

@media only screen and (max-width: 600px) {
	.section-header.has-bottom-sep {
		padding-bottom: 0;
	}

	.section-header.has-bottom-sep::before {
		width: 250px;
	}
}

.slick-slider .slick-slide {
	outline: none;
}

.slick-slider .slick-dots {
	display: block;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 3rem 0 0;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 0;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transition-duration: 0.3s;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	transform: scale(1.1);
}

.slick-slider .slick-dots li {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin: 0;
	padding: 9px;
	cursor: pointer;
}

.slick-slider .slick-dots li button {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #959595;
	border: none;
	line-height: 10px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
}

.slick-slider .slick-dots li button:hover,
.slick-slider .slick-dots li button:focus {
	outline: none;
}

.slick-slider .slick-dots li.slick-active button,
.slick-slider .slick-dots li:hover button {
	background: #39b54a;
}

.nav-container {
	position: sticky;
	top: 0;
	height: 72px;
	background-color: rgb(var(--bg-700));
	z-index: 500;
}

/* .nav-container.scrolled {
	background-color: #fff;
} */

.header-logo {
	z-index: 501;
	filter: brightness(0%);
}

.header-logo a {
	display: block;
	padding: 0;
	outline: 0;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.site-logo {
	width: 140px;
}

.site-logo.small {
	display: none;
	width: 40px;
}

@media screen and (max-width: 768px) {
	.site-logo {
		display: none;
	}
	.site-logo.small {
		display: block;
	}
}

.header-nav {
	background: rgb(var(--bg-700));

	font-size: 0.9rem;
	padding: 3.6rem 1.5rem 3.6rem 1.5rem;
	height: 100%;
	width: 280px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 700;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
}

.header-nav a,
.header-nav a:visited {
	color: rgba(255, 255, 255, 0.5);
}

/*
.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: #fff
}
*/

.header-nav p {
	margin-bottom: 2.7rem;
}

.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
}

.header-nav__list {
	font-size: 0.9rem;
	font-weight: 500;
	padding: 1rem 0;
	display: flex;
	flex-direction: column;
}

.header-nav__list a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border-radius: 6px;
}

.header-nav__list a,
.header-nav__list a:visited {
	color: #000;
	text-decoration: none;
	width: 100%;
}

.header-nav__social {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.2rem;
	color: #fff;
}

.header-nav__social li {
	padding: 1rem;
}

.header-nav__social li a {
	color: #fff;
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
	color: #fff;
}

.header-nav__social li:last-child {
	margin: 0;
}

.header-nav__close {
	display: block;
	color: transparent;
	z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}

.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
}

.profile {
	background-color: #000000ee;
	font-size: 0.85rem;
	font-weight: 700;
	color: #fff;
	padding: 0.7rem 1.3rem;
	border-radius: 5px;
	text-decoration: none;
}
.dgone {
	display: flex;
}
.profile:hover {
	cursor: default;
	color: aliceblue;
}
.header-menu-toggle {
	height: 35px;
	width: 42px;
	line-height: 42px;
	font-size: 1.3rem;
	color: #2c83ed;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.header-menu-toggle span {
	width: 75%;
	height: 4px;
	background-color: #000;
	border-radius: 8px;
}

.header-menu-toggle i {
	font-size: 1.75rem;
	color: steelblue;
	z-index: 1;
}

.header-menu-toggle.opaque {
	background-color: transparent;
}

.header-menu-toggle.opaque .header-menu-text {
	background-color: transparent;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
	color: #fff;
}

.header-menu-text {
	display: block;
	position: absolute;
	top: 0;
	left: -56px;
	width: 70px;
}

/*
.header-menu-icon,.iconff {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header-menu-icon::before {
    top: -9px
}

.header-menu-icon::after {
    bottom: -9px
}
*/

@media only screen and (max-width: 600px) {
	.s-header {
		height: 90px;
	}

	.header-logo {
		left: 30px;
	}

	.header-menu-toggle {
		right: 25px;
	}
}

@media only screen and (max-width: 400px) {
	.header-menu-text {
		display: none;
	}
}

.go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 600;
	display: none;
}

.go-top a,
.go-top a:visited {
	text-decoration: none;
	border: 0;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background: greenyellow;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.go-top a i,
.go-top a:visited i {
	font-size: 1.9rem;
	line-height: inherit;
}

.go-top a:hover,
.go-top a:focus {
	color: #fff;
}

@media only screen and (max-width: 600px) {
	.go-top {
		right: 0;
		bottom: 0;
	}
}

.hero-content {
	padding: 2rem;
}

.hero-content h1 {
	font-size: 3.8rem;
	font-weight: 700;
	color: #000;
	padding-top: 2rem;
}

.hero-content p {
	font-weight: 500;
	color: #2a2a2a;
	padding-top: 1%;
}

.button-wrap {
	width: 85%;
	margin: auto;
}

.hero-button {
	padding: 1rem 1rem 0 1rem;
	box-shadow: 5px 5px 20px rgba(106, 136, 234, 0.25);
	border-radius: 10px;
}

.button-img {
	height: 64px;
	padding: 5px;
}

.pt-64 {
	margin-top: 6rem;
}

.hero-center {
	width: 55%;
	height: 13px;
	margin-bottom: 2%;
	margin-top: -6px;
	background-image: url(../images/center.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.pt-32 {
	padding: 2.2rem 0;
}

.center-title,
.course-title {
	font-size: 2.34rem;
	font-weight: 700;
	margin-top: 4.2%;
	color: #000;
}

.title-para {
	color: #7a8b87;
	width: 65%;
	margin: auto;
	margin-bottom: 1.3rem;
	font-weight: 500;
}

.hero-bottom {
	background: #f9e8ae;
	border-radius: 5px;
	padding: 1.37rem 2rem;
	color: #0f297d;
	margin: auto;
}

.hero-box {
	color: #393939;
	display: flex;
	align-items: center;
	margin: auto;
	border-radius: 6px;
}

.hero-box i {
	color: #fff;
	font-size: 1.25rem;
	background: #0f297d;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.hero-box h4 {
	margin-bottom: -0.5rem;
	font-size: 1.3rem;
	color: #0f297d;
}

.hero-box h4 span {
	font-weight: 600;
}

.two {
	background: #f0f7ff;
	padding: 5% 0;
}

.what {
	padding: 1rem;
	width: 48%;
}

.w-left img {
	width: 100px;
	border-radius: 4px;
}

.w-right {
	/*    padding-left: 1rem;*/
	box-shadow: 5px 5px 20px rgba(106, 136, 234, 0.25);
	padding: 2rem;
	border-radius: 4px;
}

.w-right h4 {
	font-weight: 700;
	color: #0f297d;
}

.w-right p {
	font-size: 0.9rem;
	color: #000;
	margin-bottom: 0;
}

.two-content {
	font-weight: 600;
	color: #393939e0;
	margin-top: 0;
	margin-bottom: 0;

	font-size: 2rem;
	line-height: 2.2rem;
}

.two-features {
	display: flex;
	flex-direction: row;
	color: #393939e0;
	margin-top: 3%;
	font-weight: 500;
	line-height: 1.3rem;
	font-size: 0.9rem;
}

.feat-box {
	display: flex;
	flex-direction: row;
	min-width: 17%;
	margin-left: 10px;
}

.feat-box i {
	color: #fff;
	font-size: 1.25rem;
	background: rgb(45 121 231);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.two-main {
	margin-top: 5%;
}

.two-card {
	margin: auto;
}

.two-title {
	padding: 21% 4% 0.3% 4%;
	font-size: 1.54rem;
	font-weight: 600;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #f54845;
}

.two-title p {
	font-size: 0.77rem;
	font-weight: 400;
	color: dimgrey;
	padding-top: 10px;
}

.two-info {
	display: flex;
	flex-direction: column;
	color: #393939e0;
	padding: 10px;
	font-weight: 500;
	font-size: 0.8rem;
	background: #2c6ede;
}

.two-info span img,
.info-content span img {
	width: 27px;
}

.button-hollow,
.enroll {
	border: 2px solid #000;
	background: #000;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 10px 15px;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	transition: 0.3s linear;
}

.button-hollow:hover,
.enroll:hover {
	background-color: #fff;
	color: #000;
	transition: 0.3s linear;
}

.webdev {
	background: url(https://img.icons8.com/external-yogi-aprelliyanto-detailed-outline-yogi-aprelliyanto/512/2c8cf4/external-web-development-web-design-and-development-yogi-aprelliyanto-detailed-outline-yogi-aprelliyanto.png),
		linear-gradient(140deg, rgba(251, 251, 251, 1) 0%, rgba(247, 247, 247, 1) 100%);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: hard-light;
}

.hrm {
	background: url(https://img.icons8.com/glyph-neue/512/2c8cf4/manager.png),
		linear-gradient(180deg, #2d2db0 -65%, #2c8cf4 110%);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: hard-light;
}

.three-title {
	color: #393939e0;
	font-size: 1.7rem;
	font-weight: 600;
	padding-top: 5%;
}

.three-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 30px;
	grid-template-rows: auto;
	/*    grid-template-columns: auto;*/
}

.pt-32 {
	padding-top: 2rem;
}

.grid-card {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	background-blend-mode: hard-light;
}

.grid-card img {
	height: 130px;
	width: 130px;
	margin: auto;
	margin-top: 20px;

	background: #fff;
	padding: 12px;
	border-radius: 50%;
}

.grid-card p {
	text-align: justify;
	font-size: 0.85rem;
}

.grid-card h6 {
	font-size: 1.25rem;
	font-weight: 600;
	padding-top: 20px;
}

@media screen and (max-width: 800px) {
	.grid-card {
		flex: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 600px) {
	.grid-card {
		flex: 100%;
		max-width: 100%;
	}
}

.job {
	background: #f9e8ae;

	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.job-how {
	padding: 1.5rem;
}

.job-how h3 {
	padding-top: 10%;
	font-size: 2rem;
	font-weight: 700;
	color: #0f297d;
}

.acenter {
	align-self: center;
}

.job-how p {
	color: #000;
	font-size: 0.86rem;
}

.job-img {
	margin: 55% 0;
	transform: translateY(-50%);
}

.timeline {
	position: relative;
	width: 660px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 1em 0;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: " ";
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: rgb(80, 80, 80);
	background: #0f297d;

	z-index: 5;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 300px;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;

	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	background: #cf2c27;
	padding: 6px 10px;
	border-radius: 5px;
	font-weight: 600;
	text-align: left;
	color: #fff;
}

.direction-l .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
	position: absolute;
	top: 50%;
	right: -36px;
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: #2d83ee;
	z-index: 10;
}

.direction-r .flag:before {
	left: -36px;
}

.direction-l .flag:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-left-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

.direction-r .flag:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: solid transparent;
	border-right-color: rgb(248, 248, 248);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: inline;

	line-height: 1em;
	font-size: 0.66666em;
	color: #0f297d;
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	background: rgb(248, 248, 248);
}

.desc {
	margin: 1em 0.75em 0 0;
	color: #0f297d;
	font-size: 0.77777em;

	line-height: 1.5em;
}

.direction-r .desc {
	margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
	.timeline {
		width: 100%;
		padding: 4em 0 1em 0;
	}

	.timeline li {
		padding: 2em 0;
	}

	.direction-l,
	.direction-r {
		float: none;
		width: 100%;

		text-align: center;
	}

	.flag-wrapper {
		text-align: center;
	}

	.flag {
		background: rgb(44 132 238);
		z-index: 15;
	}

	.direction-l .flag:before,
	.direction-r .flag:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: " ";
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -9px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(255, 80, 80);
		z-index: 10;
		transform: translateX(42%);
	}

	.direction-l .flag:after,
	.direction-r .flag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: solid transparent;
		border-bottom-color: rgb(255, 255, 255);
		border-width: 8px;
		pointer-events: none;
	}

	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}

	.direction-l .time-wrapper {
		float: none;
	}

	.direction-r .time-wrapper {
		float: none;
	}

	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		background: rgb(245, 245, 245);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);

		z-index: 15;
	}

	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 1em 1em 0 1em;
		padding: 1em;

		z-index: 15;
	}
}

@media screen and (min-width: 400px) and (max-width: 660px) {
	.direction-l .desc,
	.direction-r .desc {
		margin: 1em 4em 0 4em;
	}
}

.course {
	padding: 5% 0;
	color: #f0f7ff;
}

.review-star {
	color: gold;
	font-size: 1.8rem;
	padding: 0/87rem;
}

footer {
	background-color: #000000cc;
	color: #fff;
	padding: 1% 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

footer a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 0.856rem;
}

.foot-tag {
	font-weight: 500;
}

/*Content Page*/

.cont-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.cont-text {
	padding-top: 20px;
	font-size: 0.9rem;
}

.cont-button {
	padding: 0.5rem 1.5rem;
	border: none;
	border-radius: 3px;
	font-size: 0.89rem;
	font-weight: 500;
}

.bread-crumb {
	font-weight: 600;
	font-size: 0.91rem;
}

.bread-crumb a {
	color: #ffffffc7;
	text-decoration: none;
}

.bread-crumb span {
	margin: 0 4px;
}

.bread-crumb .active {
	color: #fff;
}

.bread-crumb a:hover {
	color: #f6f6f6;
}

.cont-title {
	padding-top: 1.2rem;
	font-weight: 700;
	font-size: 3.6rem;
}

.info-icons {
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}

@media only screen and (max-width: 768px) {
	.i-block {
		margin: auto;
	}
}

.i-block {
	padding: 6px 14px;
	margin-right: 15px;
	background: #f6f6f6;
	color: #2c8cf4;
	border-radius: 3px;
	display: flex;
	flex-direction: row;
	font-size: 0.8rem;
	font-weight: 500;
}

.i-block i {
	color: #2c8cf4;
	font-size: 1rem;
	margin-right: 4px;
}

.fix {
	position: fixed;
	top: 45%;
	transform: translateY(-50%);
	right: 64px;
	overflow-y: auto;
}

.video-wrapper {
	padding: 7px;
	background-color: #fff;
	border-radius: 18px;
	margin: auto;
}

.twi {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 10px 20px;
}

.main-video {
	width: 100%;
	height: 261px;
	border-radius: 18px;
}

.pricing {
	font-size: 1.3rem;
	font-weight: 600;
}

.pricing span {
	text-decoration: line-through;
	font-size: 1rem;
	font-weight: 400;
}

.cont-element {
	display: flex;
	flex-direction: row;
	padding: 14px 0;
	/*
    justify-content: space-evenly;
    
*/
}

.element {
	display: flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
	margin: auto;
}

.element span {
	font-size: 0.9rem;
	font-weight: 600;
}

.element img {
	color: rgb(45 121 231);
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}

.cont-two {
	border-top: 1px solid #f6f6f6;
}

.cont-two h1,
.cont-three h1,
.cont-four h1,
.cont-five h1,
.cont-six h1,
.cont-seven h1 {
	padding-top: 5rem;
	font-size: 1.82rem;
	font-weight: 600;
	padding-bottom: 1rem;
	text-align: center;
}

.marq {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	height: 180px;
}

.accordion-item {
	margin: 5px 0;
	border-radius: 5px;
	padding: 7px 0;
}

.accordion-button {
	font-weight: 600;
	color: steelblue;
}

.accordion-body {
	color: steelblue;
	font-weight: 500;
	text-decoration: none;
	font-size: 0.89rem;
}

.accordion-body table tbody tr td a {
	text-decoration: none;
}

.accordion {
	width: 93%;
	margin: auto;
}

.benefits {
	background: #fff;
	border-radius: 18px;
	padding: 30px;
}

.benefits ul,
.start ul {
	list-style: none;
	padding-left: 0;
}

.benefits h3 {
	color: #1976d2;
	font-size: 0.9rem;
	font-weight: 500;
	padding-top: 30px;
}

.benefits h6 {
	font-size: 0.8rem;
	font-weight: 500;
	color: #1976d2;
	padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
	svg {
		display: none;
	}
}

.why-element {
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 5px 5px;
	/*    margin: auto;*/
	min-width: 47%;
}

.why-element p {
	font-size: 0.87rem;
}

.why-element h5 {
	font-weight: 700;
}

/*
.cont-how{
    margin-top: 3rem;
}
.hori-timeline .events {
    border-top: 3px solid #343535;
}
.hori-timeline .events .event-list {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-right: 0;
    z-index: 100;
    color: #1d2026
}
.hori-timeline .events .event-list:before {
    content: "";
    position: absolute;
    height: 36px;
    border-right: 2px dashed #dee2e6;
    top: 22px;
}
.hori-timeline .events .event-list .event-date {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    width: 75px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 4px 4px;
}
@media (min-width: 1140px) {
    .hori-timeline .events .event-list {
        display: inline-block;
        width: 24%;
        padding-top: 45px;
    }
    .hori-timeline .events .event-list .event-date {
        top: -12px;
    }
}
@media only screen and (max-width: 1140px) {
    .hori-timeline .events .event-list:before {
        border-right: none
    }
}
.btan{
    background-color: #fff;
    color: #1d2026;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.cont-how{
    margin-top: 8rem;
}
.cont-how h1{
    color: steelblue;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    
}*/

.course-head-top {
	font-size: 2rem;
	font-weight: 600;
	color: #343a40;
}

.course-small-head {
	margin-top: 2rem;
	color: dimgrey;
	font-size: 0.8rem;
}

.course-wrap {
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	color: #000;
}

.courses-section {
	background-image: url(../images/index-c-back.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.course-img {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

.course-bottom {
	padding: 20px;
	padding-bottom: 5px;
}

.course-bottom h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

.course-bottom p {
	font-size: 0.86rem;
}

.course-info {
	display: flex;
	flex-direction: column;
}

.view-course {
	margin: 0.78rem 0;
	border: none;
	background-color: #000000cc;
	font-size: 0.9rem;
	font-weight: 600;
	padding: 0.8rem 1.6rem;
	float: right;
	color: #fff;
	margin-bottom: 0;
	border-radius: 9px;
}

.course-info-up,
.course-info-down {
	display: flex;
	flex-direction: row;
}

.content-hero {
	background-color: dodgerblue;
	padding-top: 7rem;
}

.info-content {
	width: 50%;
}

.info-content span {
	font-size: 0.88rem;
	font-weight: 600;
}

.why {
	/*
    box-shadow: inset 0px -50px 50px rgba(193, 204, 237, 0.25), inset 0px 50px 50px rgba(193, 204, 237, 0.25);
    background: #f2fbf7
*/
	background-image: url(../images/why-back.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.title-two {
	color: #0f297d;
}

.title-two h3 {
	font-weight: 600;
	font-size: 2.1rem;
	color: brown;
}

.join-points {
	color: aliceblue;
	background-color: aquamarine;
	padding-left: 0;
	padding-right: 0;
}

.online {
	background: url(../images/online.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: hard-light;
}

.point-wrap {
	height: 100%;
	width: 100%;
	background-color: rgba(45, 82, 202, 0.75);
	padding: 5rem;
	/* 1.5rem; */
	color: #fff;
	font-weight: 600;
}

.join-content h4 {
	font-family: Montserrat;
	font-size: 2.25rem;
	font-weight: 700;
	color: #343a40;
}

.join-content p {
	font-family: Montserrat;
	font-size: 0.9rem;
	font-weight: 500;
	color: #343a40;
}

.work-title {
	color: #343a40;
	font-weight: 700;
	font-size: 2.2rem;
}

.img-cover {
	padding: 0 5.5rem;
}

#exTab1 .nav-pills > li > a {
	border-radius: 0;
}

.tab-a {
	background: linear-gradient(180deg, #000000 0%, #202327 81.02%);
	padding: 1.5rem 2.2rem;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
.active {
}
.tab-pane {
	background: #bee2ff;
	box-shadow: 4px 0px 25px rgba(0, 0, 0, 0.25);
	border-radius: 50px;
	padding: 4.2rem 0;
}

.panel-main p {
	width: 50%;
	margin: auto;
	font-size: 0.9rem;
	color: #343a40;
}

.panel-main h5,
.panel-main h3 {
	color: #343a40;
	font-weight: 600;
}

.panel-main h4 {
	color: #2c56cd;
	text-transform: capitalize;
}

.panel-main-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.pmb-left,
.pmb-right {
	padding: 1rem 2rem;
	color: #343a40;
}

.pmb-left h2,
.pmb-right h2 {
	font-weight: 600;
}

.price {
	background: linear-gradient(180deg, #2d52ca 7.68%, rgba(44, 110, 222, 0.9) 100%);
	border-radius: 50px;
	padding: 3rem;
}

.price-img {
	padding: 2rem;
}
.apply-right {
	padding: 2rem;
}
.apply-hero {
	padding: 5% 8%;
	/*    background-image: url(../images/mem-back.png);*/
	background-color: #23242e;
	/*
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
*/
}
.apply-domain {
	background-color: #000;
	color: #fff;
	font-weight: 500;
	padding: 1rem;
	margin: 1rem;
}

.apply-content p {
	color: #1d1d1f;
	padding-bottom: 23px;
	width: 75%;
	margin: auto;
}
.apply-content h4 {
	color: black;
	font-size: 1.7rem;
	font-weight: 600;
	padding-top: 20px;
}
.apply-content h4 span {
	color: #72671c;
}
.apply-title {
	color: #1d1d1f;
	font-weight: 700;
	font-size: 2.8rem;
}
.mis-para {
	color: #1d1d1f;
	padding-bottom: 23px;
}
.input-wrap {
	padding: 2.3rem;
}

.apply-img {
	width: 100%;
}

.apply-card {
	background: linear-gradient(270deg, #fc8e1e 0%, rgba(252, 142, 30, 0.75) 96.79%);
	border-radius: 12px;
}
.apply-block {
	padding: 2rem;
	background-color: #c7ffed;
}
.apply-block i {
	color: #023535;
	font-size: 3rem;
	padding: 1rem;
}
.apply-block p {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
}
.apply-block h5 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #000;
}
.apply-wrap {
	width: 80%;
	margin: auto;
	padding: 1rem;
}
.apply-bord {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.placement-hero {
	background-image: url(../images/placement-hero.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 90vh;
}

.what-section {
	background-image: url(../images/feat-back.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 3.3rem 0;
}

.footer-i {
	color: #000;
	font-size: 1.25rem;
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 9px;
	text-align: center;
	justify-items: center;
	margin-right: 10px;
}

.footer-de h6 {
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 3px;
}

.footer-de p {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.support-tiles {
	padding: 2rem 1.4rem;
}

.support-tiles span {
	padding: 1rem 1.5rem;
	margin: 5px 0;
	font-size: 1rem;
	font-weight: 600;
	align-items: center;
}

.support-tiles span i {
	color: #0f297d;
	font-size: 2rem;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 9px;
	text-align: center;
	justify-items: center;
	margin-right: 10px;
}

.job-hero {
	padding-top: 7rem;
}

.job-hero-content {
	padding-top: 7rem;
	color: #000;
}

.job-hero-content h1 {
	color: #000;
	font-size: 2.8rem;
	font-weight: 700;
}

.job-hero-content span {
	color: darkgoldenrod;
}

.job_second {
	padding: 0.8rem 1.5rem;
	border-radius: 12px;
	background: #fff;
	width: 70%;
	margin: auto;
	color: black;
}
.job-border {
	border-left: 1px solid #d9e4e0;
	border-right: 1px solid #d9e4e0;
}
.job_second_element img {
	height: 50px;
	margin-right: 9px;
	padding: 3px;
}

.jobs-features h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0;
}
p {
	font-size: 0.86rem;
}
.jobs-features h6 {
	color: #7a8b87;
	font-size: 0.78rem;
	font-weight: 400;
}
.spec {
	background: #e7eef9;
	box-shadow: inset 0px -50px 50px rgba(193, 204, 237, 0.25),
		inset 0px 50px 50px rgba(193, 204, 237, 0.25);
	margin-top: 1.2rem;
	padding: 1rem;
}

.spec-title {
	color: #000;
	font-size: 2.2rem;
	font-weight: 700;
}

.spec-title span {
	color: darkgoldenrod;
}

.p-8 {
	padding: 2rem;
}

.spec-img {
	margin-top: -25%;
}

.spec-info {
	color: #000;
}

.spec-button {
	font-size: 0.9rem;
	padding: 0.8rem 1.6rem;
	font-weight: 500;
	background-color: darkgoldenrod;
}

.help-title {
	color: #000;
	font-weight: 700;
	font-size: 2.2rem;
	padding-bottom: 20px;
}

.help-points h4 {
	font-size: 1.1rem;
	color: #000;
	font-weight: 600;
}

.help-points {
	padding: 1rem;
	margin: 5px;
}

.help-points h6 {
	color: #000;
	font-size: 0.9rem;
}

.subs {
	width: 70%;
	margin: auto;
	background-image: url(../images/Subscription.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 500px;
	padding: 3rem;
}

.subs-title h3 {
	font-weight: 700;
	font-size: 2.5rem;
}

.subs-ul li {
	padding: 0.5rem 0;
	font-size: 1rem;
	font-weight: 500;
}

.button-white {
	font-size: 0.9rem;
	font-weight: 600;
	background-color: #fff;
	color: blue;
	padding: 1rem 2.4rem;
}
@media only screen and (min-width: 1024px) {
	.tab-view {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.gone {
		display: none;
	}

	.wi-100 {
		width: 100%;
	}

	svg {
		display: none;
	}
}

.explore-box {
	border: 1px solid #000000cc;
	border-radius: 8px;
	padding: 0.8rem;
	margin-top: 1rem;
}

.explore-cont h2 {
	font-family: "Buenos Aires";
	font-size: 3rem;
	font-weight: 600;
}

.explore-right {
	width: 100%;
}

/* .explore-right img {
} */

.explore-left h2 {
	font-size: 1.4rem;
	font-weight: 700;
}

.explore-left p {
	font-size: 0.8rem;
}

.explore-hero {
	background-image: url(../images/co-back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: whitesmoke;
}

.explore-main {
	padding: 2rem 0;
}

.explore-two {
	background-color: whitesmoke;
	padding: 2rem 0;
}

.courses-section {
	color: #000;
	padding: 0 4rem;
}

.co-info-line {
	display: flex;
	flex-direction: row;
	margin: auto;
	margin-top: 30px;
	background: #ffffff;
	border: 1px solid rgba(62, 81, 147, 0.25);
	border-radius: 10px;
	padding: 0.5rem;
}

.co-info-line span h3 {
	font-size: 1.42rem;
	font-weight: 600;
}
.co-info-line span p {
	font-size: 0.8rem;
}

.co-info-line i {
	color: #fff;
	font-size: 1rem;
	background: #4d4d4d;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 9px;
	text-align: center;
	justify-items: center;
	margin-right: 10px;
	margin-left: -20px;
}

.co-img {
	width: 40%;
}

.course-row {
	justify-content: space-around;
}

.faq {
	width: 70%;
	margin: auto;
	color: #fff;
}

.acc {
	background: #eff9fc;
	border-radius: 13px;

	cursor: pointer;
}

.question {
	color: #555;
	font-weight: 500;

	margin-left: 20px;
	padding: 10px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid gray;
}

.question:first-child {
	padding-top: 30px;
}

.question i {
	z-index: 1000;
	color: #555;
	cursor: pointer;
}

.question h3 {
	font-weight: 400;
	font-size: 1rem;
}

.question h3 b {
	font-weight: bold;
	font-size: 1.5rem;
	color: #005b6e;
}

.answer {
	max-height: 0;
	overflow: hidden;
	transition: 1.4s ease;
}

.answer p {
	margin: 30px;

	color: #555;
	font-size: 1rem;
	font-weight: 400;
}

.qa.active .answer {
	max-height: 300px;
}

.qa i {
	transition: 0.5s ease;
}

.qa.active i {
	transform: rotateX(180deg);
}
.modal-content {
	background: linear-gradient(to right, #056a67, #004848);
	border-radius: 3px;
	border: none;
}
.modal-title {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	border-bottom: 1px solid #3a3c3f;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}
.gbutton {
	display: inline-flex;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: #242830;
	color: #555 !important;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	justify-content: center;
	padding: 16px 32px;
	height: 48px;
	text-align: center;
	white-space: nowrap;
}
.marg {
	margin-top: -50px;
}
.mod-bod {
	padding: 20px;
}
.mod-bod p {
	margin-top: 10px;
	font-size: 0.81rem;
	font-weight: 200;
}
.mod-bod p a {
	color: #00ffb2;
	text-decoration: none;
}
.mod-icon {
	font-size: 1.5rem;
	color: #fff;
	padding: 10px;
}
.google-btn {
	background-color: #fff;
}
.google-btn span {
	margin-left: 8px;
}
.google-btn:hover {
	color: aliceblue;
}
.google-logo {
	background-color: aliceblue;
	position: relative;
	margin-left: -31px;
	margin-top: -16px;
	height: 48px;
}
#exTab1 {
	width: 80%;
	padding: 1rem;
	margin: auto;
}
.modal-content {
	background: #2b5bb5;
}
.co {
	padding: 0 4rem;
}
@media only screen and (max-width: 480px) {
	.hero-content {
		padding: 0;
	}
	.hero-content h1 {
		font-size: 2.5rem;
	}
	.hero-content p,
	.title-para {
		font-size: 0.78rem;
	}
	.what-section {
		display: none;
	}
	.hero-button {
		margin: 8px 0;
	}
	.center-title {
		font-size: 1.9rem;
	}
	.job_second_element img {
		height: 30px;
	}
	.jobs-features h3 {
		font-size: 1.12rem;
	}
	.jobs-features h6 {
		font-size: 0.98rem;
	}
	.co-img {
		width: 100%;
	}
	.dgone {
		display: none;
	}
	#exTab1 {
		width: 100%;
		padding: 0.12rem;
	}
	.tab-a {
		padding: 9px 7px;
		font-size: 0.68rem;
		margin: 0 3px;
	}
	/*
    .course-bottom{
        padding: 2px;
    }
    .course-bottom h4{
        font-size: 0.8rem
    }
    .course-bottom p{
        display: none
            
    }
    .course-info-up,.course-info-down{
        flex-direction: column
    }
    .info-content span img{
        width: 20px
    }
    .info-content span{
        font-size: 0.7rem;
    }
    .view-course{
        font-size: 0.7rem
    }
*/

	.subs {
		width: 100%;
		margin: auto;
		padding: 1rem;
		background-image: none;
		background-color: #cc9e18;
		border-radius: 8px;
	}

	.subs-title h3 {
		font-weight: 700;
		font-size: 2.5rem;

		color: #001f85;
	}
	.subs-title p {
		color: #000;
	}
	.subs-ul li {
		padding: 0.5rem 0;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
	}
}
@media only screen and (max-width: 1110px) {
	.subs {
		width: 80%;
		margin: auto;
		padding: 1rem;
		background-image: none;
		background-color: #cc9e18;
		border-radius: 8px;
	}

	.subs-title h3 {
		font-weight: 700;
		font-size: 2.5rem;

		color: #001f85;
	}
	.subs-title p {
		color: #000;
	}
	.subs-ul li {
		padding: 0.5rem 0;
		font-size: 1rem;
		font-weight: 500;
		color: #fff;
	}
	.job_second {
		width: 100%;
	}
}
.mem-course-content {
	padding: 0.8rem 1rem;
	align-items: center;
	background-color: #eff4f8;
	border-radius: 12px;
}
.mem-course-img {
	border-radius: 12px;
	margin-bottom: 12px;
}
.mem-course-content h4 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #1d1d1f;
	margin-bottom: 0px;
	padding-top: 20px;
}
.mem-course-content p {
	font-size: 0.8rem;
	margin-bottom: 10px;
	font-weight: 500;
	color: #1d1d1f;
}
.mem-arrow {
	background: rgba(0, 0, 0, 0.8);
	width: 55px;
	height: 40px;
	border-radius: 50%;
	padding: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*
.mem-course{
    max-width: 18%;
    margin: auto
}
*/
.mem-course:hover {
	cursor: pointer;
}
.button-course {
	background-color: #0071e3;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 15px;
	border: none;
	color: #fff;
	border-radius: 5px;
}
.mem-feat {
	color: #1d1d1f;
	background-color: #fff;
}
.mem-cert {
	background-color: #eff4f8;
	padding: 4rem 0;
}

.mr-ele {
	background-color: #eff4f8;
	margin: 20px;
	padding: 10px;
	color: #000;
	border-radius: 12px;
}
.mr-ele p {
	font-size: 0.9rem;
	font-weight: 400;
}
.mr-content {
	align-items: center;
}
.mr-content h5 {
	font-size: 1.2rem;
	font-weight: 500;
}
.mr-content img {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	background: #f6f6fd;
	padding: 5px;
}
.mem-feat h3 {
	font-weight: 700;
	font-size: 4.2rem;
}
.mem-ready {
	padding: 2rem;
	color: #fff;
}
.mfeat-no {
	padding: 1.9rem;
	color: #fff;
}
.mfeat-no h3 {
	font-size: 2.9rem;
	font-weight: 800;
}
.mfeat-no h6 {
	font-weight: 600;
}

@media screen and (max-width: 992px) {
	.mfeat-no h3 {
		font-size: 1.9rem;
		font-weight: 700;
	}
	.mfeat-no h6 {
		font-weight: 500;
	}
}
.mem-feat-para {
	width: 70%;
	margin: auto;
	font-size: 0.98rem;
	font-weight: 500;
	padding-bottom: 40px;
	text-align: center;
}
.mem-feat-ele {
	display: flex;
	align-items: center;
	padding: 1rem;
	margin: 1.1rem;
	border-radius: 0.75rem;
	min-height: 150px;
	background-color: #eff4f8;
}
.mem-feat-ele h2 {
	font-weight: 700;
	font-size: 1.8rem;
}
.mem-ready-left h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
.mem-ready-right {
	margin: auto;
}
.mem-cert-img img {
	padding: 1.7rem;
	filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.25));
}
.cert-head {
	font-size: 2.2rem;
	font-weight: 700;
	margin: auto;
	text-align: center;
}
.shadow-custom {
	filter: drop-shadow(15px 15px 30px rgba(0, 0, 0, 0.25));
}

.gold {
	background-image: url(../images/premium-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mem-timer {
	padding: 10rem 3rem;
	color: #fff;
}
.number h3,
.colon {
	font-size: 6rem;
	font-weight: 800;
}

@media screen and (max-width: 768px) {
	.number h3,
	.colon {
		font-size: 4rem;
		font-weight: 700;
	}
}
.timer-wrap {
	background: #000;
	border-radius: 7px;
	padding: 4% 0;
	box-shadow: 0px 20px 70px 10px rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: space-evenly;
}
.testimonial-area {
	padding: 4rem 0;
}
.client-comment {
	font-size: 0.8rem;
}

.nav-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: #000000bb;
	opacity: 0;
	transition: opacity 400ms;
}

.menu-is-open .nav-backdrop {
	z-index: 499;
	opacity: 1;
}
.mem-expl img{
    padding: 4rem
}

.pay-img{
    padding: 1rem;
    background-color: #1d1d1f
}

@media only screen and (max-width: 420px) {
   
    .why-element{
        min-width: auto;
        padding: 0.5rem
    }
    .mem-timer{
        padding: 3rem 0.7rem;
    }
}
