﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
	3.4 Main Nav
	3.5 Hamburger
4. Menu
5. Section
6. Home
7. Features
8. Courses
9. Counter
10. Events
11. Team
12. News
13. Newsletter
14. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
    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;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    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: 0px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 400;
    color: #76777a;
    -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;
    }

    /*p:last-of-type {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/

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;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

    p a:hover::after {
        opacity: 0.2;
    }



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: 'Roboto Slab', serif;
    font-weight: 700;
    -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;
}


.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: 0px !important;
}

/*********************************
3. Header
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 5px 20px rgba(0,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;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    background: #6da542;
}

.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: #FFFFFF;
    margin-left: 0px;
}

.top_bar_contact_list li i,
.top_bar_contact_list li > div {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
}

.top_bar_contact_list li > div {
    margin-left: 1px;
}

.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;
    }

/*********************************
3.2 Header Content
*********************************/

.header_container {
    width: 100%;
    background: #FFFFFF;
}

.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: 60px;
}
/*********************************
3.3 Logo
*********************************/

.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 img {
    width: 200px
}

.logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.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: #6da542;
    }

.header.scrolled .logo {
    width: 40px;
    height: 40px;
}

.header.scrolled .logo_text img {
    font-size: 24px;
    width: 170px;
}

/*********************************
3.4 Main Nav
*********************************/

.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: 20px;
        }

        .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 a:hover, .main_nav li.active a {
                color: #6da542;
            }


        .main_nav li.active::after {
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #6da542;
            content: '';
        }

.search_button {
    margin-left: 46px;
    cursor: pointer;
}

.shopping_cart {
    margin-left: 18px;
    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: #6da542;
    }

.header_search_form {
    display: block;
    position: relative;
    width: 40%;
}

.header_search_container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #2e38579e;
    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;
}

/*********************************
3.5 Hamburger
*********************************/

.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: #6da542;
    }

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    padding-right: 60px;
    padding-top: 87px;
    padding-left: 50px;
}

    .menu .logo a {
        color: #000000;
    }

    .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: 0.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: #6da542;
        }

.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,0.1);
    border-radius: 3px;
    border: none;
    outline: none;
    padding-left: 15px;
    color: rgba(0,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,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,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,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,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,0.4) !important;
    }

/*********************************
5. Section
*********************************/

.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%;
}

/*********************************
6. Home
*********************************/

.home {
    width: 100%;
    height: 500px;
    /*top: 230px;*/
}

.content-wrapper {
    margin-top: 130px;
}

.page {
    width: 100%;
    height: 130px;
}

.home.after-login {
    width: 100%;
    height: 350px;
}

.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-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

.home_slider_title {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #384158;
}

.home_slider_subtitle {
    font-size: 24px;
    color: #76777a;
    margin-top: 9px;
}

.home_slider_form_container {
    width: 832px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 13px;
}

.home_search_form div {
    width: calc(100% - 140px);
    height: 46px;
    background: #FFFFFF;
    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: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: auto;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 20px;
    padding-left: 20px;
}

.home_search_button {
    width: 120px;
    height: 46px;
    background: #6da542;
    border: none;
    outline: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.home_slider_nav {
    position: absolute;
    top: 55.8%;
    width: 50px;
    background: #0c0c0c2e;
    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: #FFFFFF;
    font-size: 22px;
}

.home_slider_nav:hover {
    background: #6da542;
}

/*********************************
7. Features
*********************************/

.features {
    width: 100%;
    background: #FFFFFF;
    padding-top: 93px;
    padding-bottom: 103px;
}

.features_row {
    margin-top: 55px;
}

.feature {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

    .feature:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
    }

.feature_icon {
    height: 55px;
}

    .feature_icon img {
        max-width: 100%;
    }

.feature_title {
    position: relative;
    font-size: 20px;
    margin-top: 23px;
}

/*********************************
8. Courses
*********************************/

.courses {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
}

.courses_row {
    margin-top: 45px;
}

.course {
    margin: 1em auto;
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.29);
}

.course_image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}

    .course_image img {
        max-width: 100%;
    }

.course_body {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 23px;
}

.course_title a {
    font-family: 'Roboto Slab', serif;
    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: #6da542;
    }

