@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700%7CRoboto:300,400,500,700,900);
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background: #fff;
    color: #a5a5a5
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none;
    margin-bottom: 0
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.85;
    font-weight: 400;
    color: #76777a;
    color: #5D5E61;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

p:last-of-type {
    margin-bottom: 0
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px
}

p a:active {
    position: relative;
    color: #ff6347
}
a.link {
    color: #822B6A;
    border-bottom-color: #822B6A;
}
a.link:hover {
    color: #fff;
    background: #822B6A;
}
p a:hover {
    color: #fff;
    background: #ffa07f
}

p a:hover::after {
    opacity: .2
}

::selection {
}

p::selection {
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    color: #384158;
    margin-bottom: 0
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}

.form-control {
    color: #db5246
}

section {
    display: block;
    position: relative;
    box-sizing: border-box
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.parallax-window {
    min-height: 400px;
    background: transparent
}

.nopadding {
    padding: 0 !important
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
.logo_container img {
    max-width: 280px;
    width: 100%;
    height: auto;
}
@media only screen and (max-width:500px) {
    .logo_container img {
        max-width: 250px;
    }
}
.header.scrolled {
    top: 0
}

.top_bar {
    width: 100%;
    background: #822B6A
}

.header.scrolled .top_bar {
}

.top_bar_container {
    width: 100%;
    height: 100%
}

.top_bar_content {
    width: 100%;
    height: 40px
}

.top_bar_contact_list li {
    display: inline-block
}

.question {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fff;
    margin-left: 0
}

.top_bar_contact_list li a {
    margin-left: 1px;
    display: inline-block;
    font-size: 14px;
    color: #fff
}
.top_bar_contact_list li:not(:last-child) {
    margin-right: 21px
}

.top_bar_login {
    height: 100%
}

.login_button {
    width: 160px;
    height: 100%;
    background: #f3f3f3;
    text-align: center
}

.login_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #384158
}

.header_container {
    width: 100%;
    background: #fff
}

.header_content {
    height: 90px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.header.scrolled .header_content {
    height: 80px
}

.logo,
.logo_text {
    display: inline-block
}

.logo {
    width: 60px;
    height: 60px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.logo img {
    max-width: 100%
}

.logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: .75;
    color: #384158;
    vertical-align: middle;
    margin-left: 7px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.logo_text span {
    color: #822B6A
}

.header.scrolled .logo {
    width: 40px;
    height: 40px
}

.header.scrolled .logo_text {
    font-size: 24px
}

.main_nav_contaner {
}

.main_nav,
.search_button,
.shopping_cart {
    display: inline-block
}

.main_nav li {
    display: inline-block;
    position: relative
}
.main_nav li:not(:last-child) {
    margin-right: 44px
}
.main_nav li a {
    font-size: 18px;
    font-weight: 500;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
.main_nav li:hover::after,
.main_nav li.active::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #822B6A;
    content: ''
}
.main_nav li:hover a,
.main_nav li.active a {
    color: #822B6A
}

.search_button {
    margin-left: 46px;
    cursor: pointer
}

.shopping_cart {
    margin-left: 23px;
    cursor: pointer
}

.search_button i,
.shopping_cart i {
    font-size: 18px;
    color: #181818;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.search_button:hover i,
.shopping_cart:hover i {
    color: #822B6A
}

.header_search_form {
    display: block;
    position: relative;
    width: 40%
}

.header_search_container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #822B6A;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.header_search_container.active {
    bottom: -73px;
    opacity: 1
}

.header_search_content {
    width: 100%;
    height: 73px
}

.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 20px
}

.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    border: none;
    outline: none;
    cursor: pointer
}

.hamburger_container {
}

.hamburger {
    display: none;
    cursor: pointer
}

.hamburger i {
    font-size: 20px;
    color: #353535;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.hamburger:hover i {
    color: #822B6A
}

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #fff;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px
}

.menu .logo a {
    color: #000
}

.menu.active {
    right: 0
}

.menu_close_container {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer
}

.menu_close {
    width: 100%;
    height: 100%;
    transform-style: preserve-3D
}

.menu_close div {
    width: 100%;
    height: 2px;
    background: #232323;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_close div:last-of-type {
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center
}

.menu_close:hover div {
    background: #937c6f
}

.menu .logo {
    margin-bottom: 60px
}

.menu_nav ul li {
    margin-bottom: 9px
}

