@media only screen and (max-width: 525px) {
	.banner-wrapper .owl-carousel .owl-item img {
		width: 100%;
	}
}

.gallery {
	position: relative;
	padding: 120px 0;
	background-image: url(../images/patter-1-1.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.gallery::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #012237;
	opacity: 0.6;
}

ul li {
	list-style-type: none;
}

.list-style-type li {
	list-style-type: disclosure-closed;
}

.display-none {
	display: none;
}

.danger {
	color: #FF0000;
}

.certificate-verification {
	color: #ffffff;
	padding: 2px 15px;
	border-radius: 15px;
	background-color: #0d7797;
}

.certificate-verification:hover {
	color: #ffffff;
}

.youtube-video {
	width: 100%;
	max-width: 700px;
	height: 100%;
	max-height: 290px;
}

@media only screen and (min-width: 575px) {
	.youtube-video {
		width: 100%;
		max-width: 700px;
		height: 100%;
		min-height: 278px;
	}
}

@media only screen and (min-width: 768px) {
	.youtube-video {
		width: 100%;
		max-width: 700px;
		height: 100%;
		min-height: 391px;
	}
}

@media only screen and (min-width: 991px) {
	.youtube-video {
		width: 100%;
		max-width: 706px;
		height: 100%;
		min-height: 400px;
	}
}

@media only screen and (min-width: 1200px) {
	.youtube-video {
		width: 100%;
		max-width: 700px;
		height: 100%;
		max-height: 380px;
	}
}

/*****  owl carousel   *************/

.course-one__carousel .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35%;
	left: -25px;
	background-color: #0122378a !important;
}

.course-one__carousel .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 35%;
	right: -25px;
	background-color: #0122378a !important;
}

.course-one__carousel .owl-prev span, .course-one__carousel .owl-next span {
	font-size: 40px;
	color: #ffffff;
}
.course-one__carousel .owl-prev:focus, .course-one__carousel .owl-next:focus {
	outline: none;
}


.course-one__schedule .owl-next {
	width: 100px;
	height: 40px;
	position: absolute;
	top: -100px;
	right: 30px;
	background-color: #fff !important;
	box-shadow: 0px 0px 14px -2px #aeaeae;
}

.course-one__schedule .owl-prev {
	width: 100px;
	height: 40px;
	position: absolute;
	top: -100px;
	right: 150px;
	background-color: #fff !important;
	box-shadow: 0px 0px 14px -2px #aeaeae;
}

.course-one__schedule .owl-prev span, .course-one__schedule .owl-next span {
	font-size: 30px;
}
.course-one__schedule .owl-prev:focus, .course-one__schedule .owl-next:focus {
	outline: none;
}

.course-one__schedule .owl-nav [class*="owl-"]:hover {
	color: #012237 !important;
}

@media (max-width: 1199px) {
	.course-one__schedule .owl-next, .course-one__schedule .owl-prev {
		top: -80px;
	}
}

@media (max-width: 991px) {
	.course-one__schedule .owl-next, .course-one__schedule .owl-prev {
		top: 50px;
	}
}

@media (max-width: 767px) {
	.course-one__schedule .owl-next, .course-one__schedule .owl-prev {
		top: 50px;
	}
}

@media (max-width: 575px) {
	.course-one__schedule .owl-next, .course-one__schedule .owl-prev {
		top: 50px;
	}
}

@media (max-width: 510px) {
	.course-one__schedule .owl-next, .course-one__schedule .owl-prev {
		top: 0px;
	}
}

/***************  Key features  ****************/

.key-benefits {
	padding: 140px 0px;
	background-color: #fff;
	box-shadow: 0px 0px 25px -18px #000000;
}

