@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
	font-family: 'Poppins';

	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

p {
	margin-bottom: 0;
	color: #777777;
	font-size: 15px;
	line-height: 1.8;
}

.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	color: #222222;
}
a {
	color: #000;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
a:hover {
	color: #e30613;
	text-decoration: none;
}

.ptb-40 {
	padding-top:40px;
	padding-bottom: 40px;
}
.ptb-50 {
	padding-top:50px;
	padding-bottom: 50px;
}
.ptb-70 {
	padding-top:70px;
	padding-bottom: 70px;
}
.ptb-80 {
	padding-top:80px;
	padding-bottom: 80px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
/* Section Title */
.section-title {
	text-align: center;
	margin-bottom: 60px;
	margin-top: -3px;
}
.section-title h3 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding: 17px 0;
	line-height: 1;
}
.section-title h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/title-bg.png);
	width: 470px;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}
.section-title h3 span {
	color: #e30613;
}
.section-title p {
	color: #424242;
	max-width: 760px;
	margin: 0 auto;
	margin-top: 20px;
}
/* Btn Btn-Primary */
.btn-primary {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}
.btn:not(.note-btn) {
	padding: 9px 30px;
	font-size: 15px;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}

.btn:not(.note-btn).btn-ico {
	padding: 2px 8px;
	font-size: 13px;

}
.btn:not(.note-btn)::before, .btn:not(.note-btn)::after {
	position: absolute;
	content: '';
	top: 0;
	height: 100%;
	left: -25%;
	width: 0;
	background-color: #fff;
	-webkit-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.btn:not(.note-btn)::after {
	left: auto;
	right: -25%;
}
.btn:not(.note-btn):hover::before, .btn:not(.note-btn):focus::before, .btn:not(.note-btn):hover::after, .btn:not(.note-btn):focus::after {
	width: 110%;
	background-color: transparent;
}
.btn-primary:hover {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}
.btn-primary.focus, .btn-primary:focus, .btn-secondary.focus, .btn-secondary:focus  {
	box-shadow: unset;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
	opacity: .5;
}
/* Form Control */
.form-control {
	height: 40px;
	padding: 15px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	font-weight: 400;
}
.form-control:focus {
	box-shadow: unset;
}
/* Owl Carousel Btn */
.owl-theme .owl-nav [class*="owl-"] {
	margin: 0 5px;
	padding: 4px 7px;
	background: rgba(255,255,255,0.22);
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 25px;
	border-radius: 50%;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #e30613;
	color: #fff;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
/*
=========================================
Preloader Area CSS
=========================================
*/
.preloader-area {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #fff;
	right: 0;
	bottom: 0;
}
.preloader-area .loader {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin-top: -68px;
}
.preloader-area .dots {
	display: flex;
	align-center: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: auto;
	max-width: 80px;
}
.preloader-area .dots-item {
	position: relative;
	width: 20%;
	min-width: 20%;
	max-width: 20%;
	height: 16px;
	font-size: 0;
}
.preloader-area .dots-item-move-up {
	animation: .8s move-up linear infinite;
}
.preloader-area .dots-item-move-right {
	animation: .8s move-right linear infinite;
}
.preloader-area .dots-item-move-down {
	animation: .8s move-down linear infinite;
}
.preloader-area .dots-item-move-left {
	animation: .8s move-left linear infinite;
}
.preloader-area .dots-item::after {
	content: "";
	position: absolute;
	margin: auto;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	width: 8px;
	height: 8px;
	background-color: #e30613;
	border-radius: 50%;
}
@keyframes move-up {
	30%,
	100% {
		transform: translateY(-100%);
	}
}
@keyframes move-right {
	30%,
	100% {
		transform: translateX(100%);
	}
}
@keyframes move-down {
	30%,
	100% {
		transform: translateY(100%);
	}
}
@keyframes move-left {
	30%,
	100% {
		transform: translateX(-100%);
	}
}
/*
======================================
Main Menu Area CSS
======================================
*/
.header-sticky.is-sticky {
	background: #fff;
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.main-header-area {
	width: 100%;
	/* height: 90px; */
	z-index: 9;
	background-color: transparent;
	position: relative;
	top: 0;
	left: 0;
	-o-transition: .4s;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.main-header-area.navbar-area {
	position: unset;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area {
		height: 133px;
	}

	.main-header-area.is-sticky {
		height: 90px;
	}

	.main-header-area.is-sticky .nav-brand {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.main-header-area {
		height: 151px;
	}

	.main-header-area.is-sticky{
		height: 88px;
	}
}

.main-header-area .classy-nav-container {
	background-color: transparent;
}

.main-header-area .classy-navbar {
	/* height: 90px; */
	padding: 0px 0 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-area .classy-navbar {
		height: 70px;
	}
}

.main-header-area .classynav ul li a.active, .main-header-area .classynav ul li a:hover {
	color: #e30613;
}

.classynav ul li.cn-dropdown-item ul .active a {
	color: #e30613;
}

.main-header-area .light .classynav ul li .dropdown li .dropdown .active a {
	color: #e30613;
}

.main-header-area .light .classynav ul li .dropdown li .dropdown li a:hover {
	color: #e30613;
}

@media only screen and (max-width: 767px) {
	.main-header-area .classy-navbar {
		height: 70px;
		padding: 0.5em 0;
	}
}

.main-header-area .classynav ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.main-header-area .classynav ul li.active > a {
	color: #e30613;
}

@media only screen and (max-width: 1200px) {
	.main-header-area .classynav ul li a {
		color: #fff;

	}
	.main-header-area {
		position: unset;
	}

	.light .classynav > ul > li.has-down.active > .dd-arrow::after, .light .classynav > ul > li.has-down.active > .dd-arrow::before, .light .has-down .dd-arrow::after, .light .has-down .dd-arrow::before, .light .has-down.active > .dd-arrow::after, .light .has-down.active > .dd-arrow::before, .light .megamenu-item .dd-arrow::after, .light .megamenu-item .dd-arrow::before, .light .megamenu-item.active > .dd-arrow::after, .light .megamenu-item.active > .dd-arrow::before {
		background-color: #fff;
	}

}
.main-header-area .nav-brand {
	line-height: 1;
}
.classynav ul li.cn-dropdown-item:nth-child(8) .dropdown {
	left: auto;
	right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-area .nav-brand {
		margin-right: 0;
	}
}
@media (min-width: 1200px){
	.main-header-area .classynav ul {
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
	}
}



.is-sticky .main-header-area {
	width: 100%;
	z-index: 10000 !important;
	height: 90px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
@media only screen and (max-width: 1200px) {
	.is-sticky .main-header-area {
		height: 70px;
	}
	.light .classynav ul li .dropdown, .light .classynav ul li .megamenu, .light.breakpoint-on .classynav > ul > li > a, .light.breakpoint-on .classy-navbar .classy-menu {
		background-color: #000000;
	}
}
.main-header-area.header-sticky.box-shadow {
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	background-color: #fff;
}
/*
=========================================
Search Popup Area CSS
=========================================
*/
#search-area {
	position: fixed;
	top: 0;
	left: 0;
	cursor: url(../img/close.png), auto;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
}
#search-area form {
	position: absolute;
	top: 50%;
	width: 100%;
	right: 0;
	left: 0;
	max-width: 620px;
	margin: 0 auto;
}
#search-area input[type="search"] {
	width: 100%;
	color: #fff;
	background: transparent;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 0 15px;
	height: 50px;
}
#search-area .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
}
#search-area .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	font-size: 30px;
	width: 40px;
	display: none;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
#search-area .close:hover, #search-area .close:focus {
	background: #e30613;
	color: #fff;
}
#search-area.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}
.main-header-area .classynav ul li a.search-btn {
	color: #000;
	margin-left: 13px;
}
.main-header-area .classynav ul li a.active, .main-header-area .classynav ul li a:hover {
	color: #e30613;
}
@media only screen and (max-width: 991px) {
	.main-header-area .classynav ul li a.search-btn {
		color: #fff;
		margin-left: 0;
	}
	#search-area .close {
		display: block;
	}
}
/*
=========================================
Main Home Area CSS
=========================================
*/
.main-home-area {
	height: 700px;
	background-image: url(../img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-home-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.home-content {
	position: relative;
	text-align: center;
	margin-top: -100px;
}
.home-content h1 {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 20px;
}
.home-content p {
	max-width: 520px;
	margin: 0 auto;
}
.home-content form {
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	max-width: 620px;
	margin: 30px auto 0;
	position: relative;
}
.home-content form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	text-transform: uppercase;
}
/*
=========================================
Main Banner Area CSS
=========================================
*/
.main-banner {
	background-image: url(../img/home-bg1.jpg);
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 130px 0 75px;
	overflow: hidden;
}
.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.main-banner-content {
	text-align: center;
	background-image: url(../img/main-banner-img.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 70px 0 70px 0;
	padding: 120px 100px 155px;
	margin-bottom: 80px;
}
.main-banner-content::before {
	content: '';
	position: absolute;
	left: 0;
	border-radius: 70px 0 70px 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.main-banner-content h1 {
	font-size: 65px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: -14px;
}
.main-banner-content h1 span {
	color: #e30613;
}
.main-banner-content p {
	color: #fff;
	position: relative;
	margin: 25px 0 30px;
	font-size: 16px;
}
.watch-video {
	position: absolute;
	bottom: -87px;
	right: 0;
	left: 0;
}
.watch-video a {
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	background: #e30613;
	position: relative;
	font-size: 30px;
	border-radius: 50%;
}
.watch-video a::before, .watch-video a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	border: 10px solid #fff;
}
.watch-video a::after {
	width: 70px;
	height: 70px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
.watch-video h4 {
	font-size: 30px;
	color: #222222;
	font-weight: 300;
	text-transform: capitalize;
	position: relative;
	margin-top: 15px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
	left: -90px;
	opacity: 0;
}
.home-slides.owl-theme .owl-nav .owl-next {
	left: auto;
	right: -90px;
}
.main-banner-content:hover .home-slides.owl-theme .owl-nav [class*="owl-"] {
	opacity: 1;
}
.animation-shape div {
	position: absolute;
	left: 0;
	top: 0;
}
.animation-shape div img {
	height: 220px;
}
.animation-shape .shape1 {
	left: auto;
	animation: movebounce 3s linear infinite;
	right: 0;
}
.animation-shape .shape2 {
	top: auto;
	animation: movebounce 4s linear infinite;
	bottom: 0;
}
@keyframes movebounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}
@keyframes moveleftbounce {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}
/*
=========================================
Main Banner Two Area CSS
=========================================
*/
.main-banner-two {
	height: 530px;
	background-image: url(../img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-banner-two::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.home-slides-two {
	bottom: -95px;
}
.hero-slides-content {
	padding: 120px 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.hero-slides-content::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.item-bg-one {
	background-image: url(../img/slider-one.jpg);
}
.item-bg-two {
	background-image: url(../img/slider-two.jpg);
}
.item-bg-three {
	background-image: url(../img/slider-three.jpg);
}


.hero-slides-content h1 {
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
.hero-slides-content h1 span {
	display: block;
}
.home-slides-two.owl-theme .owl-nav [class*="owl-"] {
	top: auto;
	bottom: 15px;
	left: 6px;
	background: transparent;
	width: auto;
	height: auto;
	line-height: inherit;
	font-size: 40px;
}
.home-slides-two.owl-theme .owl-nav .owl-next {
	left: 40px;
	right: auto;
}
/*
=========================================
Main Banner Three Area CSS
=========================================
*/
.main-banner-three {
	height: 700px;
	background-image: url(../img/home-bg1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-banner-three::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .77;
}
.main-banner-three::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../img/home-three.jpg);
	width: 48%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0 0 0 200px;
}
.main-banner-three-content {
	position: relative;
	max-width: 600px;
	z-index: 1;
}
.main-banner-three-content h1 {
	font-size: 56px;
	font-weight: 700;
}
.main-banner-three-content p {
	font-size: 16px;
	color: #545454;
	margin-top: 20px;
	margin-bottom: 30px;
}
.main-banner-three-content form {
	position: relative;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}
.main-banner-three-content button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
}
/*
=========================================
Boxes Area CSS
=========================================
*/
.boxes-area {
	background: #e40943;
	padding-bottom: 100px;
}
.boxes-inner-content {
	margin-bottom: 65px;
	position: relative;
	margin-top: -190px;
}
.single-box {
	background: #fff;
	box-shadow: 0 5px 35px 10px rgba(67, 67, 67, 0.15);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-box:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.single-box .box-content {
	text-align: center;
	padding: 30px;
}
.single-box .box-content h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.boxes-area .fun-fact h3 {
	margin-top: 0;
}
.popular-courses-area .top-divider {
	top: -30px;
	background: url(../img/section-divider-top.png);
}
/*
=========================================
Featured Courses Area CSS
=========================================
*/
.single-courses {
	text-align: center;
	border: 1px solid #eeeeee;
	padding: 25px 15px;
	border-radius: 5px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-courses:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	background: #fff;
	transform: translateY(-5px);
}
.single-courses .icon {
	font-size: 50px;
	color: #fff;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
}
.single-courses .icon.bg-1 {
	background: #f36248;
}
.single-courses .icon.bg-2 {
	background: #75b812;
}
.single-courses .icon.bg-3 {
	background: #2eb6bb;
}
.single-courses .icon.bg-4 {
	background: #a952a7;
}
.single-courses h3 {
	font-size: 22px;
	font-weight: 700;
	color: #3f3f3f;
	margin: 30px 0 18px;
}
.single-courses p {
	margin-bottom: 20px;
}
.read-more {
	color: #e30613;
	padding-left: 18px;
	font-weight: 600;
	position: relative;
}
.read-more:hover {
	padding-left: 0;
}
.read-more .left {
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	position: absolute;
	left: 0;
	top: -2px;
}
.read-more:hover .left {
	opacity: 0;
	visibility: hidden;
}
.read-more .right {
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}
.read-more:hover .right {
	opacity: 1;
	visibility: visible;
}
/*
=========================================
Why Choose Us Area CSS
=========================================
*/
.why-choose-us {
	position: relative;
	background: #e30613;
}
.why-choose-us::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	opacity: .33;
	background: url(../img/pattern.png);
	background-position: center;
	background-size: contain;
	background-repeat: repeat;
}
.why-choose-us .image {
	background-image: url(../img/why-choose-us.jpg);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.why-choose {
	padding-left: 20px;
	max-width: 556px;
}
.why-choose h3 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
	margin-top: -8px;
}

.single-choose {
	position: relative;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	border-right: 1px dashed #ccc;
}


.single-choose .icon {
	/* position: relative; */
	/* left: 0; */
	/* top: 0; */
	width: 100px;
	height: 100px;
	font-size: 50px;
	color: #018637;
	border: 1px solid #018637;
	text-align: center;
	border-radius: 50%;
	line-height: 99px;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
	display: inline-block;
	margin-bottom: 27px;
}


.single-choose .icon.two {
	color:#f9a134;
	border-color:#f9a134;
}

.single-choose .icon.three {
	color:#e31913;
	border-color:#e31913;
}
.single-choose .icon.four {
	color:#1e83f0;
	border-color:#1e83f0;
}

.single-choose h4 {
	font-size: 24px;
	font-weight: 600;
	/* margin-bottom: 15px; */
	color: #333333;
	/* padding-top: 15px; */
	line-height: 33px;
}
.single-choose p {
	color: #ddd;
}
/*
=========================================
Popular Courses Area CSS
=========================================
*/
.popular-courses-area {
	position: relative;
	background-color: #fff;
	padding:60px 0;
}
.single-courses-item {
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-courses-item:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.single-courses-item .courses-content {
	text-align: center;
	padding: 30px 0;
}
.single-courses-item .courses-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 10px;
}
.single-courses-item .courses-content ul li {
	display: inline-block;
	font-size: 20px;
	color: #ffcf00;
}
.single-courses-item .courses-content-bottom h4 {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	color: #848484;
}
.single-courses-item .courses-content-bottom .price {
	font-size: 20px;
	float: right;
	overflow: hidden;
	font-weight: 700;
	color: #e30613;
}
.single-courses-item .courses-content-bottom .price span {
	color: #848484;
	text-decoration: line-through;
	font-weight: 300;
	margin-right: 5px;
}
.view-all {
	margin-top: 40px;
}
.view-all .btn {
	text-transform: uppercase;
}
/*
=========================================
Courses Area CSS
=========================================
*/
.courses-item {
	background: #fff;
	margin-bottom: 30px;
	padding: 15px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.courses-item:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.courses-item .courses-content {
	padding: 30px 0;
}
.courses-item .courses-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 10px;
}
.courses-item .courses-content ul li {
	display: inline-block;
	font-size: 18px;
	color: #ffcf00;
}
.courses-item .courses-content ul li span {
	color: #777777;
}
.courses-item .courses-content p {
	margin-top: 15px;
}
.courses-item .courses-content-bottom h4 {
	display: inline-block;
}
.courses-item .courses-content-bottom .price {
	font-size: 20px;
	float: right;
	overflow: hidden;
	font-weight: 700;
	color: #e30613;
	margin-top: 10px;
}
.courses-item .courses-content-bottom .price span {
	color: #848484;
	text-decoration: line-through;
	font-weight: 300;
	margin-right: 5px;
}
/*
=========================================
Courses Details Area CSS
=========================================
*/
.course-details-area {
	padding-bottom: 70px;
}
.courses-details-meta {
	background: #fff;
	padding: 25px;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.courses-details-meta ul li {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-left: 25px;
}
.courses-details-meta ul li:first-child {
	margin-left: 0;
}
.courses-details-meta ul li .teacher-img {
	display: inline-block;
	width: 110px;
	margin-right: 15px;
}
.courses-details-meta ul li .teacher-img img {
	border-radius: 5px;
}
.courses-details-meta .apply-btn {
	float: right;
	margin-top: -73px;
}
.courses-details-meta .apply-btn .btn {
	padding: 15px 30px;
	font-size: 20px;
	border-radius: 3px;
}
.courses-details h3 {
	margin-top: 30px;
	margin-bottom: 18px;
}
.courses-details .course-details-tabs {
	margin-top: 20px;
	background: #fff;
	padding-bottom: 20px;
}
.course-details-tabs .content {
	display: none;
}
.course-details-tabs #tabs {
	/* text-align: center; */
	margin-bottom: 30px;
	border-bottom: 2px solid #e31913;
	/* margin-top: -18px; */
	/* padding: 0px; */
}
.course-details-tabs #tabs > li {
	display: inline-block;
	padding: 12px 38px;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	background: #ffffff;
	margin: 0 -2px;
	border-right: 1px solid #ccc;
}
.course-details-tabs .show {
	display: block;
	padding: 0 20px;
}
.course-details-tabs #tabs > li.active {
	background-color: #e30613;
	color: #fff;
}
.course-details-tabs .inactive {
	background-color: #eee;
}
.courses-details .title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}
.courses-details .course-details-tabs p {
	margin-bottom: 10px;
	margin-top: 10px;
}

.courses-details .course-details-tabs p:first-child{
	margin-top: 0px;
}


.courses-details .course-details-tabs p:last-child{
	margin-bottom: 0px;
}

.courses-details .course-details-tabs h1,
.courses-details .course-details-tabs h2,
.courses-details .course-details-tabs h3,
.courses-details .course-details-tabs h4,
.courses-details .course-details-tabs h5,
.courses-details .course-details-tabs h6
{
	margin:10px 0;
}

.requirements-list ul li {
	color: #959595;
	margin-top: 7px;
}
.requirements-list ul li:before{
	font-family: IcoFont!important;
	content: "\ea7c";
	display: inline-block;
	margin-right: 3px;
	color:#e30613;
}

.requirements-list ul li i {
	color: #e30613;
}
.requirements-list ul li:first-child {
	margin-top: 0;
}
.certification {
	margin-top: 30px;
}
.course-details-tabs .card {
	background-color: transparent;
	border-radius: 6px !important;
	margin-bottom: 10px;
	border: none !important;
}
.course-details-tabs .card-header:first-child {
	border-radius: 0;
}
.course-details-tabs .card .show {
	padding: 0;
}
.course-details-tabs .card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
	background: #f9f9f9;
}
.course-details-tabs .card-header a {
	overflow: hidden;
	padding: 17px 14px;
	display: block;
}
.course-details-tabs .card-header a h5 {
	font-size: 19px;
}
.course-details-tabs .card-header span {
	float: right;
	font-size: 20px;
}
.course-details-tabs .card-header a.collapsed .icofont-rounded-down::before {
	content: "\eaa1";
}
.course-details-tabs .card-header a .icofont-rounded-down::before {
	content: "\ea99";
}
.course-details-tabs .card-body {
	border: none;
}
.course-details-tabs .card-body ul li {
	overflow: hidden;
	color: #777777;
	display: block;
	margin-top: 15px;
}
.course-details-tabs .card-body ul li:first-child {
	margin-top: 0;
}
.course-details-tabs .card-body ul li span {
	display: inline-block;
	margin-left: 45px;
	color: #000;
	margin-right: 45px;
}
.course-details-tabs .card-body ul li span.duration {
	margin: 0;
}
.course-details-tabs .card-body ul li i {
	color: #e30613;
	margin-right: 4px;
}
.course-details-tabs .card-body ul li .preview {
	float: right;
	display: inline-block;
	background: #e30613;
	color: #fff;
	padding: 3px 12px;
	border-radius: 3px;
}
.course-author {
	position: relative;
	padding-left: 170px;
}
.course-author .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
}
.author-content span {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: 300;
}
.author-content ul li {
	display: inline-block;
	font-size: 15px;
	margin-right: 4px;
}
.author-content p {
	margin-top: 22px;
	margin-bottom: 0 !important;
}
.courses-review .single-review {
	position: relative;
	padding-left: 170px;
	margin-bottom: 25px;
}
.courses-review .single-review .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 150px;
}
.courses-review .single-review .client-content h4 {
	margin-bottom: 12px;
	font-size: 20px;
}
.courses-review .single-review .client-content p {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
.courses-review .single-review .client-content ul li {
	display: inline-block;
	color: #e30613;
}
.side-bar .features-box {
	background: #fff;
	padding: 25px 20px;
}
.side-bar .features-box ul li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
	overflow: hidden;
	font-size: 15px;
}
.side-bar .features-box ul li:first-child {
	margin-top: 0;
}