.course_teacher {
    font-size: 13px;
    font-weight: 400;
    color: #384158;
    margin-top: 6px;
}

.course_text {
    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: 16px;
    font-weight: 700;
    color: #6da542;
}

    .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: #6da542;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

    .courses_button:hover {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
    }

    .courses_button a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 46px;
        color: #FFFFFF;
    }

/*********************************
9. Counter
*********************************/

.counter {
    width: 100%;
    background: #FFFFFF;
    z-index: 2;
}

.counter_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.counter_content {
    padding-top: 119px;
    padding-bottom: 125px;
}

.counter_title {
    font-family: 'Roboto Slab', serif;
    color: #FFFFFF;
    font-weight: 700;
}

.counter_text {
    margin-top: 19px;
}

    .counter_text p {
        color: #FFFFFF;
    }

.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,0.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: 0.75;
    color: #6da542;
}

.milestone_text {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 14px;
}

.counter_form {
    position: absolute;
    top: 0;
    right: 30px;
    width: 380px;
    height: 100%;
    background: #FFFFFF;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.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: 0.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: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: auto;
    background-image: url(../images/down.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 {
    width: 100%;
    height: 46px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: #6da542;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0px 5px 40px rgba(29,34,47,0.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 {
        box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
    }

/*********************************
10. Events
*********************************/

.events {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 70px;
    background: #FFFFFF;
}

.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: 0px 1px 10px rgba(29, 34, 47, 0.1);
}

    .event_date > div {
        width: 60px;
        height: 60px;
    }

.event_day {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    color: #6da542;
    font-weight: 700;
    line-height: 0.75;
}

.event_month {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #6da542;
    font-weight: 400;
    line-height: 0.75;
    margin-top: 9px;
}

.event:hover .event_date > div {
    background: #6da542;
}

.event:hover .event_day,
.event:hover .event_month {
    color: #FFFFFF;
}

.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: #6da542;
    }

.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;
}

/*********************************
11. Team
*********************************/

.team {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 60px;
}

.team_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_row {
    margin-top: 43px;
}

.team_col {
    margin-bottom: 40px;
}

.team_item {
    width: 100%;
}

.team_image {
    width: 180px;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -86px;
    z-index: 5;
}

    .team_image img {
        max-width: 100%;
    }

.team_body {
    width: 100%;
    padding-top: 108px;
    padding-bottom: 24px;
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.team_item:hover .team_body {
    box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}

.team_title a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    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;
}

    .team_title a:hover {
        color: #6da542;
    }

.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: #6da542;
        }

.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;
}

/*********************************
12. News
*********************************/

.news {
    width: 100%;
    padding-top: 93px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.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: #6da542;
        }

.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: #6da542;
            }

.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: #6da542;
        }

.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: #6da542;
    }

/*********************************
13. Newsletter
*********************************/

.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: #FFFFFF;
}

.newsletter_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    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,0.4);
    border: none;
    outline: none;
    padding-left: 20px;
    color: #FFFFFF;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .newsletter_input::-webkit-input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input:-moz-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input::-moz-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input:-ms-input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

    .newsletter_input::input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        color: #FFFFFF !important;
    }

.newsletter_button {
    width: 136px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    color: #6da542;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/*********************************
14. Footer
*********************************/

.footer {
    display: block;
    position: relative;
    width: 100%;
    background: #1e2434;
    padding-top: 94px;
}

.footer_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer_content {
    padding-bottom: 53px;
}

.footer_logo_text {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 0.75;
    color: #FFFFFF;
    -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_logo_text span {
        color: #6da542;
    }

.footer_title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 0.75;
}

.footer_logo_container {
    margin-top: -14px;
}

.footer_about_text {
    margin-top: 31px;
}

    .footer_about_text p {
        color: #FFFFFF;
    }

.footer_social {
    margin-top: 23px;
}

    .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: #FFFFFF;
                line-height: 45px;
            }

        .footer_social ul li:hover {
            background: #6da542;
        }

.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: #6da542;
    }

.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: #FFFFFF;
    -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: #6da542;
    }

.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: #6da542;
    }

/*********************************
7. Contact
*********************************/

.contact {
    width: 100%;
    padding-bottom: 100px;
}

.contact_map {
    width: 100%;
}

.map {
    width: 100%;
}

.google_map {
    width: 100%;
    height: 500px;
}