.key-benefits [class*=col-lg-12]:nth-child(1) .key-benefits__icon span {
	background-color: #1888c9;
}
.key-benefits [class*=col-lg-12]:nth-child(1) .key-benefits__icon span:before {
	border-color: #1888c9;
}
.key-benefits [class*=col-lg-12]:nth-child(2) .key-benefits__icon span {
	background-color: #7c4bc0;
}
.key-benefits [class*=col-lg-12]:nth-child(2) .key-benefits__icon span:before {
	border-color: #7c4bc0;
}
.key-benefits [class*=col-lg-12]:nth-child(3) .key-benefits__icon span {
	background-color: #f16101;
}
.key-benefits [class*=col-lg-12]:nth-child(3) .key-benefits__icon span:before {
	border-color: #f16101;
}
.key-benefits [class*=col-lg-12]:nth-child(4) .key-benefits__icon span {
	background-color: #2da397;
}
.key-benefits [class*=col-lg-12]:nth-child(4) .key-benefits__icon span:before {
	border-color: #2da397;
}
.key-benefits [class*=col-lg-12]:nth-child(5) .key-benefits__icon span {
	background-color: #d23f3f;
}
.key-benefits [class*=col-lg-12]:nth-child(5) .key-benefits__icon span:before {
	border-color: #d23f3f;
}
.key-benefits [class*=col-lg-12]:nth-child(6) .key-benefits__icon span {
	background-color: #33a9bb;
}
.key-benefits [class*=col-lg-12]:nth-child(6) .key-benefits__icon span:before {
	border-color: #33a9bb;
}

.key-benefits__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 25px 32px;
}
.key-benefits__single:hover .key-benefits__icon span::before {
	left: 0;
}

.key-benefits__icon {
	margin-right: 30px;
}
.key-benefits__icon span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 40px;
	color: #fff;
	background-color: #f16101;
	font-family: "Satisfy";
	line-height: 40px;
	position: relative;
}
.key-benefits__icon span::before {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #f16101;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.key-benefits__title {
	margin: 0;
	font-size: 20px;
	color: #393939;
	vertical-align: middle;
	display: inline-block;
}

.key-benefits__text {
	font-size: 16px;
	line-height: 34px;
	margin: 0;
	color: #81868a;
	margin-top: -10px;
	margin-bottom: -10px;
}

.course-details__curriculum-list li {
	display: inline-block;
	min-width: 49%;
}

.contact-us-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.registration-form label {
	display: inline;
	margin-bottom: 0px;
	color: #26295b;
}

.registration-form fieldset {
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 15px;
}

.registration-form legend {
	width: auto;
	float: none;
	padding: 0 10px;
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}