.menu_nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    letter-spacing: .1em;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.menu_nav ul li a:hover {
    color: #822B6A
}

.menu .search {
    width: 100%;
    margin-bottom: 67px
}

.search {
    display: inline-block;
    width: 400px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.menu .header_search_form {
    width: 100%
}

.search form {
    position: relative
}

.menu .search_input {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0, 0, 0, .5)
}

.menu .search_input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, .4) !important
}

.menu .search_input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, .4) !important
}

.menu .search_input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, .4) !important
}

.menu .search_input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, .4) !important
}

.menu .search_input::input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(0, 0, 0, .4) !important
}

.section_title_container {
    max-width: 600px;
    margin: 0 auto
}

.section_title {
    line-height: 1.2
}

.section_subtitle {
    line-height: 1.85;
    margin-top: 14px
}

.section_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home {
    width: 100%;
    height: 850px
}

.home_slider_container {
    width: 100%;
    height: 100%
}

.home_slider {
    width: 100%;
    height: 100%
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: cover;
}
.home_slider_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/xhome_slider_1.jpg.pagespeed.ic.gR13ATZX05.jpg) no-repeat 87% center;
    background-size: 450%;
}
.home_slider_background.bg1::before {
    background-image: url(../images/fsa.banner.1.webp);
}
.home_slider_background.bg2::before {
    background-image: url(../images/fsa.banner.2.webp);
}
.home_slider_background.bg3::before {
    background-image: url(../images/fsa.banner.3.webp);
}
@media only screen and (min-width:500px) {
    .home_slider_background::before {
        background-position: center center;
        background-size: cover;
    }
}

.home_slider_content {
    position: absolute;
    top: 149px;
    left: 0;
    width: 100%;
    height: auto
}
@media only screen and (min-width:500px) {
    .home_slider_content {
        top: 41%;
    }
}
.home_slider_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 1.2;
    color: #384158;
}

.home_slider_subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #76777a;
    margin-top: 9px
}

.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 35px
}

.home_search_form div {
    width: calc(100% - 140px);
    height: 46px;
    background: #fff;
    border-radius: 3px
}

.home_search_input {
    width: 33.33333333%;
    border: none;
    outline: none;
    height: 25px;
    padding-left: 20px
}

.home_search_input:not(:last-child) {
    border-right: solid 1px #e5e5e5
}

.home_search_input::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.home_search_input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.home_search_input::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.home_search_input:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.home_search_input::input-placeholder {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.dropdown_item_select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/xdown.png.pagespeed.ic.BRifCDjnZ7.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px
}

.home_search_button {
    width: 120px;
    height: 46px;
    background: #822B6A;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    cursor: pointer
}

.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    background: #b6b7bd;
    border-radius: 50%;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.home_slider_prev {
    left: 75px
}

.home_slider_next {
    right: 75px
}

.home_slider_nav i {
    line-height: 50px;
    color: #fff;
    font-size: 22px
}

.home_slider_nav:hover {
    background: #822B6A
}

.features {
    width: 100%;
    background: #fff;
    padding-top: 93px;
    padding-bottom: 59px
}

.features_row {
    margin-top: 55px
}

.feature {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    background: #fff
}

.feature:hover {
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15)
}

.feature_icon {
    height: 55px
}

.feature_icon img {
    max-width: 100%
}

.feature_title {
    position: relative;
    font-size: 20px;
    margin-top: 23px
}

.courses {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px
}
.courses_row {
    margin-top: 45px
}
.course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.course_image img {
    width: 100%
}
.course_image .img-cap {
    position: absolute;
    bottom: -20%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-align: center;
}
.course:hover .course_image .img-cap {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.course:hover .course_image .img-cap span {
    color: #fff;
    background: #822B6A;
    padding: 10px 0;
    display: block;
    cursor: pointer;
}
.course_body {
    padding-top: 22px;
    padding-bottom: 53px
}

.course_title a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.course_title a:hover {
    color: #822B6A
}

.course_teacher {
    font-size: 15px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px
}

.course_text {
    min-height: 100px;
    margin-top: 13px
}

.course_footer {
    padding-left: 30px;
    padding-right: 30px
}

.course_footer_content {
    width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px
}

.course_info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #55555a
}

.course_info:first-child {
    margin-right: 18px
}

.course_info i {
    color: #ffc80a
}

