/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen,.full_screen .carousel-item {
	min-height: 100vh;
}
.banner_content_wrap .carousel-item {
	padding: 100px 0;
}
.banner_content_wrap.banner_py_large  .carousel-item {
	padding: 200px 0;
}
.banner_content h2 {
	font-size: 50px;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.banner_content p {
	color: #333;
	font-size: 18px;
	margin-bottom: 35px;
}
.banner_content.text_white p {
	color: #fff;
}
.banner_section .banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 20px;
	height: 50px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	 opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	height: 45px;
	width: 45px;
}
.carousel_style2 .carousel-control-next:hover, .carousel_style2 .carousel-control-prev:hover {
	background-color: #FFBC09;
	color: #fff;
}
.carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	border-radius: 100%;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.content_overlay_bg {
	padding: 50px;
	position:relative;
}
.content_overlay_bg::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_head2 {
	 font-size: 40px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.carousel-indicators.justify-content-end {
	left: auto;
}
.carousel-indicators.justify-content-start {
	right: auto;
}
.carousel-item img {
	position: relative;
	z-index: -1;
}
.down {
    bottom: 20px;
	font-size: 48px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
	z-index: 9;
}
.down .mouse {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 50px;
    margin: 0 auto;
    border: 2px solid #333;
    border-radius: 24px;
    opacity: .8;
    cursor: pointer;
	vertical-align: middle;
}
.down .mouse span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: 0px 0 0 -4px;
    background: #333;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

@-webkit-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@-moz-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }
@keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 50%;} 60% {opacity: 0; top: 50%;} 100% {opacity: 0; top: 30%;} }

.down_white.down .mouse {
	border-color: #fff;
}
.down_white.down .mouse span {
	background: #fff;
}
/*===================================*
  03.END BANNER SECTION
*===================================*/

/*===================================*
  04. START ICON BOX CSS
*===================================*/
.icon_box {
	padding: 30px;
	z-index: 9;
	margin-top: 30px;
	transition: all 0.5s ease-in-out;
}
.box_icon,
.intro_desc {
	position: relative;
}
.box_icon i {
	font-size: 40px;
}
.icon_box img {
	max-width: 60px;
}
.icon_box_style1.icon_box {
	background-color: #fff;
	padding: 15px;
	border: 2px solid #f6f6f6;
	-moz-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	-webkit-transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	transition: transform .25s cubic-bezier(.68,-0.55,.27,1.55);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
.icon_box_style1 .box_icon {
	float: left;
	margin-right: 20px;
}
.icon_box_style1.icon_box:hover {
	box-shadow: 0 0 14px rgba(0,0,0,0.05);
	-moz-transform: translate3d(0,-10px, 0);
	-webkit-transform: translate3d(0,-10px, 0);
	transform: translate3d(0,-10px, 0);
}
.icon_box_style1.icon_box img {
	max-width: 40px;
}
.icon_box_style1 .intro_desc {
	overflow: hidden;
}
.intro_desc h5 {
	text-transform: capitalize;
}
.intro_desc p:last-child {
	margin: 0;
}
.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
	border-radius: 100%;
	display: inline-block;
	padding: 20px;
	position: relative;
	height: 100px;
	width: 100px;
	text-align: center;
}
.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
    line-height: 60px;
}
.icon_box_style2 .box_icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.icon_box_style2 .box_icon img {
	padding: 5px;
}
.icon_box_style2:hover .box_icon:before {
	margin: 5px;
	opacity: 1;
}
.icon_box_style2:hover {
	margin-top: 20px;
}
.icon_box_style3 .box_icon {
	overflow: hidden;
}
.icon_box_style3:hover .box_icon i {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

/*===================================*
  04. END ICON BOX CSS
*===================================*/

/*===================================*
  12.START 404 SECTION
*===================================*/
.error_txt {
	color: #333;
	font-size: 180px;
	font-weight: bold;
	line-height: 1.2;
}
/*===================================*
  12.END 404 SECTION
*===================================*/

/*===================================*
  13.START GALLERY SECTION
*===================================*/
.grid_filter {
	margin-bottom: 30px;
}
.grid_filter li {
	display: inline-block;
	margin: 0 3px;
}
.grid_filter li a {
	background-color: #eee;
	padding: 5px 25px;
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	border-radius: 4px;
}
.grid_filter li a.current,
.grid_filter li a:hover {
	background-color: #FFBC09;
	color: #fff;
}
.grid_container {
	list-style: none;
}
.gutter_small {
    margin: 0 -7.5px -15px -7.5px;
}
.gutter_small > li {
    padding: 0 7.5px 15px 7.5px;
}
.gutter_medium {
    margin: 0 -15px -30px -15px;
}
.gutter_medium > li {
    padding: 0px 15px 30px 15px;
}
.grid_col3 > li {
	width: 33.33%;
	float: left;
}
.grid_col4 > li {
    width: 25%;
	float: left;
}
.gallery_item {
	overflow: hidden;
	position: relative;
}
.gallery_item img {
	width: 100%;
}
.gallery_content {
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: absolute;
	top: 60px;
	opacity: 0;
	visibility: hidden;
	right: 0;
	left: 0;
	text-align: center;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.gallery_item:hover .gallery_content {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.gallery_item::before {
	background-color: rgba(0,0,0,0.60);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.gallery_item:hover:before {
	opacity: 1;
	visibility: visible;
}

.grid_container .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 9;
}
.grid_container .owl-carousel {
	z-index: inherit;
}
.grid_container .owl-carousel.owl-theme .owl-dots span {
	margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #9a9a9a;
	margin: 5px;
}
.dots_white.owl-theme .owl-dots .owl-dot.active span, .dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}
.dots_white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}
.nav_bottom_right.owl-theme .owl-nav [class*="owl-"] {
	top: auto;
	-moz-transform: translateY(0);
    -webkittransform: translateY(0);
    transform: translateY(0);
}
.nav_bottom_right.owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 50px;
}
.gallery_content .ripple {
	margin: 0;
}
.text_holder {
	margin-top: 25px;
	text-transform: capitalize;
}
/*===================================*
  13.END GALLERY SECTION
*===================================*/