.contact-form .form-select {
	width: 100%;
	font-family: 'Nunito', sans-serif;
	background-color: #fff0;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .2rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .375rem 1rem .375rem 0rem;
	/*-moz-padding-start: calc(0.75rem - 3px);*/
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

/************************************************************************************** 
  Professional Level
***************************************************************************************/

.schedule_image_block {
	margin-top: 0px;
}

.schedule_image_block::before {
	content: '';
	width: 197px;
	height: 268px;
	background-image: url(../images/dot-pattern-1-1.png);
	position: absolute;
	bottom: -11%;
	left: 87%;
	z-index: -1;
}

@media (max-width: 1199px) {
	.countdown-one .schedule_image_block {
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.countdown-one .schedule_image_block {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.countdown-one .schedule_image_block {
		margin-top: 0px;
	}
}

@media (max-width: 575px) {
	.countdown-one .schedule_image_block {
		margin-top: 0px;
	}
}

.countdown-one__content {
	padding-top: 0px;
}

.october-2022 li i {
	color: #F45D97;
}

.november-2022 li i {
	color: #F9F95F;
}

.december-2022 li i {
	color: #C3C3EA;
}

.tab-title h2 {
	text-align: center;
	color: #2da397;
}

.tab-title p {
	text-align: justify;
}

.tab-sub-title h3 {
	text-align: center;
	font-size: 20px;
	color: #2da397;
	border-bottom: 1px solid #2b9d92;
	padding: 0 0 5px 0;
	margin: 30px 0 10px 0;
}

.testimonial-img-preview {
	width: 100% !important;
	border: 4px solid #fff;
	margin: 0 auto;
	margin-bottom: 0px;
	border-radius: 30px;
	box-shadow: 0px 0px 10px -3px black;
	margin-bottom: 30px;
}

.btn-modal-close-absolute {
	position: absolute;
	right: -4px;
	top: -10px;
	background: none;
	opacity: 1;
	border-radius: 7px;
	z-index: 1;
}

.btn-modal-close-absolute {
	position: absolute;
	right: -11px;
	top: -10px;
	background: none;
	opacity: 1;
	border-radius: 7px;
	z-index: 1;
	border: 0;
}


.btn-modal-close-absolute .fa {
	font-size: 32px;
	background-color: #ffffff;
	width: 30px;
	border-radius: 50%;
}

.testimonial-modal .modal-content {
	border-radius: 28px;
}

.testimonial-modal video {
	float: left;
	border-radius: 26px;
}

/************************************************************************************** 
  Level -5
***************************************************************************************/

.list-style-icon {
	list-style-type: none;
	margin-left: var(--fa-li-margin,2.5em);
	padding-left: 0;
}

.list-style-icon li {
	position: relative;
	--display: list-item;
	display: var(--display);
}

.list-style-icon li .fa-span {
	left: calc(var(--fa-li-width, 2em)*-1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width,2em);
	line-height: inherit;
}


/**************************************************************************************/
/* Stepper */
label.invalid {
	font-size: 0.8rem;
	font-weight: 500;
	color: red !important;
	top: 50px !important;
}
label.invalid.active {
	-webkit-transform: translateY(0%) !important;
	transform: translateY(0%) !important;
}
ul.stepper {
	counter-reset: section;
}
ul.stepper.horizontal {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 458px;
}
.card-content ul.stepper.horizontal {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.card-content ul.stepper.horizontal:first-child {
	margin-top: -20px;
}
ul.stepper.horizontal::before {
	content: '';
	background-color: transparent;
	width: 100%;
	min-height: 84px;
	box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
	position: absolute;
	left: 0;
}
ul.stepper .wait-feedback {
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
ul.stepper:not(.horizontal) .step {
	position: relative;
}
ul.stepper .step.feedbacking .step-content>*:not(.wait-feedback) {
	opacity: 0.1;
}
ul.stepper.horizontal .step {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 84px;
}
ul.stepper.horizontal .step:last-child {
	width: auto;
}
ul.stepper.horizontal .step:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}
ul.stepper:not(.horizontal) .step:not(:last-child) {
	/*margin-bottom: 10px;*/
	-webkit-transition:margin-bottom 0.4s;
	transition:margin-bottom 0.4s;
}
ul.stepper:not(.horizontal) .step:not(:last-child).active {
	margin-bottom: 10px;
}
ul.stepper .step::before {
	position: absolute;
	counter-increment: section;
	content: counter(section) !important;
	height: 26px;
	width: 26px;
	color: #fff;
	background-color: #b2b2b2;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	font-weight: 400;
	transition: background-color .4s cubic-bezier(.4,0,.2,1);
	font-size: 14px;
	left: 1px;
	top: 13px;
}
.create-profile-block .stepper:not(.horizontal) .step.active::before, ul.stepper:not(.horizontal) .step.done::before, ul.stepper.horizontal .step.active .step-title::before, ul.stepper.horizontal .step.done .step-title::before {
	background-color: #242756;
	background-image: url("../images/registration/icon-check-before.png");
	background-position: center;
	background-repeat: no-repeat;
	content: "";
}
ul.stepper:not(.horizontal) .step.wrong::before, ul.stepper.horizontal .step.wrong .step-title::before {
	content: '\e001';
	font-size: 24px;
	font-family: 'Material Icons';
	background-color: red !important;
}
ul.stepper:not(.horizontal) .step-title {
	/*margin: 0 -20px;*/
	cursor: pointer;
	padding: 8px 44px 8px 60px;
	display: block;
}

.create-profile-block {
	width: 100%;
	padding-left: 70px;
}
.create-profile-block .step-content {
	margin: 0;
}
.create-profile-block .stepper .step .step-content {
	margin-left: 0;
	margin-right: 0;
}
.card .card-content {
	padding: 0;
}
.step-content .caption {
	color: #000 !important;
	padding-bottom: 5px;
}
.step-content .gender-other {
	font-size: 15px;
	padding: 15px 0;
	color: #30475E !important;
}
ul.stepper.horizontal .step-title {
	line-height: 84px;
	height: 84px;
	padding-left: 65px;
	padding-right: 25px;
	display: inline-block;
	max-width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
ul.stepper.horizontal .step .step-title::before {
	position: absolute;
	top: 28.5px;
	left: 19px;
	counter-increment: section;
	content: counter(section);
	height: 28px;
	width: 28px;
	color: white;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	font-weight: 400;
}
ul.stepper .step-title::after {
	content: attr(data-step-label);
	display: none
	;
	position: absolute;
	font-size: 0.8rem;
	color: #424242;
	font-weight: 400;
}
ul.stepper.horizontal .step-title::after {
	top:15px;
}
ul.stepper .step.active .step-title {
	font-weight: 500;
	color: #FF7A5C;
}
ul.stepper .step-content {
	position: relative;
	display: none;
	height: calc(100% - 132px);
	width: inherit;
	overflow: visible;
	margin-left: 77px;
	margin-right: 24px;
}
ul.stepper.horizontal .step-content {
	position: absolute;
	height: calc(100% - 84px);
	top: 84px;
	left: 0;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 20px 20px 76px 20px;
}
.card-content ul.stepper.horizontal .step-content {
	padding-left: 40px;
	padding-right: 40px;
}
ul.stepper:not(.horizontal) > .step:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 20px;
	left: -42px;
	width: 1px;
	height: calc(100% - 15px);
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
}
.create-profile-block .stepper .step::before {
	content: '' !important;
	width: 1rem;
	height: 1rem;
	top: 5px;
	left: -50px;
	font-size: .75rem;
	line-height: 1.1rem;
	background-color: rgba(0,0,0,0.1);
}
ul.stepper:not(.horizontal)>.step.active:not(:last-child)::after {
	height: calc(100% - 5px);
}
ul.stepper .step-actions {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
ul.stepper:not(.horizontal) .step-actions .btn:not(:last-child), ul.stepper:not(.horizontal) .step-actions .btn-flat:not(:last-child), ul.stepper:not(.horizontal) .step-actions .btn-large:not(:last-child) {
	margin-right:5px;
}
ul.stepper.horizontal .step-actions .btn:not(:last-child), ul.stepper.horizontal .step-actions .btn-flat:not(:last-child), ul.stepper.horizontal .step-actions .btn-large:not(:last-child) {
	margin-left:5px;
}
ul.stepper.horizontal .step-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #fff;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.card-content ul.stepper.horizontal .step-actions {
	padding-left: 40px;
	padding-right: 40px;
}
ul.stepper .step-content .row {
	margin-bottom: 7px;
}
/* First step */
.form-inline {
	display: flex;
}
.form-inline .radio {
	padding: 10px !important;
	text-align: center !important;
	width: 90px;
	height: 100px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #F5F5F5;
	margin: 0 5px 0 15px;
}
.form-inline .active {
	border: 1px solid #D55B7D;
}
.controlContainer label {
	padding-left: 0px;
	color: dimgray;
}
.form-inline .radio input {
	width: 20px;
	height: 20px;
	margin: -5px -11px;
	padding: 0;
	cursor: pointer;
}
.form-inline .radio {
	text-align: center !important;
	cursor: pointer;
}
.card {
	border: 0 !important;
	box-shadow: none !important;
}
.card .card-content p {
	text-align: center;
}
.step-title .add-title {
	display: inline-block;
	vertical-align: top;
}
.step-title .add-des {
	max-width: 73%;
	display: inline-block;
}
.pro-sub-btn {
	font-size: 17px !important;
	font-weight: 500 !important;
	text-transform: none;
	padding: 10px 20px !important;
	margin-bottom: 0 !important;
	height: 42px !important;
}
.pro-sub-btn i {
	font-size: 15px;
}
.step-content .btn-primary {
	color: #fff;
	border-color: transparent;
	box-shadow: none;
	max-width: 100%;
	margin: 0 !important;
	font-size: 15px !important;
	text-transform: none;
	background-color: #E8A936;
	padding: 2px 16px !important;
}
.step-content .btn-primary i {
	margin-left: 20px;
	vertical-align: middle;
}
.step-content .btn-primary:hover {
	color: #fff;
	border-color: transparent;
	background-color: #242756;
}
.step-content .btn-secondary:hover {
	color: #30475E !important;
	background-color: transparent;
	border-color: #E9E9E9;
}
.step-content .btn {
	font-size: 14px !important;
}
.step-content .form-group {
	margin-bottom: .25rem;
}
.step-title {
	font-size: 15px;
	font-weight: 400 !important;
	color: #8E98B9;
}
/*new*/
.step-title .block__heading_name {
	color: #242756;
}
.step-title .block__heading_value {
	border-radius: 4px;
	padding: 5px 10px;
	color: #ffa500;
	font-weight: 700;
}
.create-profile-block .stepper .step .step-title:hover {
	background-color: transparent;
}
.create-profile-block .stepper .step .step-title::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	top: 3px;
	left: -52px;
	border: 1px solid transparent;
	border-radius: 100%;
	font-size: .75rem;
	line-height: 1.1rem;
	background-color: transparent;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.create-profile-block .stepper .step.active .step-title::before, .create-profile-block .stepper .step.done .step-title::before {
	border-color: #242756;
}
.create-profile-block select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-position: calc(100% - 8px) center;
	background-repeat: no-repeat;
	background-size: 11px auto;
	padding: 5px;
	padding-right: 25px;
}
.create-profile-block select.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}
.address-wrap .form-control {
	border: none;
	border-bottom: 1px solid #dae1ef;
	border-bottom-color: rgb(218, 225, 239);
	border-radius: 0;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.create-profile-block .stepper .step .step-title {
	padding: 0;
	margin: 0 0 0.5rem;
	line-height: 26px; 
}
.login-content.create-profile {
	max-width: 360px;
	/*width: 100%;*/
	margin: 0 auto;
	padding-bottom: 50px;
}
.create-profile-block .stepper .step .step-form_gender label {
	display: block;
	width: 100%;
	padding: .75rem;
	text-align: center;
	cursor: pointer;
}
.create-profile-block .stepper .step .step-form_gender {
	position: relative;
	width: 90px;
	padding: 0px;
	min-height: 85px;
	border-radius: 5px;
	margin-bottom: 1.5rem;
	background-color: #F5F5F5;
}
.create-profile-block .stepper .step .step-form_gender .label-name {
	display: block;
	width: 100%;
	margin-top: .5rem;
	font-size: 10px;
	color: #000;
}
.create-profile-block .stepper {
	counter-reset: section;
	overflow-y: visible;
	overflow-x: visible;
}
.address-wrap .form-control {
	border-bottom: 1px solid #B6C5DF;
	color: #8E98B9 !important;
	margin-bottom: 20px;
}
.address-wrap label {
	position: absolute;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	top: 0;
	left: 10px;
	margin-top: 0; 
	font-weight: 300;
	color: #8e98b9;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translateY(0.5rem);
	-ms-transform: translateY(0.5rem);
	transform: translateY(0.5rem);
	-webkit-transform-origin: 0% 100%;
	-ms-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
}
.address-wrap .form-group.focus label {
	top: 0;
	-webkit-transform: translateY(-0.85rem);
	-ms-transform: translateY(-0.85rem);
	transform: translateY(-0.85rem);
	color: #d55b7d;
	font-size: .75rem;
}
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: none; 
}
.address-wrap .btn i {
	float: right;
}
.waves-effect.waves-dark.btn.btn-orange.mt-1.next-step {
	padding: 5px 30px !important;
	height: 35px;
	margin-bottom: 0;
	text-transform: none;
}
.form-control::placeholder {
	color: #8E98B9 !important;
	opacity: 1;
}
.row {
	margin-bottom: 0;
}
.card {
	margin-bottom: 0 !important;
}
.section {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
#non-linear ul {
	margin-bottom: 0 !important;
}
.create-profile-block .stepper .step .step-form_gender .form-check-input {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	opacity: 1;
}

.form-check-input:checked {
	background-color: #242756;
	border-color: #fff;
}

.thankyou-message {
	display: none;
	color: #fff;
	background: #18d26e24;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
	padding: 10rem 0;
	border-radius: 5px;
	color: #606060;
	font-size: 33px;
}

.thankyou-message span {
	width: 100%;
	text-align: center;
	display: inline-block;
}

.loader {
	display: none;
	background-color: #fffffff0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
}

.loader .loader-spin {
	position: absolute;
	left: 46%;
	top: 42%;
	text-align: center;
	z-index: 1;
}
.loader .loader-spin:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 10px -9px 0;
	border: 18px solid #242756;
	-webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#242756), to(#fff), color-stop(1, #242756), color-stop(1, #242756)) 21 30 30 21 repeat repeat;
	border-top-color: #eee;
	-webkit-animation: animate-loading 4s linear infinite;
	animation: animate-loading 4s linear infinite;
}
.loader .loader-spin span {
	font-size: 30px;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/

.registration {
	padding-top: 140px;
	padding-bottom: 0px;
}

.registration > .container > .section-header {
	padding-bottom: 0px;
}

.registration-details p {
	font-size: 16px;
	line-height: 20px;
}

.registration-form fieldset {
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 15px;
}

.registration-form legend {
	width: auto;
	float: none;
	padding: 0 10px;
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}

.details-left-block {
	border-right: 1px solid #e8e8e8;
}

/*.contact .registration-form input, .contact .registration-form .form-select {
	padding: 5px !important;
	border-radius: 5px;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 10px;
}*/

.contact .registration-form .form-select:focus {
	outline: none;
	box-shadow: none;
	border-color: #e8a936;
}

.registration-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #e8a936;
}

.registration-form .fee-amount h5 {
	margin-bottom: 0px;
}

.registration-form .fee-amount span {
	font-size: 24px;
	vertical-align: text-top;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.fees_amount_display > input {
	font-size: 23px;
}

.fees_amount_display input {
	width: 100%;
	max-width: 62px;
	text-align: center;
	border: none;
	background: none;
	outline: none;
	color: #242756;
	padding: 0px !important;
	font-size: 34px !important;
}

.contact-form button[type="submit"] {
	background: #E8A936;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
	font-family: 'Nunito', sans-serif;
}

.contact-form button[type="submit"]:hover {
	background: #242756;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about-us__title {
	font-size: 50px;
	color: #022e44;
	font-weight: 700;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 0px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

.about-us__tag-line {
	margin: 0;
	margin-bottom: 0px;
	font-size: 2.19rem;
	font-family: "Poppins";
	color: #022e44;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	margin-bottom: 55px;
	margin-top: 20px;
	padding: 0 0 0 2px;
}

.about-us__image {
	display: inline-block;
	border-radius: 50%;
	position: relative;
}

.about-us__image > img {
	border-radius: 50%;
	position: relative;
	z-index: 10;
	width: 100%;
}

.about-us__image::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20px;
	border: 3px solid #f16101;
	border-radius: 50%;
}

.aboutus__gallery > img {
	border-radius: 50%;
}

.aboutus__gallery::before {
	border-radius: 50%;
	background-color: #183458d9;
}

.aboutus__gallery__popup {
	font-size: 20px;
	color: #fff;
}

.aboutus__gallery__popup:hover {
	color: #ffffff;
}

/************************************************************************
banner responsive
************************************************************************/

@media screen and (min-width:0px) and (max-width:427px) {
	.banner-one__title {
		font-size: 37px;
		letter-spacing: 0.1em;
		line-height: 1em;
	}
	li .fa-caret-down {
		display: none;
	}
}

@media screen and (min-width:0px) and (max-width:500px) {
	.topbar-one .container {
		flex-direction: column;
	}
	.topbar-one__left {
		justify-content: space-between;
		width: 100%;
	}
	.topbar-one__right {
		width: 100%;
	}
	.contact-one .container .contact-one__title {
		font-size: 38px;
	}
	.about-two {
		padding: 50px 0;
	}
	.course-details {
		padding: 50px 0;
	}
	.team-one {
		padding-bottom: 30px;
		padding-top: 70px;
	}
	.course-one {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	.testimonials-one {
		padding: 50px 0;
	}
}

@media screen and (min-width:500px) and (max-width:900px) {
	.about-two {
		padding: 50px 0;
	}
	.course-details {
		padding: 50px 0;
	}
	.team-one {
		padding-bottom: 30px;
		padding-top: 70px;
	}
	.course-one {
		padding-bottom: 30px;
		padding-top: 50px;
	}
	.testimonials-one {
		padding: 50px 0;
	}
}

@media screen and (min-width:427px) and (max-width:576px) {
	.banner-one__title {
		font-size: 48px;
		line-height: 1em;
	}
	li .fa-caret-down {
		display: none;
	}
}

@media screen and (min-width:576px) and (max-width:767px) {
	.banner-one__title {
		font-size: 62px;
		line-height: 1em;
	}
}

@media screen and (min-width:767px) and (max-width:991px) {
	.banner-one__title {
		font-size: 74px;
		line-height: 1em;
	}
}

@media screen and (max-width:991px) {
	.banner-one__slide .container img.banner-one__person {
		display: none;
	}
}

@media screen and (min-width:991px) and (max-width:1200px) {
	.banner-one__title {
		font-size: 100px;
		line-height: 1em;
	}
}

@media only screen and (min-width: 575px) {
	.cta-three__image__mq {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.cta-three__image__mq {
		width: 100%;
	}
}

@media only screen and (min-width: 991px) {
	.cta-three__image__mq {
		width: 100%;
	}
}

@media only screen and (min-width: 1200px) {
	.cta-three__image__mq {
		width: 100%;
	}
}