.custom-bg-color-grey-1 {
		background-color: #f4f4f4 !important;
}

.custom-font-1 {
		font-family: Georgia, serif !important;
}

/* Slider */
.custom-slider-el-1 {
		max-width: 30%;
		right: 12%;
}

.custom-slider-el-2 {
		max-width: 30%;
		left: 12%;
}

.custom-slider-text-2 {
		font-size: 50px;
		text-transform: none;
		letter-spacing: 0.01em;
}

.custom-slider-text-1 {
		font-size: 100px;
		text-transform: none;
		letter-spacing: 0.01em;
}


.custom-slider-text-1 em {
		display: inline-block;
		font-style: normal;
		color: transparent;
		font-size: 155px;
		position: relative;
		top: 37px;
		margin-right: 4px;
}

@media (max-width: 991px) {
		.custom-slider-text-block {
				zoom: 0.7;
		}
}

@media (max-width: 767px) {
		.custom-slider-text-block {
				zoom: 0.5;
		}
}

/* Header Nav Main */
@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 0.9rem;
		}
}

/* Feature Boxes */
.feature-box-steps .feature-box-step-number {
		width: 60px;
}

.feature-box-steps .feature-box-step-number em {
		font-size: 44px;
		font-style: normal;
		display: block;
		margin-top: 32px;
		margin-right: 10px;
		color: #FFF;
		font-weight: bold;
}

/* Courses */
.custom-card-courses {
		border: 0 !important;
}

.custom-card-courses .custom-card-courses-author {
		position: absolute;
		bottom: -30px;
		right: 20px;
}

.custom-card-courses .custom-card-courses-author img {
		height: 60px;
		width: 60px;
		border-radius: 50% !important;
}

/* Countdown */
.countdown {
		min-height: 88px;
}

/* Custom Elements */
.custom-element {
		position: absolute;
}

.custom-element.custom-element-pos-1 {
		top: 30%;
		left: -35%;
}

.custom-element.custom-element-pos-2 {
		bottom: -15%;
		right: -35%;
}

.custom-element.custom-element-pos-3 {
		top: 30%;
		left: -35%;
}

.custom-element.custom-element-pos-4 {
		top: -20%;
		right: -20%;
}

/* Section Bacgrkound */
@media (max-width: 991px) {
		.custom-section-background-1 {
				padding-bottom: 35% !important;
		}
}

@media (max-width: 991px) {
		.custom-section-background-2 {
				padding-bottom: 35% !important;
		}
}

/* Breadcrumb */
.breadcrumb > li {
		font-size: 0.9em;
		text-transform: none;
}

/* Course Details */
.custom-course-detail .custom-course-detail-avatar {
		max-height: 80px;
		max-width: 80px;
		border-radius: 50% !important;
}

@media (max-width: 767px) {
		.custom-course-detail .border-right {
				border: 0 !important;
		}
}

/* Course Details */
@media (max-width: 767px) {
		.custom-instructor-details .border-right {
				border: 0 !important;
		}
}

/* Custom Accordion Style */
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: #FFF;
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 20px;
}

/* Form */
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: #f7f7f7;
		border-color: #f7f7f7;
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: #CCC;
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

.custom-form-check-input:checked {
    background-color: #4f0093;
    border-color: #4f0093;
}

.text-shadow{
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 1);
}

article.post .post-date {
	float: left;
	margin-right: 10px;
	text-align: center;
}

article.post .post-date .month {
	display: block;
	background: #CCC;
	border-radius: 0 0 2px 2px;
	color: #FFF;
	font-size: 0.8em;
	line-height: 1.8;
	padding: 1px 10px;
	text-transform: uppercase;
}

article.post .post-date .day {
	background: #f7f7f7;
	border-radius: 2px 2px 0 0;
	color: #CCC;
	display: block;
	font-size: 18px;
	font-weight: 900;
	padding: 10px;
}

/* -------- RE-CAPTCHA RESIZE ------- */
.rc-resize {transform:scale(0.85);-webkit-transform:scale(0.85);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-width: 575px){
#rc-resize, .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/*--------------------------------------------------------------
21.0 whatsapp icon
--------------------------------------------------------------*/
.float-whatsapp{
	position:fixed;
	width:50px;
	height:50px;
	bottom:60px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float-whatsapp{
	margin-top:11px;
}