@font-face {
	font-family: BebasNeue;
	src: url(../fonts/BebasNeue-Regular.ttf);
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Italic.ttf);
	font-style: italic;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-BoldItalic.ttf);
	font-weight: bold;
	font-style: italic;
}

body,h1,h2,h3,h4,h5,h6,p,a,span,label,input,li,ul,ol,div{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;	
	font-size: 14px;
}

body{
    margin: 0;
    padding: 0;
	background: #fff;
	color: #000000;
}

.text-strike {
	position: relative;
	display: inline-block;
}
.text-strike:after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
	padding-left: -5px;
	padding-right: -5px;
    border-bottom: 2px solid;
}

::selection {
  background: #ac2d49; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #ac2d49; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(172, 45, 73, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(172, 45, 73, 0.6) !important;
  outline: none !important;
}

div:focus{
	outline: none !important;
}

a{
	transition: all 0.25s;
}

a:hover,
a:focus{
	text-decoration: none;
}

.dropdown-toggle::after {
	vertical-align: 0.155em;
}

.bg{
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.clear{
    clear: both;
}


.btn {
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 10px 20px;
}

.btn-primary {
	color: #FFF;
	background: linear-gradient(95.24deg, #893976 0%, #2A4178 90.14%);
	border-radius: 20px 5px;
	text-transform: uppercase;
	border-color: transparent !important;
}

h1 {
	font-family: BebasNeue;
	font-style: normal;
	font-weight: normal;
	font-size: 70px;
	line-height: 84px;
	color: #F36F56;
	margin-bottom: 0px;
}
h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0.1em;
	color: #764B92;
}
h3 {
	font-family: BebasNeue;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	color: #893976;
}

h4 {
	font-family: BebasNeue;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
}

h5 {
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.color-orange {
	color: #F36F56 !important;
}

.color-blue {
	color: #007A95 !important;
}

.color-purple {
	color: #764B92 !important;
}


header {
	background: url('../images/header.png') no-repeat;
	height: 389px;
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;	
	transition: top 1s ease-in-out;
}

header .navbar-brand {
	display: block;
	background: url('../images/logo.png') no-repeat;
	width: 191px;
    height: 92px;
}

header .navbar .nav-link {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;	
	margin: 0px 15px;
	font-family: BebasNeue;
	color: #FFF !important;
}

header .navbar .nav-item:not(.no-underline) .nav-link:after {
    transition: all ease-in-out .2s;
    background: none repeat scroll 0 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    width: 0;
}


header .navbar .nav-item:not(.no-underline) .nav-link:hover:after,
header .navbar .nav-item:not(.no-underline).active .nav-link:after {
    width: 100%;
}

/* header .navbar .nav-item .dropdown-menu * { */
    /* color: #273E77 !important; */
/* } */
/* header .navbar .nav-item .dropdown-menu .dropdown-item:active, */
/* header .navbar .nav-item .dropdown-menu .dropdown-item:hover { */
	/* background: #273E77 !important; */
	/* color: #fff !important;	 */
/* } */



.header .container {
	margin-top: -350px;
	background: url('../images/main-image.png') no-repeat;
	background-position: right 100px bottom;
	background-size: 35%;
	margin-bottom: 25px;
}
.header.course-header .container {
	background-image: url('../images/course-header.png');
	/* background-position: right 100px bottom 0px;
	background-size: 23%; */
	background-position: right 0px top 80px;
}
.header.course-header .container.blackfriday-container,
.header .container.blackfriday-container {
	background-image: url('../images/black_friday_box.png') !important;
}
.header .container.blackfriday-container {
	background-size: 25%;
}

.header h1 {
	padding-top: 250px;
}
.sub .header h1 {
	padding-top: 200px;
}

/*
.content {
	background: url('../images/left-yellow-group.jpg') no-repeat center left;
	min-height: 472px;
	background-size: 28.8%;
}
.content > div {
	min-height: 467px;
	padding-left: 500px;
	padding-right: 100px;
	padding-top: 130px;
}
*/

.courses {
	background: url('../images/footer-up-bg.png') no-repeat center bottom;
	background-size: contain;
    padding-top: 50px;
    padding-bottom: 100px;
}
.course-item {
	border-radius: 10px;
}
.course-item-header {
	border-radius: 10px 10px 0px 0px;
	background: #F36F56;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	line-height: 27px;
}
.course-item-body {
	background: #FFFAEE;
	padding: 15px 25px;
	border-radius: 0px 0px 10px 10px;
}

.course-item-body h4 {
	color: #000;
}
.course-item-body .big {
	font-size: 18px;
	line-height: 27px;
}

.course-item-body p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.course-info {
	background: url('../images/bg-purple.png') no-repeat right bottom 130px;
	/* background-size: contain; */
	position: relative;
	margin-bottom: 80px;
}

.course-info:after {
	background: url('../images/bg-yellow.png') no-repeat center top;
	background-size: contain;
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: -1;
}

.times-list {
	margin: 0 auto;
	max-width: 800px;
}
.times-item {
	background: #FFC444;
	border-radius: 10px;
	padding: 12px 25px;
	margin-bottom: 5px;
	cursor: pointer;
}
.times-item.transparent {
	background: transparent;
}
.times-item.inactive {
	background: #eaeaea !important;
}
.times-item.inactive * {
	font-style: italic;	
}
.times-item .chk {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border: 0.5px solid #919191;
	box-sizing: border-box;
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	margin-right: 15px;
}
.times-item .chk.checked {
	border: 7px solid #AA80F9;
}
.times-item .chk input {
	display: none;
}
.times-item p {
	display: inline-block;
	margin-bottom: 0;
}


footer {
	background: #ECF4FE;
	position: absolute;
	width: 100%;
	z-index: -1;
	margin-top: -45px;
}
.sub footer {
	z-index: 0;
	margin-top: 0px;
}

.footer-image {
	position: absolute;
    bottom: -55px;
    right: -70px;
	
	height: 200px;
}
.footer-down {
	background: url('../images/footer-down.png') no-repeat;
	min-height: 64px;		
	margin-top: 25px;
}

.footer-down .container { 
	color: #FFF;
}

.font-10 {
	font-size: 12px;
}

.mh150 {
	min-height: 90px;
}

.mh350 {
	min-height: 350px;
}

.mh500 {
	min-height: 500px;
}

.blackfriday-bg {
    position: absolute;
    background: #000;
    padding: 3px 20px;
    color: #FFF;
    font-weight: 800;
    font-size: 14px;
    margin-top: -5px;
    margin-left: 5px;
}
.blackfriday-bg * {
	color: #FFF ! important;
}
.blackfriday-bg h5 {
	font-size: 23px;
}
.text-black {
	color: #000 !important;
}

@media (max-width: 767px){


	.header .container {
		/* background: none; */
		background-position: right center;
	}
	.header.course-header .container {
		/* background: none; */
		background-position: right 10px top 100px;
		background-size: 130px;
		min-height: 160px;
	}
	.content { 
		background: none;
	}
	.content {
		padding: 15px;
	}
	.courses {
		padding-top: 0;
		/* background: none; */
		background-size: cover;
	}
	.mobilmenu .navbar-brand {
		background: url('../images/mobillogo.png') no-repeat;
		width: 96px;
		height: 47px;		
	}
	.header h1 {
		padding-top: 50px;
	}
	.sub .header h1 {
		padding-top: 50px;
	}
	.mh500 {
		min-height: 0;
	}	
	.footer-image {
		position: relative;
		max-height: 150px;
		bottom: auto;
		right: auto;
	}	
}

@media (max-width: 992px) {
	header {
		background-position: center left -110px !important;
	}
	.header .container {
		background-position: top 50px center !important;
		background-size: 40%;
	}
	.header h1 {
		padding-top: 180px;
		font-size: 53px;
		text-align: center;
	}
	.header h2 {
		font-size: 20px;
		text-align: center;
	}
	.sub .header h1 {
		padding-top: 180px;
	}
}

@media (min-width: 768px) and (max-width: 992px){
   	.courses {
		padding-top: 15px;
	} 
}

@media (min-width: 993px) and (max-width: 1200px){
	
	
}
@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (max-width: 1360px){
	.blackfriday-bg { 
		position: relative;
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
}
@media (min-width: 1367px){

}