.side-bar .features-box ul li:last-child {
	border-bottom: none !important;
}
.side-bar .features-box ul li span {
	float: right;
	font-size: 14px;
	max-width: 45%;
	text-align: right;
}
.side-bar .features-box ul li i {
	color: #e30613;
	margin-right: 4px;
}
.similar-courses {
	margin-top: 65px;
}
.similar-courses h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
/*
=========================================
Fun Facts Area CSS
=========================================
*/
.fun-facts-area {
	position: relative;
	background-image: url(../img/fun-facts-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.fun-facts-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.fun-fact {
	text-align: center;
}
.fun-fact .icon {
	display: inline-block;
	border-radius: 50%;
}
.fun-fact .icon.bg-1 {
	border: 5px solid #89b196;
}
.fun-fact .icon.bg-2 {
	border: 5px solid #bf8375;
}
.fun-fact .icon.bg-3 {
	border: 5px solid #596570;
}
.fun-fact .icon.bg-4 {
	border: 5px solid #c1a96e;
}
.fun-fact h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 20px 0 12px;
}
.fun-fact h5 {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.fun-facts-area.facts-bg {
	background-image: url(../img/fun-facts-bg2.jpg);
	background-repeat: repeat;
	background-size: contain;
}
.fun-facts-area.facts-bg::before {
	opacity: .05;
}
.fun-facts-area.facts-bg h3 {
	color: #e30613;
}
.fun-facts-area.facts-bg-two {
	background-image: url(../img/parallax/counter-up.jpg);
	background-repeat: repeat;
	background-size: cover;
}
.fun-facts-area.facts-bg-two::before {
	background: rgba(0, 12, 12, 0.8);
}
.fun-facts-area.facts-bg h5 {
	color: #000;
}
/*
=========================================
Upcoming Events Area CSS
=========================================
*/
.single-event {
	position: relative;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-event:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}
.single-event figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
}
.single-event .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-event figure img {
	display: none;
}
.single-event figure .date {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #e60c3e;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 20px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-event:hover figure .date {
	-webkit-box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
}
.single-event .event-content {
	padding: 35px 30px;
	background: #fff;
}
.single-event .event-content h3 {
	margin-top: -6px;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 15px;
}
.single-event .event-content p {
	margin-bottom: 25px;
}
.single-event .event-content .where-when {
	overflow: hidden;
}
.single-event .event-content .pull-left {
	float: left;
	margin-right: 95px;
	width: 30%;
}
.single-event .event-content ul li span {
	font-size: 18px;
	color: #4f4f4f;
	text-transform: uppercase;
	display: block;
	margin-bottom: 12px;
}
.event-content ul li {
	color: #6b6b6b;
	font-size: 17px;
}
.single-event .event-content .btn {
	text-transform: uppercase;
	margin-top: 30px;
	padding: 9px 25px;
}
/*
=========================================
Events Details Area CSS
=========================================
*/
.events-details h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
}
.events-details h5 span {
	color: #222222;
	float: right;
}
.events-details p {
	margin-bottom: 20px;
}
.events-info {
	margin-top: 30px;
	display: flex;
	background: #fff;
	padding: 25px;
}
.events-info ul {
	width: 50%;
}
.events-info ul li {
	margin-top: 15px;
	color: #777777;
}
.events-info ul li a {
	color: #777777;
}
.events-info ul li:first-child {
	margin-top: 0;
}
.events-info ul li span {
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 4px;
}
.side-bar .latest-events .single-latest-events {
	display: flex;
	overflow: hidden;
	margin-bottom: 20px;
	background: #fff;
}
.side-bar .single-latest-events .event-date {
	background: #e30613;
	color: #fff;
	font-size: 22px;
	padding: 10px 12px;
	text-align: center;
	width: 33%;
}
.side-bar .single-latest-events .event-date span {
	display: block;
}
.side-bar .single-latest-events .event-content {
	padding-left: 15px;
	margin-top: 16px;
	width: 67%;
}
.side-bar .single-latest-events .event-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}
.side-bar .single-latest-events .event-content span {
	color: #777777;
}
/*
=========================================
Apply Area CSS
=========================================
*/
.apply-area {
	background: #e30613;
	position: relative;
}
.apply-area::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: url(../img/apply-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.apply-area::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	height: 100%;
	background: rgba(47,47,47,.6);
}
.apply-area .text {
	margin-right: 45px;
	margin-top: 65px;
}
.apply-area p {
	position: relative;
	color: #fff;
	z-index: 1;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 75px;
}
.apply-area .text p span {
	display: inline-block;
	background: #fff;
	color: #e30613;
	padding: 0 15px;
	border-radius: 5px;
}
.apply-form {
	z-index: 1;
	position: relative;
	background: #fff;
	text-align: center;
	padding: 45px 30px;
	border-radius: 5px;
	margin-left: 45px;
}
.apply-form h3 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: -8px;
	margin-bottom: 40px;
}
.apply-form .form-control {
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #eee;
	padding-left: 0;
}
.apply-form .form-control:focus {
	border-color: #e30613;
}
.apply-form .btn {
	text-transform: uppercase;
	margin-top: 20px;
	padding: 13px 33px;
}
.admission-area {
	height: 100vh;
}
/*
=========================================
How It Works Area CSS
=========================================
*/
.how-it-works {
	position: relative;
	overflow: hidden;
	background-image: url(../img/vector.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.how-it-works::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .70;
}
.how-it-works.red-bg::before {
	background: rgba(230, 12, 61, .7);
	opacity: 1;
}
.how-it-works .section-title h3 {
	color: #222222;
	padding: 0;
}
.how-it-works .section-title h3::before {
	display: none;
}
.work-process {
	text-align: center;
	margin-bottom: 20px;
}
.work-process i {
	font-size: 45px;
	color: #e30613;
}
.work-process h3 {
	color: #5e5e5e;
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 15px;
}
.work-process p {
	color: #5e5e5e;
}
.how-it-works.red-bg .section-title h3, .how-it-works.red-bg .section-title h3 span, .how-it-works.red-bg .work-process i, .how-it-works.red-bg .work-process h3, .how-it-works.red-bg .work-process p  {
	color: #fff;
}
.how-it-works.red-bg .view-all .btn {
	background: #fff;
	color: #e30613;
	border-color: #fff;
}
/*
=========================================
Teacher Style One Area CSS
=========================================
*/
.teacher-area {
	padding: 40px 0px;
	background-color: #f5f5f5;
}
.single-teacher {
	margin-bottom: 30px;
	border-radius: 5px;
	background: #fff;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-teacher:hover {
	-webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);

}
.single-teacher .teacher-content {
	padding: 30px;
	overflow: hidden;
}
.single-teacher .teacher-content h3 {
	font-size: 22px;
	font-weight: 700;
	color: #424242;
}

