.footer-area {
    padding: 0px 0px 20px;
}

.footer-area .copyright_part_text {
    margin-top: 0px;
}

.centered-text {
	text-align: center;
}

.menu_fixed {
    z-index: 1000 !important;
}

.footer-area .copyright_part_text p, .offer-details {
    font-size: 9px;
}

.learning_part .learning_member_text ol.offer-details li {
    font-size: 12px;
	color: #888888;
}

.display-block {
	display: block;
}

.special_cource .single_special_cource .special_cource_text {
    padding: 10px 35px 40px;
}

.advance_feature .learning_img img {
     padding: 0px 0px 0px 0px;
}

.advance_feature .learning_img {
    text-align: right;
}

.advance_feature {
    padding: 125px 0px 46px;
}

.special_cource {
    padding: 125px 0px 0px;
}

.advance_feature .learning_img {
	top: -10px;
}

.learning_part .learning_img img {
    padding: 0px 40px 150px 50px;
}

.learning_part .learning_member_text ul li span {
	position: relative;
	margin-right: 8px;
	left: 0px;
	top: 2px;
}

.learning_part .learning_member_text ul li {
    border: 1px solid #4cd3e3;
    margin-top: 6px;
    margin-left: 15px;
    padding: 5px 10px;
    border-radius: 5px;
	margin-bottom: 6px;
	font-size: 16px;
}

.form-contact .form-control {
	background-color:#ffffff;
	border: 1px solid #8f9195;
}

.primary-checkbox input + label {
	border: 1px solid #8f9195;
}

.inline-block {
	display: inline-block;
}

.form-contact .form-group {
    margin-bottom: 15px;
}

.primary-checkbox input + label, .primary-checkbox input {
    top: 3px;
}

.switch-wrap p {
	margin-left:7px;
}

.primary-checkbox {
	background: #ffffff;
}

.contact-section {
	background-color: #fff7f5;
}

.contact-section .contact-part {
	padding-top:75px;
	padding-bottom:75px;
}

.feature_part .single_feature_part {
	margin-top:15px;
}

.banner_part .banner_text h1, .btn_1, .member_counter .single_member_counter h4 {
	text-transform:none;
}

.banner_part::after {
	background-size: contain;
	background-repeat: no-repeat;
}

.learning_member_text p{
    font-size: 16px;
}

.feature_part {
    padding-top: 125px;
}

.main_menu .main-menu-item ul li .nav-link {
	margin:0px 24px;
	padding:0px 0px 4px 0px; 
}

.main_menu .main-menu-item ul li .nav-link.active {
	padding:0px 0px 2px 0px; 
}

.nav-link.active {
	border-bottom:2px solid #ff663b;
}

.checkbox_label {
    position: relative;
    width: 605px;
    padding-left: 25px;
    top: -3px;
    color: #888888;
}

.b-contain *, .b-contain *::before, .b-contain *::after {
	box-sizing: content-box !important;
}

.b-contain input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.b-contain span {
	line-height: 1.54;
	font-size: 1rem;
	font-family: inherit;
}

.b-contain {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
}

.b-contain input[type="checkbox"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
	border: 1px solid rgba(143, 145, 149, 1);
	border-radius: 0.125rem;
}

.b-contain input[type="radio"] ~ .b-input {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
	border: 1px solid rgba(143, 145, 149, 1);
	border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
	border-color: rgba(135, 149, 161, 1);
}

.b-contain input:checked ~ .b-input::after {
	display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
	background: rgba(245, 182, 25, 0.05);
}

.b-contain input:focus ~ .b-input {
	box-shadow: 0 0 0 2px rgba(245, 182, 25, 0.05);
}

.b-contain input:checked ~ .b-input {
	background: rgba(240, 75, 44, 1);
	border-color: rgba(240, 75, 44, 1);
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
	background: rgba(135, 149, 161, 1);
}

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
	background: rgba(245, 182, 25, 1);
	border-color: rgba(245, 182, 25, 1);
}

.b-contain .b-input::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.b-contain input + .b-input::before {
	animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
	animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
	visibility: hidden;
}

.b-contain input:focus + .b-input::before {
	visibility: visible;
}

.b-contain:first-child .b-input::before {
	visibility: hidden;
}

.learning_part .learning_img {
	position:relative;
}

@media (max-width: 991px) {
	.accomodation .section_tittle {
		margin-bottom:40px;
	}
	
	h2.contact-title {
		margin-top:40px;
	}
	
	.advance_feature {
		padding: 125px 0px 0px;
	}
}

@media only screen and (max-width: 991px){
	.accomodation {
    padding-top: 50px;
	}
}

@media only screen and (max-width: 576px){
	.single_feature_text  {
    padding-bottom: 40px;
	}
	
	.single_feature_text .btn_1 {	
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	
	.learning_member_text_iner {
		margin-top:35px;
	}
}

@media (max-width: 576px){
	.banner_part:after {
		top:100px;
	}
}

@media (max-width: 325px){
	.banner_part:after {
		display:none;
	}
}

.feature_part .single_feature:hover .single_feature_part {
    border: 1px solid #f0f4f6;
}

.feature_part .single_feature:hover span i {
    color: #0c2e60;
}

.feature_part .single_feature:hover span {
    background-image: none;
}