.map_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map {
    width: 100%;
    height: calc(100% + 30px);
}

#content {
    width: 180px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #76777a;
    line-height: 1.71;
}

.contact_info_container {
    margin-top: 100px;
}

.contact_info_title {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    color: #384158;
}

.contact_form {
    padding-right: 10px;
}

.comment_form {
    margin-top: 35px;
}

.comment_input {
    width: 100%;
    height: 46px;
    border: solid 1px #d9d9d9;
    border-radius: 3px;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #2c3145;
}

.comment_form > div:not(:last-child) {
    margin-bottom: 25px;
}

.comment_input:focus {
    border: solid 1px #6da542;
    outline: none;
}

.comment_textarea {
    width: 100%;
    height: 150px;
    padding-top: 15px;
}

.form_title {
    font-size: 16px;
    font-weight: 400;
    color: #384158;
    margin-bottom: 12px;
}

.comment_button {
    width: 150px;
    height: 46px;
    background: #6da542;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-top: 15px;
}

    .comment_button:hover {
        box-shadow: 0px 5px 40px rgba(0,0,0,0.25);
    }

.contact_info {
    padding-left: 45px;
}

.contact_info_text {
    margin-top: 27px;
}

.contact_info_location {
    margin-top: 28px;
}

.contact_info_location_title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #384158;
}

.location_list {
    margin-top: 14px;
}

    .location_list li {
        font-size: 14px;
        color: #5e6271;
    }

        .location_list li:not(:last-child) {
            margin-bottom: 9px;
        }
/*//////////////////////////////////////////////////////////////////////////////////*/

/* /////////////////////// added by ui  ////////////////////////////////*/
.top.btn-secondary {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #689b40;
    border-color: #6da542;
    box-shadow: none;
}

.dropdown-toggle::after {
    margin-left: .055em;
}

button.btn.btn-secondary.dropdown-toggle.top {
    padding: 8px 5px;
    font-size: 14px;
    font-weight: normal;
}

.btn.top {
    transition: none !important;
    box-shadow: none !important;
}

.decs-area {
    height: 500px;
    background-color: #ffffff29;
    padding: 5em 2em;
}

.feature_col:not(:last-child) {
    margin-bottom: 15px;
}

.country-owl {
    color: #2e3857;
}