.single-teacher .teacher-content span {
	font-size: 16px;
	color: #5e5e5e;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}

.single-teacher .teacher-content h4 {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #d90445;
}
.single-teacher .teacher-content h4 a {
	color: #d90445;
}
.single-teacher .teacher-content ul {
	display: inline-block;
	float: right;
}
.single-teacher .teacher-content ul li {
	display: inline-block;
}
.single-teacher .teacher-content ul li a {
	font-size: 15px;
	color: #5e5e5e;
	margin-left: 3px;
}
.single-teacher .teacher-content ul li a:hover {
	color: #e30613;
}
/*
=========================================
Teacher Style Two Area CSS
=========================================
*/
.teacher-box {
	margin-bottom: 30px;
	background: #fff;
	text-align: center;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.teacher-box .pic {
	position: relative;
	overflow: hidden;
}
.teacher-box .pic::after {
	content: "";
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: -100px;
	right: -100px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 1);
	transform-origin: 50% 50% 0;
	transition: all 0.35s ease 0s;
}
.teacher-box:hover .pic::after {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}
.teacher-box .view-profile {
	width: 100px;
	padding: 0 8px 15px 0;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	bottom: 6px;
	right: 0;
	opacity: 0;
	z-index: 1;
	transform: translate3d(20px, 20px, 0px);
	transition: all 0.35s ease 0s;
}
.teacher-box:hover .view-profile {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}
.teacher-box .teacher-content {
	padding: 25px 0;
}
.teacher-box .title {
	font-size: 22px;
	font-weight: 700;
	color: #424242;
}
.teacher-box .post {
	font-size: 16px;
	color: #5e5e5e;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}
.teacher-box .teacher-content ul li {
	display: inline-block;
}
.teacher-box .teacher-content ul li a {
	font-size: 16px;
	color: #5e5e5e;
	margin: 0 3px;
}
.teacher-box .teacher-content ul li a:hover {
	color: #e30613;
}
/*
=========================================
Teacher Details Area CSS
=========================================
*/
.teacher-details-area {
	padding-bottom: 70px;
}
.teacher-details {
	padding: 20px;
	background: #fff;
}
.teacher-profile h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 5px;
}
.teacher-profile span {
	font-size: 16px;
	color: #959595;
}
.teacher-contact-info {
	margin-top: 30px;
}
.teacher-contact-info h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.teacher-contact-info ul li {
	color: #959595;
	margin-top: 8px;
	font-size: 15px;
	/* margin-bottom: 12px; */
}
.teacher-contact-info ul li:first-child {
	margin-top: 0;
}
.teacher-contact-info ul li i {
	color: #e30613;
}
.teacher-contact-info ul li a {
	color: #959595;
}
.teacher-contact-info ul li a:hover {
	color: #e30613;
}
.teacher-contact-info .teacher-social {
	margin-top: 18px;
}
.teacher-contact-info .teacher-social li {
	margin-top: 0;
	display: inline-block;
	margin-right: 6px;
}
.teacher-contact h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0 0 20px;
}
.teacher-contact .form-control {
	border: 1px solid #eee;
	border-radius: 0;
	height: 40px;
	font-size: 14px;
	padding: 9px;
}
.teacher-contact textarea.form-control {
	height: auto;
}
.progress-title {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 25px 0 10px;
}
.single-teacher-about h2 {
	font-size: 24px;
	font-weight: 500;
	text-transform: capitalize;
}
.progress {
	height: 8px;
	background: #959595;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	overflow: visible;
}
.progress .progress-bar {
	box-shadow: none;
	position: relative;
	-webkit-animation: animate-positive 2s;
	animation: animate-positive 2s;
}
.progress .progress-bar {
	background-color: #e30613;
}
.progress .progress-bar:after {
	content: "";
	display: block;
	border: 15px solid transparent;
	border-bottom: 21px solid transparent;
	position: absolute;
	top: -26px;
	right: -12px;
}
.progress .progress-value {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: absolute;
	top: -35px;
	right: 0;
}
@-webkit-keyframes animate-positive {
	0% {
		width: 0;
	}
}
@keyframes animate-positive {
	0% {
		width: 0;
	}
}