.course_price {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #822B6A
}

.course_price span {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #b5b8be;
    margin-right: 10px
}

.courses_button {
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #822B6A;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15)
}

.courses_button:hover {
    box-shadow: 0 5px 40px rgba(29, 34, 47, .45)
}

.courses_button a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff
}

.counter {
    width: 100%;
    background: #fff;
    z-index: 2
}

.counter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #822B6A;
}
.counter_background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/counter_background.jpg) no-repeat center center;
    background-size: cover;
}

.counter_content {
    padding-top: 119px;
    padding-bottom: 125px
}

.counter_title {
    color: #fff;
}

.counter_text {
    margin-top: 19px
}

.counter_text p {
    color: #fff
}

.milestones {
    margin-top: 39px
}

.milestone {
    text-align: center
}

.milestone:not(:last-child)::after {
    display: block;
    position: absolute;
    top: 0;
    right: -45px;
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .2);
    content: '';
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.milestone_counter {
    font-size: 42px;
    font-weight: 700;
    line-height: .75;
    color: #822B6A
}

.milestone_text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-top: 14px
}

.counter_form {
    align-items: center;
    display: flex;
    background: #fff;
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15)
}
.counter_form .counter_bg {

}

.counter_form_content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.counter_form_title {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700;
    color: #384158;
    text-transform: uppercase;
    line-height: .75;
    margin-bottom: 41px
}

.counter_input {
    width: 100%;
    height: 46px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding-left: 20px;
    outline: none;
    color: #384158;
    font-size: 14px
}

.counter_input:not(:last-child) {
    margin-bottom: 10px
}

.counter_text_input {
    height: 90px;
    padding-top: 10px
}

.counter_options {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/xdown.png.pagespeed.ic.BRifCDjnZ7.png);
    background-position: center right;
    background-repeat: no-repeat
}

.counter_input::-webkit-input-placeholder,
.counter_text_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.counter_input:-moz-placeholder,
.counter_text_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.counter_input::-moz-placeholder,
.counter_text_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.counter_input:-ms-input-placeholder,
.counter_text_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.counter_input::input-placeholder,
.counter_text_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #b5b8be !important
}

.counter_form_button {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 46px;
    height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #822B6A;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0 5px 40px rgba(29, 34, 47, .15);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.counter_form_button:hover {
    color: #fff;
    box-shadow: 0 5px 40px rgba(29, 34, 47, .45)
}

.events {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 70px;
    background: #fff
}

.events_row {
    margin-top: 47px
}

.event_left {
    padding-right: 20px
}

.event_mid {
    padding-left: 10px;
    padding-right: 10px
}

.event_right {
    padding-left: 20px
}

.event_image {
    width: 100%;
    border-radius: 5px;
    overflow: hidden
}

.event_image img {
    max-width: 100%
}

.event_body {
    padding-top: 30px;
    padding-bottom: 30px
}

.event_date {
    box-shadow: 0 1px 10px rgba(29, 34, 47, .1)
}

.event_date>div {
    width: 60px;
    height: 60px
}

.event_day {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #822B6A;
    font-weight: 700;
    line-height: .80
}

.event_month {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #822B6A;
    font-weight: 400;
    line-height: .75;
    margin-top: 9px
}

.event:hover .event_date>div {
    background: #822B6A
}

.event:hover .event_day,
.event:hover .event_month {
    color: #fff
}

.event_content {
    padding-left: 20px
}

.event_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.event_title a:hover {
    color: #822B6A
}

.event_info_container {
    margin-top: 11px
}

.event_info {
    display: inline-block;
    color: #b5b8be;
    font-size: 14px
}

.event_info:not(:last-child) {
    margin-right: 17px
}

.event_info span {
    margin-left: 4px
}

.event_text {
    margin-top: 12px
}

.team {
    background: #fff;
    margin-top: -19px;
    width: 100%;
    padding-bottom: 60px
}

.team_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.team_row {
    margin-bottom: 100px;
}
.team_row .team_col {
}
@media only screen and (max-width:500px) {
    .team_row .team_col {
        margin-top: 0;
        margin-bottom: 0
    }
}
.team_row .team_item {
    text-align: center;
    display: block;
}
.team_row .team_image {
    width: 300px;
    margin: 0 auto;
}
.team_image img {
    object-fit: cover;
    max-height: 140px;
    width: 290px
}