/*===================================*
  14.START ELEMENT DESIGN
*===================================*/
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	color: #000;
	font-size: 18px;
	margin: 0;
	padding: 6px 16px;
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav .owl-prev {
	left: 0;
}
.owl-theme .owl-nav .owl-next {
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #000;
	font-size: 18px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #fff;
	color: #FFBC09;
}
.nav_style1 {
    overflow: hidden;
}
.nav_style1.owl-theme .owl-nav .owl-prev {
	left: -50px;
	opacity: 0;
}
.nav_style1.owl-theme .owl-nav .owl-next {
	right: -50px;
	opacity: 0;
}
.nav_style1.owl-theme:hover .owl-nav .owl-prev {
	left: 0px;
	opacity: 1;
}
.nav_style1.owl-theme:hover .owl-nav .owl-next {
	right: 0px;
	opacity: 1;
}
.video_play {
	position: absolute;
	right: 0;
	display: table;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.bounce_img {
	-webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
	animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
	transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }

@keyframes bounce_img {
from {
	-webkit-transform: translateY(0px);
	transform: translateY(0px); }
to {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px); } }
	
.content_box {
	background-color: #fff;
	margin-top: 30px;
}
.content_desc {
	position: relative;
	padding: 15px;
}
.price {
	float: right;
}
.content_title {
	font-size: 18px;
	margin-bottom: 10px;
}
.event_box .content_meta {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.content_desc p {
	margin-bottom: 10px;
}
.rating_stars i {
	color: #ffc600;
	font-size: 18px;
	line-height: normal;
}
.teacher img {
	border-radius: 100%;
	max-width: 40px;
	margin-right: 10px;
}
.content_footer {
	border-top: 1px solid #ddd;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
	padding: 15px;
	width: 100%;
}
.course_meta {
	display: inline-block;
}
.content_meta li {
	float: left;
	padding-right: 15px;
	font-size: 15px;
}
.content_meta li:last-child {
	padding-right: 0px;
}
.content_meta li i {
	margin-right: 6px;
	font-size: 14px;
}
.price .alert {
	margin: 0;
	padding: 5px 15px;
	display: block;
}
.courses_info .content_meta {
	float: right;
	width: auto;
}
.courses_info,
.content_meta {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.courses_info .rating_stars {
	float: left;
}
.content_meta li a {
	color: #292b2c;
}
.content_meta li a:hover {
	color: #FFBC09;
}
.content_img {
	overflow: hidden;
	position: relative;
}
.content_img a {
	display: block;
}
.content_img img {
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.content_box:hover .content_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content_box.hover_style1 {
    transition: all 0.5s ease;
}
.content_box.hover_style1:hover {
    margin-top: 20px;
}
.content_box.hover_style1:hover .content_img img {
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.course_list .content_img {
	float: left;
	width: 40%;
	margin-left: 15px;
	margin-top: 15px;
}
.course_list .content_desc {
	overflow: hidden;
	max-height: 173px;
	min-height: 173px;
}
.course_list .content_title {
	max-height: 45px;
	overflow: hidden;
}
.course_list .content_desc p {
	height: 48px;
	overflow: hidden;
}
.program_info li {
    float: left;
    padding-right: 15px;
	color: #FFBC09;
}
.program_info li span {
	color: #292b2c;
}
.box_counter i {
	font-size: 50px;
}
.box_counter img {
	max-width: 60px;
	margin-bottom: 15px;
}
.counter_style2 .counter_icon {
    background-color: rgba(255,255,255,0.2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    margin: 0 auto 15px;
    padding: 0px;
    position: relative;
}
.counter_style2 .counter_icon:before {
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 100%;
}
.counter_style2.box_counter img {
    margin: 0;
    padding: 10px;
    max-width: 60px;
}
.counter_text {
	font-size: 30px;
}
.counter_content {
	text-transform: capitalize;
}
.box_counter p {
	margin: 0;
}
.event_title {
	border-bottom: 1px solid #dad1b9;
	padding-bottom: 10px;
	margin: 15px 0;
}
.event_date {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 75px;
	background-color: #fff;
	text-align: center;
	width: 100%;
}
.event_time {
	display: block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.event_date h5 {
	font-size: 14px;
	margin: 0;
	padding: 5px;
}
.event_date h5 span {
	display: block;
	font-size: 24px;
}
.event_date span {
	display: block;
	padding: 5px;
}
.content_desc p:last-child {
	margin: 0;
}
.event_list {
	margin-top: 30px;
}
.event_list .content_box {
	margin-top: 15px;
	display: inline-block;
}
.event_list .content_box:first-child {
	margin-top: 0px;
}
.event_list .event_date {
	position: static;
	float: left;
	margin: 15px 0px 15px 15px;
}
.event_list .event_date h5 {
	border: 1px solid #eee;
}
.event_list .content_desc {
	overflow: hidden;
}
.event_list .content_desc p {
	height: 48px;
	overflow: hidden;
}
.custom_select {
	position: relative;
}
.custom_select::before {
	content: "\e64b";
	font-family: 'themify';
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	font-weight: 900;
	pointer-events: none;
	font-size: 12px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ced4da;
	border-radius: 4px;
	padding: 5px 30px 5px 20px;
	width: 100%;
}
.cl_logo_slider.owl-carousel .owl-item img {
	margin: 0 auto;
	width: auto;
	opacity: 0.7;
	padding:  0 10px;
}
.lr_popup .modal-body {
	padding: 0;
}
.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #908f8f;
	font-weight: 500;
	padding: 0;
	line-height: normal;
	vertical-align: middle;
}
.custome-checkbox .form-check-input {
	display: none;
}
.custome-checkbox .form-check-label::before {
	content: "";
	border-radius: 3px;
	border: 2px solid #FFBC09;
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px 0 0;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
	opacity: 1;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 6px;
	left: 5px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #FFBC09;
	border-bottom: 2px solid #FFBC09;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.lr_popup .close {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 99;
}
.different_login {
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.different_login span {
	background-color: #fff;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
}
.different_login::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #ddd;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.login_footer {
	text-align: left;
}
.login_footer a {
	float: right;
	color: #908f8f;
}
.btn-login li {
	margin: 0px 5px 0;
	display: inline-block;
}
.btn-login li a {
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	display: block;
}
.btn-login li a i {
	margin-right: 10px;
	font-size: 18px;
}
.btn-facebook {
	background: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:hover {
	color: #fff;
	background: #344e86;
	border-color: #344e86;
}
.btn-google {
	background: #d85040;
	border-color: #d85040;
}
.btn-google:hover {
	color: #fff;
	background: #d33d2b;
	border-color: #d33d2b;
}
.form-note {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
.tab-content {
	margin-top: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs li.nav-item {
   margin-right: 20px 
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
    border-bottom-color: #FFBC09;
	color: #FFBC09;
}
.nav-tabs .nav-link:hover {
	border-bottom-color: rgba(0,0,0,0);
}
.nav-tabs li.nav-item a {
	background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
	border-bottom: 3px solid rgba(0,0,0,0);
    text-align: center;
    text-transform: capitalize;
}
.page-title h1 {
	font-size: 36px;
	margin: 0;
	text-transform: capitalize;
	font-weight: bold;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.page-title-light *, .page-title-light .breadcrumb-item, .page-title-light .breadcrumb-item::before {
	color: #fff;
}
.pagination li {
	margin-right: 5px;
}
.pagination .page-item a {
	border: 2px solid #dee2e6;
	border-radius: 4px;
	color: #888888;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
	padding: 0;
}
.pagination .page-item a i {
	font-size: 24px;
	vertical-align: middle;
}
.page-item.active .page-link, .page-item .page-link:hover {
	background-color: #FFBC09;
	border-color: #FFBC09;
	color: #fff;
}
.page-link:focus {
	box-shadow: none;
}
.sidebar ul {
    list-style: none;
}
.search_form {
	position: relative;
}
.search_form .form-control {
	padding: 10px 45px 10px 15px;
	height: 47px;
}
.search_form button {
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 15px;
	font-size: 18px;
	height: 46px;
}
.search_form button:hover {
	color: #FFBC09;
}
.sidebar .widget {
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sidebar .widget:last-child {
	margin: 0;
	padding: 0;
}
.sidebar .widget_title {
	position: relative;
	padding-bottom: 15px;
}
.sidebar .widget_title::before {
	background-color: #FFBC09;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 80px;
	z-index: 1;
}
.sidebar .widget_title::after {
	background-color: #ddd;
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	bottom: 0;
	width: 100%;
	content: "";
	z-index: 0;
}
.widget_categories .categories_num {
	float: right;
}
.widget_categories ul li, 
.widget_archive ul li {
	padding-bottom: 15px;
	line-height: normal;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    padding-bottom: 0px;
}
.widget_categories a::before, 
.widget_archive a::before {
    content: "\f125";
    font-family: "ionicons";
    margin-right: 10px;
    font-size: 12px;
}
.sidebar .widget_countdown {
	padding: 15px;
	margin-bottom: 30px;
}
.widget_countdown .countdown_box .countdown {
	font-size: 26px;
}
.widget_countdown .countdown_box::before {
	font-size: 20px;
	top: 5px;
}
.widget_countdown .countdown_time .cd_text {
	font-size: 12px;
}
.tags a {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 2px;
	margin-bottom: 5px;
}
.tags a:hover {
	background-color: #FFBC09;
	color: #fff;
	border-color: #FFBC09;
}
.countent_detail_meta {
	display: inline-block;
	width: 100%;
}
.countent_detail_meta ul {
	list-style: none;
}
.countent_detail_meta li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dad1b9;
}
.instructor img {
	border-radius: 5px;
	float: left;
	margin-right: 10px;
	max-width: 50px;
	width: 100%;
}
.countent_detail_meta label {
	display: block;
	font-weight: bold;
	color: #333;
	margin: 0;
}
.course_student span {
	color: #333;
}
.instructor_info {
	overflow: hidden;
}
.course_cat a::after {
	content: ",";
	margin: 0 2px;
}
.course_cat a:last-child:after {
	content: normal;
}
.countent_detail_meta li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.course_img {
	position: relative;
}
.course_img .price {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.enroll_btn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.course_detail {
	padding: 20px;
	margin-bottom: 40px;
}
.course_title {
	border-bottom: 1px solid #dad1b9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.course_title h2,
.event_title h2 {
	font-size: 24px;
	margin: 0;
}
.curriculum_sections li {
	border-bottom: 1px solid #eee;
}
.curriculum_sections li:last-child {
	border-bottom: 0;
}
.curriculum_sections li a {
	display: table;
	width: 100%;
}
.curriculum_sections li a::before {
	content: "\f15c";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	display: table-cell;
	width: 20px;
	text-align: center;
	line-height: 50px;
}
.course_item_meta {
	text-align: right;
}
.item_meta.duration {
	background-color: #FFBC09;
	color: #fff;
	padding: 4px 8px;
	border-radius: 3px;
	position: absolute;
	right: 20px;
	font-size: 14px;
	top: 20px;
}
.item_meta.duration::before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	margin-right: 5px;
}
.accordion .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.accordion .card-header a {
	display: block;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	line-height: normal;
}
.accordion .card-header a::after {
	content: "\f126";
	font-family: "Ionicons";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: 20px;
	top: 22px;
}
.accordion .card-header a.collapsed::after {
	content: "\f123";
}
.course_tabs .accordion .card-header a {
	padding: 20px 120px 20px 50px;
}
.tab_box {
	padding:15px;
}
.tab-content p:last-child {
	margin: 0;
}
.comment_content p:last-child,
.card-body p:last-child {
	margin: 0;
}
.course_rate .review_bar {
    width: calc(100% - 120px);
    margin: 0 10px;
    height: 15px;
    background-color: #DDD;
    display: inline-block;
}
.course_rate .review_bar .rating {
    background-color: #FFBC09;
	height: 15px;
}
.course_rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}
.rating_review {
	width: 40%;
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px;
}
.review_number {
	display: block;
	font-size: 70px;
	color: #333;
	font-weight: 500;
	line-height: normal;
}
.rating_box {
	width: 60%;
	padding: 20px;
}
.course_rate {
	margin-bottom: 10px;
}
.course_rate:last-child {
	margin-bottom: 0px;
}
.user_img img {
	max-width: 100px;
	margin-right: 15px;
}
.comment-time {
	font-size: 14px;
	text-transform: capitalize;
	color: #333;
}
.meta_data {
	margin-bottom: 6px;
}
.comment_info {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
.comment_info.reply {
	padding-left: 60px;
}
.countdown_time {
	display: inline-block;
	width: 100%;
}
.countdown_time .countdown_box {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
}
.countdown_time .cd_text {
	display: block;
	color: #333;
}
.countdown_box .countdown {
	color: #333;
	font-size: 40px;
	font-weight: bold;
}
.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text {
    color: #fff;
}
.countdown_box::before {
    content: ":";
    font-size: 40px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: -6px;
}
.countdown_white .countdown_box::before {
	color: #fff;
}
.countdown_box:last-child:before,
.countdown_style1 .countdown_box::before {
	content: normal;
}
.countdown_style1 .countdown_box {
    border-right: 1px solid #fff;
}
.countdown_style1 .countdown_box:last-child {
    border-right: 0;
}
iframe {
	border: 0;
}
.event_map iframe {
	width: 100%;
	height:300px;
}
.event_map {
	margin-bottom: 40px;
}
.social_icons [class*="sc_"] {
	color: #fff !important;
}
.social_icons [class*="sc_"]:hover {
	opacity: 0.8;
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_gplus,
.sc_google {
	background-color:#dd4b39 !important;
	border-color: #dd4b39 !important;
}
.sc_linkedin {
	background-color:#0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_rss {
	background-color:#ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color:#00aff0 !important;
	border-color: #00aff0 !important;
}
.sc_twitter {
	background-color:#00acee !important;
	border-color: #00acee !important;
}
.sc_youtube {
	background-color:#c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color:#86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color:#720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color:#34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color:#3f729b !important;
	border-color: #3f729b !important;
}
.sc_pinterest {
	background-color:#c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color:#EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
    background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
    background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
    background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
    background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
    background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
    background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
    background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
    background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
    background-color: #c41200!important;
}
blockquote {
	padding: 20px 20px 20px 75px;
	background-color: #f6f6f6;
	font-style: italic;
	position: relative;
	border-left: 3px solid #888;
}
blockquote p:last-child {
	margin: 0;
}
blockquote::before {
	content: "\f10d";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight:900;
	font-size: 24px;
	left: 30px;
	top: 17px;
}
.single_post .single_post_content {
	margin-top: 15px;
}
.single_post .blog_text .blog_meta {
	margin: 10px 0;
}
.post_navigation i {
	font-size: 32px;
	line-height: normal;
}
.post_navigation span {
	display: block;
	font-weight: bold;
	text-transform: capitalize;
}
.single_post .post_navigation {
	margin: 30px 0;
}
.single_post .related_post {
	margin: 40px 0;
}
.single_post .comment_list {
	margin-bottom: 40px;
}
.comment-title h5 {
	margin: 0;
}
.rating > span.selected{
	color: #ffc300;
}
.rating > span {
	cursor: pointer;
	display: inline-block;
}
.rating span i {
	font-size: 30px;
}
.rating > span.selected i::before {
	content: "\f2fc";
}
.share {
	margin: 5px 0;
}
.share h5 {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
.list_item li {
	display: inline-block;
	padding-right: 30px;
}
.list_item li:last-child {
	padding-right: 0;
}
.overlap_section {
	margin-right: -50px;
	position: relative;
	z-index: 2;
	border-radius: 0 200px 200px 0;
}
.register_form {
	background-color: rgba(255,255,255,0.1);
}
.apply_form {
    margin-bottom: -30px;
}
.fancy_box {
	position: relative;
}
.fancy_box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0px;
	border: 3px solid #FFBC09;
	width: 50%;
	z-index: -1;
}
.fancy_box::after {
	content: "";
	position: absolute;
	left: 0;
	border-right: 3px solid #fff;
	top: 50%;
	bottom: 0;
	width: 50%;
	height: 80%;
	transform: translateY(-50%);
	z-index: -1;
}
.fancy_img {
    padding-right: 30px;
    margin-bottom: 30px;
}
.fancy_img::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: -30px;
    right: 0;
    background-color: #f7f7f7;
    z-index: -1;
}
.cta_section p:last-child {
	margin-bottom: 0;
}
.list_style_1 li {
    list-style: none;
    margin-top: 15px;
    position: relative;
    padding-left: 25px;
	padding-right: 15px;
}
.list_style_1 li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    left: 0;
    position: absolute;
    top: 0px;
    font-size: 16px;
	font-weight: 900;
}
.list_style_1 li:first-child {
	margin-top: 0;
}
.offer_info {
	margin-top: -30px;
}
.owl-carousel .event_box.box_shadow1 {
    margin: 0 10px;
}
/*===================================*
  14.END ELEMENT DESIGN
*===================================*/

/*===================================*
  15.START PARALLAX SHAPE DESIGN
*===================================*/
[class*="ol_shape"] {
	position: absolute;
}
.ol_shape1 {
    top: 50px;
    left: 20px;
	max-width: 91px;
}
.ol_shape2 {
    bottom: 70px;
    right: 90px;
    max-width: 92px;
}
.ol_shape3 {
    top: 150px;
    right: 20px;
    max-width: 119px;
}
.ol_shape4 {
    bottom: 35px;
    left: 50%;
    max-width: 35px;
}
.ol_shape5 {
    bottom: 35px;
    left: 20px;
    max-width: 70px;
}
.ol_shape6 {
    top: 10%;
    left: 40%;
    max-width: 43px;
}
.ol_shape7 {
    top: 45%;
    left: 70px;
    max-width: 65px;
}
.ol_shape8 {
    top: 35%;
    left: 12%;
    max-width: 70px;
}
.ol_shape9 {
    top: 10%;
    left: 45%;
    max-width: 50px;
}
.ol_shape10 {
    top: 10%;
    right: 10%;
    max-width: 100px;
}
.ol_shape11 {
    top: 45%;
    right: 4%;
    max-width: 70px;
}
.ol_shape12 {
    bottom: 12%;
    right: 35%;
    max-width: 50px;
}
.ol_shape13 {
    top: 5%;
    left: 10%;
    max-width: 80px;
}
.ol_shape14 {
    top: 8%;
    right: 40%;
    max-width: 60px;
}
.ol_shape15 {
    bottom: 8%;
    left: 5%;
    max-width: 80px;
}
.ol_shape16 {
    bottom: 8%;
    left: 50%;
    max-width: 80px;
}
.ol_shape17 {
    top: 8%;
    right: 5%;
    max-width: 40px;
}
.ol_shape18 {
    bottom: 15%;
    left: 30%;
    max-width: 50px;
}
.ol_shape19 {
    top: 15%;
    left: 35%;
    max-width: 50px;
}
.ol_shape20 {
    top: 15%;
    left: 12%;
    max-width: 50px;
	z-index: -1;
}
.ol_shape21 {
    top: 40%;
    left: 8%;
    max-width: 34px;
	z-index: -1;
}
.ol_shape22 {
    bottom: 35%;
    left: 12%;
    max-width: 25px;
	z-index: -1;
}
.ol_shape23 {
    bottom: 10%;
    left: 7%;
    max-width: 26px;
	z-index: -1;
}
.ol_shape24 {
    top: 15%;
    right: 15%;
    max-width: 37px;
	z-index: -1;
}
.ol_shape25 {
    top: 30%;
    right: 10%;
    max-width: 31px;
	z-index: -1;
}
.ol_shape26 {
    bottom: 40%;
    right: 15%;
    max-width: 31px;
	z-index: -1;
}
.ol_shape27 {
    bottom: 25%;
    right: 10%;
    max-width: 36px;
	z-index: -1;
}
.ol_shape28 {
    bottom: 8%;
    right: 15%;
    max-width: 56px;
	z-index: -1;
}
.ol_shape29 {
    top: 15%;
    left: 15%;
    max-width: 62px;
	z-index: -1;
}
.ol_shape30 {
    top: 45%;
    left: 8%;
    max-width: 95px;
	z-index: -1;
}
.ol_shape31 {
    bottom: 10%;
    left: 12%;
    max-width: 86px;
	z-index: -1;
}
.ol_shape32 {
    top: 15%;
    right: 10%;
    max-width: 72px;
	z-index: -1;
}
.ol_shape33 {
    top: 45%;
    right: 7%;
    max-width: 75px;
	z-index: -1;
}
.ol_shape34 {
    bottom: 10%;
    right: 10%;
    max-width: 88px;
	z-index: -1;
}
/*===================================*
  15.END PARALLAX SHAPE DESIGN
*===================================*/

.alert-msg-failure {
	color: #721c24;
	background-color: #efa0a0;
	border-radius: 3px;
	margin-top: 10px;
}
.alert-msg-success {
	color: #155724;
	background-color: #d4edda;
	border-radius: 3px;
	margin-top: 10px;
}

/*Demo Switcher Css*/
span.statcounter {
    display: none;
}
.demo_switcher {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 40%;
}
.demo > ul > li > a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.demo > ul > li > a.menu_icon {
	line-height: 44px;
	font-size: 25px;
}

.demo_list ul {
	list-style: none;
	display: inline-block;
}
.demo_list {
	background-color: #fff;
	position: fixed;
	right: -360px;;
	max-width: 360px;
	padding: 5px;
	overflow: auto;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}
.demo_list.switch-active {
	right: 0;
}
.demo_list li {
	float: left;
	 width: 50%;
	 padding: 5px;
}
.demo_list li a {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
}
.demo_list li a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
.demo_list li a:hover:before {
	opacity: 1;
}
body.switch-open {
	overflow: hidden;
	padding-right: 15px;
}
.switch-open::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 9999;
}
.demo li {
	position: relative;
}
.demo > ul > li > a.demo_icon.switch-active {
	position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-360px);
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}
.demo > ul > li > a.demo_icon.switch-active i::before {
	content: "\f129";
	font-size: 20px;
	vertical-align: middle;
}
.demo > ul > li > a.menu_icon.switch-active {
	line-height: 36px;
}
.demo_list h5 {
	margin: 10px 0;
}
.demo li.switch-active .color_icon {
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.color-switch {
	background: #212121;
	right: -200px;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in-out;;
	width: 200px;
	z-index: 999;
}
.switch-active {
	right: 0;
}
.color-switch button::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 18px;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 2px;
}
.color-switch button.active::after {
	opacity: 1;
}
.color-switch button {
	border: 0 none;
	border-radius: 3px;
	cursor: pointer;
	height: 25px;
	line-height: 20px;
	margin: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 25px;
}
.default {
	background-color: #FFBC09;
}
.green {
	background-color: #00C382;
}
.orange {
	background-color: #FD5A38;
}
.blue-light {
	background-color: #00C3CB;
}
.red {
	background-color: #f0222c;
}
.demo_list li a span {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 9;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	opacity: 0;
	padding: 0 10px;
	transition: all 0.5s ease-in-out;
}
.demo_list li a:hover span {
    opacity: 1;
}
@media only screen and (max-width: 480px) {
.demo_list {
	right: -270px;
	max-width: 270px;
}
.demo > ul > li > a.icon.switch-active {
	-moz-transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
}
}