.single-teacher-about .teacher-desc p {
	margin-top: 20px;
}
.teacher-involved-coures {
	margin-top: 50px;
}
.teacher-involved-coures h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
/*
=========================================
CTR Area CSS
=========================================
*/
.ctr-area {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-image: url("../img/ctr-bg.jpg");
	overflow: hidden;
}
.ctr-area:before {
	content: "";
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
}
.ctr-text-content {
	text-align: center;
	position: relative;
}
.ctr-text-content h1 {
	font-size: 34px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.ctr-text-content p {
	color: #fff;
	margin: 20px auto 0;
	font-size: 16px;
	max-width: 695px;
}
.ctr-text-content .btn {
	margin-top: 40px;
	text-transform: uppercase;
}
.top-divider {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	background: url(../img/section-divider-bottom.png);
	height: 55px;
}
.bottom-divider {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	background: url(../img/section-divider-top.png);
	height: 55px;
}
/*
=========================================
NewsLetter Area CSS
=========================================
*/
.newsletter-area {
	background-image: url(../img/news-letter-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.newsletter-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.7);
}
.newsletter {
	text-align: center;
	max-width: 815px;
	margin: 0 auto;
	position: relative;
}
.newsletter h3 {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	margin-top: -14px;
}
.newsletter p {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
}
.newsletter form {
	position: relative;
	max-width: 660px;
	margin: 0 auto;
}
.newsletter form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	text-transform: uppercase;
}
/*
=========================================
Blog Area CSS
=========================================
*/
.single-blog-post {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.single-blog-post::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
	z-index: 1;
}
.single-blog-post img {
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-blog-post:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.single-blog-post .date {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #e60c3e;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 20px;
	-webkit-box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: 7px 7px 0px 0px rgba(230, 12, 62, .5);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 1;
}
.single-blog-post:hover .date {
	-webkit-box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
	box-shadow: -7px -7px 0px 0px rgba(230, 12, 62, .5);
}
.single-blog-post .blog-post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px;
	z-index: 2;
}
.single-blog-post .blog-post-content h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}
.single-blog-post .blog-post-content h3 a {
	color: #fff;
}
.single-blog-post .blog-post-content h3 a:hover {
	color: #e30613;
}
.single-blog-post .blog-post-content p {
	color: #fff;
	margin-bottom: 15px;
}
.single-blog-post .blog-post-content .read-more {
	color: #fff;
}
.single-blog-post .blog-post-content .read-more:hover {
	color: #e30613;
}
.news-slider.owl-theme .owl-nav {
	margin-top: 25px;
}
.news-slider.owl-theme .owl-nav [class*="owl-"] {
	position: unset;
	background: #fff;
	color: #000;
	line-height: 38px;
	box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.15);
}
.news-slider.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #e30613;
	color: #fff;
}
/*
=========================================
Blog Two Area CSS
=========================================
*/
.single-blog {
	background: #fff;
	margin-bottom: 45px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-blog:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.15);
}
.single-blog .blog-img {
	position: relative;
	overflow: hidden;
}
.single-blog .blog-img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
	z-index: 1;
}
.single-blog .blog-img img {
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-blog:hover .blog-img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.single-blog .blog-content {
	padding: 25px 18px;
	position: relative;
	padding-bottom: 55px;
}
.single-blog .blog-content h4 {
	font-size: 15px;
	color: #242424;
	overflow: hidden;
}
.single-blog .blog-content h4 a {
	color: #e30613;
}
.single-blog .blog-content h4 .date {
	float: right;
}
.single-blog .blog-content h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 1.5;
}
.single-blog .blog-content h3 a {
	color: #242424;
}
.single-blog .blog-content h3 a:hover {
	color: #e30613;
}
.single-blog .blog-content .btn {
	position: absolute;
	bottom: -20px;
	right: 0;
	left: 0;
	width: 170px;
	margin: 0 auto;
	background: #fff;
	color: #636363;
	border-radius: 30px;
	border-color: #d1d4d8;
}
.single-blog .blog-content .btn-primary:hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
}
/*
=========================================
Blog Three Area CSS
=========================================
*/
.single-card-post {
	background: #fff;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.15);
	box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.15);
}
.single-card-post:hover {

}
.single-card-post .blog-img {
	position: relative;
	overflow: hidden;
}
.single-card-post .blog-img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
	z-index: 1;
}
.single-card-post .blog-img img {
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-card-post:hover .blog-img img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.single-card-post .date {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #e31913;
	color: #fff;
	padding: 5px 10px;
	font-weight: 400;
	font-size: 15px;
	z-index: 1;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-card-post:hover .date {

}

.single-card-post .blog-card-content {
	padding: 18px;
}

.single-card-post .blog-card-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: -4px;
}

.single-card-post .blog-card-content h3 a {
	color: #222222;
}
.single-card-post .blog-card-content h3 a:hover {
	color: #e60c3e;
}
.single-card-post .blog-card-content p {
	margin-bottom: 20px;
}
/*
=========================================
Blog Details Area CSS
=========================================
*/
.blog-details {
	background: #fff;
}
.blog-details .article-img {
	position: relative;
}
.blog-details .article-img .date {
	position: absolute;
	bottom: 15px;
	width: 70px;
	left: 15px;
	height: 70px;
	text-align: center;
	font-size: 15px;
	background: #e30613;
	color: #fff;
	border-radius: 0px;
	padding-top: 13px;
	line-height: 24px;
}
.blog-details .article-text {
	padding: 20px;
}
.blog-details .article-text ul li {
	display: inline-block;
}
.blog-details .article-text .post-meta li {
	margin-right: 10px;
	color: #777777;
}
.blog-details .article-text .post-meta li a {
	color: #777777;
}
.blog-details .article-text .post-meta li a:hover {
	color: #e30613;
}
.blog-details .article-text .post-meta li i {
	color: #e30613;
	margin-right: 2px;
}
.blog-details-area .title {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 27px;
}

.blog-details .article-text p {
	margin-bottom: 20px;
}


.blog-details .article-text p:last-child {
	margin-bottom: 0px;
}

.blog-details .blockquote {
	margin-bottom: 25px;
	background: #f4f4f4;
	padding: 20px;
	margin-top: 0px;
	font-size: 17px;
	border-left: 4px solid #b9b9b9;
}


.blog-details .blockquote p {
	color: #777777;
}
.blog-details .author-share {
	margin-top: 40px;
}
.blog-details .article-author {
	overflow: hidden;
}
.blog-details .article-author .author-img {
	float: left;
	width: 27%;
}
.blog-details .article-author .author-img img {
	border-radius: 50%;
}
.blog-details .article-author .author-title {
	float: left;
	width: 73%;
	padding-left: 25px;
	margin-top: 17px;
}
.blog-details .article-author .author-title h4 {
	font-size: 20px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.blog-details .article-author .author-title span {
	color: #666;
	font-size: 15px;
}
.blog-details .author-share .social-share {
	text-align: right;
	margin-top: 28px;
}
.blog-details .author-share .social-share a {
	background: #e30613;
	color: #fff;
	width: 35px;
	display: inline-block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}
.post-controls-buttons {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 70px;
	padding-right: 70px;
}
.post-controls-buttons div {
	display: inline-block;
}
.post-controls-buttons .controls-right {
	float: right;
}
.post-controls-buttons div a {
	background: linear-gradient(-45deg, #4e54c8, #8089ff);
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
}
.post-controls-buttons div a {
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	padding: 15px 45px;
	border-radius: 5px;
	background: #fff;
	color: #e30613;
	display: inline-block;
}
.post-controls-buttons div a:hover {
	background: #e30613;
	color: #fff;
}
.single-comment {
	padding: 25px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.single-comment.left-m {
	margin-left: 30px;
}
.single-comment .comment-img {
	float: left;
	width: 13%;
}
.single-comment .comment-img img {
	border-radius: 50%;
}
.single-comment .comment-content {
	float: left;
	width: 87%;
	padding-left: 25px;
}
.single-comment .comment-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.single-comment .comment-content p {
	margin-bottom: 15px;
}
.single-comment .comment-content a {
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: #e30613;
	text-transform: uppercase;
	font-size: 17px;
}
.leave-a-reply {
	padding: 25px;
	background: #fff;
	margin-top: 50px;
}
.leave-a-reply .form-control {
	border: 1px solid #eee;
}
.leave-a-reply .btn {
	margin-top: 20px;
}
/*
=========================================
Testimonials Area CSS
=========================================
*/
.single-feedback {
	position: relative;
	transform: scale(.8);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-item.active.center .single-feedback {
	transform: scale(1);
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-feedback::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.6);
	z-index: 1;
}
.owl-item.active.center .single-feedback .feedback-content {
	bottom: 19px;
	opacity: 1;
	visibility: visible;
}
.feedback-content {
	position: absolute;
	bottom: 30px;
	z-index: 2;
	background: #fff;
	width: 91%;
	left: 25px;
	border-radius: 5px;
	padding: 27px 20px 15px;
	opacity: 0;
	visibility: hidden;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.feedback-content i {
	position: absolute;
	left: 19px;
	top: -29px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	background: #e30613;
	color: #fff;
	line-height: 50px;
	border-radius: 5px;
}
.feedback-content p {
	font-style: italic;
}
.feedback-content h3 {
	position: relative;
	margin-top: 6px;
	font-size: 15px;
	font-weight: 700;
	padding-left: 60px;
}
.feedback-content h3::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
	top: 9px;
	background: #e30613;
}
.testimonials-slider.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 60px;
	background: transparent;
	width: auto;
	height: auto;
	font-weight: 700;
}
.testimonials-slider.owl-theme .owl-nav [class*="owl-"]:hover {
	color: #e30613;
}
/*
=========================================
Page Title Area CSS
=========================================
*/
.page-title {
	position: relative;
	background-image: url(../img/home-bg1.jpg);
	height: 200px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.7);
}
.page-title h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.page-title h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 85px;
	height: 6px;
	background: #d90445;
	border-radius: 30px;
}
/*
=========================================
About Area CSS
=========================================
*/
.about-text h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: -8px;
	position: relative;
	padding-bottom: 15px;
}
.about-text h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #d90445;
	border-radius: 30px;
}
.about-text h3 span {
	color: #d90445;
}
.about-text h5 {
	margin-bottom: 20px;
	line-height: 1.4;
}
.about-text p {
	margin-bottom: 15px;
}
.about-slider.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 0;
	background: #e30613;
	left: -5px;
	margin-top: -5px;
}
.about-slider.owl-theme .owl-nav .owl-next {
	left: auto;
	right: -5px;
}
.single-about {
	margin-top: 50px;
	border: 1px solid #eee;
	text-align: center;
	padding: 30px;
	border-radius: 5px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-about:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	background: #fff;
	transform: translateY(-5px);
}
.single-about i {
	width: 65px;
	height: 65px;
	display: inline-block;
	line-height: 64px;
	font-size: 30px;
	border: 1px solid #d90445;
	border-radius: 50%;
	color: #d90445;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-about:hover i {
	background: #d90445;
	color: #fff;
}
.single-about h3 {
	font-size: 22px;
	font-weight: 700;
	color: #3f3f3f;
	margin: 30px 0 18px;
}
.about-content {
	margin-top: 50px;
}
.about-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: -8px;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.about-content h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #d90445;
	border-radius: 30px;
}
.about-content p {
	margin-bottom: 15px;
}
/*
=========================================
Shop Style One Area CSS
=========================================
*/
.woocommerce-shop-top {
	margin-bottom: 35px;
}
.woocommerce-shop-top p {
	font-size: 17px;
	margin-top: 10px;
}
.woocommerce-shop-top .form-control {
	border: 1px solid #eee;
	text-transform: capitalize;
}
.single-product {
	background: #fff;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-product:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.25);
}
.single-product .product-img {
	position: relative;
	overflow: hidden;
}

