@font-face {
	font-family: Ubuntu;
	src: url(../fonts/Ubuntu-Regular.ttf);
}
@font-face {
	font-family: Ubuntu;
	src: url(../fonts/Ubuntu-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: Ubuntu;
	src: url(../fonts/Ubuntu-Italic.ttf);
	font-style: italic;
}
@font-face {
	font-family: Ubuntu;
	src: url(../fonts/Ubuntu-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: Ubuntu;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;	
	font-size: 14px;
}

body{
    margin: 0;
    padding: 0;
	background: #F2F5FF;
	color: #000;
	overflow-x: hidden;
}


::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 {
	padding: 10px 25px;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;	
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:hover, .btn-primary:active {
	color: #000;
	background: #FFC444;
	border-radius: 50px;
	border-color: transparent !important;
}



h1 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 57px;
	margin-bottom: 0px;
}
h2 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
}
h3 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 23px;
	color: #517DBF;
}
h4 {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}

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


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


.color-blue {
	color: #517DBF !important;
}

.color-lightblue {
	color: #85BAFB !important;
}

.color-green {
	color: #6D6D6D !important;
}

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

.color-purple {
	color: #AA80F9 !important;
}

body::before {
	content: ' ';
    background: url(../images/header-left.png) no-repeat;
    width: 100%;
    height: 102%;
    display: block;
    position: absolute;
    left: -140px;
    top: 0;
	z-index: -1;
}
body::after {
	content: ' ';
    background: url(../images/header-right.png) no-repeat;
    width: 100%;
    height: 102%;
    display: block;
    position: absolute;
    right: -100%;
    margin-right: 576px;
    top: 0;
	z-index: -1;
}


.contain {
	padding: 0px 25px;
	margin: 0px 5px;
	position: relative;
	z-index: 1;
}



header {
	margin-bottom: 20px;
}

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

header .navbar .nav-link {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin: 0px 25px;
	font-family: Ubuntu;
	color: #000 !important;
}

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


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


.header {
	background: url('../images/header-image.png') no-repeat;
	background-position: right 100px top 0px;
	background-size: 25%;
	min-height: 50vh;
	padding-top: 35px !important;
}
.header .intro {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #517DBF;
}
.lh > * {
	line-height: 25px;
}
.header p {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.header img {
	position: absolute;
    bottom: 150px;
    left: 100px;
}
.header .contain img {
	position: relative;
	bottom: auto;
	left: auto;
}

.discover .circle {
	width: 140px;
	height: 140px;
	margin: 0 auto;
}
.discover .circle img {
	margin-top: 53px;
}

.discover .circle-purple {
	background: url('../images/circle-purple.png') no-repeat;
}
.discover .circle-blue {
	background: url('../images/circle-blue.png') no-repeat;
}
.discover .circle-orange {
	background: url('../images/circle-orange.png') no-repeat;
}
.discover .circle-green {
	background: url('../images/circle-green.png') no-repeat;
}

.schools {
	background: url('../images/schools-bg.png') no-repeat;
	background-size: contain;
	width: 100%;
	padding-top: 30px;
}
.schools p a {
	color: #000;
	text-decoration: underline;
}

.content {
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 245, 225, 0) 0%, rgba(254, 245, 225, 0.38) 100%);
	border: 1px solid #FFC444;
	padding: 30px 20px;
	border-radius: 10px;
	width: 80%;
	margin: 0 auto;
}

.courses {	
}
.course-item {
	border-radius: 10px;
}
.course-item-body {
	background: radial-gradient(50% 50% at 50% 50%, rgba(254, 245, 225, 0) 0%, rgba(254, 245, 225, 0.38) 100%);
	border: 1px solid #FFC444;
	padding: 30px 20px;
	border-radius: 10px;
}

.course-item-body h4 {
	color: #26264F;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;	
	height: 60px;
	text-transform: uppercase;
}

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

.times-list {
	margin: 0 auto;
	max-width: 800px;
}
.times-item {
	background: #CCDFF6;
	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;
}

.selector {}

.selector ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 45px;
}
.selector ul li span {
	display: inline-block;
	background: #85BAFB;
	border: 1px solid #85BAFB;
	padding: 1px 13px;
	border-radius: 50%;
	font-size: 12px;
}

.selector ul li:not(:first-child)::before {
	content: '';
	background: #3289F4;
	border: 1px solid #F2F2F2;
	border-left: 0;
	border-radius: 0px 10px 10px 0px;
	width: 20px;
	height: 7px;
	display: inline-block;
}