.team_body {
    padding-bottom: 24px;
    text-align: center;
}
.team_title {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #384158;
}

.team_item:hover .team_title {
    color: #822B6A
}

.team_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #76777a;
    margin-top: 6px
}

.social_list {
    margin-top: 16px
}

.social_list ul li {
    display: inline-block
}

.social_list ul li:not(:last-child) {
    margin-right: 10px
}

.social_list ul li a i {
    font-size: 18px;
    color: #76777a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.social_list ul li:hover a i {
    color: #822B6A
}

.team_col .team_item {
    padding-left: 6px;
    padding-right: 6px
}

.team_col:first-child .team_item {
    padding-left: 0;
    padding-right: 6px
}

.team_col:nth-child(4n) .team_item {
    padding-left: 6px;
    padding-right: 0
}

.news {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
    background: #fff
}

.news_row {
    margin-top: 55px
}

.news_post_large_container {
    padding-right: 30px
}

.news_post_large {
    width: 100%
}

.news_post_image {
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.news_post_image img {
    max-width: 100%
}

.news_post_large_title {
    margin-top: 23px
}

.news_post_large_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #384158;
    line-height: 1.4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.news_post_large_title a:hover {
    color: #822B6A
}

.news_post_meta {
    margin-top: 11px
}

.news_post_meta ul li {
    display: inline-block;
    position: relative
}

.news_post_meta ul li:not(:last-of-type)::after {
    display: inline-block;
    position: relative;
    content: '|';
    margin-left: 14px;
    margin-right: 11px
}

.news_post_meta ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.news_post_meta ul li a:hover {
    color: #822B6A
}

.news_post_text {
    margin-top: 13px
}

.news_post_link {
    margin-top: 19px
}

.news_post_link a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #384158;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.news_post_link a:hover {
    color: #822B6A
}

.news_posts_small {
    margin-top: -6px
}

.news_post_small:not(:last-child) {
    padding-bottom: 31px;
    border-bottom: solid 1px #e5e5e5
}

.news_post_small:not(:first-child) {
    padding-top: 29px
}

.news_post_small_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.news_post_small_title a:hover {
    color: #822B6A
}

.newsletter {
    width: 100%
}

.newsletter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.newsletter_container {
    width: 100%;
    height: 120px
}

.newsletter_title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.newsletter_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 6px
}

.newsletter_form_container {
    width: 450px;
    padding-left: 20px
}

.newsletter_form {
    display: block;
    position: relative;
    width: 100%
}

.newsletter_input {
    width: calc(100% - 136px);
    height: 40px;
    background: rgba(255, 255, 255, .4);
    border: none;
    outline: none;
    padding-left: 20px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.newsletter_input::-webkit-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.newsletter_input:-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.newsletter_input::-moz-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.newsletter_input:-ms-input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.newsletter_input::input-placeholder {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important
}

.newsletter_button {
    width: 136px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #822B6A;
    font-weight: 500;
    letter-spacing: .1em
}

footer {
    position: relative;
    background-color: #1e2434;
    padding-top: 94px;
}
footer > span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e2434 url(../images/footer_background.png) no-repeat center center;
    background-size: cover;
}
footer img {
    width: 100%;
    max-width: 275px;
    position: relative;
    left: -6px;
}
footer .h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color:  #fff;
    margin-bottom: 6px;
}
footer p {
    color: #b5b8be;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px !important;
}
.footer_logo_container {
    margin-top: -14px
}

.footer_about_text {
    margin-top: 31px
}
.footer_social {
    margin-top: 23px;
    margin-bottom: 53px;
}

.footer_social ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #4b505d;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_social ul li:not(:last-child) {
    margin-right: 6px
}

.footer_social ul li a {
    display: block;
    position: relative;
    text-align: center
}

.footer_social ul li a i {
    color: #fff;
    line-height: 45px
}

.footer_social ul li:hover {
    background: #822B6A
}

.footer_contact {
    padding-left: 36px
}

.footer_contact_info {
    margin-top: 33px
}

.footer_contact_info ul li {
    font-size: 14px;
    font-weight: 400;
    color: #b5b8be
}

.footer_contact_info ul li:not(:last-child) {
    margin-bottom: 15px
}

.footer_links {
    padding-left: 80px
}

.footer_links_container ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2
}

.footer_links_container {
    margin-top: 33px
}