.courses-country {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.c-slider .owl-item img {
    display: block;
    width: 59%;
    margin: auto;
    vertical-align: middle;
    height: 220px;
    margin-top: 2px;
}



/*////////////////////page after login /////////////////////////////*/

ul.main_nav.top-header-nav li:not(:last-child) {
    margin-right: 10px;
}

ul.main_nav.top-header-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

span.padge {
    height: 17px;
    background-color: #eb0000;
    font-weight: bold;
    color: #fff;
    padding: 1px 0 0 0;
    position: absolute;
    top: -12px;
    right: -8px;
    border-radius: 50%;
    font-size: 11px;
    width: 17px;
    text-align: center;
    vertical-align: middle;
}

.shopping_cart .dropdown-toggle::after {
    display: none !important;
}

.dropdown-menu.dropdown-menu-right.notee {
    min-width: 22em;
}

.notifications-list .item {
    border-top: 1px solid #f6f6f6;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}

    .notifications-list .item a {
        font-size: 14px;
        color: #837b7a;
        clear: both;
        white-space: normal;
        padding-bottom: 10px;
        padding-top: 10px;
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }

    .notifications-list .item > a > i {
        color: #6da542;
        margin-right: 5px;
        font-size: 16px;
    }

.dropdown-menu > li > a > i {
    position: absolute;
    margin-left: -18px;
    margin-top: 4px;
}

.notifications-list .item a .time {
    font-size: 11px;
    color: #a5a5a5;
    margin-left: 10px;
    float: right;
}

.dropdown-menu.notifications-list .item > li > a {
    color: #707070;
    font-size: 0.875em;
    line-height: 1.7;
    padding: 3px 20px 3px 35px;
    display: block;
    transition: border-color 0.1s ease-in-out 0s, background-color 0.1s ease-in-out 0s;
}

.notifications-list i.fa.fa-clock-o {
    font-size: 12px;
    color: #9d9b9b;
    font-weight: lighter;
}

.item-header.text-center, .item-footer.text-center {
    background-color: #f4f4f4;
    padding: 9px 0;
}

.notifications-list .item:hover {
    background: #f4f4f4a1;
}

.item-footer.text-center a {
    color: #456929;
}

.item-header.text-center {
    cursor: default;
}


/* offers*/
/******************************************
7. Home all banner
******************************************/

.offers-banner {
    margin-top: 50px;
    margin-bottom: 100px;
}

.jtv-banner3-inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.jtv-banner1 {
    overflow: hidden;
}

.jtv-banner2 {
    overflow: hidden;
    margin-top: 30px;
}

.jtv-banner3 {
    overflow: visible !important;
    position: relative;
}

    .jtv-banner3:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

.jtv-banner1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jtv-banner2:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jtv-banner3 img, .jtv-banner1 img, .jtv-banner2 img {
    position: relative;
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s; /*z-index: 455;*/
}

.jtv-banner3 .hover_content {
    position: absolute;
    /* background: #46525f; */
    background-color: #6da542;
    opacity: 1;
    width: 77%;
    /* height: 100%; */
    display: inline-block;
    top: 47%;
    left: 30px;
    margin: 0 auto;
    /* z-index: 200; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px;
}

.jtv-banner1 .hover_content {
    position: absolute;
    background-color: #f3741f;
    width: 40%;
    height: 88%;
    display: inline-block;
    bottom: 32px;
    right: 24px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px;
    text-align: left;
}

.jtv-banner1 .shop-now {
    margin-top: 5px;
    text-align: center;
    opacity: 1;
    display: block;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0;
}

.jtv-banner2 .hover_content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    width: 57%;
    display: block;
    top: 28%;
    left: 4%;
    /*z-index: 200;*/
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px
}

.jtv-banner3:hover .hover_content, .jtv-banner1:hover .hover_content, .jtv-banner2:hover .hover_content {
    visibility: visible;
}

.jtv-banner3 .hover_data {
    display: block;
    padding: 7px 0 7px 0;
    /*position: absolute;*/
    bottom: -8%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #fff;
}

.jtv-banner3:hover .hover_data {
    opacity: 1;
    bottom: 8%;
}

.jtv-banner1 .hover_data {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.jtv-banner2 .hover_data {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 5px;
    text-align: left;
}

.jtv-banner2:hover .hover_data {
    left: 0;
}

.jtv-banner1 .hover_content .hover_data .title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.jtv-banner1 .hover_content .hover_data .desc-text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    /*margin-top: 15px;*/
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.hover_content {
    text-align: center;
}

.hover_data .title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.hover_data .desc-text {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    /*margin-top: 11px;*/
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jtv-banner2 .hover_data .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.jtv-banner2 .hover_data .desc-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-now a {
    background: #b7dc36;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    border-radius: 2px;
}

    .shop-now a:hover, .shop-now a:focus {
        background: #fff;
        color: #000;
        font-weight: 900;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.jtv-banner1, .jtv-banner2 {
    position: relative;
}

.banner-static {
    position: relative;
    margin: 15px 0 30px;
}

    .banner-static img {
        max-width: 100%;
        border-radius: 0px;
    }

    .banner-static .banner-box {
        text-align: center;
        position: relative;
    }

        .banner-static .banner-box:before {
            display: block;
            position: absolute;
            content: "";
            border: 3px solid transparent;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

        .banner-static .banner-box:hover:before {
            top: 10px;
            bottom: 10px;
            left: 10px;
            right: 10px;
            border-color: #fff;
            border-radius: 0px;
        }

        .banner-static .banner-box .box-hover {
            position: absolute;
            top: 44%;
            left: 0;
            right: 0;
            text-align: center;
            margin-top: -16px;
            transition: all 0.5s ease-out;
        }

            .banner-static .banner-box .box-hover .banner-title {
                color: #fff;
                text-transform: uppercase;
                font-size: 24px;
                font-weight: 900;
                letter-spacing: 1.5px;
                margin-bottom: 5px;
            }

            .banner-static .banner-box .box-hover span {
                color: #fff;
                font-size: 16px;
            }

            .banner-static .banner-box .box-hover a {
                display: inline-block;
                line-height: 27px;
                padding: 0 10px;
                font-size: 14px;
                border: 1px solid #fff;
                color: #fff;
                text-transform: uppercase;
                transform: scaleY(1);
                opacity: 1;
                transition: all 0.5s ease-out;
                background: #000;
                margin-top: 10px;
            }

        .banner-static .banner-box:hover .box-hover a {
            transform: scaleY(1);
            opacity: 1;
        }

.jtv-banner1, .jtv-banner3 {
    margin-top: 30px;
}

.cer-1 img {
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
}

.certifications .counter_content {
    padding-top: 80px;
    padding-bottom: 90px;
}





/*packages*/

#price {
    text-align: center;
}

.plan {
    /*display: inline-block;*/
    margin: 10px auto;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    border: 1px solid #e9e9e9;
}

/*.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position:relative;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
    border: 1px solid #e9e9e9;
}*/

.entry-title {
    background: #e9e9e9;
    height: 140px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

    .entry-title > h3 {
        background: #cecece;
        font-size: 20px;
        padding: 5px 0;
        text-transform: capitalize;
        font-weight: 700;
        margin: 0;
    }

    .entry-title .price {
        position: absolute;
        bottom: -25px;
        background: #cecece;
        height: 95px;
        width: 95px;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: hidden;
        border-radius: 50px;
        border: 5px solid #fff;
        line-height: 80px;
        font-size: 28px;
        font-weight: 700;
    }

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -18px;
    left: 30px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

    .entry-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .entry-content li {
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 0;
    }

        .entry-content li:last-child {
            border: none;
        }

.btn {
    /*  padding: 3em 0;*/
    text-align: center;
    cursor: pointer;
}

    .btn a {
        background: #6da442;
        padding: 10px 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none
    }

        .btn a:hover {
            box-shadow: 0px 5px 40px rgba(29,34,47,0.45);
        }

.hot {
    position: absolute;
    top: -16px;
    background: #F80;
    color: #fff;
    text-transform: capitalize;
    z-index: 2;
    padding: 2px 14px;
    font-size: 13px;
    border-radius: 2px;
    right: 6px;
    font-weight: 700;
    border: 1px solid white;
}




.basic .entry-title {
    background: #75DDD9;
}

    .basic .entry-title > h3 {
        background: #44CBC6;
    }

.basic .price {
    background: #44CBC6;
}

.standard .entry-title {
    background: #a1c288;
}

    .standard .entry-title > h3 {
        background: #82b859;
    }

.standard .price {
    background: #82b859;
}

.ultimite .entry-title > h3 {
    background: #de9c0f;
}

.ultimite .entry-title {
    background: #e7bd64;
}

.ultimite .price {
    background: #de9c0f;
}

.best-sales {
    position: absolute;
    top: 10px;
    background: #F80;
    color: #fff;
    text-transform: capitalize;
    z-index: 2;
    padding: 2px 14px;
    font-size: 13px;
    border-radius: 2px;
    right: -12px;
    font-weight: 700;
    border: 1px solid white;
}

.most-popular {
    position: absolute;
    top: 20px;
    background: red;
    color: #fff;
    text-transform: capitalize;
    z-index: 2;
    padding: 2px 14px;
    font-size: 13px;
    border-radius: 2px;
    right: -12px;
    font-weight: 700;
    border: 1px solid white;
}
/*end packages */

/*/////////////////////// scroll bar design ///////////////////////////////////////*/
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }





/*//////////////////group page //////////////////////////////*/

.group-header {
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.29);
}















/*added by mogameg*/




/*shopping cart page*/
td.th-product img {
    max-width: 70px;
}

.cart-table td, .cart-table th {
    text-align: center;
    vertical-align: middle !important;
}

a {
    color: #6da542;
}

    a:hover {
        color: #588338;
    }

.btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #6da542;
    border-color: #6da542;
}

.btn-success {
    color: #fff;
    background-color: #6da542;
    border-color: #6da542;
}

    .btn-success:hover {
        color: #fff;
        background-color: #689545;
        border-color: #679243;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
    }

.th-details {
    min-width: 10em;
}


/*added by dalia 29/9*/


.course_image {
    text-align: center;
    margin: auto;
    margin-top: 21px;
    width: 100%;
    max-height: 300px;
}





/* schoolz edits 30 sept 2019*/
.home_search_input {
    height: 40px;
}

.home_search_input {
    padding: 5px !important;
}

.course_title {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course_text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    min-height: 50px;
}

.c-slider .owl-item img {
    height: 170px;
    display: block;
    width: unset;
    margin: auto;
    vertical-align: middle;
    margin-top: auto;
}

.course_image {
    display: grid;
    align-items: center;
    height: 190px;
    max-height: 200px;
    padding: 5px;
    border: 1px dashed #ede9e9;
    margin: auto;
}

.course_body {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.course_footer {
    padding-left: 20px;
    padding-right: 20px;
}
/*111111111111111111111111111111111111111*/
form#home_search_form_3 {
    background: white;
}
/*---------------added by dalia 21 nov 2019 -------------------------------*/
span.D-profile img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d1cece;
}
.shopping_cart.not-icon {
    margin-left: 6px;
}
/*---------------added by dalia 25 nov 2019 -------------------------------*/
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #6ca341;
    border-color: #6ca341;
}
.page-item .page-link {
    color: #6da542;
}
/*added by dalia and mohamed 1/12/2019*/

.limit-username {
    white-space: nowrap;
    width: 100px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}




/*----------------added byt dalia 16 Desember 2019---------------*/

.accordion div {
    max-width: 96% !important;
}
.jtv-banner3 img, .jtv-banner1 img, .jtv-banner2 img {
    MIN-HEIGHT: 430px;
    max-height: 430px;
}
.content-wrapper {
    min-height: 60vh;
}

/*added by dalia 17-19 dec 2019*/

.gj-datepicker-bootstrap [role=right-icon] button {
    height: 34px;
}
.s-slider.owl-carousel .owl-item img {
    max-height: 60px;
    min-height: 60px;
    border: 1px solid #d2d2cc;
    background: white;
    min-width: 100%;
}
.s-slider.owl-carousel .owl-stage {
    margin: auto;
}

/*--------------*/
label {
    text-align: left !important;
}


@media (min-width: 768px) {
    .text-md-right {
        text-align: left !important;
    }
}
.s-slider .text-center {
    width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*This Line will Prevent the user from copying texts of elements (common problem occur in the after login)*/
/*h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }*/


/*::selection {
}

p::selection {
}*/

/*---------------------------------------added by dalia 13-1-2020 --------------------------------*/
.btn-link:hover {
    color: #568234;
}
button#countryFlag img {
    height: 20px;
    max-height: 20px;
    width: 30px;
}
.dropdown-item {
    padding: .25rem .5rem;
}

/*---------------------------------------added by dalia 14-1-2020 --------------------------------*/
/*for mobile main menu */
nav.menu_nav.menu_nav_2 {
    width: 100%;
}
.menu_nav.menu_nav_2 ul li {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #c7c6c6;
}
.btn-group- .dropdown-menu {
    position: absolute;
    transform: translate3d(0px, 38px, 0px);
    top: 0px;
    left: 0px;
    right: 0px;
    /*text-align: center !important;*/
    will-change: transform;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.menu.d-flex.flex-column.align-items-end.justify-content-start.text-center.menu_mm.trans_400.active {
    overflow: auto;
}
div#navbarSupportedContent.show {
    background: #f7f7f7;
    height: 200px;
    border: 1px solid #dfdfdf;
}
@media (max-width: 992px) {
    img.immgg {
        display: none;
    }
    .home_search_input:not(:last-child) {
        border: solid 1px #e5e5e5;
        margin-bottom: 5px;
    }
    .home_search_form div {
        background: #ffffff00;
    }
    .counter {
        padding-bottom: 20px !important;
    }

    .home_search_form div {
        display: block !important;
        width: 100%;
        height: auto;
    }
    form#home_search_form_3 {
        display: block !important;
    }
    .home_search_input {
        width: 49.333333%;
    }
    form#home_search_form_3 {
        background: unset;
    }
    .copyright {
        height: unset !important;
    }
    .cr_list li:not(:last-child) {
        margin-right: 10px !important;
    }

    }
[type=checkbox] + .checkmark {
    border-radius: 2px;
}
.container-32 [type=checkbox] + .checkmark:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 2px;
    left: 7px;
    width: 7px;
    height: 14px;
    transform: rotate(45deg);
    border-radius: unset;
    background: unset;
}