.selector ul li:not(.active):not(:last-child)::after {
	content: '';
	background: linear-gradient(90deg, #85BAFB 9.52%, #3289F4 95.24%);
	border-radius: 10px 0px 0px 10px;
	width: 20px;
	height: 7px;
	display: inline-block;
	border: 1px solid #F2F2F2;
	border-right: 0;
}
.selector ul li.active:not(:last-child)::after {
	content: '';
	background: #FFFFFF;
	border-radius: 10px 0px 0px 10px;
	width: 20px;
	height: 7px;
	display: inline-block;
	border: 1px solid #F2F2F2;
	border-right: 0;
}

.selector ul li.active span {
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	color: #C7C7C7;
}


.selector ul li.active:not(:first-child)::before {
	content: '';
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-left: 0;
	border-radius: 0px 10px 10px 0px;
	width: 20px;
	height: 7px;
	display: inline-block;
}

.selector .answers .answer {
	margin-bottom: 25px;
	transition: all 0.25s;
}
.selector .answers .answer:hover a {
	margin-left: 25px;
}
.selector .answers .answer > a {
	display: inline-block;
	background: radial-gradient(73.33% 139% at 50% 50%, #F8E4B9 0%, #FEE6B4 100%);
	border-radius: 10px;
	padding: 10px 30px;
	color: #4A93ED;
	font-size: 16px;
	line-height: 30px;
}
.selector .answers .answer .answer-options {
	margin-left: 45px;
	margin-top: 10px;
}
.selector .answers .answer .answer-options input {
	margin-top: 8px;
}



.selector2 { }
.selector2 .answer > div { 
	background: #DDECFF;
	border-radius: 30px;
	padding: 25px 200px 25px 70px;
	display: inline-block;
	width: auto;
	position: relative;
}
.selector2 .answer > div::after { 
	content: ' ';
	background: url('../images/percent.png') no-repeat;
	position: absolute;
	bottom: -100px;
	right: -80px;
	width: 222px;
	height: 222px;
}
.selector2 .name {	
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	text-decoration-line: underline;
	color: #6165D7;
}
.selector2 .answers-items p {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #6165D7;	
}
.selector2 .answers-items .option {
	background: rgb(133 186 251 / 40%);
	border-radius: 10px;	
	border: 2px solid #85BAFB;
}
.selector2 .answers-items .option.selected {
	border: 2px solid #FB6FBB;
}
.selector2 .answers-items .option label {
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	padding: 40px 15px 40px;
	display: block;
}
.selector2 .mySwiper {
	overflow: inherit !important;
}


footer {
	margin-top: 30px;
	background: url('../images/footer-bg.png') no-repeat;
	background-size: cover;
	padding: 50px 0px 25px;
	position: relative;
}
footer::after {
	content: ' ';
	display: block;
	background: url('../images/footer-image.png') no-repeat;
	background-size: 35vh;
	position: absolute;
	bottom: -120px;
	left: 50px;
	width: 100%;
	height: 45vh;
}
footer form label {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;	
	color: #000;
}
footer form input, footer form textarea {
	background: #FFFFFF;
	border: 1px solid #85BAFB !important;
	box-sizing: border-box;
	border-radius: 5px;
}
footer form textarea {
	height: 150px !important;
}

.footer-down {
	background: url('../images/footer-down-bg.png') no-repeat;
	background-size: cover;	
	padding: 30px 0px 25px;
}

.footer-down .container { 
	position: relative;
    color: #000;
    z-index: 2;
}


@media (max-width: 991px){
	h1 {
		font-size: 29px;
		line-height: 50px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}
	
	body::before {
		background-size: 100%;
	}
	
	body::after {
		display: none;
	}
	
	.header {
		background-position: right 30px top 50px;
		padding-top: 150px !important;
		min-height: auto;
	}

	header .navbar-brand {
		background: url('../images/mobillogo.png') no-repeat;
	}

	.content {
		width: 100%;
	}
	
	footer {
		padding-bottom: 200px;
	}
	
	
	.selector2 .mySwiper {
		overflow: hidden !important;
	}	
	.selector2 .answer > div {
		padding: 15px;
	}
	
	.selector2 .answer > div::after { 
		display: none;
	}
	

}

@media (min-width: 768px) and (max-width: 992px){
}

@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 (min-width: 992px) and (max-width: 1600px){

}

@media (min-width: 1367px){
	
}

@media (min-width: 1600px){

}