.footer_links_container ul li a {
    font-size: 14px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.footer_links_container ul li:not(:last-child) {
    margin-bottom: 15px
}

.footer_links_container ul li a:hover {
    color: #822B6A
}

.footer_mobile {
    display: inline-block;
    float: right
}

.footer_mobile_content {
    padding-top: 35px
}

.footer_image:not(:last-child) {
    margin-bottom: 10px
}

.copyright {
    height: 54px;
    border-top: solid 1px #353a49
}

.cr_list li {
    display: inline-block
}

.copyright div {
    font-size: 14px;
    color: #b5b8be
}

.cr_text a {
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cr_text a:hover {
    color: #822B6A
}

.cr_list li:not(:last-child) {
    margin-right: 50px
}

.cr_list li a {
    font-size: 14px;
    color: #b5b8be;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.cr_list li a:hover {
    color: #822B6A
}

@charset "utf-8";

@media only screen and (max-width:1199px) {
    .home_slider_prev {
        left: 25px
    }

    .home_slider_next {
        right: 25px
    }

    .course_info:first-child {
        margin-right: 12px
    }

    .milestone:not(:last-child)::after {
        display: none
    }

    .team_image {
        width: 160px;
        height: 140px
    }

}

@media only screen and (max-width:991px) {
    .main_nav,
    .search_button {
        display: none
    }

    .top_bar_contact_list li i,
    .top_bar_contact_list li>div,
    .login_button a {
        font-size: 12px
    }

    .login_button {
        width: 140px
    }

    .hamburger {
        display: inline-block;
        margin-left: 33px
    }

    .home_slider_form_container {
        width: 100%
    }

    .home_search_button {
        margin-top: 15px
    }

    .feature_col:not(:last-child) {
        margin-bottom: 30px
    }

    .course_col:not(:last-child) {
        margin-bottom: 40px
    }

    .counter_form {
        position: relative;
        top: 0;
        right: auto;
        width: 100%;
        height: auto;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
        padding-bottom: 60px
    }

    .counter_content {
        padding-top: 100px;
        padding-bottom: 68px
    }

    .counter {
        padding-bottom: 100px
    }

    .event_col:not(:last-child) {
        margin-bottom: 20px
    }

    .team_col .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:first-child .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:nth-child(4n) .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:nth-child(odd) .team_item {
        padding-right: 6px
    }

    .team_col:nth-child(even) .team_item {
        padding-left: 6px
    }

    .news_col:not(:last-child) {
        margin-bottom: 80px
    }

    .newsletter_container {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .newsletter_form_container {
        margin-top: 19px
    }

    .footer_contact,
    .footer_links {
        padding-left: 0
    }

    .footer_links ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .footer_mobile {
        float: none
    }

    .footer_logo_container {
        margin-top: 0
    }

    .copyright {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .cr_list {
        margin-top: 30px
    }

    .cr_list li:not(:last-child) {
        margin-right: 20px
    }

    .copyright div,
    .cr_list li a {
        font-size: 13px
    }

}

@media only screen and (max-width:767px) {
    .top_bar {
        display: none
    }

    .home_slider_nav {
        display: none
    }

    .home_slider_title {
        font-size: 48px
    }

    .home_search_form div {
        width: 100%
    }

    .milestone:not(:last-child) {
        margin-bottom: 50px
    }

    .team_col .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:first-child .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:nth-child(4n) .team_item {
        padding-left: 0;
        padding-right: 0
    }

    .team_col:nth-child(odd) .team_item {
        padding-right: 0
    }

    .team_col:nth-child(even) .team_item {
        padding-left: 0
    }

}

@media only screen and (max-width:575px) {
    h2 {
        font-size: 24px
    }

    .menu {
        width: 100%;
        right: -100%
    }

    .home_search_input::-webkit-input-placeholder {
        font-size: 12px !important
    }

    .home_search_input:-moz-placeholder {
        font-size: 12px !important
    }

    .home_search_input::-moz-placeholder {
        font-size: 12px !important
    }

    .home_search_input:-ms-input-placeholder {
        font-size: 12px !important
    }

    .home_search_input::input-placeholder {
        font-size: 12px !important
    }

    .dropdown_item_select,
    .home_search_button {
        font-size: 12px
    }

    .home_search_button {
        width: 100px;
        height: 40px
    }

    .newsletter_form_container {
        width: 100%;
        padding-left: 0
    }

}