.single-product .product-img::before {
	position: absolute;
	content: '';
	left: 0;
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(47,47,47,.6);
	visibility: hidden;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.single-product:hover .product-img::before {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.single-product .product-img .quick-view {
	position: absolute;
	right: 15px;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 25px;
	transform: scale(0);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}



.single-product:hover .product-img .quick-view {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.single-product .product-content {
	margin-top: 30px;
}


.single-product .product-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 10px;
}
.video-galeri .single-product .product-content{
	margin-top: 10px;
}
.video-galeri .single-product .product-content h3{
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	margin-bottom:5px;
	display: block;
	text-align: left;
}

.single-product .product-content ul li {
	display: inline-block;
	font-size: 20px;
	color: #ffcf00;
}
.single-product .product-content .price {
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #e30613;
}
.single-product .product-content .price span {
	text-decoration: line-through;
	color: #777777;
}
/*
=========================================
Shop Style Two Area CSS
=========================================
*/
.single-product-item {
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-product-item:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.single-product-item .product-img {
	position: relative;
	overflow: hidden;
}
.single-product-item .product-img img {
	width: 100%;
}
.single-product-item .product-img::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(47,47,47,.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-product-item:hover .product-img::before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.single-product-item .product-img .quick-view {
	position: absolute;
	right: 15px;
	top: 8px;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	font-size: 25px;
	transform: scale(0);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.single-product-item:hover .product-img .quick-view {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.single-product-item .product-content {
	text-align: center;
	padding: 30px 0;
}
.single-product-item .product-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 10px;
}
.single-product-item .product-content ul li {
	display: inline-block;
	font-size: 20px;
	color: #ffcf00;
}
.single-product-item .content-footer .price {
	font-size: 17px;
	color: #e30613;
	display: inline-block;
	float: right;
	margin-top: 10px;
}
.single-product-item .content-footer .price span {
	text-decoration: line-through;
	color: #777777;
}
.single-product-item .content-footer .btn {
	padding: 2px 25px;
	font-size: 25px;
}
/*
=========================================
Product Modal Area CSS
=========================================
*/
.modal-dialog-centered {
	max-width: 910px;
	margin: 0 auto;
}
.product-desc {
	padding: 30px 20px;
}
.product-desc h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.product-desc .price {
	margin-bottom: 20px;
	margin-top: 15px;
	color: #e30613;
	display: block;
	font-size: 20px;
}
.product-desc .price span {
	text-decoration: line-through;
	color: #959595;
}
.product-desc p {
	margin-bottom: 25px;
}
.product-desc form .form-control {
	border: 1px solid #eee;
	border-radius: 0;
	width: 220px;
	display: inline-block;
}
.product-desc form .btn {
	height: 50px;
	position: relative;
	top: -1px;
}
.share-this-product {
	margin-top: 25px;
}
.share-this-product h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}
.share-this-product ul li {
	display: inline-block;
}
.share-this-product ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 50%;
	font-size: 15px;
}
.share-this-product ul li a:hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
}
.modal-content .modal-header .close {
	position: absolute;
	right: 30px;
	top: 28px;
	border: 1px solid #ddd;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
	line-height: 0px;
	text-align: center;
	padding: 11px;
	background-color: #fff;
	color: #333;
}
.modal-content .modal-header .close:hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
}

.close {
	outline: none !important;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
	opacity: 1;
}
/*
=========================================
Shop Details Area CSS
=========================================
*/
.shop-details-area {
	padding-bottom: 70px;
}
.shop-details {
	background: #fff;
	padding: 20px;
}
.product-description h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}
.product-description .price {
	margin-bottom: 20px;
	margin-top: 15px;
}
.product-description .price h4 {
	color: #e30613;
	display: block;
	font-size: 20px;
}
.product-description .price h4 span {
	text-decoration: line-through;
	color: #959595;
}
.product-description p {
	margin-bottom: 25px;
}
.product-description form .form-control {
	border: 1px solid #eee;
	border-radius: 0;
	width: 290px;
	display: inline-block;
}
.product-description form .btn {
	height: 50px;
	position: relative;
	top: -1px;
}
.add-to-wishlist {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-description .category span {
	color: #959595;
	font-size: 17px;
}
.product-description .category a {
	color: #e30613;
}
.product-description ul {
	margin-top: 15px;
}
.product-description ul li {
	display: inline-block;
}
.product-description ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 50%;
}
.product-description ul li a:hover {
	background: #e30613;
	color: #fff;
	border-color: #e30613;
}
.shop-details .shop-details-tabs {
	margin-top: 40px;
	background: #fff;
}
.shop-details-tabs .content {
	display: none;
}
.shop-details-tabs #tabs {
	margin-bottom: 40px;
}
.shop-details-tabs #tabs > li {
	display: inline-block;
	padding: 8px 52px;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	background: #eaeaea;
}
.shop-details-tabs .show {
	display: block;
}
.shop-details-tabs #tabs > li.active {
	background: #e30613;
	color: #fff;
}
.shop-details-tabs .inactive {
	background-color: #eee;
}
.shop-details-tabs h3 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 600;
}
.shop-details-tabs .shop-reviews b {
	margin: 10px 0;
	display: inline-block;
}
.shop-details-tabs .shop-reviews ul li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	margin-top: 10px;
}
.shop-details-tabs .shop-reviews ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 13px;
	background: #959595;
	left: -12px;
	top: 7px;
}
.shop-details-tabs .shop-reviews ul li:first-child::before {
	display: none;
}
.shop-details-tabs .shop-reviews ul li a {
	color: #FF9800;
}
.shop-details-tabs .shop-reviews .review-form {
	margin-top: 30px;
}
.shop-details-tabs .shop-reviews .review-form .form-control {
	border: 1px solid #eee;
	border-radius: 0;
}
.shop-details-tabs .shop-reviews .review-form .btn.btn-primary {
	margin-top: 20px;
}
.related-shop {
	margin-top: 65px;
}
.related-shop h2 {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
/*
=========================================
Cart Area CSS
=========================================
*/
.cart-table {
	text-align: center;
}
.cart-table .table {
	margin-bottom: 30px;
}
.cart-table .table-bordered thead th {
	border-bottom: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.cart-table .table td, .cart-table .table th {
	vertical-align: middle;
	background: #fff;
	border-color: #eee;
}
.cart-table .table td {
	font-size: 16px;
}
.cart-table .product-thumbnail a img {
	height: 125px;
}
.cart-table .quantity .form-control {
	border: 1px solid #eee;
	width: 100px;
	display: inline-block;
}
.cart-buttons .btn {
	text-transform: uppercase;
	border-radius: 30px;
	font-size: 15px;
}
.cart-coupon {
	margin-top: 30px;
}
.cart-coupon h4 {
	font-size: 20px;
}
.cart-coupon p {
	margin-top: 12px;
	margin-bottom: 20px;
}
.cuppon-form {
	width: 500px;
	position: relative;
}
.cuppon-form .form-control {
	border: 1px solid #eee;
	border-radius: 30px;
	height: 45px;
}
.cuppon-form .btn {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 30px;
	height: 45px;
}
.cart-total {
	text-align: right;
	background: #fff;
	padding: 25px;
	border: 1px solid #eee;
}
.cart-total h3 {
	font-size: 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}
.cart-total .table td, .cart-total .table th {
	padding: 0 0 15px;
	vertical-align: middle;
	border-top: none;
	font-weight: 600;
}
.cart-total .table td.amount {
	font-weight: 400;
}
.proceed-to-checkout .btn {
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 14px;
}
/*
=========================================
CheckOut Area CSS
=========================================
*/
.checkout-area h4.title,
.title-with-border
{
	font-size: 22px;
	border-bottom: 2px solid #d90445;
	margin-top: -5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.checkout-form .form-control {
	border: 1px solid #dadada;
	border-radius: 0;
}
.checkout-form select.form-control {
	height: 50px;
	padding: 10px 15px;
}
.checkout-form .form-check {
	padding-left: 0;
}
.shipping-details {
	margin-top: 30px;
}
.shipping-details .form-check {
	padding-left: 0;
	margin-bottom: 12px;
}
.order-table {
	text-align: center;
}
.order-table .table-bordered thead th {
	border-bottom: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
.order-table .table td, .order-table .table th {
	vertical-align: middle;
	background: #fff;
	border-color: #eee;
}
.order-table .product-thumbnail a img {
	height: 125px;
}
.order-table .table td {
	font-size: 16px;
}
.payment-information {
	margin-top: 25px;
}
.place-order {
	background: #fff;
	padding: 20px;
	text-align: right;
}
/*
=========================================
Sidebar CSS
=========================================
*/
.side-bar .single-widget {
	margin-bottom: 35px;
}
.side-bar .single-widget .title {
	margin-bottom: 25px;
	font-size: 21px;
	text-transform: uppercase;
	margin-top: 0;
}
.side-bar .search-box form {
	position: relative;
}
.side-bar .search-box form .form-control {
	border: 1px solid #eee;
}
.side-bar .search-box form .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	border-radius: 0 5px 5px 0;
}
.side-bar .recent-post .single-recent-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.side-bar .recent-post .single-recent-post .img {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.side-bar .recent-post .single-recent-post .img img {
	border-radius: 8px;
}
.side-bar .recent-post .single-recent-post .content {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 15px;
}
.side-bar .recent-post .single-recent-post .content h4 {
	font-size: 17px;
	line-height: 26px;
	margin-top: 0px;
	font-weight: 400;
	height: 60px;
	overflow: hidden;
	max-height: 60px;
}
.side-bar .recent-post .single-recent-post .content span {
	display: block;
	margin-top: 8px;
	color: #e30613;
	font-size: 15px;
}
.side-bar .categories-box li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
}
.side-bar .categories-box li:first-child {
	margin-top: 0;
}
.side-bar .categories-box li a {
	color: #505050;
}
.side-bar .categories-box li a:hover {
	color: #e30613;
	padding-left: 5px;
}
.side-bar .tags-box ul li {
	display: inline-block;
	margin-top: 5px;
}
.side-bar .tags-box ul li a {
	border-bottom: 3px solid #222222;
	padding: 6px 14px;
	display: inline-block;
}
.side-bar .tags-box ul li a:hover {
	background: #e30613;
	color: #fff;
}
.side-bar .archives-box li {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dashed #eee;
}
.side-bar .archives-box li:first-child {
	margin-top: 0;
}
.side-bar .archives-box li a {
	color: #505050;
}
.side-bar .archives-box li a:hover {
	color: #e30613;
	padding-left: 5px;
}
.side-bar .latest-courses .single-latest-courses {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.side-bar .latest-courses .single-latest-courses .img {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.side-bar .latest-courses .single-latest-courses .content {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding-left: 15px;
}
.side-bar .latest-courses .single-latest-courses .img img {
	border-radius: 8px;
}
.side-bar .latest-courses .single-latest-courses .content h4 {
	font-size: 17px;
	line-height: 26px;
	margin-top: 14px;
	font-weight: 400;
}
.side-bar .latest-courses .single-latest-courses .content p {
	margin-top: 8px;
	font-size: 16px;
	color: #e30613;
}
.side-bar .latest-courses .single-latest-courses .content p span {
	color: #777777;
	text-decoration: line-through;
}

.side-bar .share-boxes ul{
	margin-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}
.side-bar .share-boxes ul li {
	padding:0px;
	margin:0px;
	border:none;
}

.side-bar .share-boxes ul li i{
	margin-right: 0px;
}
.side-bar .share-boxes ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 39px;
	border-radius: 50%;
}
.side-bar .share-boxes ul li a:hover {
	background: #e30613;
	border-color: #e30613;
	color: #fff;
}

.side-bar .share-boxes ul li a:hover i{
	color:#fff;
}

.side-bar .instagram-post ul {
	overflow: hidden;
}

.side-bar .instagram-post ul li {
	float: left;
	width: 30%;
	padding: 2px;
}

/*
=========================================
Pagination Area CSS
=========================================
*/
.pagination-area {
	margin-top: 40px;
}
.page-link {
	width: 38px;
	height: 38px;
	padding: 0;
	margin: 0 3px;
	color: #777777;
	background-color: #fff;
	border-radius: 0 !important;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	box-shadow: 0 2px 10px 0 #d8dde6;
	border: none;
}
.page-link:hover, .page-link:focus {
	background-color: #e30613;
	border-color: #e30613;
	color: #fff;
}
.page-link:focus {
	box-shadow: 0 2px 10px 0 #d8dde6;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #373736;
	border-color: #373736;
}
/*
=========================================
Partner Area CSS
=========================================
*/
.partner-area {
	text-align: center;
	background: #fff;
}
.partner-area.pt-150 {
	padding-top: 150px;
}
.single-partner {
	height: 205px;
	background: #f2f2f2;
	border: 1px solid #ddd;
	padding: 0 10px;
}
.partner-area .owl-carousel .owl-item img {
	width: 130px;
	display: inline-block;
}
/*
======================================
FAQ Area CSS
======================================
*/
.faq {
	box-shadow: 0 0 50px 0 rgba(67, 67, 67, 0.15);
	padding: 40px;
}
.faq .card {
	background-color: transparent;
	border-radius: 6px !important;
	margin-bottom: 5px;
	border: none;
}
.faq .card-header:first-child {
	border-radius: 0;
}
.faq .card-header {
	background: #e30613;
}
.faq .card-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
.faq .card-header a {
	padding: 15px;
	display: block;
}
.faq .card-header a h5 {
	color: #fff;
}
.faq .card-header i {
	float: right;
	font-size: 20px;
}
.faq .card-header a .icofont-rounded-down::before {
	content: "\eaa1";
}
.faq .card-header a.collapsed .icofont-rounded-down::before {
	content: "\ea99";
}
.faq .card-body {
	line-height: 1.7;
	border: 1px solid #eee;
}
.faq-contact {
	text-align: center;
	margin-top: 50px;
	padding: 40px;
	background-image: url(../img/pat.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.faq-contact h3 {
	font-size: 27px;
	margin-bottom: 40px;
	text-transform: capitalize;
	font-weight: 600;
}
.faq-contact .btn {
	margin-top: 20px;
}
/*
=========================================
Login Area CSS
=========================================
*/
#login-form {
	overflow: hidden;
	position: relative;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	max-width: 750px;
	margin: 0 auto;
}
#login-form::before {
	content: 'or';
	color: #777777;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 10px;
	left: -8px;
	top: 44px;
}
#login-form::after {
	content: '';
	position: absolute;
	background: rgba(128, 128, 128, 0.3);
	right: 0;
	bottom: 0;
	margin: auto;
	height: 7.25em;
	width: 0.1em;
	left: 0;
	top: -78px;
	box-shadow: 0 8.8em 0 0 rgba(128, 128, 128, 0.3);
}
#login-form .heading {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	background: #e30613;
	font-weight: 600;
	font-size: 25px;
}
#login-form .left {
	width: 50%;
	float: left;
	padding: 30px;
}
#login-form .form-control {
	border: 1px solid #eee;
}
#login-form .btn {
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin-top: 23px;
}
#login-form .right {
	width: 50%;
	float: right;
	padding: 30px;
}
#login-form .right .connect {
	color: #777777;
	font-size: 20px;
}
#login-form .right a {
	font-size: 25px;
	color: #fff;
	padding: 13px 0;
	text-align: center;
	display: block;
	width: 100%;
	margin: 8px 0;
	border-radius: 5px;
}
#login-form .right .facebook {
	background: #3a589a;
	margin-top: 15px;
}
#login-form .right .twitter {
	background: #4099ff;
}
#login-form .right .google-plus {
	background: #e9544f;
}
/*
=========================================
Register Area CSS
=========================================
*/
.register-content {
	padding: 25px;
	text-align: center;
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.1);
	max-width: 550px;
	background-color: #fff;
	margin: 0 auto;
}
.register-content .heading {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	background: #e30613;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 30px;
}
.register-content .form-control {
	border: 1px solid #eee;
}
.register-content .btn {
	display: block;
	width: 100%;
	text-transform: uppercase;
}
.register-content h4 {
	color: #777777;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
}
.register-content h4 a {
	text-decoration: underline;
}
/*
=========================================
Error Area CSS
=========================================
*/
.error-area {
	height: 100vh;
	background-image: url(../img/slider-three.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.error-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .77;
}
.error-content {
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
	position: relative;
}
.error-content h1 {
	color: #fff;
	font-size: 260px;
	font-weight: 900;
}
.error-content p {
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.error-content .btn {
	text-transform: uppercase;
	font-size: 25px;
	padding: 10px 50px;
	border-radius: 5px;
}
/*
=========================================
Contact Area CSS
=========================================
*/
.contact-box {
	background: #fff;
	padding: 20px 20px 20px 90px;
	border-radius: 5px;
	position: relative;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box:hover {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contact-box .icon {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 47px;
	border: 1px dashed #e30613;
	border-radius: 50%;
	color: #e30613;
	font-size: 22px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-box:hover .icon {
	background: #e30613;
	color: #fff;
}
.contact-box .content h4 {
	font-size: 21px;
	margin-bottom: 12px;
}
.contact-box .content p a {
	color: #777777;
}
.contact-box .content p a:hover {
	color: #e30613;
}
#map {
	height: 400px;
	width: 100%;
	margin-top: 50px;
}
.leave-your-message {
	margin-top: 50px;
}
.leave-your-message h3 {
	margin-bottom: 20px;
	font-size: 25px;
}
.leave-your-message .stay-connected {
	margin-top: 25px;
}
.leave-your-message .stay-connected li {
	margin-bottom: 10px;
}
.leave-your-message .stay-connected li:last-child {
	margin-bottom: 0;
}
.leave-your-message .stay-connected li a {
	font-weight: 700;
	display: inline-block;
	color: #777777;
}
.leave-your-message .stay-connected li a i {
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	border: 1px solid;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 10px;
}
.leave-your-message .stay-connected li a:hover {
	color: #e30613;
}
#contactForm {
	background: #fff;
	padding: 25px;
	margin-top: 50px;
}
#contactForm {
	background: #fff;
	padding: 25px;
}
#contactForm label {
	margin-bottom: 15px;
	font-size: 17px;
}
#contactForm .form-control {
	border: 1px solid #eee;
}
#contactForm ul li {
	color: red;
}
#contactForm .btn {
	margin-top: 20px;
}
/*
=========================================
Footer Area CSS
=========================================
*/
.footer-area {
	background: #000;
	padding-top: 0px;
	background-image: url(../img/footer-bg.png);
	background-position: center center;
	background-size: cover;
	padding-bottom: 40px;
}


.single-footer {
	margin-top: 40px;
}

.single-footer h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 45px;
	/* margin-top: -6px; */
	position: relative;
}
.single-footer h3:after {
	border-radius: 10px;
	bottom: -14px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 50px;
	background-color: #e31913;
}

.single-footer .bg-gray{
	background-color: #9e9e9e;
	border-top: 5px solid #e31913;
	text-align: center;
	padding: 13px;
	margin-bottom: 20px;
	margin-top: -5px;
}

.single-footer .footer-contact-info li {
	font-size: 15px;
	color: #c3c3c3;
	margin-top: 10px;
}

.footer-contact-info li i {
	margin-right: 10px;
	display: inline-block;
}

.single-footer .footer-contact-info li:first-child {
	margin-top: 0;
}
.single-footer .footer-contact-info li a {
	color: #c3c3c3;
}
.single-footer .footer-contact-info li a:hover {
	color: #e30613;
}
.single-footer .social {
	margin-top: 20px;
}
.single-footer .social li {
	font-size: 17px;
	color: #c3c3c3;
	display: inline-block;
	margin-right: 8px;
}
.single-footer .social li a {
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	background-color: #e31913;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
}
.single-footer .social li a:hover {
	color: #fff;
}
.single-footer .list li {
	font-size: 15px;
	color: #4a4a4a;
	margin-top: 8px;
	position: relative;
}
.single-footer .list li:first-child {
	margin-top: 0;
}
.single-footer .list li a {
	color: #c3c3c3;
	padding-left: 16px;
}
.single-footer .list li a:before{
	position: absolute;
	content: "\f0da";
	font-family: fontawesome;
	margin-right: 10px;
	display: inline-block;
	left: 0;
	top: 0;
}

