body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.875rem;
    color: #4a3a6b;
}

.fs-12 { font-size: 12px; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }

.ff-roboto-slab { font-family: 'Roboto Slab', serif; }

.c-ffffff { color: #ffffff; }
.c-2ac1bc { color: #2ac1bc; }
.c-606466 { color: #606466; }

.bg-ffffff { background-color: #ffffff; }
.bg-f5f5f5 { background-color: #f5f5f5; }
.bg-ffcb3a { background-color: #ffcb3a; }
.bg-fdac29 { background-color: #fdac29; }
.bg-ffac2c { background-color: #ffac2c; }
.bg-fdf8ee { background-color: #fdf8ee; }
.bg-6f5ded { background-color: #6f5ded; }
.bg-43cc88 { background-color: #43cc88; }
.bg-3caadd { background-color: #3caadd; }
.bg-ff3ddf { background-color: #ff3ddf; }
.bg-ff3d5d { background-color: #ff3d5d; }
.bg-edf1f4 { background-color: #edf1f4; }
.bg-f0f4f7 { background-color: #f0f4f7; }
.bg-9888c9 { background-color: #9888c9; }
.bg-6fd4ef { background-color: #6fd4ef; }
.bg-f8c157 { background-color: #f8c157; }
.bg-26f5cb { background-color: #26f5cb; }
.bg-2ed5cf { background-color: #2ed5cf; }
.bg-8054ff { background-color: #8054ff; }
.bg-f8a646 { background-color: #f8a646; }
.bg-511aff { background-color: #511aff; }
.bg-f37fa7 { background-color: #f37fa7; }

.w-60 { width: 60px !important; }
.w-75 { width: 75px !important; }
.w-80 { width: 80px !important; }
.w-90 { width: 90px !important; }
.w-100 { width: 100px !important; }
.w-100p { width: 100% !important; }

.h-60 { height: 60px !important; }
.h-80 { height: 80px !important; }
.h-90 { height: 90px !important; }

.mt-20 { margin-top: 20px; }

.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }

.obj-fit { object-fit: cover; }

.wrapper {
    width: 100%;
	padding: 3.5rem 1.5rem;
	margin: 0 auto;
}

.banner {
	background: #9888c9 url('../images/bg-girl.png') no-repeat center center;
	background-size: cover;
    width: 100%;
    height: 450px;
}

.bg-footer {
	background: #65605c url('../images/bg-footer.jpg') no-repeat center center;
	background-size: cover;
}

.header-title {
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 50px 0;
}

.rounded-corners-top {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.rounded-corners-15 { border-radius: 15px; }
.rounded-corners-30 { border-radius: 30px; }

.box-shadow-custom { box-shadow: 0 0 16px #ddd; }

.btn-apply-orange {
    color: #ffffff;
    background-color: #ff7723;
    font-size: 24px;
    padding: 10px 0px;
    width: 220px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -110px;

    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.btn-apply-orange:hover{
    text-decoration: none;
    color: #ffffff;
}

.btn-facebook {
	background-color: #2ac1bc;
	color: #ffffff;
	font-size: 1rem;
	padding: 0.8rem 1.6rem;
	display: inline-block;

	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}


.custom-bullet-check {
	padding-left: 1.3rem;
	list-style-image: url('../images/bullet-check.jpg');
}

.custom-bullet-plus {
	padding-left: 1.3rem;
	list-style-image: url('../images/bullet-plus.jpg');
}

.custom-bullet-check li,
.custom-bullet-plus li {
	padding-left: 5px;
}

.box-application {
	background-color: #ffffff;
	text-align: center;
	padding: 20px 0px;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	.box-application span {
		display: inline-block;
		padding: 2px 15px;
		color: #ffffff;

		border-radius: 30px;
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
	}

	.box-application h6 {
		margin-top: 0.8rem;
		margin-bottom: 0;
	}

.feedback-carousel .carousel-cell {
    width: 90%;
}

    .feedback-carousel .feedback-container {
        height: 460px;
        padding: 20px;
        margin: 0 10px;
        color: #ffffff;
        position: relative;

        border-radius: 30px;
    }

    .feedback-carousel .carousel-cell:first-child .feedback-container {
        margin-left: 25px;
    }

    .feedback-carousel .carousel-cell:last-child .feedback-container {
        margin-right: 25px;
    }

.steps {
    width: 320px;
    height: 425px;
    padding: 30px;
    border-radius: 30px;
}

.steps.step-1 {
    background-image: linear-gradient(180deg, #9978ff, #6433ff);
}

.steps.step-2 {
    background-image: linear-gradient(180deg, #f37fa7, #ff3469);
}

.steps.step-3 {
    background-image: linear-gradient(180deg, #9978ff, #6433ff);
}

.steps.step-4 {
    background-image: linear-gradient(180deg, #f37fa7, #ff3469);
}

.steps a:hover {
    text-decoration: none;
    color: #ffffff;
}

.steps img {
    display: inline-block !important;
}

.flickity-page-dots .dot.is-selected {
	background: #2ec2bd;
}