.single-footer .list li a:hover {
	color: #e30613;
}
.footer-area .copyright-area {
	border-top: 1px solid #3A3A3A;
}
.copyright-area {
	margin-top: 40px;
	padding: 10px 0;
}
.copyright-area p {
	color: #c3c3c3;
}
.copyright-area ul {
	text-align: right;
}
.copyright-area ul li {
	display: inline-block;
	font-size: 15px;
	border-left: 2px solid #3A3A3A;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 1;
}
.copyright-area ul li:first-child {
	padding-left: 0;
	border-left: none;
}
.copyright-area ul li a {
	color: #c3c3c3;
}
.copyright-area ul li a:hover {
	color: #e30613;
}
/*
=========================================
Scrolltop CSS
=========================================
*/
.scrolltop {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	font-size: 25px;
	background: #222222;
	z-index: 1000;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.scrolltop:hover {
	background: #e30613;
	color: #fff;
}

.top-bar {
	background-color: #e30613;
}

.top-bar ul{
	padding: 0px;
	margin:0px;
	list-style: none;
}

.top-bar ul li {
	list-style: none;
	display: inline-block;
}

.top-bar ul li+li {
	margin-left: 15px;
}


.top-bar .left-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.top-bar .right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.top-bar a {
	color:#fff;
	font-size:13px;
	box-shadow: unset !important;
}

.top-bar .list-group a {
	color:#333;
	font-size:13px;
}


.top-bar .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.nav-brand img {
	margin-top:-36px;
}

.logo-icon {
	position: absolute;
	left: 8px;
	top: 24px;
}

.logo-icon img {
	width: auto !important;
}

.login-btn {
	display: inline-block;
}

.login-btn>a {
	color:#fff !important;
	padding:8px 26px !important;
}


.is-sticky .top-bar {
	display: none;
}

.is-sticky .nav-brand img {
	margin-top: 0px;
	height: 72px;
}

.is-sticky .logo-icon {
	position: absolute;
	left: 5px;
	top: 16px;
}

.top-bar .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-bar-col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.top-bar-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.top-bar-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.top-bar .top-bar-contact-info {
	margin-left: 160px;
}
.top-bar.top-bar-color-light a:not(.button) {
	color: rgba(255,255,255,.6);
}
.top-bar-color-light .mini-cart-opener {
	background-color: rgba(0,0,0,.22);
}
.top-bar-links a {
	outline: 0 !important;
}
.mini-cart-opener {
	position: relative;
	width: 46px;
	height: 44px;
	text-align: center;
	display: block;
	background-color: rgba(0,0,0,.2);
	line-height: 40px;
}

.mini-cart-opener .bag-icon {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mini-cart-opener svg {
	fill: #fff;
}
.mini-cart-opener svg {
	width: 32px;
}

.mini-cart-opener .studiare-cart-number {
	position: absolute;
	font-size: 10px;
	top: 3px;
	right: 1px;
	width: 16px;
	line-height: 17px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	color: #333;
	text-align: center;
}

.top-bar-cart {
	position: relative;
}

.top-bar-cart .dropdown-cart {
	position: absolute;
	right: 0;
	top: 100%;
	width: 350px;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
	background-color: #fff;
	border-radius: 4px;
	z-index: 130;
	font-size: 15px;
	color: #6c757d;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(0,10px);
	transform: translate(0,10px);
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border: 1px solid rgba(0,0,0,0.2)
}

.top-bar-cart .dropdown-cart.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.widget_shopping_cart .product_list_widget {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	text-align: left;
}
.widget ul, .widget ol {
	list-style: none;
	margin: 0;
}

.widget_shopping_cart .product_list_widget .mini_cart_item {
	padding: 20px 0;
}
.product_list_widget li:last-child {
	padding-bottom: 0;
}
.product_list_widget>li:last-child {
	border-bottom: 0;
}
.widget_shopping_cart .mini_cart_item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:20px;
	margin:0px;
}
.product_list_widget li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.product_list_widget>li {
	border-bottom: 1px solid #e5e5e5;
}

.widget_shopping_cart .mini_cart_item .remove {
	color: #fff !important;
	display: block;
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 12;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #ccc;
	text-align: center;
	line-height: 21px;
}
.product_list_widget li a {
	display: block;
	line-height: 1.4;
}
.top-bar-links a {
	outline: 0 !important;
}


.product_list_widget li::after {
	display: block;
	clear: both;
	content: "";
}

.widget_shopping_cart {
	padding:0 20px 20px;
}
.widget_shopping_cart .cart-item-image {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}


.product_list_widget>li img {
	overflow: hidden;
	float: left;
	margin-right: 15px;
	max-width: 65px;
	min-width: 65px;
	height: auto;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1;
	box-shadow: 0 0 0 1px #e1e1e1;
}

.top-bar-cart .dropdown-cart .cart-item-content {
	line-height: 1.5;
}
.widget_shopping_cart .cart-item-content {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-right: 20px;
}

.top-bar-cart .dropdown-cart .cart-item-content .product-title {
	display: block;
	color: #464749;
	margin-bottom: 4px;
}

.widget_shopping_cart .quantity {
	color: #adb5bd;
	font-size: 13px;
	display: block;
}

.top-bar-cart .dropdown-cart .total {
	border-top: 1px solid #e5e5e5;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-bar-cart .dropdown-cart .mini_cart_item:hover a.product-title {
	color:#f00;
}

.widget_shopping_cart .no-product {
	padding:20px 0 0px;
	margin:0;
	text-align: center;
}


.search-form-opener {
	width: 46px;
	height: 46px;
	display: block;
	background-color: rgba(0,0,0,.1);
	line-height: 40px;
}


.search-form-opener .search-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.search-form-opener .close-icon, .search-form-opener .search-icon {
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-form-opener svg {
	width: 28px;
}

.search-form-opener .close-icon {
	display: none;
}

.icon-list .icon-box,
.icon-list .icon-content{

}

section.slogan {
	padding:40px 0;
	background-color: #f8f9fa;
}

.course-category-1x {
	padding: 50px 0;
}

.course-category-1x .category-left .hvrbox {
	border-radius: 4px;
	box-shadow: 0 10px 25px 0 rgba(46, 61, 73, 0.15);
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: -8px;
}
.hvrbox, .hvrbox * {
	box-sizing: border-box;
}

.course-category-1x .category-left .hvrbox img {
	object-fit: cover;
	width: 100%;
	max-height: 350px;
}

.course-category-1x .hvrbox .hvrbox-layer_bottom {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transform: scale(1);
}

.hvrbox .hvrbox-layer_bottom {
	display: block;
}

.course-category-1x .left-image .btn-small {
	border: 3px solid transparent;
}
.btn-small {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 7px 20px;
	border-radius: 3px;
	text-transform: capitalize;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course-category-1x .hvrbox .hvrbox-layer_top {
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
}
.hvrbox .hvrbox-layer_top {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.course-category-1x .hvrbox-text {
	width: 100%;
	text-align: center;
	display: inline-block;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.course-category-1x .category-left .hvrbox-text a {
	display: block;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
}

.course-category-1x .left-image .hvrbox-text h5 {
	padding: 14px 18px;
}
.course-category-1x .category-left .hvrbox-text h5 {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 15px 18px;
	border-radius: 3px;
	background: transparent;
	display: inline-block;
	margin-top: 1px;
	border: 1px solid transparent;
	margin-top: 15px;
}

.course-category-1x .hvrbox .hvrbox-layer_top .btn-small {
	display: inline-block;
}

.course-category-1x .category-left .hvrbox-text .btn-small {
	display: none;
	font-size: 14px;
	font-weight: 600;
	margin-top: 15px;
	padding: 5px 18px;
	margin-bottom: 11px;
}


.course-category-1x .hvrbox:hover .hvrbox-layer_bottom {
	transform: scale(1.2);
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top, .course-category-1x .hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top .hvrbox-text h5 {
	display: none;
}

.course-category-1x .hvrbox:hover .hvrbox-layer_top .hvrbox-text .btn-small {
	display: inline-block;
}


@media(min-width: 767px){
	.countdown-timer-holder.center .countdown-item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.countdown-timer-holder .countdown-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.countdown-timer-holder.standard .countdown-unit {
	width: 170px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 22px 45px;
	border-radius: 100%;
}

.countdown-timer-holder .countdown-item .countdown-unit {
	display: block;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
}

.countdown-timer-holder.medium .countdown-unit .number {
	font-size: 42px;
	font-weight: 500;
	letter-spacing: -2px;
}
.countdown-timer-holder .countdown-item .countdown-unit .number, .countdown-timer-holder .countdown-item .countdown-unit .text {
	display: block;
	color:#333;
}


.countdown-timer-holder.standard .countdown-unit .number {
	color: #e31913;
	padding: 10px 0;
	border-bottom: 1px solid #efefef;
}
.countdown-timer-holder.standard .countdown-unit .text {
	line-height: 1;
	padding: 15px 10px;
	font-weight: 400;
	font-size: 18px;
}

.countdown-area {
	padding:50px 0;
	background-color: #f8f9fa;
	background: url("../img/parallax/countdown.jpg");
	color:#fff;
}

.index-last-course{
	width: 50%;
	margin:0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#fff;
}
.index-last-course th {
	text-align: right;
	width:40%;
}

.index-last-course td,
.index-last-course th
{
	border:none;
	font-size: 15px;
	padding: 5px 9px;
}

.index-last-course td {
	text-align: left;

}

.countdown-area .section-title {
	margin-bottom: 20px;
}

.countdown-area .detail-button {
	margin-top: 30px;
}



.products .course-item .course-item-inner {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.products .course-item .course-item-inner .course-thumbnail-holder img {
	width: 100%
}

.products .course-item .course-item-inner .course-thumbnail-holder{

}

.products .course-item .course-item-inner .course-content-holder .course-content-main {
	padding: 20px 20px 7px;
	overflow: hidden;
	align-items: flex-start;
}


.products.list-view .start-date {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.products.grid-view .start-date .bitis {
	display: none;
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-title {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
}


.products.list-view .course-item .course-item-inner .course-content-holder .course-content-main .course-title{
	font-size: 22px;
	padding-right: 70px;
}


.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher {

}

.course-rating-teacher {
	font-size: 14px;

}

.course-rating-teacher i {
	margin-right: 5px;
	color:#13863d;
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating {
	font-size: .8125rem
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating .rating {
	background-color: #13863d;
	color: #fff;
	padding: 3px 6px;
	margin-right: 8px;
	border-radius: 4px
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating .votes-number {
	color: #adb5bd;
	margin-right: 10px
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .star-rating.no-ratings .votes-number {
	display: none
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .8125rem;
	color: #1e83f0
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher:hover {
	color: #6c757d
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-rating-teacher .course-loop-teacher:before {
	content: '';
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 10px;
	width: 1px;
	height: 18px;
	background-color: #e9ecef
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-description {
	margin-top: 10px;
	font-size: .875rem
}

.products .course-item .course-item-inner .course-content-holder .course-content-main .course-description p {
	margin-bottom: 0
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom {
	border-top: 1px solid #e5e5e5;
	padding: 10px 10px;
	font-size: .9375rem;
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-students {
	color: #6c757d
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom  i {
	margin-right: 8px;
	color:#13863d;
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-price {
	color: #e31913;
}

.products .course-item .course-item-inner .course-content-holder .course-content-bottom .course-price .price-sale {
	color: #13863d;
}

.products .course-item:hover .course-item-inner {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .06);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .06)
}

.products.list-view .course-item .course-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: stretch; */
}

.products.list-view .course-item .course-item-inner .course-thumbnail-holder {
	max-width: 30%;
	min-width: 30%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.products.list-view .course-item .course-item-inner .course-content-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 2;
	-ms-flex-positive: 1;
	flex-grow: 2;
	justify-content: space-between;
}

.products.list-view .course-item .course-item-inner .course-content-holder .course-content-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media(max-width:767.98px) {
	.products.list-view .course-item .course-item-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.products.list-view .course-item .course-item-inner .course-thumbnail-holder {
		max-width: 100%;
		width: 100%
	}
}

.products .course-item {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}


@media(min-width:768px) {
	.products.grid-view.courses-2-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media(min-width:768px) {
	.products.grid-view.courses-3-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media(min-width:992px) {
	.products.grid-view.courses-3-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
}

@media(min-width:768px) {
	.products.grid-view.courses-4-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media(min-width:992px) {
	.products.grid-view.courses-4-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%
	}
}

@media(min-width:1200px) {
	.products.grid-view.courses-4-columns .course-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
}

.products.grid-view .course-item .course-description {
	display: none
}

.products .no-product {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}


.date-text .table {
	margin-bottom: 0px;
}

.date-text .table td,
.date-text .table th{
	padding:5px;
	font-size: 13px;
	text-align: left;
	border:none;
}

.date-text .table {
	margin-top: 25px;
}

.rating i {
	display: inline;
}

.products .price-button{
	background-color: #13863d;
	color: #fff;
	padding: 3px 6px;
	margin-right: 8px;
	border-radius: 4px;
	position: absolute;
	top:15px;
	right: 20px;
}

.parallax-bg {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.parallax-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47,47,47,.7);
	z-index: 1;
}

.parallax-bg .container {
	position: relative;
	z-index: 2;
}

.parallax-bg .section-title h3:before {
	display: none;
}


.widget {
	margin-bottom: 40px;
	padding: 13px;
	background-color: #fff;
}

.sidebar .widget .widget-title {
	background: #373736 none repeat scroll 0 0;
	font-size: 17px;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 11px 15px;
	position: relative;
	border: 1px solid #eee;
	font-weight: 600;
	color: #fff;
	margin-top: -36px;
}

.sidebar .widget .widget-title::after {
	content: "";
	height: 60%;
	left: -4px;
	position: absolute;
	top: 10px;
	width: 10px;
	background: #e31913;
}


ul.list {
	list-style: outside none none;
	margin-top: 0px;
	padding-left: 0;
}

.widget ul.list li, .widget .post {
	/* margin-bottom: 10px; */
	/* padding-bottom: 10px; */
}

widget .list-border li {
	margin-bottom: 0;
	padding: 10px 0;
}

ul.list li {
	margin: 0px 0;
	font-weight: 500;
	position: relative;
}

.list-border li {
	border-bottom: 1px dashed #e6e6e6;
}

ul.list li a {
	text-decoration: none;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;

}

.sidebar ul.list li a {
	display: block;
	padding: 10px 0px;
	background-color: #fff;
}

ul.list li:hover a, ul.list li.active a {
	color:#e31913;
}
.content-detail {
	background-color: #f3f4f5;
}

.img-wrapper {
	background: #fff;
	padding: 10px;
	margin-bottom: 30px;
	-ms-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.img-wrapper:hover {
	-webkit-transform: scale(1.05);
	transform:scale(1.05);
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
}

.sidebar-block {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.courses-block{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;

}



.courses-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.courses-holder .courses-top-bar {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin-bottom: 1.275rem;
	padding: 1rem 1.25rem;
}


.courses-holder .courses-top-bar .courses-top-bar-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.courses-holder .courses-top-bar .layout-switcher {
	margin-right: 1rem;
}

.courses-holder .courses-top-bar .layout-switcher>a.active {
	background-color: #13863d;
	border-color: #13863d;
}
.courses-holder .courses-top-bar .layout-switcher>a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: .3rem .425rem;
	margin-right: .3125rem;
}

.courses-holder .courses-top-bar .courses-top-bar-inner .courses-top-bar-left .woocommerce-result-count {
	margin-bottom: 0;
}
.search-form {
	position: relative;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.search-form input[type='search'] {
	width: 100%;
	padding-right: 42px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.6;
	outline: 0;
	padding: 8px 10px;
	border: 1px solid #dcdcdc;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.06);
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.courses-holder .courses-top-bar .layout-switcher>a svg {
	fill: #495057;
	width: 25px;
	height: 25px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.courses-holder .courses-top-bar .layout-switcher>a.active svg {
	fill: #fff;
}

.search-form .search-submit svg {
	width: 32px;
	height: 32px;
	fill: #6c757d;
}


.product-single-main .product-single-top-part {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	/* overflow: hidden; */
	margin-bottom: 30px;
}

.product-single-main .product-single-top-part .product-info-before-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}


.product-single-main .product-single-top-part .before-gallery-unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #e5e5e5;
	padding-right: 20px;
	margin-right: 20px;
	padding-left: 0px;
}

.product-single-main .product-single-top-part .before-gallery-unit .icon {
	margin-right: 15px;
	font-size: 24px;
	color: #e31913;
}

.product-single-main .product-single-top-part .before-gallery-unit .info {
	line-height: 1.5;
}

.product-single-main .product-single-top-part .before-gallery-unit .info .label {
	color: #909090;
}

.product-single-main .product-single-top-part .before-gallery-unit:last-child {
	padding-right: 0;
	border-right: 0;
	margin-right: 0;
}

.product-single-main .product-single-top-part .before-gallery-unit .star-rating .rating {
	background-color: #8bca48;
	color: #fff;
	padding: 3px 6px;
	margin-right: 8px;
	border-radius: 4px;
}

.product-single-main {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.review-list {
	background-color: #efefef;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}

.review-list .title{
	padding-left: 70px;
	position: relative;
	margin-bottom: 10px;
	font-size: 18px;
}

.review-list .title:before {
	content:"";
	width: 60px;
	height: 2px;
	background-color: #e30613;
	position: absolute;
	left: 0px;
	top:13px;
}



.single-post .comment-list {
	padding-left: 0;
}
.single-post .comment-list li {
	list-style: none;
}

.single-post .comment-list .comment-author {
	margin-top: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}


.media-left, .media>.pull-left {
	padding-right: 10px;
}

.single-post .comment-list .comment-date, .single-post .comment-list .comment-heading {
	font-size: 16px;
	margin: 0px;
}

.single-post .comment-list .comment-heading{
	margin-bottom: 10px;
}
.single-post .media-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.comment-list p {
	margin-top:5px !important;
}

.loginForm .form-control,
.sifreAl .form-control
{
	height: 45px;
	padding: 15px;
	font-size: 15px;
	border-radius: 5px;
	font-weight: 400;
	border: 1px solid #e0e0e0;
}

.modal-title {
	color: #444;
}

.bg-dark .modal-title {
	color:#fff;
}

.alert {
	display: none;
}

.alert-success,
.alert-danger,
.alert-warning
{
	display: block;
}


.welcome-text {
	display: inline-block;
	padding-right: 15px;
	color:#fff;
	font-size: 14px;
}

.welcome-text b {
	font-weight: 600;
}

.dropdown-menu.top-profile{
	padding:0px;
	border:none;
}

.top-profile a:hover {
	background-color: #828282;
	color: #fff;
}

.form-group.row {
	align-items: center;
	-webkit-align-items: center;
}

.form-group.row label {
	margin-bottom: 0px;
	font-size: 14px;
}

.uyelikForm .hidden-type.none,
.uyelikForm .hidden-type-two.none
{
	display: none;
}


.table-cart thead th {
	border: none !important;
	background-color: #4a4a4a;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 10px !important;
	position: relative;
}

.table-students thead tr th {
	font-size: 15px;
	font-weight: 500;
	vertical-align: middle;
	background-color: #4a4a4a;
	color: #fff;
	border: none;
}
.row-student {
	background-color: #fff;
}


.students-input {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	width: 100%;
	background-color: #f9f9f9;
}


.footer-link {
	margin-top: 40px;
	text-align: center;
	padding:0px;
}

.footer-link li {
	list-style: none;
	display: inline-block;
	padding:0 30px;
}


.footer-link li a{
	color:#c3c3c3;
	display: block;
}


.footer-link li:hover a{
	color:#e30613;
}

.credit-card-box {
	-webkit-perspective: 1000;
	perspective: 1000;
	width: 100%;
	height: 280px;
	position: relative;
}
.credit-card-box:hover .flip, .credit-card-box.hover .flip {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.credit-card-box .front,
.credit-card-box .back {
	width: 100%;
	height: 250px;
	border-radius: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: linear-gradient(135deg, #bd6772, #53223f);
	position: absolute;
	color: #fff;

	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.garanti  .front,
.garanti  .back
{

	background: linear-gradient(135deg, #bed4cb, #08672c) !important;

}

.isbank  .front,
.isbank  .back
{

	background: linear-gradient(135deg, #5dd0d4, #0c3b67) !important;

}


.yapikredi  .front,
.yapikredi  .back
{

	background: linear-gradient(135deg, #ca85d4, #570967) !important;

}

.akbank  .front,
.akbank  .back
{

	background: linear-gradient(135deg, #d44838, #b0080b) !important;

}


.credit-card-box .front::before,
.credit-card-box .back::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/44386.svg") no-repeat center;
	background-size: cover;
	opacity: .05;
}
.credit-card-box .flip {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
.credit-card-box .logo {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 60px;
}
.credit-card-box .logo svg {
	width: 100%;
	height: auto;
	fill: #fff;
}
.credit-card-box .front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.credit-card-box .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.credit-card-box .back .logo {
	top: 185px;
}
.credit-card-box .chip {
	position: absolute;
	width: 60px;
	height: 45px;
	top: 20px;
	left: 20px;
	background: linear-gradient(135deg, #ddccf0 0%, #d1e9f5 44%, #f8ece7 100%);
	border-radius: 8px;
}
.credit-card-box .chip::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 4px solid rgba(128, 128, 128, 0.1);
	width: 80%;
	height: 70%;
	border-radius: 5px;
}
.credit-card-box .strip {
	background: linear-gradient(135deg, #404040, #1a1a1a);
	position: absolute;
	width: 100%;
	height: 50px;
	top: 30px;
	left: 0;
}
.credit-card-box .number {
	position: absolute;
	margin: 0 auto;
	top: 103px;
	left: 19px;
	font-size: 33px;
}
.credit-card-box label {
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: none;
	text-transform: uppercase;
	font-weight: normal;
	opacity: 0.5;
	display: block;
	margin-bottom: 3px;
}
.credit-card-box .kartisim,
.credit-card-box .card-expiration-date {
	position: absolute;
	margin: 0 auto;
	top: 180px;
	left: 19px;
	font-size: 22px;
	text-transform: capitalize;
}
.credit-card-box .card-expiration-date {
	text-align: right;
	left: auto;
	right: 20px;
}
.credit-card-box .ccv {
	height: 36px;
	background: #fff;
	width: 91%;
	border-radius: 5px;
	top: 110px;
	left: 0;
	right: 0;
	position: absolute;
	margin: 0 auto;
	color: #000;
	text-align: right;
	padding: 4px;
}
.credit-card-box .ccv label {
	margin: -25px 0 14px;
	color: #fff;
}
.logo-odeme { text-align: center; margin-top: 10px;}

.logo-odeme:after {
	content: "";
	background: -webkit-linear-gradient(left, #2ecc71 10%, #3498db 10%, #3498db 20%, #8e44ad 20%, #8e44ad 30%, #e67e22 30%, #e67e22 40%, #c0392b 40%, #c0392b 50%, #2ecc71 50%, #2ecc71 60%, #3498db 60%, #3498db 70%, #8e44ad 70%, #8e44ad 80%, #e67e22 80%, #e67e22 90%, #c0392b 90%);
	background: linear-gradient(to right, #2ecc71 10%, #3498db 10%, #3498db 20%, #8e44ad 20%, #8e44ad 30%, #e67e22 30%, #e67e22 40%, #c0392b 40%, #c0392b 50%, #2ecc71 50%, #2ecc71 60%, #3498db 60%, #3498db 70%, #8e44ad 70%, #8e44ad 80%, #e67e22 80%, #e67e22 90%, #c0392b 90%);
	background-size: 200% 100%;
	display: inline-block;
	width: 99%;
	position: relative;
	right: 0;
	height: 4px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: all .125s linear;
	transition: all .125s linear;
	left: 0;
	bottom: 0;
}
.taksit ul li { width: 100%; clear: both; display: block}

.banklogo img {width: 100px;   padding: 10px; margin-bottom: 20px; background-color: #ccc;}

.taksitlist { width: 100%; font-size: 14px;}
.taksitlist tr th:first-child { width: 40%;}
.taksitlist tr th:nth-child(2) { width: 30%;}
.taksitlist tr th:last-child { width: 20%;}
.sozlesme { list-style: outside;     padding: 0px;}

.taksitlist thead th { padding: 5px !important;}
.taksitlist thead th ,.taksitlist tbody td {border-right:2px solid #fff !important; border-bottom:2px solid #fff !important;  text-indent: 5px !important; font-weight: bold !important; }
.taksitlist thead tr {background-color:#b2b2b2 !important;  }

.taksitlist tbody tr:nth-child(odd) { background-color:#ededed !important;}
.taksitlist tbody tr:nth-child(even) { background-color:#e0e0e0 !important;}

.sozlesme li { float: left; margin-right: 20px; display: inline-block;  }
.sozlesme li a { font-size: 13px; color: #000; display: inline-block;}

.modal .detay { font-size: 13px;}

label.error { font-size: 11px !important; color: #c20000 !important;}

.odemesonuc { width: 100%; border:1px solid #dedede; }

.odemesonuc td { border-bottom: 1px solid #dedede; padding: 3px; text-indent: 10px;}
.odemesonuc tr td:first-child { border-right: 1px solid #dedede;}
#paymentForm {
	padding:20px;
	background-color: #ffffff;
}
#paymentForm .form-control {
	border:1px solid #dcdcdc;
	margin-bottom: 10px;
	height: auto;
	padding: 9px 15px;
}

.carttype2 {
	display: none;
}


.payment-block {
	max-height: 0px;
	overflow: hidden;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
}

.payment-block.active {
	max-height: 600px;
	margin-top: 30px;
}

.video-galeri .product-img {
	height: 190px;
}
@media (min-width: 768px){
	.video-galeri .product-img img {
		height: 100%;
		width: auto;
		max-width: initial;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}


.video-galeri .single-product .product-img .quick-view{
	z-index: 3;
	font-size: 50px;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 55px;
	margin-left: -25px;
	margin-top: -27px;
	right: 0;
	bottom: 0;
	line-height: 55px;
	text-align: center;
}

.video-galeri  .single-product .product-img::before {
	z-index: 2;
}

textarea {
	resize:none;
}

.odeme-sonuc{
	text-align: center;
}

.odeme-sonuc .bg-white {
	background-color: #fff;
	display: inline-block;
	padding: 40px;
	min-width: 800px;
}

.odeme-sonuc i.icon{
	font-size: 60px;
}

.odeme-sonuc .bg-white .title-message {
	font-size: 25px;
	font-weight: 600;
	display: inline-block;
	margin: 15px 0;
}

.odeme-sonuc .bg-white.green .title-message,
.odeme-sonuc .bg-white.green i
{
	color:#5cb85c;
}


.odeme-sonuc .bg-white.red .title-message,
.odeme-sonuc .bg-white.red i{
	color:#e30613;
}

.odeme-sonuc .bg-white.green h5 {
	line-height: 35px;
}
.v-hidden {
	visibility: hidden;
}

@media (min-width: 768px){
	.tarifButton {
		display: none;
	}
}

.sidebar-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.courses-block {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.courses-block.search-page {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.siparis-list,
.students-lists{
	background-color: #fff;
	padding: 15px;
}


.siparis-list ul {
	margin:0;
	padding:0;
}

.siparis-list ul li {
	list-style: none;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:1px solid #efefef;
	margin-bottom: 5px;
}

.siparis-list ul li h5 {
	color:#e30613;
	font-size: 16px;
	font-weight: 600;
}

.siparis-list ul li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}


.students-lists tr td input:last-child{
	margin-bottom: 0px;
}


.students-lists .btn-small {
	padding: 5px 10px;
}

.students-lists .table-bordered tr td {
	padding:10px
}

.students-lists .btn-number{
	width: 33px;
	margin-bottom: 5px;
	color: #fff !important;
	font-size: 19px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	padding: 0;
}
.siparisList {
	margin-bottom: 30px;
}

.siparisList:last-child {
	margin-bottom: 0px;
}

.siparisList .side-bar .features-box ul li {

	margin-top: 2px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
	font-size: 14px;
}

.listUsersInfo td{
	font-size: 13px;
}
.listUsersInfo td,
.listUsersInfo th{
	padding: 7px;
}

.listUsersInfo th,
.listUsersInfo th strong,
.listUsersInfo th b
{
	font-size: 14px;
	font-weight: 500;
}

.login-teacher-btn {
	font-weight: 400;
	margin-right: 20px;
	padding: 6px 13px;
}

.eloginForm .form-control {
	height: 40px;
	padding: 10px;
	font-size: 14px;
	border-radius: 0;
	font-weight: 400;
	border: 1px solid #e0e0e0;
}


ul.submenu{
	padding: 10px 25px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
}

ul.submenu li a{
	font-size: 14px;
	padding-left: 10px;
	display: block;
	padding: 4px 0 4px 10px;
}

ul.submenu li a.active {
	color:#e30613;
}

.dropdown-toggle.note-btn:after{
	display: none;
}

.note-btn-group .dropdown-toggle .note-icon-caret {
	margin-left: 4px;
}

.note-toolbar.panel-heading{
	background-color: #efefef;
}

.note-btn-group .btn-sm .note-icon-caret{
	margin-left: 0;
}

.note-btn {
	border:1px solid #ccc;
	background-color: #fff;
}

.note-popover {
	display: none;
}

.dropdown-menu li[role="listitem"] a {
	padding: 2px 10px;
	border-bottom: 1px solid #d9d9d9;
	display: block;
}

.egitmen label {
	font-weight: 500;
	font-size: 14px;
	color: #67757c;
}

.single-choose .media .icon {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 0;
	border: 1px solid #d6d5d5cc;
	color: #424242;
}

.single-choose .media h4 {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: inherit;
}

.single-choose .media p {
	color:#333;
	line-height: inherit;
}

.upload_btn{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #272b41;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	margin-left: 13px;
	margin-bottom: 13px;
	cursor: pointer;
	padding: 5px 10px;
	line-height: 17px;
}

.upload_btn i {
	margin-right: 5px;
}

.upload_btn input[type=file]{
	position: absolute;
	top:0;
	width: 100%;
	left: 0;
	height: 100%;
	opacity: 0;
	cursor:pointer;
}

.page.egitmen .top-bar.fixed {
	width: 100%;
	top:0;
	left:0;
	padding: 10px 0;
	z-index: 99;
	-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
}

.page.egitmen .main-sidebar {
	background-color: #28373e;
	box-shadow: 1px 0px 20px rgba(0,0,0,0.08);
	top: 0;
	position: fixed;
	left: 0;
	margin-top: 56px;
	min-height: 100%;
	width: 230px;
	z-index: 810;
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.page.egitmen .main-sidebar .user-panel,
.page.egitmen .sidebar-menu,
.page.egitmen .sidebar-menu>li.header {
	white-space: nowrap;
	overflow: hidden;
}
.page.egitmen .sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0px;
}

.page.egitmen .sidebar-menu>li {
	position: relative;
	margin: 0;
	padding: 5px 10px;
}

.page.egitmen .sidebar-menu>li.user-profile {
	background-image: url(../img/user-info.jpg);
	background-position: 0px -2px;
}
.page.egitmen .sidebar-menu>li>a {
	padding: 9px 5px;
}
.page.egitmen .sidebar-menu li>a {
	position: relative;
	font-weight: 300;
	font-size: 14px;
	color:#d4d4d4;
}
.page.egitmen .sidebar-menu>li>a {
	display: block;
}

.page.egitmen .sidebar-menu>li:hover>a,
.page.egitmen .sidebar-menu>li.active>a,
.page.egitmen .sidebar-menu>li.menu-open>a {
	border-radius: 5px;
}

.page.egitmen .sidebar-menu > li > a {
	border-left: none;
}



.page.egitmen .sidebar-menu > li.active > a,
.page.egitmen .sidebar-menu > li.menu-open > a {
	color: #ffffff;
}

.page.egitmen .sidebar-menu>li.active>a>i,
.page.egitmen .sidebar-menu>li:hover>a>i,
.page.egitmen .sidebar-menu>li.menu-open>a>i {
	color: #fff;
}
.page.egitmen .sidebar-menu li>a>.fa-angle-right {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -8px;
}
.page.egitmen .sidebar-menu li>a>.fa-angle-right,
.page.egitmen .sidebar-menu li>a>.pull-right-container>.fa-angle-right {
	width: auto;
	height: auto;
	padding: 0;
	margin-right: 10px;
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}
.page.egitmen .sidebar-menu>li>a>.fa,
.page.egitmen .sidebar-menu>li>a>.glyphicon,
.page.egitmen .sidebar-menu>li>a>.ion,
.page.egitmen .sidebar-menu>li>a>.mdi {
	width: 30px;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	color: #7d7d7d;
	padding-left: 5px;
	margin-right: 0;
}

.page.egitmen .sidebar-menu>li:hover>a {
	color: #f62d51;
	background-color: transparent;
}

.page.egitmen .sidebar-menu>li.active>a,
.page.egitmen .sidebar-menu>li.menu-open>a {
	color: #ffffff;
	background: #f62d51;
}

.page.egitmen .sidebar-menu ul.sub {
	padding: 0 15px ;
}

.page.egitmen .sidebar-menu ul.sub li a {
	font-size: 13px;
	padding: 7px 0;
	display: block;
}

.page.egitmen .sidebar-menu ul.sub li a i {
	margin-right: 7px;
}

.page.egitmen .sidebar-menu ul.sub li a:hover,
.page.egitmen .sidebar-menu ul.sub li a.active{
	color:#f62d51;
}

.page.egitmen .content-wrapper {
	min-height: 100%;
	background-color: #f4f6f9;
	padding-top: 56px;
}
.page.egitmen .content-wrapper,
.page.egitmen .main-footer {
	-webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out;
	margin-left: 230px;
}


.page.egitmen .content-header {
	position: relative;
	padding: 11px 20px;
	background: #fff;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}


.page.egitmen .content-header>h1,
.page.egitmen .content-header>.container>h1 {
	margin: 0;
	font-size: 24px;
	color: #455a64;
	font-weight: 400;
	line-height: 40px;
}


.page.egitmen .content-header>.breadcrumb,
.page.egitmen .content-header>.container>.breadcrumb {
	float: right;
	background: 0 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	right: 20px;
	border-radius: 2px;
	top: 18px;
}

.page.egitmen .sidebar-menu>li.user-profile {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff !important;
	padding: 15px 10px;
	font-size: 14px;
}

.page.egitmen .sidebar-menu .user-profile > img {
	  width: 40px;
	/* border-radius: 100%; */
	margin-right: 10px;
}

.page.egitmen .sidebar-menu li>.pull-right-container {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}

.page.egitmen .content {
	background: #f4f6f9;
	min-height: 250px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}


.page.egitmen .main-footer {
	background: #fff;
	padding: 15px;
	color: #455a64;
	border-top: 1px solid #d2d6de;
	font-size: 14px;

}
.page.egitmen .card-header {
	color: rgb(69, 90, 100);
	line-height: 22px;
	font-size: 18px;
}

.modal_cropper .input-group-addon{
	padding: .4rem .45rem .15rem;
	font-size: 12px;
}

.modal_cropper  .btn {
	font-size: 14px;
	padding: 4px 17px;
}


.cropper-result {
	position: relative;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../img/no-image.png);
	background-size: 30%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f9f9f9;
	border: none;
}

.cropper-result img[src=""]{
	visibility: hidden;
}

.list-table {
	color: #656565;
	font-size: 14px;
}

.list-table thead th{
	font-weight: 500;
	font-size: 15px;
}
.list-table thead>tr{
	border-bottom:3px solid rgba(246, 45, 81, .4);
}
.list-table,
.list-table>tbody>tr>td,
.list-table>tbody>tr>th,
.list-table>tfoot>tr>td,
.list-table>tfoot>tr>th,
.list-table>thead>tr>td,
.list-table>thead>tr>th {
	border: 1px solid #f4f4f4;
}

.list-table tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}

.list-table>tbody>tr>td,
.list-table>tbody>tr>th,
.list-table>tfoot>tr>td,
.list-table>tfoot>tr>th,
.list-table>thead>tr>td,
.list-table>thead>tr>th {
	border-top: 1px solid #f4f4f4;
	padding: 1rem;
}
.list-table th,
.list-table td {
	vertical-align: middle;
	outline: none;
}

tr.durum_0 {
	background-color: #fcf8e3 !important;
}

.custom-select,
.custom-select option {
	font-size: 14px;
}

ul.page-list {
	position: relative;
	margin:0;
	padding:0;
}

ul.page-list li {
	list-style: none;
	font-size: 14px;
}
ul.page-list li .media {
	background: #efefef;
	border: 1px solid #dfdfdf;
}
ul.page-list li .icon {
	padding: 0 12px;
	border-right: 1px solid #dfdfdf;
	height: 100%;
}
ul.page-list li .media-body {
	padding:8px 15px;
}

ul.page-list li .bt {
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}



.custom-select-menu-bar {
	line-height: 40px;
	padding:0 15px;
	cursor: pointer;
	position: relative;
}

.custom-select-menu-bar input {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	border:0;
	opacity: 0;
	z-index: -1;
}

.multiple_sub {
	padding:0;
	margin:0;
}

.multiple_sub li {

	border:1px solid #dfdfdf;
	position: relative;
    background: #efefef;

}
.multiple_sub li a{
    display: block;
    padding:8px 15px;
}
.multiple_sub li ul.sub-menu {
	display: none;


}
.multiple_sub li.selected{
	color: #155724;
	background-color: #d4edda;
}

.multiple_sub li.with-sub i{
    position: absolute;
    right: 9px;
    top: 11px;
    display: inline-block;
    text-align: center;
}


.multiple_sub li ul.sub-menu li {
    font-size: 13px;
    border:0;
    background: #fff;
    padding-left: 10px;
}
.note-editable ul,
.note-editable ol{
	padding-left:30px;
}
.note-editable ol li,
.note-editable ul li {
	list-style: inherit;
}

.subject-type .media {
	background:#f0f1f3;
	padding:10px;
}


.subject-type .media img {
	height: 60px;
	width: auto;
}

.custom-tabs {
	display: block;
	border-bottom: 2px solid transparent;
}


.custom-tabs input[type=radio]{
	position: absolute;
	z-index: -1;
	bottom: 3px;
	left: 50%;
}

.custom-tabs.current {
	border-bottom-color: #17ab93;
}


.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}