/*
@File: eCademy Theme Styles

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

/*================================================
Default CSS
=================================================*/
$font-family: 'Nunito', sans-serif;
$main-color: #fe4a55;
$optional-color: #606060;
$white-color: #ffffff;
$black-color: #221638;
$main-color2: #6ba292;
$font-size: 16px;
$transition: .5s;

body {
    padding: 0;
    margin: 0;
    font: {
        size: $font-size;
        family: $font-family;
    };
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    color: $optional-color;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: $font-size;

    &:last-child {
        margin-bottom: 0;
    }
}
:focus {
    outline: 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: $black-color;
    font-family: $font-family;
}
.container {
    max-width: 1230px;
}
.bg-fef8ef {
    background-color: #fef8ef;
}
.bg-f5f1ed {
    background-color: #f5f1ed;
}
.bg-f0f2f5 {
    background-color: #f0f2f5;
}
.bg-f8f9f8 {
    background-color: #f8f9f8;
}
.d-table {
    width: 100%;
    height: 100%;

    &-cell {
        vertical-align: middle;
    }
}
.bg-f9f9f9 {
    background-color: #f9f9f9;
}
.bg-f5f7fa {
    background-color: #f5f7fa;
}
.bg-fffaf3 {
    background-color: #fffaf3;
}
.ptb-100 {
    padding: {
        top: 100px;
        bottom: 100px;
    };
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-70 {
    padding: {
        top: 70px;
        bottom: 70px;
    };
}
.ptb-50 {
    padding: {
        top: 50px !important;
        bottom: 50px !important;
    };
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.mtb-100 {
    margin: {
        top: 100px;
        bottom: 100px;
    };
}
.mb-20 {
    margin-bottom: 20px !important;
}
.sc-bor-1 {
    border-bottom: 1px solid #eee;
}
a {
    color: $black-color;
    transition: $transition;
    text-decoration: none;

    &:hover {
        text-decoration: none;
    }
}

.navbar-brand {
    h2 {
        font-weight: bold;
        padding: 5px 0;
    }
}
/*section-title*/
.section-title {
    text-align: center;
    max-width: 720px;
    margin: {
        left: auto;
        right: auto;
        bottom: 55px;
    };
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        max-width: 700px;
        margin: {
            bottom: 0;
            left: auto;
            right: auto;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        max-width: 615px;
        margin: {
            left: auto;
            right: auto;
            top: 12px;
        };
    }
}
/*default-btn*/
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: $white-color;
    transition: $transition;
    border-radius: 5px;
    font: {
        weight: 700;
        size: $font-size;
    };
    padding: {
        left: 55px;
        right: 30px;
        top: 11px;
        bottom: 11px;
    };
    span {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: $black-color;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 5px;
    }
    i {
        position: absolute;
        left: 30px;
        top: 10px;
    }
    i.bx, i.fa {
        font-size: 23px;
        left: 23px;
    }
    &:hover {
        color: $white-color;

        span {
            width: 225%;
            height: 562.5px;
        }
    }
}
/*form-control*/
.form-control {
    height: 50px;
    color: $black-color;
    box-shadow: unset !important;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    transition: $transition;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font: {
        size: $font-size;
        weight: 400;
    };
    &::placeholder {
        color: #7e7e7e;
        transition: $transition;
    }
    &:focus {
        background-color: transparent;

        &::placeholder {
            color: transparent;
        }
    }
}
textarea.form-control {
    height: auto;
    padding-top: 15px;
}

/*================================================
Navbar Area CSS
=================================================*/
.ecademy-responsive-nav {
    display: none;
}
.ecademy-nav {
    .container-fluid {
        padding: {
            left: 40px;
            right: 40px;
        };
    }
    .navbar {
        position: inherit;
        padding: {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        };
        .navbar-brand {
            font-size: inherit;
            line-height: 1;
            padding: {
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            };
        }
        ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }
        .search-box {
            margin-left: 50px;
            position: relative;
            width: 270px;
            border-radius: 5px;
            margin-right: 10px;

            .input-search {
                display: block;
                width: 100%;
                height: 48px;
                border: none;
                border-radius: 5px;
                background-color: #f5f5f5;
                transition: $transition;
                color: $black-color;
                font: {
                    size: $font-size;
                    weight: 400;
                };
                padding: {
                    left: 15px;
                    top: 1px;
                    bottom: 0;
                    right: 0;
                };
                &::placeholder {
                    color: #848484;
                    transition: $transition;
                }
                &:focus {

                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            button {
                position: absolute;
                right: 0;
                top: 0;
                height: 48px;
                background-color: transparent;
                border: none;
                border-radius: 5px;
                padding: 0 15px;
            }
        }
        .navbar-nav {
            margin: {
                left: auto;
            };
            .nav-item {
                position: relative;

                a {
                    background-color: transparent !important;
                    color: $black-color;
                    font: {
                        size: 16.5px;
                        weight: 700;
                    };
                    padding: {
                        left: 0;
                        right: 6px;
                        top: 25px;
                        bottom: 25px;
                    };
                    margin: {
                        left: 14px;
                        right: 14px;
                    };
                    i {
                        font-size: 18px;
                        position: relative;
                        top: 2px;
                        display: inline-block;
                        margin: {
                            left: -4px;
                            right: -3px;
                        };
                    }
                }
                &.menu-item-new {
                    a {
                       &::after {
                           content: 'New';
                           position: absolute;
                            font-size: 8px;
                            line-height: 1;
                            color: $white-color;
                            background-color: red;
                            z-index: 1;
                            pointer-events: none;
                            border-radius: 2px;
                            padding: 5px 6px 4.2px;
                            margin: 3px 0 0 5px;
                       }
                    }
                }
                .dropdown-toggle {
                    &::after {
                        display: none;
                    }
                    &::before {
                        content: "\ea17";
                        font-family: 'boxicons'!important;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                }
                &:last-child {
                    a {
                        margin-right: 0;
                    }
                }
                &:first-child {
                    a {
                        margin-left: 0;
                    }
                }
                .dropdown-menu {
                    border: none;
                    top: 70px;
                    left: 0;
                    z-index: 99;
                    opacity: 0;
                    width: 290px;
                    display: block;
                    border-radius: 0;
                    margin-top: 15px;
                    position: absolute;
                    padding: 0;
                    visibility: hidden;
                    background: $white-color;
                    transition: all 0.2s ease-in-out;
                    border-top: 3px solid;
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);

                    li {
                        a {
                            padding: 13px 16px 11px;
                            margin: 0;
                            position: relative;
                            display: block;
                            border-bottom: 1px dashed #e5e5e5;
                            color: $black-color;
                            font: {
                                size: 16px;
                                weight: 700;
                            };
                            i {
                                margin: 0;
                                position: absolute;
                                top: 50%;
                                font-size: 20px;
                                transform: translateY(-50%);
                                right: 15px;
                            }
                        }
                        .dropdown-toggle {
                            &::before {
                                top: 55%;
                            }
                        }
                        &.menu-item-has-children {
                            a {
                                &::before {
                                    content: "\f102";
                                    position: absolute;
                                    right: 15px;
                                    top: 55%;
                                    transform: translateY(-50%);
                                    font-family: Flaticon;
                                    font-size: 14px;
                                }
                            }
                        }
                        .dropdown-menu {
                            top: 0;
                            opacity: 0;
                            left: -100%;
                            margin-top: 15px;
                            visibility: hidden;

                            li {
                                a {
                                    color: $black-color;

                                    &::before {
                                        display: none;
                                    }
                                }
                                .dropdown-menu {
                                    top: 0;
                                    opacity: 0;
                                    left: 250px;
                                    visibility: hidden;

                                    li {
                                        a {
                                            color: $black-color;
                                        }
                                        .dropdown-menu {
                                            top: 0;
                                            opacity: 0;
                                            left: -250px;
                                            visibility: hidden;

                                            li {
                                                a {
                                                    color: $black-color;
                                                }
                                                .dropdown-menu {
                                                    top: 0;
                                                    opacity: 0;
                                                    left: 250px;
                                                    visibility: hidden;
                                                    transform: scaleY(0);

                                                    li {
                                                        a {
                                                            color: $black-color;
                                                        }
                                                        .dropdown-menu {
                                                            top: 0;
                                                            opacity: 0;
                                                            left: -250px;
                                                            visibility: hidden;
                                                            transform: scaleY(0);

                                                            li {
                                                                a {
                                                                    color: $black-color;
                                                                }
                                                                .dropdown-menu {
                                                                    top: 0;
                                                                    opacity: 0;
                                                                    left: 250px;
                                                                    visibility: hidden;

                                                                    li {
                                                                        a {
                                                                            color: $black-color;
                                                                        }
                                                                    }
                                                                }
                                                                &:hover {
                                                                    .dropdown-menu {
                                                                        opacity: 1;
                                                                        visibility: visible;
                                                                    }
                                                                }
                                                            }
                                                        }
                                                        &:hover {
                                                            .dropdown-menu {
                                                                opacity: 1;
                                                                visibility: visible;
                                                            }
                                                        }
                                                    }
                                                }
                                                &:hover {
                                                    .dropdown-menu {
                                                        opacity: 1;
                                                        visibility: visible;
                                                    }
                                                }
                                            }
                                        }
                                        &:hover {
                                            .dropdown-menu {
                                                opacity: 1;
                                                visibility: visible;
                                            }
                                        }
                                    }
                                }
                                &:hover {
                                    .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                    }
                                }
                            }
                        }
                        &:hover {
                            .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                                margin-top: 0;
                            }
                        }
                    }
                }
                &:hover {
                    .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        margin-top: 9px;
                    }
                }
                &.megamenu {
                    position: inherit;

                    .container {
                        display: block;
                        flex-wrap: unset;
                        align-items: unset;
                        justify-content: unset;
                    }
                    .dropdown-menu {
                        width: 100%;
                        top: auto;
                        left: 0;
                        margin-top: 0;
                        padding: 30px 0;
                        position: absolute;
                        transform: unset !important;

                        .megamenu-submenu {
                            li {
                                a {
                                    margin-top: 14px;
                                    color: $black-color;
                                    padding: 0;
                                    display: block;
                                    font: {
                                        size: 16px;
                                        weight: 700;
                                    };
                                }
                                &:first-child {
                                    a {
                                        margin-top: 0;
                                    }
                                }
                            }
                        }
                        .single-category-widget {
                            position: relative;
                            border-top: 1px solid #eeeeee;
                            padding-top: 30px;
                            margin: {
                                top: 30px;
                            };
                            .icon {
                                width: 70px;
                                height: 70px;
                                position: relative;
                                background: #f4f4f4;
                                text-align: center;
                                font-size: 40px;
                                transition: $transition;
                                color: $black-color;
                                margin-bottom: 15px;
                                border: {
                                    width: 1.5px;
                                    style: dashed;
                                    color: #eeeeee;
                                    radius: 50%;
                                };
                                i {
                                    position: absolute;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    left: 0;
                                    right: 0;
                                }
                            }
                            h3 {
                                margin-bottom: 0;
                                font: {
                                    size: 20px;
                                    weight: 800;
                                };
                            }
                            .sub-title {
                                display: block;
                                margin-top: 5px;
                                font: {
                                    weight: 600;
                                    size: 15px;
                                };
                            }
                            .link-btn {
                                position: absolute;
                                display: block;
                                left: 0;
                                right: 0;
                                top: 0;
                                bottom: 0;
                                z-index: 2;
                            }
                            &:hover {
                                .icon {
                                    border-color: $white-color;
                                    color: $white-color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    .others-option {
        margin-left: 25px;

        .option-item {
            margin-left: 30px;

            &:first-child {
                margin-left: 0;
            }
        }
        .cart-btn {
            font-size: 22px;
            position: relative;
            line-height: 1;

            a {
                display: inline-block;
                position: relative;
                color: $black-color;

                span {
                    position: absolute;
                    right: -4px;
                    top: -4px;
                    width: 16px;
                    height: 16px;
                    text-align: center;
                    line-height: 16px;
                    border-radius: 50%;
                    color: $white-color;
                    font: {
                        size: 10px;
                        weight: 600;
                    };
                }
            }
        }
    }
}

.navbar-area {
    position: relative;
    background-color: $white-color;
    padding: {
        top: 5px;
        bottom: 5px;
    };
    &.is-sticky {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

        &.pb-0 {
            padding-bottom: 5px !important;
        }
    }
}
.others-option-for-responsive {
    display: none;

    .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        right: 60px;
        top: -30px;

        .inner {
            display: flex;
            align-items: center;
            height: 30px;

            .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                transition: $transition;
                background-color: $black-color;
            }
        }
    }
    .container {
        position: relative;

        .container {
            position: absolute;
            right: 0;
            top: 20px;
            max-width: 320px;
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            transition: $transition;
            transform: scaleX(0);
            z-index: 3;
            padding: {
                left: 15px;
                right: 15px;
            };
            &.active {
                opacity: 1;
                visibility: visible;
                transform: scaleX(1);
            }
        }
    }
    .option-inner {
        padding: 15px;
        box-shadow: 0 15px 40px rgba(0,0,0,.09);
        background-color: $white-color;

        .search-box {
            position: relative;
            border-radius: 5px;

            .input-search {
                display: block;
                width: 100%;
                height: 48px;
                border: none;
                border-radius: 5px;
                background-color: #f5f5f5;
                transition: $transition;
                color: $black-color;
                font: {
                    size: $font-size;
                    weight: 400;
                };
                padding: {
                    left: 15px;
                    top: 1px;
                    bottom: 0;
                    right: 0;
                };
                &::placeholder {
                    color: #848484;
                    transition: $transition;
                }
                &:focus {

                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            button {
                position: absolute;
                right: 0;
                top: 0;
                height: 48px;
                background-color: transparent;
                border: none;
                border-radius: 5px;
                padding: 0 15px;
            }
        }
        .others-option {
            justify-content: center;
            margin-top: 15px;

            .option-item {
                margin-left: 30px;

                &:first-child {
                    margin-left: 0;
                }
            }
            .cart-btn {
                font-size: 22px;
                position: relative;
                line-height: 1;

                a {
                    display: inline-block;
                    position: relative;
                    color: $black-color;

                    span {
                        position: absolute;
                        right: -4px;
                        top: -4px;
                        width: 16px;
                        height: 16px;
                        text-align: center;
                        line-height: 16px;
                        border-radius: 50%;
                        color: $white-color;
                        font: {
                            size: 10px;
                            weight: 600;
                        };
                    }
                }
            }
        }
    }
}

// Mobile and iPad Navbar
@media only screen and (max-width: 1199px) {

    .navbar-area {
        padding: {
            top: 20px;
            bottom: 20px;
        };
    }
    .navbar-area.is-sticky {
        top: 0;
    }
    .ecademy-responsive-nav {
        display: block;

        .ecademy-responsive-menu {
            position: relative;

            .logo {
                h2 {
                    font-size: 23px;
                    font-weight: bold;
                    margin-bottom: 0;
                }
            }
            .dropdown-toggle::after {
                display: none;
            }

            &.mean-container {
                .mean-nav {
                    margin-top: 47px;

                    ul {
                        font-size: 15px;

                        li {
                            li {
                                a {
                                    font-size: 14.5px;
                                }
                            }
                        }
                        .menu-item-new {
                            a {
                               &::after {
                                   content: 'New';
                                   position: absolute;
                                    font-size: 8px;
                                    line-height: 1;
                                    color: $white-color;
                                    background-color: red;
                                    z-index: 1;
                                    pointer-events: none;
                                    border-radius: 2px;
                                    padding: 5px 6px 4.2px;
                                    margin: 3px 0 0 5px;
                               }
                            }
                        }
                    }
                }
                .navbar-nav {
                    overflow-y: scroll;
                    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
                    height: 307px;

                    .nav-item {
                        &.megamenu {
                            .dropdown-menu {
                                .nav-item {
                                    overflow: hidden;

                                    .container {
                                        border-top: 1px solid #eeeeee;
                                        padding: {
                                            left: 0;
                                            right: 0;
                                        };
                                    }
                                    .row {
                                        display: block;
                                        flex-wrap: unset;
                                        margin: {
                                            left: 0;
                                            right: 0;
                                            top: -20px;
                                        };
                                        .col {
                                            flex-basis: unset;
                                            flex-grow: unset;
                                            max-width: 100%;
                                            padding: {
                                                left: 0;
                                                right: 0;
                                                top: 20px;
                                            };
                                            &:last-child {
                                                margin-bottom: 15px;
                                            }
                                            &:first-child {
                                                .megamenu-submenu {
                                                    li {
                                                        border-top: none;
                                                    }
                                                }
                                            }
                                        }
                                        &:nth-child(2) {
                                            display: flex;
                                            flex-wrap: wrap;
                                        }
                                    }
                                    a {
                                        width: 100%;
                                        float: unset;
                                        display: block;
                                    }
                                }
                                a {
                                    border-bottom: none !important;
                                }
                                .mean-expand {
                                    display: none !important;
                                }
                                .megamenu-submenu {
                                    width: 80%;
                                    overflow: hidden;
                                    display: block !important;
                                    padding: {
                                        left: 15px;
                                        right: 15px;
                                    };
                                    margin: {
                                        left: auto;
                                        right: auto;
                                    };
                                    li {
                                        a {
                                            border: none;
                                            margin-top: 18px;
                                            color: #677294;
                                            padding: 0;
                                            font: {
                                                size: 14.5px;
                                                weight: 400;
                                            };
                                        }
                                        &:first-child {
                                            border-top: 1px solid #eeeeee;
                                        }
                                    }
                                }
                                .single-category-widget {
                                    position: relative;
                                    border-top: 0;
                                    margin-top: 0;
                                    padding: {
                                        left: 25px;
                                        right: 25px;
                                        top: 15px;
                                        bottom: 15px;
                                    };
                                    .icon {
                                        width: 50px;
                                        height: 50px;
                                        position: relative;
                                        background: #f4f4f4;
                                        text-align: center;
                                        font-size: 28px;
                                        transition: $transition;
                                        color: $black-color;
                                        margin-bottom: 15px;
                                        border: {
                                            width: 1.5px;
                                            style: dashed;
                                            color: #eeeeee;
                                            radius: 50%;
                                        };
                                        i {
                                            position: absolute;
                                            top: 50%;
                                            transform: translateY(-50%);
                                            left: 0;
                                            right: 0;
                                        }
                                    }
                                    h3 {
                                        margin-bottom: 0;
                                        font: {
                                            size: 16px;
                                            weight: 700;
                                        };
                                    }
                                    .sub-title {
                                        display: block;
                                        margin-top: 5px;
                                        font: {
                                            weight: 600;
                                            size: 13px;
                                        };
                                    }
                                    .link-btn {
                                        position: absolute;
                                        display: block;
                                        left: 0;
                                        right: 0;
                                        top: 0;
                                        bottom: 0;
                                        z-index: 2;
                                    }
                                    &:hover {
                                        .icon {
                                            border-color: $white-color;
                                            color: $white-color;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
                .search-box {
                    display: none !important;
                    position: absolute;
                    right: 340px;
                    top: -11px;
                    width: 270px;
                    border-radius: 5px;

                    .input-search {
                        display: block;
                        width: 100%;
                        height: 48px;
                        border: none;
                        border-radius: 5px;
                        background-color: #f5f5f5;
                        transition: $transition;
                        color: $black-color;
                        font: {
                            size: $font-size;
                            weight: 400;
                        };
                        padding: {
                            left: 15px;
                            top: 1px;
                            bottom: 0;
                            right: 0;
                        };
                        &::placeholder {
                            color: #848484;
                            transition: $transition;
                        }
                        &:focus {

                            &::placeholder {
                                color: transparent;
                            }
                        }
                    }
                    button {
                        position: absolute;
                        right: 0;
                        top: 0;
                        height: 48px;
                        background-color: transparent;
                        border: none;
                        border-radius: 5px;
                        padding: 0 15px;
                    }
                }
                .others-option {
                    position: absolute;
                    right: 55px;
                    display: none !important;
                    top: -10px;

                    .option-item {
                        margin-left: 30px;

                        &:first-child {
                            margin-left: 0;
                        }
                    }
                    .cart-btn {
                        font-size: 22px;
                        position: relative;
                        line-height: 1;

                        a {
                            display: inline-block;
                            position: relative;
                            color: $black-color;

                            span {
                                position: absolute;
                                right: -4px;
                                top: -4px;
                                width: 16px;
                                height: 16px;
                                text-align: center;
                                line-height: 16px;
                                border-radius: 50%;
                                color: $white-color;
                                font: {
                                    size: 10px;
                                    weight: 600;
                                };
                            }
                        }
                    }
                }
            }
        }
        .mean-container {
            a {
                &.meanmenu-reveal {
                    color: $black-color;

                    span {
                        background: $black-color;
                    }
                }
            }
        }
        .logo {
            position: relative;
            width: 70%;
            z-index: 999;
        }
    }
    .ecademy-nav {
        display: none;
    }
    .others-option-for-responsive {
        display: block;
    }

}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/gray-bg.jpg);
        position: bottom right;
        size: cover;
        repeat: no-repeat;
    };
    padding: {
        top: 100px;
    };
    .container-fluid {
        max-width: 1395px;

        .row {
            margin: {
                left: 0;
                right: 0;
            };
            .col-lg-6 {
                padding: {
                    left: 0;
                    right: 0;
                };
            }
        }
    }
}
.main-banner-content {
    max-width: 595px;
    position: relative;
    top: -60px;
    padding-right: 30px;

    h1 {
        margin-bottom: 18px;
        font: {
            size: 48px;
            weight: 800;
        };
    }
    p {
        max-width: 450px;
        font: {
            weight: 600;
            size: 17px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.main-banner-courses-list {
    position: relative;
    z-index: 1;

    .row {
        margin: {
            left: -15px !important;
            right: -15px !important;
        };
        .col-lg-6 {
            padding: {
                left: 15px !important;
                right: 15px !important;
            };
            &:nth-child(1) {
                .single-courses-box {
                    margin-top: 90px;
                }
            }
        }
    }
    .single-courses-box {
        margin-bottom: 0;

        .courses-content {
            padding: 20px;
        }
    }
}
.banner-shape1 {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: -1;
    text-align: center;
    right: 0;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}
.banner-shape2 {
    position: absolute;
    left: -85px;
    top: 17px;
    z-index: -1;
    right: 0;
    text-align: center;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.banner-shape3 {
    position: absolute;
    left: -40px;
    top: -35px;
    z-index: -2;
    right: 0;
    text-align: center;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.banner-section {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/banner-bg.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    padding: {
        top: 60px;
        bottom: 60px;
    };
    .container-fluid {
        max-width: 1395px;
    }
}
.banner-content {
    h1 {
        color: $white-color;
        margin-bottom: 20px;
        font: {
            size: 48px;
            weight: 800;
        };
    }
    p {
        max-width: 450px;
        color: #d2d2d2;
        font: {
            weight: 600;
            size: 17px;
        };
    }
    .default-btn {
        margin-top: 15px;

        span {
            background-color: $white-color;
        }
        &:hover {
            color: $black-color;
        }
    }
}
.banner-image {
    position: relative;
    z-index: 1;
}
.banner-shape4 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 40px;
    right: 0;
    text-align: center;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}
.banner-shape5 {
    position: absolute;
    z-index: -1;
    right: 24.5%;
    bottom: 10.5%;
    text-align: center;

    img {
        animation: movescale 4s linear infinite;
    }
}
.banner-shape6 {
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 8%;

    img {
        animation: movebounce 4s linear infinite;
    }
}
.banner-shape7 {
    position: absolute;
    z-index: -1;
    top: 30%;
    left: -12%;

    img {
        animation: moveleftbounce 8s linear infinite;
    }
}
.banner-wrapper-area {
    position: relative;
    z-index: 1;
    background-color: #f8f9f8;
    padding: {
        top: 40px;
    };
    .divider {
        background-color: #f5f7fa;
        top: auto;
        bottom: 0;
    }
}
.banner-wrapper-content {
    h1 {
        margin-bottom: 18px;
        font: {
            size: 48px;
            weight: 800;
        };
    }
    p {
        font: {
            size: 17px;
        };
    }
    form {
        margin-top: 25px;
        position: relative;

        label {
            position: absolute;
            display: inline-block;
            margin-bottom: 0;
            left: 15px;
            top: 13px;
            line-height: 1;
            font-size: 22px;
        }
        .input-search {
            display: block;
            width: 100%;
            height: 48px;
            border: 1px solid #eee8e2;
            border-radius: 5px;
            transition: $transition;
            color: $black-color;
            font: {
                size: $font-size;
                weight: 400;
            };
            padding: {
                left: 50px;
                top: 1px;
                bottom: 0;
                right: 0;
            };
            &::placeholder {
                color: #999999;
                transition: $transition;
            }
            &:focus {

                &::placeholder {
                    color: transparent;
                }
            }
        }
        button {
            position: absolute;
            right: 0;
            border-radius: 0 5px 5px 0;
            height: 48px;
            color: $white-color;
            border: none;
            transition: $transition;
            padding: {
                top: 0;
                bottom: 0;
                left: 25px;
                right: 25px;
            };
            top: 0;
            font: {
                size: $font-size;
                weight: 600;
            };
            &:hover {
                background-color: $black-color;
                color: $white-color;
            }
        }
    }
    .popular-search-list {
        padding-left: 0;
        list-style-type: none;
        margin: {
            bottom: 0;
            top: 20px;
        };
        li {
            display: inline-block;
            margin-right: 12px;
            color: $optional-color;
            font: {
                size: 15px;
                weight: 600;
            };
            &:last-child {
                margin-right: 0;
            }
            a {
                display: block;
                color: $black-color;
                font-weight: 700;
                text-decoration: underline;
            }
        }
    }
}
.banner-wrapper-image {
    text-align: center;
}
.banner-inner-area {
    margin-top: 50px;
    border-radius: 10px;

    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-4 {
            padding: {
                left: 0;
                right: 0;
            };
            &:last-child {
                .single-banner-box {
                    border-right: none;
                }
            }
            &:nth-child(1) {
                .single-banner-box {
                    border-radius: 10px 0 0 10px;
                }
            }
            &:nth-child(3) {
                .single-banner-box {
                    border-radius: 0 10px 10px 0;
                }
            }
        }
    }
}
.single-banner-box {
    border-right: 1px solid #eeeeee;
    background-color: $white-color;
    padding: 30px 30px 30px 90px;
    position: relative;

    .icon {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1;
        transition: $transition;
        font-size: 45px;

        i {
            &.flaticon-world {
                font-size: 40px;
            }
        }
    }
    h3 {
        margin-bottom: 5px;
        font: {
            size: 21px;
            weight: 700;
        };
    }
}
.banner-shape8 {
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 7%;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.banner-shape9 {
    position: absolute;
    z-index: -1;
    top: 5%;
    right: 15%;

    img {
        animation: movescale 4s linear infinite;
    }
}
.banner-shape10 {
    position: absolute;
    z-index: -1;
    bottom: 30px;
    left: 35px;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.banner-wrapper {
    height: 1000px;
    position: relative;
    z-index: 1;
    background: {
        color: $black-color;
        position: top center;
        size: cover;
        repeat: no-repeat;
        image: url(../../assets/img/main-banner1.jpg);
    };
    &::before {
        height: 512px;
        width: 100%;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        z-index: 1;
        background: {
            position: center center;
            size: cover;
            repeat: no-repeat;
            image: url(../../assets/img/banner-shape11.png);
        };
    }
}
.banner-wrapper-text {
    position: relative;
    z-index: 2;
    max-width: 590px;
    margin: {
        left: auto;
        top: -200px;
    };
    h1 {
        margin-bottom: 22px;
        color: $white-color;
        font: {
            size: 48px;
            weight: 800;
        };
    }
    p {
        color: $white-color;
        max-width: 500px;
        font: {
            size: 16.5px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.home-banner-area {
    background: {
        position: center center;
        size: cover;
        image: url(../../assets/img/main-banner2.jpg);
        repeat: no-repeat;
    };
    margin: {
        bottom: 50px;
        top: 25px;
    };
    padding: {
        top: 70px;
        bottom: 70px;
        left: 40px;
        right: 40px;
    };
    h1 {
        margin-bottom: 12px;
        max-width: 600px;
        color: $white-color;
        font: {
            size: 48px;
            weight: 800;
        };
    }
    p {
        max-width: 500px;
        color: $white-color;
        font: {
            weight: 600;
            size: 18px;
        };
    }
}
.banner-shape11 {
    position: absolute;
    z-index: -1;
    right: 21%;
    bottom: 24%;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.banner-shape12 {
    position: absolute;
    z-index: -1;
    right: 19%;
    top: 14%;

    img {
        animation: movescale 4s linear infinite;
    }
}
.banner-shape13 {
    position: absolute;
    z-index: -1;
    bottom: 5%;
    left: 4%;

    img {
        animation: {
            name: rotateme;
            duration: 100s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
    &.border-bottom {
        border-bottom-color: #efeff1 !important;
    }
}
.single-partner-item {
    text-align: center;
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
    position: relative;
    z-index: 2;
}
.single-box-item {
    text-align: center;
    border-radius: 8px;
    background-color: $white-color;
    padding: 70px 30px 40px;
    transition: $transition;
    top: -250px;
    position: relative;
    margin-bottom: -250px;

    .icon {
        font-size: 65px;
        line-height: 1;
        position: relative;
        margin-bottom: 40px;
        z-index: 1;

        img {
            position: absolute;
            left: 0;
            right: 0;
            top: -22px;
            z-index: -1;
            text-align: center;
            margin: {
                left: auto;
                right: auto;
            };
        }
    }
    h3 {
        margin-bottom: 12px;
        font: {
            size: 23px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 12px;
    }
    .link-btn {
        display: inline-block;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: $black-color;
        }
    }
    &:hover {
        box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        transform: translateY(-10px);
    }
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
    position: relative;
    z-index: 1;
}
.single-features-box {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    padding: 30px 31px;
    transition: $transition;

    .icon {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 15px;
    }
    h3 {
        margin-bottom: 15px;
        font: {
            size: 22px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 12px;
    }
    .link-btn {
        display: inline-block;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: $black-color;
        }
    }
    &:hover {
        transform: translateY(-10px);
    }
    &.without-padding {
        text-align: left;
        padding: 0;
        background-color: transparent;

        p {
            max-width: 315px;
        }
    }
}

/*================================================
About Area CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}
.about-image {
    overflow: hidden;
    text-align: center;

    .row {
        margin: {
            left: -5px;
            right: -5px;
        };
        .col-lg-6 {
            padding: {
                left: 5px;
                right: 5px;
            };
            &:nth-child(3) {
                .image {
                    margin-top: -15px;
                }
            }
            &:nth-child(2) {
                .image {
                    margin-bottom: 20px;
                }
            }
        }
    }
}
.about-content {
    padding-left: 15px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 15px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .features-list {
        padding-left: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        margin: {
            bottom: 0;
            top: -5px;
            left: -8px;
            right: -8px;
        };
        li {
            flex: 0 0 50%;
            max-width: 50%;
            padding: {
                left: 8px;
                right: 8px;
                top: 16px;
            };
            span {
                display: block;
                position: relative;
                color: $black-color;
                font: {
                    size: 18px;
                    weight: 700;
                };
                padding: {
                    left: 50px;
                    top: 5px;
                    bottom: 5px;
                };
                i {
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 40px;
                    height: 40px;
                    overflow: hidden;
                    text-align: center;
                    font-weight: 500;
                    line-height: 40px;
                    font-size: 25px;
                    background: {
                        image: url(../../assets/img/circle-border.png);
                        position: center center;
                        size: cover;
                        repeat: no-repeat;
                    };
                }
            }
        }
    }
    .default-btn {
        margin-top: 30px;
    }
}
.about-area-two {
    position: relative;
    z-index: 1;

    .shape3 {
        right: 12%;
        bottom: auto;
        top: 25%;
    }
    .shape4 {
        right: 8%;
        bottom: auto;
        top: 7%;
    }
    .shape2 {
        left: auto;
        bottom: 5%;
        right: 15%;
    }
}
.about-content-box {
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 16px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .link-btn {
        display: inline-block;
        position: relative;
        border-bottom: 1px solid transparent;
        font: {
            weight: 700;
        };
        &:hover {
            color: $black-color;
            border-color: $black-color;
        }
    }
    .default-btn {
        margin-top: 10px;
    }
}
.about-video-box {
    margin-left: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;

    .image {
        overflow: hidden;
        border-radius: 5px;
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 5px;
            background-color: $black-color;
            opacity: .3;
            z-index: 1;
        }
        img {
            border-radius: 5px;
            transition: $transition;
        }
    }
    .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 35px;
        text-align: center;
        line-height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%) translateX(-50%);
        border-radius: 50%;
        color: $white-color;

        &::after, &::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            transition: $transition;
            border-radius: 50%;
            border: 1px solid;
        }
        &::before {
            animation: ripple 2s linear infinite;
        }
        &::after {
            animation: ripple 2s linear 1s infinite;
        }
        &:hover {
            color: $white-color;
            background-color: $black-color;

            &::before, &::after {
                border-color: $black-color;
            }
        }
    }
    &:hover {
        .image {
            img {
                transform: scale3d(1.1,1.1,1.1);
            }
        }
    }
    .shape10 {
        left: -6.5%;
        bottom: -13.5%;
        opacity: .50;
    }
}
.about-area-three {
    position: relative;
    z-index: 1;

    .shape3 {
        right: 12%;
        bottom: auto;
        top: 38%;
    }
    .shape4 {
        right: 8%;
        bottom: auto;
        top: 20%;
    }
}
.about-img {
    position: relative;
    z-index: 1;

    .image {
        text-align: right;
        position: relative;
        padding-bottom: 45px;

        img {
            &:nth-child(2) {
                position: absolute;
                left: 80px;
                bottom: 0;
            }
        }
    }
}
.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    top: -100px;
    left: 0;
    z-index: -1;
}
.shape1 {
    position: absolute;
    left: 12%;
    top: -17px;
    z-index: -1;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}
.shape2 {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.shape3 {
    position: absolute;
    right: 9%;
    bottom: 12%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 100s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape4 {
    position: absolute;
    right: 5%;
    bottom: 40%;
    z-index: -1;

    img {
        animation: movescale 4s linear infinite;
    }
}
.shape17 {
    position: absolute;
    z-index: -1;
    top: -45px;
    left: 160px;
    right: 0;
    text-align: center;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}
.shape18 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -150px;
    right: 0;
    text-align: center;

    img {
        animation: {
            name: rotateme;
            duration: 100s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape19 {
    position: absolute;
    right: -15px;
    top: 40%;

    img {
        animation: movescale 4s linear infinite;
    }
}
.shape20 {
    position: absolute;
    z-index: -1;
    left: 7%;
    top: 57%;

    img {
        animation: movescale 4s linear infinite;
    }
}
.shape21 {
    position: absolute;
    z-index: -1;
    left: 11%;
    bottom: 15%;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.shape22 {
    position: absolute;
    z-index: -1;
    left: 55%;
    bottom: 10px;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape23 {
    position: absolute;
    z-index: -1;
    right: 5%;
    bottom: 5%;

    img {
        animation: {
            name: rotateme;
            duration: 100s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes movescale {
    0% {
        transform: scale(.9);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(.9);
    }
}

/*================================================
Success Story Area CSS
=================================================*/
.success-story-area {
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40%;
        background-color: #f8f9f8;
        z-index: -2;
    }
    .shape4 {
        right: 21%;
        bottom: 85%;
    }
    .shape3 {
        right: 23%;
        bottom: 55%;
    }
    .shape2 {
        left: auto;
        bottom: 3%;
        right: 25%;
    }
}

/*================================================
Our Story Area CSS
=================================================*/
.our-story-area {
    .col-lg-4, .col-lg-8 {
        margin-top: 40px;

        &:nth-child(1) {
            margin-top: 0;
        }
        &:nth-child(2) {
            margin-top: 0;
        }
    }
}
.our-story-title {
    h3 {
        margin-bottom: 0;
        position: relative;
        padding-left: 45px;
        font: {
            size: 28px;
            weight: 800;
        };
        .number {
            opacity: 0.38;
            position: absolute;
            left: 0;
            line-height: 1;
            top: 1px;
            font: {
                size: 45px;
                weight: 900;
                style: italic;
            };
        }
    }
}
.our-story-image {
    margin-top: 70px;
    border-radius: 5px;
    margin-bottom: 30px;

    img {
        border-radius: 5px;
    }
}
.our-story-content {
    padding-right: 90px;

    p {
        margin-bottom: 20px;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
    position: relative;
    z-index: 1;
    a {
        text-decoration: none !important;
    }
    i {
        font-style: normal !important;
    }
}
.item-meta.course-item-status:before {
    content: attr(data-preview);
    color: #2dbbc4;
    vertical-align: baseline;
}

.item-meta.course-item-status {
    display: inline-block;
    background: #e3f1f2;
    color: #2dbbc4;
    text-transform: capitalize;
    border-radius: 3px;
    margin-right: 6px;
    padding: 2px 10px 1.5px;
    font-size: 12px;
    font-weight: 700;
}
.fa.item-meta.course-item-status.trans {
    padding: 0;
    background: transparent !important;
}
.single-courses-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: $white-color;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

    .courses-image {
        border-radius: 5px 5px 0 0;
        position: relative;
        z-index: 1;

        .image {
            border-radius: 5px 5px 0 0;

            img {
                border-radius: 5px 5px 0 0;
            }
        }
        .fav {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 20px;
            color: $white-color;
            font-size: 30px;
            line-height: 1;

        }
        .price {
            display: inline-block;
            color: #ffffff;
            position: absolute;
            right: 0;
            border-radius: 10px 0 0 0;
            bottom: 0;
            padding: 7px 20px 5px;
            text-align: center;
            font-size: 24px;
            font-weight: 800;
        }
    }
    .origin-price {
        display: none;
    }
    .courses-content {
        border-radius: 0 0 5px 5px;
        padding: 30px;

        .course-author {
            margin-bottom: 15px;

            img {
                width: 35px;
                height: 35px;
                margin-right: 10px;
                border-radius: 50%;
            }
            span {
                a {
                    text-transform: capitalize;
                    text-decoration: none;
                    font: {
                        weight: 600;
                        size: 15px;
                    };

                }
            }
        }
        h3 {
            margin-bottom: 10px;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
                text-decoration: none;
            }
        }
        .courses-box-footer {
            list-style-type: none;
            padding-left: 0;
            margin: {
                bottom: 0;
                left: -7px;
                right: -7px;
                top: 20px;
            };
            li {
                color: $optional-color;
                font-size: 15px;
                position: relative;
                list-style-type: none;
                padding: {
                    left: 25px;
                    right: 7px;
                };
                i {
                    position: absolute;
                    left: 6px;
                    top: 0;
                    font-size: 14px;

                    &.flaticon-people {
                        font-size: 18px;
                        left: 3px;
                    }
                }
            }
        }
    }
    &.bg-color {
        background-color: #fffaf3;
        box-shadow: unset;
        transition: $transition;

        .courses-content {
            h3 {
                margin-bottom: 10px;
            }
        }
        &:hover {
            background-color: $white-color;
            box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        }
    }
    &.without-boxshadow {
        background-color: $white-color;
        box-shadow: unset;
        transition: $transition;

        .courses-content {
            h3 {
                margin-bottom: 10px;
            }
        }
        &:hover, &.active {
            box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        }
    }
}
.single-courses-item {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: $white-color;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .02);

    .courses-image {
        display: block;
        border-radius: 5px;
        position: relative;
        z-index: 1;
        overflow: hidden;

        img {
            border-radius: 5px;
            width: 100%;
            transition: $transition;
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 5px;
            background-color: $black-color;
            opacity: .2;
            z-index: 1;
            transition: $transition;
        }
        .link-btn {
            position: absolute;
            left: 0;
            right: 0;
            border-radius: 5px;
            width: 100%;
            height: 100%;
            z-index: 2;
        }
    }
    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-4, .col-lg-8 {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .courses-content {
        border-radius: 5px;
        position: relative;
        padding: 25px;

        .fav {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 20px;
            color: #b0b9c4;
            font-size: 25px;
            line-height: 1;

        }
        .price {
            display: block;
            margin-bottom: 3px;
            font: {
                size: 28px;
                weight: 800;
            };
        }
        h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font: {
                size: 22px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .courses-content-footer {
            list-style-type: none;
            padding: {
                left: 0;
                right: 30px;
            };
            margin: {
                bottom: 0;
                left: -7px;
                right: -7px;
                top: 15px;
            };
            li {
                color: $optional-color;
                font-size: 15px;
                position: relative;
                padding: {
                    left: 25px;
                    right: 7px;
                };
                i {
                    position: absolute;
                    left: 7px;
                    top: 0;

                    &.flaticon-people {
                        font-size: 18px;
                        left: 3px;
                    }
                }
            }
        }
    }
    &:hover {
        .courses-image {
            &::before {
                opacity: 0;
                visibility: hidden;
            }
            img {
                transform: scale3d(1.1,1.1,1.1);
            }
        }
    }
}


.single-courses-item-box {
    margin-bottom: 30px;
    position: relative;
    background-color: $white-color;
    transition: $transition;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, .08);
    text-align: center;

    .courses-image {
        position: relative;
        z-index: 1;

        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1;
            background-color: $black-color;
            opacity: 0.3;
            transition: $transition;
        }
        .fav {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 20px;
            color: $white-color;
            font-size: 30px;
            z-index: 2;
            line-height: 1;

        }
        .price {
            display: inline-block;
            color: #ffffff;
            border-radius: 10%;
            padding: 10px 20px;
            position: absolute;
            bottom: -29.5px;
            text-align: center;
            z-index: 2;
            left: 40%;
            font-size: 24px;
            font-weight: 800;
            margin-left: auto;
            margin-right: auto;
        }
    }
    .courses-content {
        padding: 50px 20px 20px;

        .course-author {
            margin-bottom: 15px;

            img {
                width: 35px;
                height: 35px;
                margin-right: 10px;
            }
            span {
                font: {
                    weight: 600;
                    size: 15px;
                };
            }
        }
        h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font: {
                size: 22px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .rating {
            margin-top: 15px;

            i {
                color: #f4c150;
                margin-left: -3px;
            }
            .rating-total {
                display: inline-block;
                color: $optional-color;
                font-weight: 600;
                position: relative;
                top: -3.5px;
                margin-left: 1px;
            }
            .course-review {
                display: inline-block;
            }

            .review-stars-rated {
                position: relative;
                display: inline-block;
                .review-stars {
                    padding-left: 0;
                    margin: 0;
                    margin-top: 2px;
                    display: inline-block;
                    list-style: none;
                    line-height: 16px;
                    height: 16px;
                    float: left;
                    font-size: 0;

                    li {
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        float: none;
                        color: #ffb606;
                        margin-bottom: 0;
                        span {
                            font-size: 13px;
                            width: auto;
                            height: auto;
                            border-bottom: none;
                            text-decoration: none;
                            &::before {
                                width: auto;
                                height: auto;
                            }
                        }
                    }
                }
                .review-stars.filled {
                    margin: 0;
                    margin-top: 2px;
                    padding-left: 0;
                    display: inline-block;
                    list-style: none;
                    line-height: 16px;
                    height: 16px;
                    float: left;
                    font-size: 0;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 10;
                    white-space: nowrap;
                    overflow: hidden;
                    color: #f05a19;
                    height: 40px;
                    li {
                        position: static;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        float: none;
                        margin-bottom: 0;

                        span {
                            color: #ffb606;
                            font-size: 13px;
                            width: auto;
                            height: auto;
                            border-bottom: none;
                            text-decoration: none;
                            &::before {
                                width: auto;
                                height: auto;
                            }
                        }
                    }
                }
            }
        }
    }
    &:hover {
        .courses-image {
            &::before {
                opacity: 0;
                visibility: hidden;
            }
        }
    }
}
.courses-info {
    text-align: center;
    margin-top: 20px;

    .default-btn {
        margin-bottom: 15px;
    }
    p {
        max-width: 600px;
        margin: {
            left: auto;
            right: auto;
            bottom: 0;
        };
        a {

            &:hover {
                text-decoration: underline;
                color: $black-color;
            }
        }
    }
}
.courses-slides {
    .single-courses-box .courses-content h3 {
        font-size: 28px;
    }
    &.owl-theme {
        .owl-dots {
            margin: {
                top: 20px !important;
                bottom: 35px;
            };
            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
        .owl-nav {
            margin-top: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -3px;

            [class*=owl-] {
                margin: 0 40px;
                width: 35px;
                height: 35px;
                border-radius: 3px;
                transition: $transition;
                background-color: $white-color;
                box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
                line-height: 42px;
                padding: 0;
                font-size: 25px;

                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}
.shape16 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    text-align: center;
}
.shorting-menu {
    text-align: center;
    margin-bottom: 30px;

    .filter {
        display: inline-block;
        padding: 0;
        background-color: transparent;
        color: $black-color;
        transition: $transition;
        border: none;
        font: {
            size: 16.5px;
            weight: 700;
        };
        margin: {
            left: 10px;
            right: 10px;
        };
    }
    &.shorting-menu-style-two {
        background-color: #f8f9f8;
        border-radius: 5px;
        margin: {
            bottom: 40px;
        };
        padding: {
            left: 60px;
            right: 60px;
        };
        .filter {
            position: relative;
            color: $optional-color;
            padding: {
                top: 16px;
                bottom: 14px;
                left: 7px;
                right: 7px;
            };
            &::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                transition: $transition;
                transform: scaleX(0);
            }
            &:hover, &.active {
                color: $black-color;

                &::before {
                    transform: scaleX(1);
                }
            }
        }
    }
}
.shorting {
    .mix {
        display: none;
    }
}
.ecademy-grid-sorting {
    margin-bottom: 40px;

    .result-count {
        p {
            margin-bottom: 0;

            .count {
                font-weight: 700;
                color: $black-color;
            }
        }
    }
    .ordering {
        text-align: right;

        label {
            display: inline-block;
            margin-bottom: 0;
            color: #ababab;
            margin-right: 5px;
            font: {
                size: $font-size;
                weight: 700;
            };
        }
        .nice-select {
            display: inline-block;
            width: 215px;
            background: #f8f8f8;
            border-color: #eeeeee;
            color: $black-color;
            transition: $transition;
            padding: 0 0 0 12px;
            height: 45px;
            line-height: 45px;
            font: {
                size: $font-size;
                weight: 700;
            };
            .list {
                background-color: $white-color;
                border-radius: 5px;
                box-shadow: 0 10px 30px rgba(0,0,0,.2);
                list-style-type: none;
                border: none;
                width: 100%;
                margin: {
                    bottom: 0;
                    top: 0;
                };
                padding: {
                    left: 0;
                    top: 10px;
                    bottom: 10px;
                };
                .option {
                    line-height: 38px;
                    min-height: 38px;
                    color: $black-color;
                    position: relative;
                    transition: $transition;
                    padding: {
                        left: 32px;
                        right: 25px;
                    };
                    font: {
                        size: $font-size;
                        weight: 700;
                    };
                    &:hover {
                        color: $white-color;

                        &::before {
                            color: $white-color;
                        }
                    }
                    &.focus, &.selected.focus {
                        background-color: transparent !important;
                        color: $black-color;
                    }
                    &::before {
                        content: "\f11f";
                        position: absolute;
                        left: 10px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                        transition: $transition;
                        font: {
                            family: Flaticon;
                            size: 11px;
                        };
                    }
                    &.selected {
                        &::before {
                            opacity: 1;
                            visibility: visible;
                        }
                        &:hover {
                            color: $white-color;

                            &::before {
                                color: $white-color;
                            }
                        }
                    }
                }
            }
            &:after {
                border-color: $black-color;
                height: 8px;
                width: 8px;
                margin-top: -5px;
            }
            &:hover {
                background-color: transparent;
            }
        }
    }
}
.courses-section {
    .col-lg-4 {
        display: none;
    }
}
.load-more-btn {
    text-align: center;
    margin: {
        top: 30px;
        bottom: 30px;
    };
    .load-more {
        display: inline-block;
        background-color: transparent;
        border: 1px solid #eeeeee;
        padding: 13px 65px 13px 40px;
        border-radius: 5px;
        position: relative;
        font: {
            size: $font-size;
            weight: 700;
        };
        i {
            position: absolute;
            right: 40px;
            top: 50%;
            font-size: 18px;
            transform: translateY(-50%);
        }
        &:hover {
            color: $white-color;
            border-color: $white-color;
        }
    }
}
.courses-items {
    margin: {
        left: -15px;
        right: -15px;
    };
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details-desc {
    margin-top: 60px;
    padding-right: 15px;

    .nav {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        border: none;
        border-radius: 5px;
        padding: {
            left: 30px;
            right: 30px;
        };
        .nav-item {
            margin: {
                bottom: 0;
                right: 40px;
            };
            .nav-link {
                border-radius: 0;
                border: none;
                padding: 0;
                transition: $transition;
                padding: 14px 0;
                background-color: #f8f9f8;
                position: relative;
                border-radius: 5px;
                font: {
                    size: 18px;
                    weight: 800;
                };
                &::before {
                    content: '';
                    bottom: 0;
                    height: 2px;
                    position: absolute;
                    transition: $transition;
                    left: 0;
                    width: 100%;
                    transform: scaleX(0);
                }
                &:hover, &.active {
                    color: $black-color;

                    &::before {
                        transform: scaleX(1);
                    }
                }
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
    .course-tabs {
        margin-bottom: 0 !important;
    }
    .lp-course-buttons {
        display: none;

        .default-btn {
            text-transform: capitalize;
            padding: {
                top: 9px;
                bottom: 9px;
            };
        }
    }
    .tab-content {
        padding: {
            top: 40px;
        };
        .courses-overview {
            h3 {
                margin-bottom: 12px;
                font: {
                    size: 24px;
                    weight: 800;
                };
                &:not(:first-child) {
                    margin-top: 30px;
                }
            }
        }
        .courses-curriculum {
            .section-title {
                margin-bottom: 15px;
                text-align: left;
                font: {
                    size: 20px;
                    weight: 800;
                };
                &:not(:first-child) {
                    margin-top: 30px;
                }
            }
            .section-header {
                cursor: pointer;
                padding: 25px 30px;

                .section-title {
                    max-width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                    margin-bottom: 0;
                }
            }
            .section-content {
                margin-top: 0;

                .course-item {
                    margin-bottom: 0;

                    &.item-locked .course-item-status:before {
                        margin-left: 5px;
                        position: relative;
                        top: 1px;
                        color: $optional-color;
                        content: "\f023";
                    }
                }
            }
            ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none;

                li {
                    display: block;
                    margin-bottom: 25px;
                    border: 1px solid #eeeeee;

                    a {
                        background-color: $white-color;
                        color: $black-color;
                        position: relative;
                        display: block;
                        font-weight: 700;
                        padding: {
                            left: 55px;
                            right: 210px;
                            top: 15px;
                            bottom: 15px;
                        };
                        &::before {
                            content: "\f12b";
                            position: absolute;
                            left: 30px;
                            top: 13px;
                            font: {
                                size: 18px;
                                weight: normal;
                                family: Flaticon;
                            };
                        }
                        .courses-name {
                            font: {
                                size: 14.5px;
                                weight: 700;
                            };
                        }
                        .course-item-meta {
                            position: absolute;
                            right: 15px;
                            top: 50%;
                            transform: translateY(-50%);

                            .duration {
                                display: inline-block;
                                background: #f7e7e8;
                                color: $black-color;
                                text-transform: lowercase;
                                border-radius: 3px;
                                padding: 2px 10px 1.5px;
                                font: {
                                    size: 14px;
                                    weight: 700;
                                };
                            }
                            .count-questions {
                                display: inline-block;
                                background: #e3f1f2;
                                color: #2dbbc4;
                                text-transform: lowercase;
                                border-radius: 3px;
                                margin-right: 6px;
                                padding: 2px 10px 1.5px;
                                font: {
                                    size: 14px;
                                    weight: 700;
                                };
                            }
                        }
                        .courses-meta {
                            text-align: right;

                            .status {
                                display: inline-block;
                                background: $black-color;
                                color: $white-color;
                                border-radius: 3px;
                                margin-left: 6px;
                                padding: 2px 10px 1.5px;
                                font: {
                                    size: 14px;
                                    weight: 700;
                                };
                                &.locked {
                                    color: $black-color;
                                    background-color: transparent;
                                    padding: 0;
                                    margin-left: 8px;
                                    border-radius: 0;
                                    position: relative;
                                    top: 1px;
                                    font: {
                                        size: 18px;
                                        weight: normal;
                                    };
                                }
                            }
                        }
                    }
                    ul {
                        li {
                            border-radius: 0;
                            border: none;

                            &:nth-child(odd) {
                                a {
                                    background-color: #f8f8f8;
                                }
                            }
                        }
                    }
                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
            .section-meta {
                position: relative;
                padding-right: 38px;
                margin-top: 12px;

                .step {
                    display: inline-block;
                    font-weight: 600;
                    position: absolute;
                    right: 0;
                    top: -7px;
                }
            }
        }
        .courses-instructor {
            .single-advisor-box {
                margin-bottom: 0;

                .advisor-image {
                    top: 0;
                    margin-bottom: 0;
                }
                .advisor-content {
                    padding: 0 0 0 20px;

                    h3 {
                        font-size: 23px;
                    }
                    .sub-title {
                        margin-top: -5px;
                    }
                    .social-link {
                        li {
                            a {
                                font-size: 15px;
                            }
                        }
                    }
                }
            }
        }
        .courses-reviews {
            h3 {
                margin-bottom: 0;
                display: inline-block;
                margin-right: 15px;
                font: {
                    size: 21px;
                    weight: 800;
                };
            }
            .review-stars-rated {
                top: 8px;
            }
            .review-number {
                margin-top: 6px;
                font-size: 15px;
            }
            .rating-count {
                margin: {
                    top: 10px;
                    bottom: 20px;
                };
                span {
                    display: block;
                    font-size: $font-size;
                    color: $optional-color;
                }
            }
            .course-rate {
                font-size: 15px;
                position: relative;
                margin-bottom: 18px;

                span {
                    display: block;

                    &:last-child {
                        text-align: right;
                        position: absolute;
                        right: 0;
                        top: 0;
                    }
                }
                .review-bar {
                    width: 100%;
                    margin-right: 0;
                    display: block;
                    margin-top: 5px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
                &:nth-child(1) {
                    .review-bar {
                        .rating {
                            background-color: #4CAF50;
                        }
                    }
                }
                &:nth-child(2) {
                    .review-bar {
                        .rating {
                            background-color: #2196F3;
                        }
                    }
                }
                &:nth-child(3) {
                    .review-bar {
                        .rating {
                            background-color: #00bcd4;
                        }
                    }
                }
                &:nth-child(4) {
                    .review-bar {
                        .rating {
                            background-color: #ff9800;
                        }
                    }
                }
                &:nth-child(51) {
                    .review-bar {
                        .rating {
                            background-color: #f1f1f1;
                        }
                    }
                }
            }
        }
        #course-reviews {
            margin-top: 40px;

            .course-review-head {
                border-bottom: 1px solid #f3f3f3;
                padding-bottom: 12px;
                margin: {
                    bottom: 8px;
                };
                font: {
                    size: 21px;
                    weight: 800;
                };
            }
            .course-reviews-list {
                padding-left: 0;
                margin-bottom: 0;

                li {
                    border-top: none;
                    border-right: none;
                    border-left: none;
                    border-bottom: 1px solid #f3f3f3;
                    padding: 20px 0 20px 110px;
                    position: relative;
                    background-color: transparent;

                    .review-author {
                        position: absolute;
                        left: 0;
                        top: 20px;
                        margin-right: 0;
                        float: unset;

                        img {
                            width: 90px;
                            border-radius: 5px;
                        }
                    }
                    .review-author-info {
                        .user-name {
                            display: inline-block;
                            margin: 0;
                            font: {
                                size: 19px;
                                weight: 800;
                            };
                        }
                        .review-stars-rated {
                            top: 8px;
                            margin-left: 10px;
                        }
                        .review-title {
                            margin-bottom: 8px;
                            color: $black-color;
                            font: {
                                weight: 700;
                                style: normal;
                                size: 15px;
                            };
                        }
                    }
                    .review-text {
                        float: unset;
                        width: 100%;
                    }
                }
            }
        }
        .write-a-review {
            &.default-btn {
                font-size: 15px;
                padding-top: 12px;
                margin-top: 25px;
                padding-bottom: 10px;

                i {
                    top: 14px;
                }
            }
        }
    }
}
.review-form {
    padding: 40px !important;

    textarea {
        padding-top: 15px !important;
    }
    .default-btn {
        i {
            top: 14px;
        }
    }
}
.courses-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 12px 12px 50px 12px;
    margin: {
        left: 15px;
        top: -240px;
    };
    .image {
        text-align: center;
        position: relative;

        .link-btn {
            display: block;
            width: 100%;
            height: 100%;
            z-index: 3;
            position: absolute;
            left: 0;
            top: 0;
        }
        .content {
            position: absolute;
            left: 0;
            z-index: 2;
            right: 0;
            top: 50%;
            transform: translateY(-50%);

            i {
                display: block;
                width: 60px;
                height: 60px;
                color: $white-color;
                border-radius: 50%;
                line-height: 60px;
                font-size: 25px;
                margin: {
                    left: auto;
                    right: auto;
                    bottom: 15px;
                };
            }
            span {
                display: inline-block;
                color: $white-color;
                border-radius: 5px;
                padding: 4px 20px;
                background-color: $black-color;
                font: {
                    size: 17px;
                    weight: 700;
                };
            }
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background-color: $black-color;
            opacity: 0.25;
        }
        .video-js {
            width: 340px;
            height: 230px;
        }
    }
    .image.no-before::before {
        display: none;
    }
    .info {
        margin-bottom: 0;
        list-style-type: none;
        padding: {
            left: 25px;
            right: 25px;
            top: 35px;
        };
        li {
            border-bottom: 1px solid #e5e5e7;
            color: $optional-color;
            font: {
                size: 17px;
                weight: 600;
            };
            padding: {
                top: 15px;
                bottom: 14px;
            };
            span {
                font-weight: 800;
                color: $black-color;
                position: relative;
                padding-left: 28px;

                i {
                    position: absolute;
                    left: 0;
                    font-weight: normal;
                    top: -2px;
                    font-size: 20px;
                }
            }
            &.price {
                padding-bottom: 10px;
                font: {
                    size: 28px;
                    weight: 800;
                };
                span {
                    color: $black-color;
                    font: {
                        size: 17px;
                        weight: 800;
                    };
                }
                .price {
                    padding-left: 2px;
                }
                .origin-price {
                    text-decoration: line-through;
                    color: $optional-color;
                    font-size: 16px;
                }
            }
            &:first-child {
                padding-top: 0;
            }
        }
    }
    .btn-box {
        margin-top: 35px;
        padding: {
            left: 25px;
            right: 25px;
        };
        form {
            display: block;
        }
        .default-btn {
            width: 100%;
            display: block;
            padding: {
                right: 30px;
                left: 30px;
                top: 12px;
                bottom: 12px;
            };
            i {
                position: relative;
                left: 0;
                top: 2px;
                margin-right: 8px;
                line-height: 1;
                font: {
                    weight: normal;
                    size: 20px;
                };
            }
            .label {
                position: relative;
                display: inline-block;
                top: 0 !important;
                background-color: transparent;
                left: 0 !important;
                width: auto;
                height: auto;
                transform: translateY(0);
            }
            &:hover {
                background-color: $black-color;
                color: $white-color;
            }
        }
    }
    .courses-share {
        text-align: center;
        margin-top: 20px;
        padding: {
            left: 25px;
            right: 25px;
        };
        .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer;
            width: 100%;

            span {
                display: inline-block;
                line-height: 1;
                font: {
                    size: $font-size;
                    weight: 700;
                };
                i {
                    color: $black-color;
                }
            }
            .social-link {
                padding-left: 0;
                list-style-type: none;
                position: absolute;
                left: 0;
                right: 0;
                bottom: -35px;
                opacity: 0;
                visibility: hidden;
                transition: $transition;
                margin: {
                    bottom: 0;
                };
                li {
                    display: inline-block;
                    margin-right: 3px;

                    &:last-child {
                        margin-right: 0;
                    }
                    a {
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: 18px;
                        color: $black-color;
                        position: relative;
                        border-radius: 2px;

                        i {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            right: 0;
                            transform: translateY(-48%);
                        }
                        &:hover {
                            color: $white-color;
                        }
                    }
                }
            }
            &:hover {
                .social-link {
                    opacity: 1;
                    visibility: visible;
                    bottom: -42px;
                }
            }
        }
    }
}
.single-course-sidebar {
    padding-left: 15px;
    margin-top: 35px;

    .widget {
        margin-top: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        padding: 30px 25px;
        background-color: $white-color;

        &:first-child {
            margin-top: 0;
        }
        .widget-title {
            margin-bottom: 25px;
            position: relative;
            padding-left: 10px;
            border-left: 3px dashed #dfdfdf;
            font: {
                size: 22px;
                weight: 800;
            };
            &::before {
                content: '';
                position: absolute;
                left: -3px;
                top: 0;
                width: 3px;
                height: 6px;
            }
            &::after {
                content: '';
                position: absolute;
                left: -3px;
                top: 19px;
                width: 3px;
                height: 6px;
            }
        }
        ul {
            padding-left: 0;
            list-style-type: none;
            margin: 0;

            li {
                position: relative;
                margin-bottom: 12px;
                overflow: hidden;
                color: #252525;
                padding-left: 18px;
                font-size: 14.5px;
                font-weight: 700;

                &:last-child {
                    margin-bottom: 0;
                }
                &::before {
                    height: 8px;
                    width: 8px;
                    content: '';
                    border-radius: 50%;
                    left: 0;
                    top: 6px;
                    position: absolute;
                }
                a {
                    &:hover {
                        .post_count {
                            border: 1px solid;
                        }
                    }
                    .post_count {
                        position: absolute;
                        right: 0;
                        border: 1px solid #eee;
                        width: 25px;
                        text-align: center;
                        height: 25px;
                        line-height: 25px;
                        font-size: 13px;
                    }
                }
            }
        }
    }
    .widget_lp-widget-popular-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 33.333333%;
                        max-width: 33.333333%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .widget_lp-widget-featured-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 50%;
                        max-width: 50%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .widget_lp-widget-recent-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 50%;
                        max-width: 50%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .widget_lp-widget-course-progress {
        .learn-press-course-results-progress {
            margin-top: 30px;

            .items-progress {
                margin-bottom: 25px;
                float: unset;
                margin-right: 0;

                .lp-course-progress-heading {
                    text-transform: capitalize;
                    margin-bottom: 5px;
                    font: {
                        size: 17px;
                        weight: 800;
                    };
                }
                .number {
                    display: block;
                    font-weight: 600;
                    margin-bottom: 5px;
                }
            }
            .course-progress {
                float: unset;
                margin-bottom: 25px;
                margin-right: 0;

                .lp-course-progress-heading {
                    text-transform: capitalize;
                    margin-bottom: 5px;
                    font: {
                        size: 17px;
                        weight: 800;
                    };
                }
                .number {
                    display: block;
                    font-weight: 600;
                    margin-bottom: 3px;
                }
                .lp-label {
                    margin-bottom: 10px;

                    &.in-progress {
                        background-color: green;
                        color: $white-color;
                    }
                }
            }
        }
        .course-remaining-time {
            font-weight: 600;
        }
    }
}
.courses-details-header {
    margin-bottom: 20px;

    .courses-title {
        p {
            font-size: 17px;
        }
    }
    .courses-meta {
        margin-top: 20px;

        ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                margin-right: 20px;
                position: relative;
                display: inline-block;
                border-right: 1px solid #eeeeee;
                font: {
                    weight: 800;
                    size: 17px;
                };
                padding: {
                    right: 20px;
                    left: 40px;
                };
                i {
                    font-size: 28px;
                    color: #cfcfcf;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
                span {
                    display: block;
                    text-transform: uppercase;
                    margin-bottom: 1px;
                    font: {
                        size: 13.5px;
                        weight: 700;
                    };
                }
                a {
                    display: inline-block;
                    color: $black-color;
                }
                &:last-child {
                    padding-right: 0;
                    margin-right: 0;
                    border-right: none;
                }
            }
        }
    }
    .courses-price {
        text-align: right;

        .price {
            display: inline-block;
            margin-right: 15px;
            line-height: 1;
            position: relative;
            top: -9px;
            font: {
                size: 36px;
                weight: 800;
            };
        }
        .courses-review {
            display: block;
            margin-bottom: 10px;

            .review-stars {
                display: inline-block;

                i {
                    color: #f2b827;
                    font-size: 18px;
                    display: inline-block;
                    margin-right: -3px;
                }
            }
            .reviews-total {
                position: relative;
                color: $optional-color;
                position: relative;
                top: -1px;
                margin-left: 2px;
                font-weight: 700;
            }
        }
    }
}
.courses-details-image-style-two {
    border-radius: 5px;

    img {
        width: 100%;
        border-radius: 5px;
    }
}
.courses-details-desc-style-two {
    margin-top: 35px;

    h3 {
        margin-bottom: 15px;
        font: {
            size: 24px;
            weight: 800;
        };
        &:not(first-child) {
            margin-top: 30px;
        }
    }
    .why-you-learn {
        margin-top: 20px;

        ul {
            display: flex;
            flex-wrap: wrap;
            list-style-type: none;
            padding-left: 15px;
            margin: {
                left: -10px;
                right: -10px;
                bottom: -12px;
            };
            li {
                flex: 0 0 50%;
                max-width: 50%;
                padding: {
                    left: 10px;
                    right: 10px;
                    bottom: 12px;
                };
                span {
                    display: block;
                    color: $black-color;
                    position: relative;
                    padding-left: 22px;
                    line-height: 1.7;
                    font: {
                        weight: 500;
                    };
                    i {
                        position: absolute;
                        left: 0;
                        top: 3px;
                        font-size: 13px;
                    }
                }
            }
        }
    }
    .courses-curriculum {
        border: 1px solid #eeeeee;
        border-radius: 5px;
        padding: 30px;
        margin: {
            top: 20px;
        };
        h3 {
            margin: {
                top: 0;
                bottom: 18px;
            };
            font: {
                size: 18px;
                weight: 800;
            };
            &:not(:first-child) {
                margin-top: 30px;
            }
        }
        ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                display: block;

                a {
                    background-color: #f8f9f8;
                    color: $black-color;
                    position: relative;
                    padding: {
                        left: 55px;
                        right: 30px;
                        top: 14.5px;
                        bottom: 14.5px;
                    };
                    margin: {
                        left: -30px;
                        right: -30px;
                    };
                    &::before {
                        content: "\f12b";
                        position: absolute;
                        left: 30px;
                        top: 14px;
                        font: {
                            size: 18px;
                            family: Flaticon;
                        };
                    }
                    .courses-name {
                        font: {
                            size: 14.5px;
                            weight: 700;
                        };
                    }
                    .courses-meta {
                        text-align: right;

                        .questions {
                            display: inline-block;
                            background: #e3f1f2;
                            color: #2dbbc4;
                            text-transform: lowercase;
                            border-radius: 3px;
                            margin-right: 6px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 14px;
                                weight: 700;
                            };
                        }
                        .duration {
                            display: inline-block;
                            background: #f7e7e8;
                            text-transform: lowercase;
                            border-radius: 3px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 14px;
                                weight: 700;
                            };
                        }
                        .status {
                            display: inline-block;
                            background: $black-color;
                            color: $white-color;
                            border-radius: 3px;
                            margin-left: 6px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 14px;
                                weight: 700;
                            };
                            &.locked {
                                color: $black-color;
                                background-color: transparent;
                                padding: 0;
                                margin-left: 8px;
                                border-radius: 0;
                                position: relative;
                                top: 1px;
                                font: {
                                    size: 18px;
                                    weight: normal;
                                };
                            }
                        }
                    }
                }
                &:nth-child(2), &:nth-child(4), &:nth-child(6), &:nth-child(8), &:nth-child(10), &:nth-child(12), &:nth-child(14), &:nth-child(16), &:nth-child(18), &:nth-child(20), &:nth-child(22), &:nth-child(24), &:nth-child(26), &:nth-child(28), &:nth-child(30), &:nth-child(32), &:nth-child(34), &:nth-child(36), &:nth-child(38), &:nth-child(40), &:nth-child(42), &:nth-child(44), &:nth-child(46), &:nth-child(48), &:nth-child(50), &:nth-child(52), &:nth-child(54), &:nth-child(56), &:nth-child(58), &:nth-child(60), &:nth-child(62), &:nth-child(64), &:nth-child(66), &:nth-child(68), &:nth-child(70), &:nth-child(72), &:nth-child(74), &:nth-child(76), &:nth-child(78), &:nth-child(80), &:nth-child(82), &:nth-child(84), &:nth-child(86), &:nth-child(88), &:nth-child(90), &:nth-child(92), &:nth-child(94), &:nth-child(96), &:nth-child(98), &:nth-child(100) {
                    a {
                        background-color: $white-color;
                    }
                }
            }
        }
    }
    .requirements-list {
        padding-left: 15px;
        margin-bottom: 0;
        list-style-type: none;

        li {
            color: $optional-color;
            margin-bottom: 10px;
            position: relative;
            padding-left: 17px;

            &::before {
                position: absolute;
                left: 0;
                content: '';
                top: 7px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: $black-color;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    p {
        strong {
            color: $black-color;
        }
    }
    .description-features-list {
        padding-left: 15px;
        margin-bottom: 15px;
        list-style-type: none;

        li {
            color: $optional-color;
            margin-bottom: 10px;
            position: relative;
            padding-left: 17px;
            line-height: 1.8;

            &::before {
                position: absolute;
                left: 0;
                content: '';
                top: 10px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: $black-color;
            }
            strong {
                color: $black-color;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .audience-list {
        padding-left: 15px;
        margin-bottom: 0;
        list-style-type: none;

        li {
            color: $optional-color;
            margin-bottom: 10px;
            position: relative;
            padding-left: 17px;
            line-height: 1.8;

            &::before {
                position: absolute;
                left: 0;
                content: '';
                top: 10px;
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background-color: $black-color;
            }
            strong {
                color: $black-color;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .courses-author {
        margin-top: 20px;
        border-radius: 5px;
        background: #f8f8f8;

        .author-profile-header {
            height: 115px;
            border-radius: 5px 5px 0 0;
            background: {
                image: url(../../assets/img/bg.jpg);
                position: center center;
                size: cover;
                repeat: no-repeat;
            };
        }
        .author-profile {
            padding: 0 25px 25px;

            .author-profile-title {
                position: relative;
                z-index: 1;
                margin: {
                    bottom: 15px;
                    top: -45px;
                };
                img {
                    display: inline-block;
                    border: 3px solid $white-color;
                    width: 100px;
                    height: 100px;
                }
                .author-profile-title-details {
                    margin-top: 15px;

                    .author-profile-details {
                        h4 {
                            margin-bottom: 5px;
                            text-transform: capitalize;
                            font: {
                                size: 22px;
                                weight: 800;
                            };
                        }
                        span {
                            color: $optional-color;
                        }
                    }
                }
            }
        }
    }
    .courses-reviews {
        h3 {
            margin-bottom: 0;
            display: inline-block;
            margin-right: 15px;
            font: {
                size: 24px;
                weight: 800;
            };
        }
        .rating {
            display: inline-block;
            position: relative;
            top: 2px;

            span {
                font-size: 17px;
                color: #cecfd2;
                margin-right: -2px;

                &.checked {
                    color: orange;
                }
            }
        }
        .rating-count {
            margin: {
                top: 10px;
                bottom: 20px;
            };
            span {
                display: block;
                font-size: $font-size;
                color: $optional-color;
            }
        }
        .row {
            overflow: hidden;
            margin: {
                left: 0;
                right: 0;
            };
        }
        .side {
            float: left;
            width: 9%;
            margin-top: 10px;

            div {
                font: {
                    size: $font-size;
                    weight: 700;
                };
            }
        }
        .middle {
            margin-top: 14px;
            float: left;
            width: 82%;
        }
        .right {
            text-align: right;
        }
        .bar-container {
            width: 100%;
            background-color: #f1f1f1;
            text-align: center;
            color: $white-color;
            border-radius: 5px;
        }
        .bar-5 {
            width: 100%;
            height: 18px;
            background-color: #4CAF50;
            border-radius: 5px;
        }
        .bar-4 {
            width: 75%;
            height: 18px;
            background-color: #2196F3;
            border-radius: 5px;
            border-radius: 5px;
        }
        .bar-3 {
            width: 50%;
            height: 18px;
            background-color: #00bcd4;
            border-radius: 5px;
        }
        .bar-2 {
            width: 25%;
            height: 18px;
            background-color: #ff9800;
            border-radius: 5px;
        }
        .bar-1 {
            width: 0;
            height: 18px;
            background-color: #f44336;
            border-radius: 5px;
        }
    }
}
.courses-review-comments {
    margin-top: 40px;

    h3 {
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 10px;
        margin: {
            top: 0;
            bottom: 10px;
        };
    }
    .user-review {
        border-bottom: 1px solid #f3f3f3;
        padding: 20px 0 20px 110px;
        position: relative;

        img {
            position: absolute;
            left: 0;
            top: 20px;
            width: 90px;
            height: 90px;
            border-radius: 5px;
        }
        .sub-comment {
            margin-bottom: 8px;
            font: {
                weight: 700;
            };
        }
        .review-rating {
            display: block;
            margin-bottom: 8px;

            .review-stars {
                display: inline-block;

                i {
                    color: #cecfd2;
                    font-size: 18px;
                    display: inline-block;
                    margin-right: -3px;

                    &.checked {
                        color: orange;
                    }
                }
            }
            span {
                color: $black-color;
                position: relative;
                top: -2px;
                font-weight: 700;
                margin-left: 5px;
            }
        }
    }
}
.related-courses {
    margin-top: 40px;

    h3 {
        margin-bottom: 20px;
        font: {
            size: 24px;
            weight: 800;
        };
    }
}
.courses-sidebar-information {
    background-color: $white-color;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 30px;

    .info {
        margin-bottom: 0;
        list-style-type: none;
        padding: {
            left: 0;
        };
        li {
            border-bottom: 1px dashed #eeeeee;
            color: $optional-color;
            font: {
                size: 17px;
                weight: 600;
            };
            padding: {
                top: 15px;
                bottom: 13px;
            };
            span {
                font-weight: 800;
                color: $black-color;
                position: relative;
                padding-left: 28px;

                i {
                    position: absolute;
                    left: 0;
                    font-weight: normal;
                    top: -2px;
                    font-size: 20px;
                }
            }
            &.price {
                padding-bottom: 10px;
                font: {
                    size: 28px;
                    weight: 800;
                };
                span {
                    color: $black-color;
                    font: {
                        size: 17px;
                        weight: 800;
                    };
                }
            }
            &:first-child {
                padding-top: 0;
            }
        }
    }
    .btn-box {
        margin-top: 35px;

        .default-btn {
            display: block;
            padding: {
                right: 30px;
                left: 30px;
                top: 12px;
                bottom: 12px;
            };
            i {
                position: relative;
                left: 0;
                top: 2px;
                margin-right: 8px;
                line-height: 1;
                font: {
                    weight: normal;
                    size: 20px;
                };
            }
            &:not(:first-child) {
                margin-top: 15px;
                background-color: transparent;
                color: $black-color;
                border: 1px solid $black-color;

                &:hover {
                    color: $white-color;
                    border-color: $black-color;
                }
            }
        }
    }
    .courses-share {
        text-align: center;
        margin-top: 25px;

        .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer;
            width: 100%;

            span {
                display: inline-block;
                line-height: 1;
                font: {
                    size: $font-size;
                    weight: 700;
                };
                i {
                    color: $black-color;
                }
            }
            .social-link {
                padding-left: 0;
                list-style-type: none;
                margin: {
                    bottom: 0;
                    top: 12px;
                };
                li {
                    display: inline-block;
                    margin-right: 3px;

                    &:last-child {
                        margin-right: 0;
                    }
                    a {
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        font-size: 18px;
                        color: $black-color;
                        position: relative;
                        border-radius: 2px;

                        i {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            right: 0;
                            transform: translateY(-48%);
                        }
                        &:hover {
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }
}

/*================================================
Slogan Area CSS
=================================================*/
.slogan-area {
    position: relative;
    z-index: 1;

    .shape2 {
        left: 9%;
        bottom: -20%;
    }
    .shape9 {
        left: 8%;
        bottom: auto;
        top: 20%;
    }
}
.slogan-image {
    padding-right: 15px;
    border-radius: 5px;
    text-align: center;
    margin: {
        top: -200px;
        bottom: -200px;
    };
    img {
        border-radius: 5px;
        width: 100%;
    }
}
.slogan-content {
    position: relative;
    z-index: 1;
    padding-left: 30px;

    p {
        margin-bottom: 0;
        font: {
            size: 20px;
            weight: 600;
        };
    }
    h3 {
        margin: {
            top: 20px;
            bottom: 0;
        };
        font: {
            size: 20px;
            weight: 800;
        };
    }
    span {
        display: block;
        font-size: 15px;
        margin-top: 7px;
    }
    &::before {
        content: "\f10a";
        position: absolute;
        right: 30px;
        color: #e8e8e8;
        z-index: -1;
        top: -50px;
        line-height: 1;
        opacity: .5;
        font: {
            family: Flaticon;
            size: 200px;
        };
    }
}
.divider2 {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    top: -100px;
    left: 0;
    z-index: -1;
}
.divider3 {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fffaf3;
    transform: scaleY(-1);
    bottom: -100px;
    left: 0;
    z-index: -1;
}

/*================================================
Categories Area CSS
=================================================*/
.single-categories-box {
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;

    img {
        border-radius: 5px;
        transition: $transition;
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: $black-color;
        opacity: .65;
        z-index: 1;
    }
    .content {
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);

        h3 {
            margin-bottom: 8px;
            color: $white-color;
            font: {
                size: 24px;
                weight: 800;
            };
        }
        span {
            color: $white-color;
            display: block;
            font: {
                size: 15px;
                weight: 600;
            };
        }
    }
    .link-btn {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    &:hover {
        img {
            transform: scale3d(1.2,1.2,1.2);
        }
    }
}
.categories-btn-box {
    margin-top: 15px;
    text-align: center;
}

/*================================================
Advisor Area CSS
=================================================*/
.single-advisor-box {
    background-color: $white-color;
    margin-bottom: 30px;

    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-4, .col-lg-8 {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .advisor-image {
        text-align: center;
        border-radius: 5px;
        position: relative;
        top: -30px;
        margin-bottom: -30px;

        img {
            border-radius: 5px;
        }
    }
    .advisor-content {
        padding: 25px 30px;

        h3 {
            margin-bottom: 0;
            font: {
                size: 22px;
                weight: 800;
            };
        }
        .sub-title {
            display: block;
            margin-top: 7px;
            font: {
                size: 15px;
                weight: 600;
            };
        }
        p {
            margin: {
                bottom: 0;
                top: 13px;
            };
        }
        .social-link {
            padding-left: 0;
            list-style-type: none;
            margin: {
                top: 17px;
                bottom: 0;
            };
            li {
                display: inline-block;
                margin-right: 3px;

                &:last-child {
                    margin-right: 0;
                }
                a {
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    font-size: 15px;
                    color: $black-color;
                    position: relative;
                    border-radius: 2px;
                    background-color: #e1e1e1;

                    i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                    }
                    &:hover {
                        color: $white-color;
                    }
                }
            }
        }
    }
}
.owl-item {
    .single-advisor-box {
        margin-top: 30px;
    }
}
.advisor-slides {
    &.owl-theme {
        .owl-dots {
            margin-top: 20px !important;

            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
    }
}
.single-advisor-item {
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
    background-color: $white-color;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.1);
    text-align: center;

    .advisor-image {
        border-radius: 5px 5px 0 0;
        position: relative;

        img {
            border-radius: 5px 5px 0 0;
        }
        .social-link {
            padding-left: 0;
            list-style-type: none;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 15px;
            margin: {
                left: auto;
                right: auto;
                bottom: 0;
            };
            li {
                display: inline-block;
                transform: translateY(30px);
                transition: all 0.3s ease-in-out 0s;
                opacity: 0;
                visibility: hidden;
                margin: {
                    left: 1px;
                    right: 1px;
                };
                a {
                    display: block;
                    width: 33px;
                    height: 33px;
                    text-align: center;
                    position: relative;
                    font-size: 20px;
                    color: $black-color;
                    border-radius: 2px;
                    transition: $transition;
                    background-color: #fff;

                    i {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        margin: {
                            left: auto;
                            right: auto;
                        };
                    }
                    &:hover {
                        color: $white-color;
                    }
                }
                &:nth-child(1) {
                    transition-delay: 0.1s;
                }
                &:nth-child(2) {
                    transition-delay: 0.2s;
                }
                &:nth-child(3) {
                    transition-delay: 0.3s;
                }
                &:nth-child(4) {
                    transition-delay: 0.4s;
                }
            }
        }
    }
    .advisor-content {
        padding: 22px;

        h3 {
            margin-bottom: 0;
            font: {
                size: 23px;
                weight: 800;
            };
        }
        span {
            display: block;
            margin-top: 7px;
            font: {
                size: 15px;
                weight: 600;
            };
        }
    }
    &:hover {
        .advisor-image {
            .social-link {
                li {
                    transform: translateY(0);
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}
.owl-item {
    .single-advisor-item {
        box-shadow: unset;
    }
}
.advisor-slides-two {
    &.owl-theme {
        .owl-dots {
            margin-top: 20px !important;

            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
    }
}

/*================================================
Start With Success Area CSS
=================================================*/
.start-with-success-area {
    .section-title {
        h2 {
            max-width: 713px;
        }
    }
}
.start-with-success-box {
    margin-bottom: 30px;
    border-radius: 5px;

    .image {
        border-radius: 5px 5px 0 0;

        a {
            display: block;
            border-radius: 5px 5px 0 0;

            img {
                border-radius: 5px 5px 0 0;
            }
        }
    }
    .content {
        background-color: $white-color;
        border-radius: 0 0 5px 5px;
        padding: 30px;
        position: relative;
        border: 1px solid #f1f1f1;

        .link-btn {
            display: inline-block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            position: absolute;
            right: 30px;
            top: -30px;
            background-color: #f6f7f6;
            text-align: center;
            font-size: 32px;

            i {
                position: absolute;
                left: 0;
                right: 0;
                top: 53%;
                transform: translateY(-53%);
            }
            &:hover {
                color: $white-color;
            }
        }
        h3 {
            font: {
                weight: 800;
                size: 24px;
            };
        }
        span {
            display: block;
            font: {
                size: 15px;
                weight: 600;
            };
        }
    }
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-and-feedback-area {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/white-bg.jpg);
        position: bottom right;
        size: cover;
        repeat: no-repeat;
    };
    .shape4 {
        right: 21%;
        bottom: 41%;
    }
    .shape3 {
        right: 23%;
        bottom: 22%;
    }
    .shape2 {
        left: auto;
        bottom: 3%;
        right: 25%;
    }
}
.funfacts-list {
    .single-funfacts-box {
        margin-bottom: 0;
    }
    .row {
        .col-lg-6 {
            &:nth-child(1) {
                .single-funfacts-box {
                    margin: {
                        top: 60px;
                        bottom: 30px;
                    };
                    &::before {
                        animation: {
                            duration: 60s;
                        };
                    }
                }
            }
            &:nth-child(2) {
                .single-funfacts-box {

                    &::before {
                        animation: {
                            duration: 70s;
                        };
                    }
                }
            }
            &:nth-child(3) {
                .single-funfacts-box {
                    border-color: #ad8360;

                    &::before {
                        animation: {
                            duration: 80s;
                        };
                    }
                }
            }
            &:nth-child(4) {
                .single-funfacts-box {
                    border-color: #221638;
                    margin: {
                        top: -60px;
                    };

                    &::before {
                        animation: {
                            duration: 90s;
                        };
                    }
                }
            }
        }
    }
}
.single-funfacts-box {
    margin-bottom: 30px;
    background-color: #eee8e2;
    text-align: center;
    border: 1px dashed #308800;
    transition: $transition;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: {
        top: 100px;
        bottom: 100px;
        left: 40px;
        right: 40px;
    };
    h3 {
        margin-bottom: 0;
        font: {
            size: 44px;
            weight: 800;
        };
        span {
            font-size: 48px;
        }
        .odometer {
            position: relative;
            top: -2px;
        }
    }
    p {
        text-transform: uppercase;
        color: $black-color;
        line-height: 1;
        margin-top: 10px;
        font: {
            weight: 700;
            size: 15px;
        };
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: 10px;
        opacity: 0.7;
        z-index: -1;
        background: {
            image: url(../../assets/img/funfacts-shape.png);
            position: center center;
            size: contain;
            repeat: no-repeat;
        };
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.single-funfacts-item {
    text-align: center;
    padding: {
        top: 100px;
        bottom: 100px;
    };
    h3 {
        margin-bottom: 0;
        font: {
            size: 44px;
            weight: 800;
        };
        span {
            font-size: 48px;
        }
        .odometer {
            position: relative;
            top: -2px;
        }
    }
    p {
        text-transform: uppercase;
        color: $black-color;
        line-height: 1;
        margin-top: 10px;
        font: {
            weight: 700;
            size: 16px;
        };
    }
}
.funfacts-area {
    .col-lg-3 {
        border-right: 1px solid #eaecf0;

        &:last-child {
            border-right: none;
        }
    }
}
.funfacts-area-two {
    .col-lg-3 {
        border-right: 1px solid #f4f3f5;

        &:last-child {
            border-right: none;
        }
    }
}
.single-funfacts {
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: {
        top: 100px;
        bottom: 100px;
    };
    img {
        position: absolute;
        left: 0;
        right: 0;
        opacity: .80;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        margin: {
            left: auto;
            right: auto;
        };
    }
    h3 {
        margin-bottom: 0;
        font: {
            size: 44px;
            weight: 800;
        };
        span {
            font-size: 48px;
        }
        .odometer {
            position: relative;
            top: -2px;
        }
    }
    p {
        text-transform: uppercase;
        color: $black-color;
        line-height: 1;
        margin-top: 8px;
        font: {
            weight: 700;
            size: 16px;
        };
    }
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-content {
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 0;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin: {
            top: 12px;
        };
    }
    .feedback-info {
        p {
            font-weight: 600;
            margin: {
                bottom: 0;
            };
            a {
                font-weight: 700;

                &:hover {
                    text-decoration: underline;
                    color: $black-color;
                }
            }
        }
    }
    .feedback-slides {
        margin: {
            top: 30px;
            bottom: 30px;
        };
    }
}
.single-feedback-item {
    background-color: $white-color;
    position: relative;
    z-index: 1;
    padding: 50px 105px 50px 50px;
    border-radius: 5px;
    overflow: hidden;

    p {
        color: #606060;
        line-height: 1.8;
        font: {
            size: $font-size;
            weight: 600;
        };
        margin: {
            top: 0;
            bottom: 0;
        };
    }
    .client-info {
        margin-top: 25px;

        img {
            width: 55px;
            height: 55px;
        }
        .title {
            margin-left: 15px;

            h3 {
                margin-bottom: 0;
                font: {
                    size: 17px;
                    weight: 700;
                };
            }
            span {
                display: block;
                color: $optional-color;
                font-size: 14px;
                margin-top: 4px;
            }
        }
    }
    &::after {
        width: 75px;
        height: 75px;
        content: '';
        border-radius: 50%;
        position: absolute;
        left: -25px;
        top: -25px;
        z-index: -1;
    }
    &::before {
        content: "\f10a";
        font-family: Flaticon;
        font-size: 100px;
        position: absolute;
        right: 50px;
        color: #e8e8e8;
        z-index: -1;
        bottom: 25px;
        line-height: 1;
    }
}
.feedback-slides {
    &.owl-theme {
        .owl-nav {
            &.disabled+.owl-dots {
                margin-top: 0;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
            }
        }
        .owl-dots {
            .owl-dot {
                display: block;

                span {
                    margin: 3px 0;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
    }
}
.testimonials-slides {
    max-width: 900px;
    margin: {
        left: auto;
        right: auto;
    };
    &.owl-theme {
        .owl-dots {
            margin-top: 30px !important;

            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
    }
}
.single-testimonials-item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 280px;

    .client-img {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 150px !important;
        height: 150px;
        border-radius: 50%;
        display: inline-block !important;
        left: 35px;
    }
    p {
        color: $black-color;
        font: {
            size: 20px;
            weight: 600;
        };
        margin: {
            top: 0;
            bottom: 0;
        };
    }
    h3 {
        margin: {
            top: 18px;
            bottom: 0;
        };
        font: {
            size: 20px;
            weight: 700;
        };
    }
    span {
        display: block;
        color: $optional-color;
        font-size: 15px;
        margin-top: 4px;
    }
    &::before {
        content: "\f10a";
        position: absolute;
        right: 0;
        color: #e8e8e8;
        z-index: -1;
        bottom: 0;
        line-height: 1;
        font: {
            family: Flaticon;
            size: 100px;
        };
    }
    .shape-img {
        img {
            width: auto !important;
            display: inline-block !important;
            position: absolute;

            &.shape-1 {
                position: absolute;
                left: 13%;
                top: 11%;
                z-index: -1;
                animation: movescale 4s linear infinite;
            }
            &.shape-2 {
                left: 0;
                top: 8px;
                z-index: -3;
                animation: {
                    name: rotateme;
                    duration: 100s;
                    iteration-count: infinite;
                    timing-function: linear;
                };
            }
            &.shape-3 {
                left: 20px;
                animation: moveleftbounce 4s linear infinite;
                bottom: -30px;
                z-index: -2;
            }
        }
    }
}
.feedback-area {
    position: relative;
    z-index: 1;

    .shape2 {
        bottom: 2%;
    }
    .shape9 {
        left: 8%;
        bottom: auto;
        top: 15%;
    }
}
.single-feedback-box {
    border: 1px solid #ffe8e3;
    position: relative;
    z-index: 1;
    padding: 40px;
    background-color: #fffaf3;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;

    p {
        color: #606060;
        line-height: 1.8;
        font: {
            size: $font-size;
            weight: 600;
        };
        margin: {
            top: 0;
            bottom: 0;
        };
    }
    .client-info {
        margin-top: 25px;

        img {
            width: 55px;
            height: 55px;
        }
        .title {
            margin-left: 15px;

            h3 {
                margin-bottom: 0;
                font: {
                    size: 17px;
                    weight: 700;
                };
            }
            span {
                display: block;
                color: $optional-color;
                font-size: 14px;
                margin-top: 4px;
            }
        }
    }
    &::before {
        content: "\f10a";
        position: absolute;
        right: 50px;
        color: #ebe6e0;
        z-index: -1;
        bottom: 25px;
        line-height: 1;
        font: {
            family: Flaticon;
            size: 100px;
        };
    }
}
.feedback-slides-two {
    &.owl-theme {
        .owl-dots {
            margin-top: 20px !important;

            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
    }
}
.single-testimonials-box {
    max-width: 1110px;
    text-align: center;
    padding-right: 90px;
    position: relative;
    z-index: 1;
    margin: {
        left: auto;
        right: auto;
    };
    .client-img {
        width: 150px !important;
        height: 150px;
        border-radius: 50%;
        margin-bottom: 50px;
    }
    p {
        margin-bottom: 0;
        color: $black-color;
        font: {
            size: 24px;
            weight: 600;
        };
    }
    h3 {
        margin: {
            top: 20px;
            bottom: 0;
        };
        font: {
            size: 20px;
            weight: 700;
        };
    }
    span {
        display: block;
        color: $optional-color;
        font-size: 15px;
        margin-top: 4px;
    }
    &::before {
        content: "\f10a";
        position: absolute;
        right: 0;
        color: #e7e2d9;
        z-index: -1;
        bottom: 120px;
        line-height: 1;
        font: {
            family: Flaticon;
            size: 195px;
        };
    }
    .shape-img {
        img {
            width: auto !important;
            display: inline-block !important;
            position: absolute;

            &.shape-1 {
                position: absolute;
                left: 165px;
                top: 0;
                z-index: -1;
                animation: movescale 4s linear infinite;
                right: 0;
                margin: 0 auto;
            }
            &.shape-2 {
                left: -115px;
                top: -80px;
                z-index: -3;
                right: 0;
                margin: 0 auto;
                animation: {
                    name: rotateme;
                    duration: 100s;
                    iteration-count: infinite;
                    timing-function: linear;
                };
            }
            &.shape-3 {
                left: 0;
                animation: moveleftbounce 4s linear infinite;
                top: 50px;
                z-index: -2;
                right: 35px;
                margin: 0 auto;
            }
        }
    }
}

/*================================================
Profile Area CSS
=================================================*/
.profile-box {
    max-width: 1110px;

    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-4, .col-lg-8 {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
    .image {
        border-radius: 5px;
        padding-right: 15px;

        img {
            border-radius: 5px;
        }
    }
    .content {
        padding: 20px 0 20px 50px;

        h3 {
            margin-bottom: 7px;
            font: {
                size: 23px;
                weight: 800;
            };
        }
        .sub-title {
            display: block;
            margin-bottom: 15px;
            font: {
                size: 15px;
                weight: 600;
            };
        }
        .info {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                margin-bottom: 8px;
                font-weight: 600;

                span {
                    color: $optional-color;
                    font-weight: 700;
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        .social-link {
            padding-left: 0;
            list-style-type: none;
            margin: {
                top: 20px;
                bottom: 0;
            };
            li {
                display: inline-block;
                margin-right: 3px;

                &:last-child {
                    margin-right: 0;
                }
                a {
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    background-color: #e1e1e1;
                    font-size: 16px;
                    color: $black-color;
                    position: relative;
                    border-radius: 2px;

                    i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                    }
                    &:hover {
                        color: $white-color;
                    }
                }
            }
        }

        .default-btn {
            text-decoration: none;
            margin-top: 10px;
        }

    }
}
.profile-courses-quizzes {
    margin-top: 80px;

    .nav {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        border-radius: 5px;
        justify-content: center;
        border: none;
        text-align: center;
        padding: {
            left: 30px;
            right: 30px;
        };
        .nav-item {
            margin-bottom: 0;

            .nav-link {
                position: relative;
                color: $optional-color;
                border: none;
                background-color: transparent;
                padding: {
                    top: 16px;
                    bottom: 14px;
                    left: 7px;
                    right: 7px;
                };
                font: {
                    size: 17px;
                    weight: 800;
                };
                margin: {
                    left: 10px;
                    right: 10px;
                };
                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    height: 2px;
                    transition: $transition;
                    transform: scaleX(0);
                }
                &:hover, &.active {
                    color: $black-color;

                    &::before {
                        transform: scaleX(1);
                    }
                }
            }
        }
    }
    .tab-content {
        margin-top: 30px;

        .nav {
            background-color: transparent;
            border-radius: 0;
            padding: {
                left: 0;
                right: 0;
            };
            .nav-item {
                .nav-link {
                    color: $black-color;
                    background-color: #f8f9f8;
                    border-radius: 30px;
                    padding: {
                        top: 8px;
                        bottom: 8px;
                        left: 35px;
                        right: 35px;
                    };
                    font: {
                        size: $font-size;
                        weight: 600;
                    };
                    margin: {
                        left: 5px;
                        right: 5px;
                    };
                    &::before {
                        display: none;
                    }
                    &:hover, &.active {
                        color: $white-color;
                    }
                }
            }
        }
        .tab-content {
            .nav {
                .nav-item {
                    .nav-link {
                        color: $optional-color;
                        background-color: transparent;
                        border-radius: 0;
                        padding: {
                            top: 0;
                            bottom: 3px;
                            left: 5px;
                            right: 5px;
                        };
                        font: {
                            size: 17px;
                            weight: 600;
                        };
                        margin: {
                            left: 10px;
                            right: 10px;
                        };
                        &::before {
                            display: block;
                        }
                        &:hover, &.active {
                            color: $black-color;

                            &::before {
                                transform: scaleX(1);
                            }
                        }
                    }
                }
            }
        }
        .table {
            margin-bottom: 30px;

            thead {
                background-color: $black-color;
                color: $white-color;

                tr {
                    th {
                        white-space: nowrap;
                        vertical-align: middle;
                        border: none;
                        font: {
                            size: 18px;
                            weight: 800;
                        };
                        padding: {
                            top: 14px;
                            bottom: 14px;
                            left: 25px;
                            right: 25px;
                        };
                    }
                }
            }
            tbody {
                tr {
                    td {
                        vertical-align: middle;
                        white-space: nowrap;
                        color: $optional-color;
                        border: none;
                        font: {
                            size: $font-size;
                            weight: 600;
                        };
                        padding: {
                            top: 15px;
                            bottom: 14px;
                            left: 25px;
                            right: 25px;
                        };
                        a {
                            display: inline-block;
                            color: $optional-color;
                        }
                        .progress {
                            display: inline-block;
                            border-radius: 30px;
                            height: auto;
                            padding: 4px 15px 3.5px;
                            background-color: $black-color;
                            overflow: unset;
                            margin-left: 5px;
                            position: relative;
                            top: -1px;
                            color: $white-color;
                            font: {
                                size: 13px;
                                weight: 700;
                            };
                            &.completed {
                                background-color: #539a00;
                            }
                            &.pending {
                                background-color: #ffc107;
                            }
                            &.passed {
                                background-color: #007bff;
                            }
                            &.failed {
                                background-color: #dc3545;
                            }
                        }
                    }
                    &:nth-of-type(odd) {
                        background-color: #f8f9f8;
                    }
                }
            }
        }
    }
    .pagination-area {
        margin-bottom: 30px;
    }
}

/*================================================
Video Area CSS
=================================================*/
.video-box {
    position: relative;
    border-radius: 5px;
    max-width: 800px;
    z-index: 1;
    margin: {
        left: auto;
        right: auto;
        top: 100px;
    };
    .image {
        overflow: hidden;
        border-radius: 5px;

        img {
            border-radius: 5px;
            transition: $transition;
        }
    }
    .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 35px;
        text-align: center;
        line-height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%) translateX(-50%);
        border-radius: 50%;
        color: $white-color;

        i {
            padding-left: 3px;
        }

        &::after, &::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            transition: $transition;
            border-radius: 50%;
            border: 1px solid;
        }
        &::before {
            animation: ripple 2s linear infinite;
        }
        &::after {
            animation: ripple 2s linear 1s infinite;
        }
        &:hover {
            color: $white-color;
            background-color: $black-color;

            &::before, &::after {
                border-color: $black-color;
            }
        }
    }
    &:hover {
        .image {
            img {
                transform: scale3d(1.1,1.1,1.1);
            }
        }
    }
}
@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
.shape10 {
    position: absolute;
    left: -11%;
    bottom: -11%;
    z-index: -1;

    img {
        border-radius: 0;
        animation: moveleftbounce 4s linear infinite;
    }
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-inner-area {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
    border-radius: 5px;

    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-8, .col-lg-4 {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
}
.get-instant-courses-content {
    padding: {
        left: 70px;
        right: 70px;
        top: 30px;
        bottom: 30px;
    };
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 12px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .default-btn {
        margin-top: 5px;
    }
}
.get-instant-courses-image {
    position: relative;
    z-index: 1;
    border-radius: 0 5px 5px 0;

    img {
        border-radius: 0 5px 5px 0;
    }
}
.shape5 {
    position: absolute;
    left: 5.5%;
    top: 0;
    z-index: -1;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}
.shape6 {
    position: absolute;
    left: -65px;
    bottom: 10%;

    img {
        animation: {
            name: rotateme;
            duration: 100s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape7 {
    position: absolute;
    left: 5%;
    bottom: 38%;

    img {
        animation: movescale 4s linear infinite;
    }
}

/*================================================
Events Area CSS
=================================================*/
.single-events-box {
    transition: $transition;
    background-color: $white-color;
    margin-bottom: 30px;

    .image {
        position: relative;
        border-radius: 5px 5px 5px 0;

        img {
            border-radius: 5px 5px 5px 0;
        }
        .date {
            position: absolute;
            left: 0;
            bottom: 0;
            display: inline-block;
            background-color: $white-color;
            padding: 8px 20px 7px;
            border-radius: 0 5px 0 0;
            font: {
                size: 15px;
                weight: 700;
            };
            &::before {
                content: '';
                position: absolute;
                left: 20px;
                bottom: 0;
                width: 60px;
                height: 1px;
                background-color: #acacac;
            }
        }
    }
    .content {
        border-radius: 0 0 5px 5px;
        padding: 20px;
        position: relative;

        h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .location {
            display: block;
            color: $optional-color;
            margin-top: 13px;
            position: relative;
            padding-left: 22px;
            font: {
                size: $font-size;
                weight: 700;
            };
            i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px;
            }
        }
        &::before {
            left: 20px;
            position: absolute;
            bottom: 0;
            content: '';
            height: 2px;
            width: 45px;
            background-color: #d6d6d6;
        }
    }
    &:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
}

/*================================================
Events Details Area CSS
=================================================*/
.events-details-header {
    margin-bottom: 40px;

    ul {
        margin-bottom: 0;
        list-style-type: none;
        background-color: #f8f9f8;
        padding: {
            left: 30px;
            right: 30px;
            top: 14px;
            bottom: 14px;
        };
        li {
            display: inline-block;
            margin-right: 18px;
            color: $optional-color;
            font-weight: 600;
            position: relative;
            padding-left: 22px;

            i {
                position: absolute;
                left: 0;
                top: 1px;
                font-size: 18px;
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
}
.events-details-desc {
    padding: {
        left: 25px;
        right: 25px;
    };
    h3 {
        margin-bottom: 12px;
        font: {
            size: 24px;
            weight: 800;
        };
        &:not(:first-child) {
            margin-top: 30px;
        }
    }
}
.events-details-image {
    position: relative;
    margin-bottom: 50px;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background-color: $black-color;
        opacity: .40;
    }
    #timer {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 2;
        transform: translateY(-50%) translateX(-50%);

        .is-countdown {
            border: none;
            background-color: transparent;
        }

        .countdown-section {
            background-color: transparent;
            color: $white-color;
            width: 130px !important;
            height: 130px !important;
            position: relative;
            z-index: 1;
            border-radius: 5px;
            margin: {
                left: 8px;
                right: 8px;
            };
            -ms-flex-align: center!important;
            align-items: center!important;
            -ms-flex-pack: center!important;
            justify-content: center!important;
            -ms-flex-direction: column!important;
            flex-direction: column!important;
            display: -ms-flexbox!important;
            display: flex!important;
            .countdown-amount {
                font: {
                    size: 50px;
                    weight: 800;
                }
            }
            .countdown-period {
                display: block;
                margin-top: -6px;
                text-transform: uppercase;
                font: {
                    size: 19px;
                    weight: 500;
                };
            }
            &::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 5px;
                opacity: .70;
                z-index: -1;
            }
        }
    }
}
.events-details-info {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 35px;

    .form-control {
        background-color: #ffffff;
    }

    h3 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 800;
    }
    form {
        text-align: center;

        .wpcf7-form-control-wrap {
            margin-bottom: 5px;
            display: block;
        }
    }
    .default-btn {
        text-transform: capitalize !important;
    }
    .info {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;

        li {
            border-bottom: 1px solid #e5e5e7;
            color: $optional-color;
            font: {
                size: 17px;
                weight: 600;
            };
            padding: {
                top: 15px;
                bottom: 14px;
            };
            span {
                font-weight: 800;
                color: $black-color;
                position: relative;
            }
            &.price {
                padding-bottom: 10px;
                font: {
                    size: 28px;
                    weight: 800;
                };
                span {
                    color: $black-color;
                    font: {
                        size: 17px;
                        weight: 800;
                    };
                }
            }
            &:first-child {
                padding-top: 0;
            }
        }
    }
    .btn-box {
        text-align: center;
        margin-top: 30px;

        .default-btn {
            display: block;
            padding: {
                right: 30px;
                left: 30px;
                top: 12px;
                bottom: 12px;
            };
            i {
                position: relative;
                left: 0;
                top: 2px;
                margin-right: 8px;
                line-height: 1;
                font: {
                    weight: normal;
                    size: 20px;
                };
            }
        }
        p {
            margin-top: 15px;
            font-weight: 600;

            a {
                &:hover {
                    text-decoration: underline;
                }
            }
        }
    }
    .events-share {
        text-align: center;
        margin-top: 25px;

        .share-info {
            display: inline-block;
            position: relative;
            cursor: pointer;

            span {
                display: inline-block;
                line-height: 1;
                font: {
                    size: $font-size;
                    weight: 700;
                };
                i {
                    color: $black-color;
                }
            }
            .social-link {
                padding-left: 0;
                list-style-type: none;
                margin: {
                    bottom: 0;
                    top: 12px;
                };
                li {
                    display: inline-block;
                    margin-right: 3px;

                    &:last-child {
                        margin-right: 0;
                    }
                    a {
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        background-color: #e1e1e1;
                        font-size: 18px;
                        color: $black-color;
                        position: relative;
                        border-radius: 2px;

                        i {
                            position: absolute;
                            left: 0;
                            top: 50%;
                            right: 0;
                            transform: translateY(-48%);
                        }
                        &:hover {
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }
}
.events-details-location {
    margin-bottom: 40px;

    #map {
        height: 400px;
        width: 100%;
    }
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
    .row {
        .col-lg-8 {
            .row {
                .col-lg-12 {
                    .pagination-area {
                        margin-top: 25px;
                    }
                }
            }
        }
    }
    .single-blog-post {
        -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
        webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        .post-content {
            margin: 0;
            padding: 25px;
        }
        &:hover {
            -webkit-box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
            box-shadow: 0 20px 65px rgba(0, 0, 0, 0.13);
        }
    }
}
.single-blog-post {
    margin-bottom: 30px;
    position: relative;

    .post-image {
        border-radius: 5px 5px 0 0;

        a {
            border-radius: 5px 5px 0 0;
            overflow: hidden;

            img {
                border-radius: 5px 5px 0 0;
                transition: $transition;
            }
        }
    }
    .post-content {
        margin-top: 25px;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;

        .category {
            display: inline-block;
            margin-bottom: 10px;
            color: $optional-color;
            text-transform: uppercase;
            font: {
                size: 14px;
            };
        }
        h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font: {
                weight: 800;
                size: 24px
            };
            a {
                display: inline-block;
            }
        }
        .post-content-footer {
            list-style-type: none;
            padding-left: 0;
            margin: {
                bottom: 0;
                left: -7px;
                right: -7px;
                top: 18px;
            };
            li {
                color: $optional-color;
                font-size: 15px;
                position: relative;
                padding: {
                    left: 29px;
                    right: 7px;
                };
                .post-author {
                    img {
                        width: 35px;
                        height: 35px;
                        margin-right: 10px;
                    }
                    span {
                        text-transform: capitalize;
                        font: {
                            size: 15px;
                        };
                    }
                }
                i {
                    position: absolute;
                    left: 7px;
                    top: 0;
                }
                &:first-child {
                    padding-left: 7px;
                }
            }
        }
    }
}
.main-blog-post {
    .post-content {
        h3 {
            font-size: 30px;
        }
    }
}
.single-blog-post-item {
    margin-bottom: 30px;
    position: relative;

    .post-image {
        border-radius: 5px 5px 0 0;

        a {
            border-radius: 5px 5px 0 0;
            overflow: hidden;

            img {
                border-radius: 5px 5px 0 0;
                transition: $transition;
            }
        }
    }
    .post-content {
        margin-top: 25px;

        .category {
            display: inline-block;
            margin-bottom: 7px;
            color: $optional-color;
            text-transform: uppercase;
            font: {
                size: 14px;
                weight: 700;
            };
        }
        h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .post-content-footer {
            list-style-type: none;
            padding-left: 0;
            margin: {
                bottom: 0;
                left: -7px;
                right: -7px;
                top: 20px;
            };
            li {
                color: $optional-color;
                font-size: 15px;
                position: relative;
                margin-left: 15px;
                padding: {
                    left: 29px;
                    right: 7px;
                };
                .post-author {
                    img {
                        width: 35px;
                        height: 35px;
                        margin-right: 10px;
                    }
                    span {
                        font: {
                            size: 15px;
                        };
                    }
                }
                i {
                    position: absolute;
                    left: 7px;
                    top: 0;
                }
                &:first-child {
                    padding-left: 7px;
                    margin-left: 0;
                }
            }
        }
    }
    &:hover {
        .post-image {
            a {
                img {
                    transform: rotate(5deg) scale(1.3);
                }
            }
        }
    }
}
.blog-post-info {
    text-align: center;
    padding-top: 30px;

    p {
        max-width: 600px;
        margin: {
            left: auto;
            right: auto;
            bottom: 0;
        };
        a {
            &:hover {
                text-decoration: underline;
                color: $black-color;
            }
        }
    }
}
.blog-post-list {
    .single-blog-post-item {
        .post-content {
            margin-top: 20px;
        }
    }
}
.single-blog-post-box {
    margin-bottom: 30px;
    position: relative;

    .post-image {
        border-radius: 5px 5px 0 0;

        a {
            border-radius: 5px 5px 0 0;
            overflow: hidden;

            img {
                border-radius: 5px 5px 0 0;
                transition: $transition;
            }
        }
    }
    .post-content {
        background-color: #fffaf3;
        padding: 25px;

        .category {
            display: inline-block;
            margin-bottom: 7px;
            color: $optional-color;
            text-transform: uppercase;
            font: {
                size: 14px;
                weight: 700;
            };
        }
        h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .post-content-footer {
            list-style-type: none;
            padding-left: 0;
            margin: {
                bottom: 0;
                left: -7px;
                right: -7px;
                top: 20px;
            };
            li {
                color: $optional-color;
                font-size: 15px;
                position: relative;
                padding: {
                    left: 29px;
                    right: 7px;
                };
                .post-author {
                    img {
                        width: 35px;
                        height: 35px;
                        margin-right: 10px;
                    }
                    span {
                        font: {
                            size: 15px;
                        };
                    }
                }
                i {
                    position: absolute;
                    left: 7px;
                    top: 0;
                }
                &:first-child {
                    padding-left: 7px;
                }
            }
        }
    }
    &:hover {
        .post-image {
            a {
                img {
                    transform: rotate(5deg) scale(1.3);
                }
            }
        }
    }
}
.blog-slides {
    &.owl-theme {
        .owl-dots {
            margin: {
                top: 20px !important;
                bottom: 35px;
            };
            .owl-dot {
                span {
                    margin: 0 3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 50%;
                    background-color: transparent !important;
                    border: 1px solid #a8a8a8;
                    position: relative;
                    transition: $transition;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: transparent;
                        border-radius: 50%;
                        margin: 2px;
                        transition: $transition;
                    }
                }
            }
        }
        .owl-nav {
            margin-top: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -3px;

            [class*=owl-] {
                margin: 0 40px;
                width: 35px;
                height: 35px;
                border-radius: 3px;
                transition: $transition;
                background-color: $white-color;
                box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
                line-height: 42px;
                padding: 0;
                font-size: 25px;

                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}
.blog-items {
    margin: {
        left: -15px;
        right: -15px;
    };
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details {
    .article-image-slides {
        &.owl-theme {
            .owl-nav {
                margin-top: 0;
                opacity: 0;
                visibility: hidden;
                transition: $transition;

                [class*=owl-] {
                    color: #87a1c1;
                    font-size: 18px;
                    margin: 0;
                    padding: 0;
                    background: $white-color;
                    width: 45px;
                    height: 45px;
                    line-height: 40px;
                    position: absolute;
                    left: 20px;
                    transition: $transition;
                    top: 50%;
                    transform: translateY(-50%);
                    padding: {
                        left: 5px !important;
                    };
                    border: {
                        radius: 50%;
                        style: solid;
                        color: $white-color;
                        width: 1.5px;
                    };
                    &.owl-next {
                        left: auto;
                        right: 20px;
                        padding: {
                            left: 3px !important;
                        };
                    }
                }
            }
            &:hover {
                .owl-nav {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
    .article-video {
        iframe {
            width: 100%;
            height: 400px;
            border: none !important;
        }
    }
    .article-content {
        .entry-meta {
            ul {
                padding-left: 0;
                margin-bottom: 0;
                list-style-type: none;

                li {
                    margin-right: 20px;
                    position: relative;
                    display: inline-block;
                    border-right: 1px solid #eeeeee;
                    font: {
                        weight: 600;
                        size: $font-size;
                    };
                    padding: {
                        right: 20px;
                        left: 45px;
                    };
                    i {
                        font-size: 32px;
                        color: #cfcfcf;
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                    }
                    span {
                        display: block;
                        text-transform: uppercase;
                        margin-bottom: 2px;
                        font: {
                            size: 14px;
                            weight: 600;
                        };
                    }
                    a {
                        display: inline-block;
                        font: {
                            size: $font-size;
                            weight: 700;
                        };
                    }
                    &:last-child {
                        padding-right: 0;
                        margin-right: 0;
                        border-right: none;
                    }
                }
            }
        }
        h3 {
            margin: {
                bottom: 16px;
                top: 28px;
            };
            font: {
                size: 24px;
                weight: 800;
            };
        }
        .wp-block-gallery {
            &.columns-3 {
                padding-left: 0;
                list-style-type: none;
                display: flex;
                flex-wrap: wrap;
                margin: {
                    right: -10px;
                    left: -10px;
                    bottom: 30px;
                    top: 30px;
                }
                li {
                    flex: 0 0 33.3333%;
                    max-width: 33.3333%;
                    padding: {
                        right: 10px;
                        left: 10px;
                    }
                    figure {
                        margin-bottom: 0;
                    }
                }
            }
        }
        .features-list {
            padding-left: 0;
            list-style-type: none;
            margin: {
                top: 20px;
                bottom: 30px;
            };
            li {
                margin-bottom: 15px;
                position: relative;
                padding-left: 26px;
                color: $optional-color;

                i {
                    display: inline-block;
                    font-size: 20px;
                    position: absolute;
                    left: 0;
                    top: 1px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    .article-footer {
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #eeeeee;
        padding-top: 30px;
        margin: {
            top: 30px;
        };
        .article-tags {
            flex: 0 0 50%;
            max-width: 50%;
            color: $optional-color;

            span {
                display: inline-block;
                color: $black-color;
                margin-right: 3px;
                position: relative;
                top: 3px;
                font: {
                    size: 20px;
                };
            }
            a {
                display: inline-block;
                font: {
                    weight: 700;
                };
            }
        }
        .article-share {
            flex: 0 0 50%;
            max-width: 50%;

            .social {
                padding-left: 0;
                list-style-type: none;
                text-align: right;
                margin: {
                    bottom: 0;
                };
                li {
                    display: inline-block;

                    span {
                        display: inline-block;
                        margin-right: 3px;
                        font-weight: 700;
                        position: relative;
                        top: -1px;
                    }
                    a {
                        display: block;
                        width: 32px;
                        height: 32px;
                        line-height: 34px;
                        border-radius: 50%;
                        color: $white-color;
                        border: 1px solid;
                        text-align: center;
                        font-size: 17px;
                        margin-left: 2px;

                        &:hover, &:focus {
                            background-color: transparent;
                        }
                        &.facebook {
                            background-color: #3b5998;
                            border-color: #3b5998;
                            color: $white-color;

                            &:hover, &:focus {
                                color: #3b5998;
                                background-color: transparent;
                            }
                        }
                        &.twitter {
                            background-color: #1da1f2;
                            border-color: #1da1f2;
                            color: $white-color;

                            &:hover, &:focus {
                                color: #1da1f2;
                                background-color: transparent;
                            }
                        }
                        &.linkedin {
                            background-color: #007bb5;
                            border-color: #007bb5;
                            color: $white-color;

                            &:hover, &:focus {
                                color: #007bb5;
                                background-color: transparent;
                            }
                        }
                        &.instagram {
                            background-color: #c13584;
                            border-color: #c13584;
                            color: $white-color;

                            &:hover, &:focus {
                                color: #c13584;
                                background-color: transparent;
                            }
                        }
                    }
                }
            }
        }
    }
    .article-author {
        margin-top: 30px;
        border-radius: 5px;
        background: #fdfcfc;

        .author-profile-header {
            height: 115px;
            border-radius: 5px 5px 0 0;
            background: {
                image: url(../../assets/img/bg.jpg);
                position: center center;
                size: cover;
                repeat: no-repeat;
            };
        }
        .author-profile {
            padding: 0 25px 25px;

            .author-profile-title {
                position: relative;
                z-index: 1;
                margin: {
                    bottom: 15px;
                    top: -45px;
                };
                img {
                    display: inline-block;
                    border: 3px solid $white-color;
                    width: 100px;
                    height: 100px;
                }
                .author-profile-title-details {
                    margin-top: 15px;

                    .author-profile-details {
                        h4 {
                            margin-bottom: 5px;
                            font: {
                                size: 22px;
                                weight: 800;
                            };
                        }
                        span {
                            color: $optional-color;
                        }
                    }
                }
            }
        }
    }
}
blockquote, .blockquote {
    overflow: hidden;
    background-color: #fafafa !important;
    padding: 50px !important;
    position: relative;
    text-align: center;
    border: none !important;
    z-index: 1;
    margin: {
        bottom: 20px;
        top: 20px;
    };
    p {
        color: $black-color;
        line-height: 1.6;
        margin-bottom: 0;
        font: {
            style: italic;
            weight: 700;
            size: 22px !important;
        };
    }
    cite {
        display: none;
    }
    &::before {
        color: #efefef;
        position: absolute;
        animation: fade-up 1.5s infinite linear;
        left: 50px;
        top: -50px;
        z-index: -1;
        content: "\f10a";
        font: {
            family: Flaticon;
            size: 135px;
        };
    }
    &::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        margin: {
            top: 20px;
            bottom: 20px;
        };
    }
}
.ecademy-post-navigation {
    display: flex;
    flex-wrap: wrap;
    margin: {
        top: 30px;
    };
    padding: {
        top: 30px;
        bottom: 30px;
    };
    border: {
        top: 1px solid #eeeeee;
        bottom: 1px solid #eeeeee;
    };
}
.prev-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding: {
        right: 15px;
    };
    a {
        display: flex;
        align-items: center;

        &:hover {
            .image-prev {
                &::after {
                    opacity: 1;
                    visibility: visible;
                }
                .post-nav-title {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
    .image-prev {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        transition: $transition;

        img {
            border-radius: 5px;
        }
        &::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transition: $transition;
        }
        .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: $white-color;
            opacity: 0;
            visibility: hidden;
            transition: $transition;
            font: {
                size: 16px;
                weight: 700;
            };
        }
    }
    .prev-link-info-wrapper {
        color: $black-color;
        transition: $transition;
    }
    .prev-title {
        display: inline-block;
        font: {
            weight: 800;
            size: 16.5px;
        };
    }
    .meta-wrapper {
        display: block;
        color: $optional-color;
        text-transform: capitalize;
        margin-top: 5px;
        font: {
            weight: 500;
            size: 14px;
        };
    }
}
.next-link-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding: {
        left: 15px;
    };
    a {
        display: flex;
        align-items: center;

        &:hover {
            .image-next {
                &::after {
                    opacity: 1;
                    visibility: visible;
                }
                .post-nav-title {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
    .image-next {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-left: 20px;
        position: relative;
        transition: $transition;

        img {
            border-radius: 5px;
        }
        &::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            visibility: hidden;
            transition: $transition;
        }
        .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: $white-color;
            opacity: 0;
            visibility: hidden;
            transition: $transition;
            font: {
                size: 16px;
                weight: 500;
            };
        }
    }
    .next-link-info-wrapper {
        transition: $transition;
        color: $black-color;
    }
    .next-title {
        display: inline-block;
        font: {
            weight: 800;
            size: 16.5px;
        };
    }
    .meta-wrapper {
        display: block;
        color: $optional-color;
        text-transform: capitalize;
        margin-top: 5px;
        font: {
            weight: 500;
            size: 14px;
        };
    }
}
.comments-area {
    .form-submit {
        float: left;
        width: 100%;

        input {
            border: none;
            color: $white-color;
            padding: 12px 30px 10px;
            display: inline-block;
            cursor: pointer;
            text-transform: uppercase;
            transition: $transition;
            border-radius: 0;
            font: {
                weight: 700 !important;
                size: 14.5px;
            };
            &:hover, &:focus {
                color: $white-color;
                background: $black-color;
            }
        }
    }
}

/*================================================
Become Instructor & Partner CSS
=================================================*/
.become-instructor-partner-area {
    .container-fluid {
        padding: {
            left: 0;
            right: 0;
        };
        .row {
            margin: {
                left: 0;
                right: 0;
            };
            .col-lg-6 {
                padding: {
                    left: 0;
                    right: 0;
                };
            }
        }
    }
}
.become-instructor-partner-content {
    position: relative;
    z-index: 1;
    padding: 100px;
    background: {
        image: url(../../assets/img/pattern.png);
        position: center center;
        size: contain;
        repeat: repeat;
    };
    h2 {
        margin-bottom: 10px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 20px;
        max-width: 540px;
    }
    .default-btn {
        border-radius: 30px;
    }
    &.bg-color {
        background: {
            image: unset !important;
        };
        h2 {
            color: $white-color;
        }
        p {
            color: $white-color;
            opacity: 0.97;
        }
        .default-btn {
            background-color: $white-color;
            color: $black-color;

            &:hover {
                color: $white-color;
            }
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: {
                image: url(../../assets/img/bg-lines.svg);
                position: center center;
                size: cover;
                repeat: no-repeat;
            };
        }
    }
}
.become-instructor-partner-image {
    width: 100%;
    height: 100%;
    background: {
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    &.bg-image1 {
        background-image: url(../../assets/img/become-instructor.jpg);
    }
    &.bg-image2 {
        background-image: url(../../assets/img/become-partner.jpg);
    }
    img {
        display: none;
    }
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area {
    padding-top: 20px;
    position: relative;
    z-index: 1;

    .row {
        margin: {
            left: 0;
            right: 0;
        };
        .col-lg-6 {
            padding: {
                left: 0;
                right: 0;
            };
        }
    }
}
.view-all-courses-content {
    margin-left: auto;
    position: relative;
    z-index: 1;
    max-width: 600px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 0;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin: {
            top: 12px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.view-all-courses-image {
    margin-left: -270px;
    text-align: center;

    img {
        width: 100%;
    }
}
.view-all-courses-area-two {
    position: relative;
    z-index: 1;

    .view-all-courses-content {
        margin-left: 0;
        max-width: 100%;
    }
    .view-all-courses-image {
        margin-left: 0;
        position: relative;
        z-index: 1;

        img {
            width: auto;
        }
    }
}
.shape9 {
    position: absolute;
    left: 10%;
    bottom: 20%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 10s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape11 {
    position: absolute;
    left: 15%;
    top: 18%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 10s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape12 {
    position: absolute;
    bottom: 18%;
    z-index: -1;
    right: 18%;

    img {
        animation: movescale 4s linear infinite;
    }
}

/*================================================
Teacher Register Area CSS
=================================================*/
.teacher-register-area {
    background: {
        image: url(../../assets/img/teacher-register-bg.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
}
.teacher-register-box {
    overflow: hidden;
    margin-left: auto;
    max-width: 600px;
    padding: 45px;
    border-radius: 5px;
    background: {
        image: url(../../assets/img/register-shape.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    h2 {
        margin-bottom: 0;
        color: $white-color;
        font: {
            size: 33px;
            weight: 800;
        };
    }
    p {
        color: $white-color;
        margin: {
            top: 10px;
            bottom: 0;
        };
    }
    form {
        margin-top: 25px;

        input, textarea {
            display: block;
            width: 100%;
            border: none;
            color: $white-color !important;
            background-color: #c22b34;
            height: 50px;
            padding-left: 15px;
            border-radius: 5px;
            font: {
                size: $font-size;
                weight: 600;
            };
            &::placeholder {
                color: #cdcdcd;
                transition: $transition;
            }
            &:focus {
                &::placeholder {
                    color: transparent;
                }
            }
        }
        textarea {
            height: auto !important;
            padding-top: 15px;
        }
        .default-btn {
            background-color: $black-color;
            margin-top: 5px;
            padding: 12px 30px;

            span {
                background-color: $white-color;
            }
        }
    }
}

/*================================================
Premium Access Area CSS
=================================================*/
.premium-access-area {
    position: relative;
    z-index: 1;

    .shape3 {
        right: 20%;
        bottom: 12%;
    }
    .shape4 {
        right: 16%;
        bottom: 50%;
    }
}
.premium-access-content {
    text-align: center;
    max-width: 720px;
    margin: {
        left: auto;
        right: auto;
    };
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        max-width: 615px;
        margin: {
            bottom: 0;
            left: auto;
            right: auto;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        max-width: 615px;
        margin: {
            left: auto;
            right: auto;
            top: 12px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.shape8 {
    position: absolute;
    left: 20%;
    top: 25%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}

/*================================================
Apply Instructor Area CSS
=================================================*/
.apply-instructor-image {
    h2 {
        margin-bottom: 18px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    img {
        border-radius: 5px;
    }
}
.apply-instructor-content {
    background-color: #f8f9f8;
    border-radius: 5px;
    padding: 30px;

    .nav {
        border-bottom-color: #d8d8d8;
        margin-bottom: 35px;
        border-width: 1.5px;

        .nav-item {
            margin: {
                right: 50px;
                bottom: -1.5px;
            };
            .nav-link {
                background-color: transparent;
                color: $optional-color;
                border: none;
                padding: 0 0 10px;
                position: relative;
                font: {
                    size: 18px;
                    weight: 800;
                };
                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    transition: $transition;
                    height: 1.5px;
                }
                &:hover, &.active {
                    color: $black-color;

                    &::before {
                        width: 40%;
                    }
                }
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
    h3 {
        margin-bottom: 13px;
        font: {
            size: 24px;
            weight: 800;
        };
        &:not(:first-child) {
            margin-top: 30px;
        }
    }
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    background-color: #f8f9f8;
    position: relative;
    z-index: 1;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    padding: {
        top: 100px;
        bottom: 100px;
    };

    &.bg-black {
        background-color: $black-color;

        .page-title-content {
            ul {
                li {
                    color: $white-color;

                    &::before {
                        background-color: $white-color;
                    }
                    a {
                        color: $white-color;

                        &:hover {
                            color: $main-color;
                        }
                    }
                }
            }
            h2 {
                color: $white-color;
            }
        }
    }
}
.page-title-content {
    ul {
        padding-left: 0;
        margin: {
            bottom: 0;
            left: auto;
            right: auto;
        };
        list-style-type: none;
        text-align: center;
        max-width: 800px;

        li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            color: $black-color;
            font: {
                size: $font-size;
                weight: 600;
            };
            &::before {
                content: '';
                position: absolute;
                right: -12px;
                top: 5px;
                transform: rotate(10deg);
                background-color: #696969;
                height: 15px;
                width: 1px;
            }
            a {
                color: $optional-color;
                display: block;
                font-weight: 500;
            }
            &:last-child {
                margin-right: 0;

                &::before {
                    display: none;
                }
            }
        }
    }
    h2 {
        text-align: center;
        max-width: 800px;
        margin: {
            bottom: 10px;
            left: auto;
            right: auto;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .rating {
        text-align: center;
        font-size: 17px;
        margin-top: 20px;

        i {
            color: #dca416;
            display: inline-block;
            margin: {
                left: -1px;
                right: -1px;
            };
        }
        .rating-count {
            display: inline-block;
            position: relative;
            top: -2px;
            font: {
                size: $font-size;
                weight: 600;
            };
        }
    }
    .tutor-loop-rating-wrap {
        display: inline-block;
    }
    .tutor-rating-count {
        i {
            display: none;
        }
    }
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
    position: relative;
    z-index: 1;

    .shape4 {
        right: auto;
        bottom: 39%;
        left: 25%;
    }
}
.subscribe-content {
    text-align: center;
    max-width: 720px;
    margin: {
        left: auto;
        right: auto;
    };
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        max-width: 615px;
        margin: {
            bottom: 0;
            left: auto;
            right: auto;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        max-width: 615px;
        margin: {
            left: auto;
            right: auto;
            top: 12px;
        };
    }
    .newsletter-form {
        position: relative;
        max-width: 650px;
        margin: {
            top: 30px;
            left: auto;
            right: auto;
        };
        .input-newsletter {
            display: block;
            width: 100%;
            border: none;
            background-color: #eaeaea;
            color: $black-color;
            height: 50px;
            padding-left: 18px;
            border-radius: 5px;
            font: {
                size: 16px;
                weight: 400;
            };
            &::placeholder {
                color: #999999;
                transition: $transition;
            }
            &:focus {
                &::placeholder {
                    color: transparent;
                }
            }
        }
        .validation-danger {
            color: red;
            margin-top: 15px;
        }
        .validation-success {
            margin-top: 15px;
        }
        .default-btn {
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0 5px 5px 0;
            height: 50px;

            i {
                top: 12px;
            }
        }
    }
}
.shape13 {
    position: absolute;
    left: 22%;
    bottom: 22%;
    z-index: -2;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.shape14 {
    position: absolute;
    right: 11%;
    bottom: 30%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.shape15 {
    position: absolute;
    right: 15%;
    bottom: 15%;
    z-index: -2;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}

/*================================================
Gallery CSS
=================================================*/
.single-gallery-item {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    cursor: zoom-in;

    a {
        display: block;
        border-radius: 5px;

        img {
            transition: $transition;
        }
    }
    &:hover {
        a {
            img {
                transform: scale(1.1);
                filter: blur(2px);
            }
        }
    }
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content {
    img {
        border-radius: 5px;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    h3 {
        margin: {
            bottom: 15px;
            top: 25px;
        };
        font: {
            size: 22px;
            weight: 800;
        };
    }
    .blockquote, blockquote {
        margin-bottom: 30px;
        background-color: #e6f2f5;
        text-align: left !important;
        padding: 25px !important;

        p {
            margin-bottom: 0;
            line-height: 1.8;
            font: {
                size: $font-size !important;
                weight: normal;
            };
        }
        &::after {
            display: none;
        }
        &::before {
            display: none;
        }
    }
    ol, ul {
        margin-top: 20px;

        li {
            margin-bottom: 10px;
            color: $optional-color;
            font-size: $font-size;
            line-height: 1.8;
        }
    }
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content {
    img {
        border-radius: 5px;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    h3 {
        margin: {
            bottom: 15px;
            top: 25px;
        };
        font: {
            size: 22px;
            weight: 800;
        };
    }
    .blockquote, blockquote {
        margin-bottom: 30px;
        background-color: #e6f2f5;
        text-align: left !important;
        padding: 25px !important;

        p {
            margin-bottom: 0;
            line-height: 1.8;
            font: {
                size: $font-size !important;
                weight: normal;
            };
        }
        &::after {
            display: none;
        }
        &::before {
            display: none;
        }
    }
    ol, ul {
        margin-top: 20px;

        li {
            margin-bottom: 10px;
            color: $optional-color;
            font-size: $font-size;
            line-height: 1.8;
        }
    }
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content {
    img {
        border-radius: 5px;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    h3 {
        margin: {
            bottom: 15px;
            top: 25px;
        };
        font: {
            size: 22px;
            weight: 800;
        };
    }
    .blockquote, blockquote {
        margin-bottom: 30px;
        background-color: #e6f2f5;
        text-align: left !important;
        padding: 25px !important;

        p {
            margin-bottom: 0;
            line-height: 1.8;
            font: {
                size: $font-size !important;
                weight: normal;
            };
        }
        &::after {
            display: none;
        }
        &::before {
            display: none;
        }
    }
    ol, ul {
        margin-top: 20px;

        li {
            margin-bottom: 10px;
            color: $optional-color;
            font-size: $font-size;
            line-height: 1.8;
        }
    }
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table {
    .table {
        margin-bottom: 0;

        thead {
            th {
                vertical-align: middle;
                white-space: nowrap;
                padding: 20px;
                text-align: center;
                color: rgba(255, 255, 255, .9);
                border: {
                    left: 1px solid #e98f8f;
                    bottom: none;
                    right: 1px solid #e98f8f;
                };
                h2 {
                    color: $white-color;
                    margin-bottom: 0;
                    font: {
                        size: 35px;
                        weight: 800;
                    };
                }
                h3 {
                    color: $white-color;
                    text-transform: uppercase;
                    margin: {
                        top: 8px;
                        bottom: 5px;
                    };
                    font: {
                        size: $font-size;
                        weight: 700;
                    };
                }
                &:first-child {
                    border-left: none;
                }
                &:last-child {
                    border-right: none;
                }
            }
        }
        tbody {
            tr {
                td {
                    padding: 15px 20px;
                    white-space: nowrap;
                    vertical-align: middle;
                    border: none;
                    text-align: center;
                    font: {
                        size: $font-size;
                        weight: 600;
                    };
                    &:first-child {
                        text-align: left;
                    }
                    &.item-check {
                        i {
                            width: 20px;
                            height: 20px;
                            line-height: 20px;
                            border-radius: 100%;
                            background-color: #0eb582;
                            color: $white-color;
                            display: block;
                            margin: 0 auto;
                        }
                    }
                    &.item-none {
                        i {
                            width: 20px;
                            height: 20px;
                            line-height: 20px;
                            border-radius: 100%;
                            background-color: #d85554;
                            color: $white-color;
                            display: block;
                            margin: 0 auto;
                        }
                    }
                    .select-btn {
                        display: inline-block;
                        color: $black-color;
                        background-color: #efefef;
                        padding: 13px 30px;
                        border-radius: 5px;
                        margin-top: 10px;
                        font: {
                            size: $font-size;
                            weight: 700;
                        };
                        &:hover {
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 35px;

    .page-numbers {
        width: 33px;
        height: 33px;
        background-color: #f3f0f0;
        color: $optional-color;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        line-height: 34px;
        position: relative;
        margin: {
            left: 3px;
            right: 3px;
        };
        font: {
            size: $font-size;
            weight: 800;
        };
        &:hover, &.current {
            color: $white-color;
        }
        i {
            position: relative;
            top: 1.5px;
        }
    }
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    background-color: #111111;
    height: 100vh;
}
.error-content {
    text-align: center;

    h3 {
        color: $white-color;
        margin: {
            bottom: 20px;
            top: 45px;
        };
        font: {
            size: 40px;
            weight: 800;
        };
    }
    p {
        color: rgba(255, 255, 255, .7);
        max-width: 550px;
        margin: {
            left: auto;
            right: auto;
            bottom: 0;
        };
    }
    .btn-box {
        margin-top: 30px;

        .default-btn {
            margin: {
                left: 7px;
                right: 7px;
            };
            span {
                background-color: $white-color;
            }
            &:hover {
                color: $black-color;
            }
        }
    }
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab {
    .tabs {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 60px;
        text-align: center;

        li {
            margin: {
                left: 10px;
                right: 10px;
            };
            a {
                color: $black-color;
                text-decoration: none;
                border-radius: 5px;
                padding: 20px;
                display: block;
                box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, .13)!important;
                font: {
                    size: $font-size;
                    weight: 800;
                };
                i {
                    font: {
                        size: 30px;
                        weight: 400;
                    };
                }
                span {
                    display: block;
                    margin-top: 8px;
                }
                &:hover {
                    color: $white-color;
                }
            }
            &.current {
                a {
                    color: $white-color;
                }
            }
        }
    }
}
.faq-accordion {
    .accordion {
        list-style-type: none;
        padding-left: 0;
        margin: {
            bottom: 0;
        };
        .accordion-item {
            border-radius: 5px;
            display: block;
            box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
            background: $white-color;
            margin-bottom: 15px;

            &:last-child {
                margin-bottom: 0;
            }
        }
        .accordion-title {
            padding: 20px 25px 17px 60px;
            color: $black-color;
            text-decoration: none;
            position: relative;
            display: block;
            font: {
                size: 17px;
                weight: 800;
            };
            i {
                position: absolute;
                left: 25px;
                top: 18px;
                font-size: 25px;
                transition: $transition;
            }
            &.active {
                i {
                    transform: rotate(180deg);
                }
            }
        }
        .accordion-content {
            display: none;
            position: relative;
            margin-top: -5px;
            padding: {
                bottom: 20px;
                right: 25px;
                left: 60px;
            };
            p {
                line-height: 1.8;
            }
            &.show {
                display: block;
            }
        }
    }
}
.tab {
    .tabs-item {
        display: none;

        &:first-child {
            display: block;
        }
    }
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background: {
        image: url(../../assets/img/coming-soon-bg.jpg);
        position: top center;
        size: cover;
        repeat: no-repeat;
    };
}
.coming-soon-content {
    max-width: 700px;
    background: $white-color;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    box-shadow: 1px 5px 24px 0 rgba(68,102,242,.05);
    margin: {
        left: auto;
        right: auto;
    };
    .logo {
        display: inline-block;
    }
    h2 {
        font: {
            size: 40px;
            weight: 800;
        };
        margin: {
            top: 30px;
            bottom: 0;
        };
    }
    .logo {
        h2 {
            margin-top: 0;
        }
    }
    #timer {
        margin-top: 40px;

        div {
            background-color: $black-color;
            color: $white-color;
            width: 100px;
            height: 105px;
            border-radius: 5px;
            font: {
                size: 40px;
                weight: 800;
            };
            margin: {
                left: 10px;
                right: 10px;
            };
            span {
                display: block;
                margin-top: -2px;
                font: {
                    size: 17px;
                    weight: 600;
                };
            }
        }
    }
    form {
        position: relative;
        max-width: 500px;
        margin: {
            left: auto;
            right: auto;
            top: 50px;
        };
        .form-group {
            margin-bottom: 25px;
            width: 100%;
            position: relative;

            .label-title {
                margin-bottom: 0;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                pointer-events: none;
                width: 100%;
                height: 100%;
                color: $black-color;

                i {
                    position: absolute;
                    left: 0;
                    transition: $transition;
                    top: 9px;
                    font: {
                        size: 22px;
                    };
                }
                &::before {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 2px;
                    transition: $transition;
                }
            }
            .input-newsletter {
                border-radius: 0;
                border: none;
                border-bottom: 2px solid #eeeeee;
                padding: 0 0 0 32px;
                color: $black-color;
                height: 45px;
                display: block;
                width: 100%;
                transition: $transition;
                font: {
                    size: 16px;
                    weight: 400;
                };
                &::placeholder {
                    color: #A1A1A1;
                    transition: $transition;
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
        }
        .default-btn {
            border-radius: 0;
        }
        .validation-danger {
            margin-top: 15px;
            color: red;
        }
        .validation-success {
            margin-top: 15px;
        }
        p {
            margin: {
                bottom: 0;
                top: 20px;
            };
        }
    }
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
    padding: 40px 50px;
    border-radius: 5px;
    background-color: $white-color;
    box-shadow: 0 0 10px rgba(51,51,51,.1);
    margin-right: 30px;

    h2 {
        margin-bottom: 25px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    form {
        .form-group {
            margin-bottom: 25px;

            label {
                display: block;
                margin-bottom: 8px;
                color: $black-color;
                font-weight: 700;
            }
        }
        .remember-me-wrap {
            margin-bottom: 0;

            [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
                display: none;
            }
            [type="checkbox"]:checked + label, [type="checkbox"]:not(:checked) + label {
                position: relative;
                padding-left: 28px;
                cursor: pointer;
                line-height: 20px;
                display: inline-block;
                margin-bottom: 0;
                color: $optional-color;
                font: {
                    weight: 600;
                };
            }
            [type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 19px;
                height: 19px;
                transition: all 0.2s ease;
                border: 1px solid #f5f5f5;
                border-radius: 3px;
                background: #f5f5f5;
            }
            [type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after {
                content: '';
                width: 8px;
                height: 8px;
                position: absolute;
                top: 5.5px;
                left: 6px;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }
            [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }
            [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }
        .lost-your-password-wrap {
            text-align: right;

            a {
                display: inline-block;
                position: relative;
                font-weight: 600;
                line-height: 1.3;

                &::before {
                    width: 100%;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    content: '';
                    transition: $transition;
                    background-color: #eeeeee;
                }
                &::after {
                    width: 0;
                    height: 1px;
                    position: absolute;
                    left: 0;
                    transition: $transition;
                    bottom: 0;
                    content: '';
                }
                &:hover {
                    &::before {
                        width: 0;
                    }
                    &::after {
                        width: 100%;
                    }
                }
            }
        }
        button {
            margin-top: 22px;
            border: none;
            display: block;
            text-align: center;
            overflow: hidden;
            color: $white-color;
            transition: $transition;
            width: 100%;
            border-radius: 5px;
            padding: 14.5px 30px;
            font: {
                weight: 700;
                size: $font-size;
            };
            &:hover {
                background-color: $black-color;
                color: $white-color;
            }
        }
    }
}
.register-form {
    padding: {
        top: 30px;
        left: 30px;
    };
    h2 {
        margin-bottom: 25px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    form {
        .form-group {
            margin-bottom: 25px;

            label {
                display: block;
                margin-bottom: 8px;
                color: $black-color;
                font-weight: 700;
            }
        }
        .description {
            font-style: italic;
            font-size: 13.5px;
            margin: {
                top: -10px;
                bottom: 0;
            };
        }
        button {
            margin-top: 22px;
            border: none;
            display: block;
            text-align: center;
            overflow: hidden;
            color: $white-color;
            transition: $transition;
            width: 100%;
            border-radius: 5px;
            padding: 14.5px 30px;
            font: {
                weight: 700;
                size: $font-size;
            };
            &:hover {
                background-color: $black-color;
                color: $white-color;
            }
        }
    }
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info {
    padding-right: 15px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 12px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    ul {
        padding-left: 0;
        list-style-type: none;
        margin: {
            top: 35px;
            bottom: 0;
        };
        li {
            position: relative;
            margin-bottom: 35px;
            list-style-type: none;
            padding: {
                left: 100px;
            };
            .icon {
                width: 75px;
                height: 85px;
                background-color: #f8f9f8;
                border-radius: 3px;
                position: absolute;
                text-align: center;
                left: 0;
                font-size: 40px;
                transition: $transition;
                top: 0;

                i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }
            }
            h3 {
                margin-bottom: 8px;
                font: {
                    size: 24px;
                    weight: 800;
                };
            }
            p {
                font-weight: 600;
                max-width: 300px;
                margin: {
                    bottom: 0;
                    top: 2px;
                };
            }
            &:hover {
                .icon {
                    color: $white-color;
                }
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}
.contact-form {
    overflow: hidden;
    padding: 35px;
    margin-left: 15px;
    border-radius: 5px;
    background: {
        image: url(../../assets/img/register-shape.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    h2 {
        margin-bottom: 0;
        color: $white-color;
        font: {
            size: 33px;
            weight: 800;
        };
    }
    p {
        color: $white-color;
        margin: {
            top: 10px;
            bottom: 0;
        };
    }
    form {
        margin-top: 25px;

        input, textarea {
            display: block;
            width: 100%;
            border: none;
            color: $white-color !important;
            background-color: #c22b34 !important;
            height: 50px;
            padding-left: 15px;
            border-radius: 5px;
            font: {
                size: $font-size;
                weight: 600;
            };
            &::placeholder {
                color: $white-color;
                transition: $transition;
            }
            &:focus {
                &::placeholder {
                    color: transparent;
                }
            }
        }
        textarea {
            height: auto !important;
            padding-top: 15px;
        }
        .default-btn {
            background-color: $black-color;
            margin-top: 5px;
            padding: 12px 30px;

            span {
                background-color: $white-color;
            }
        }
    }
    .wpcf7-not-valid-tip {
        color: $white-color;
        font-size: 14px;
        margin-top: 4px;
    }
    .wpcf7-form-control-wrap {
        display: block;
        margin: {
            top: 5px;
            bottom: 5px;
        };
        input.gdpr-term {
            display: inline-block;
            background-color: transparent;
            padding-left: 0;
            border-radius: 0;
            position: relative;
            top: 2px;
            margin-bottom: 0;
            font-weight: normal;
            width: auto;
        }
        .wpcf7-list-item {
            margin: 0 0 0 0;
        }
    }
    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
        color: $white-color;
    }
    .wpcf7-list-item-label {
        color: $white-color;
        a {
            color: $white-color;
            text-decoration: underline;
        }
    }
}
#map {
    height: 500px;
    width: 100%;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #100f1f;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.single-footer-widget {
    margin-bottom: 30px;

    .logo {
        h2 {
            color: #ffffff;
            font-weight: bold;
        }
    }
    h3 {
        margin-bottom: 20px;
        position: relative;
        color: $white-color;
        font: {
            size: 24px;
            weight: 800;
        };
    }
    p {
        color: #ededed;
    }
    .footer-links-list {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;

        li {
            margin-bottom: 12px;
            color: #ededed;

            a {
                color: #ededed;
                display: inline-block;
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .social-link {
        padding-left: 0 !important;
        list-style-type: none;
        margin: {
            top: 20px !important;
            bottom: 0 !important;
        };
        li {
            display: inline-block;
            margin-right: 3px;

            &::before {
                display: none;
            }

            &:last-child {
                margin-right: 0;
                margin-bottom: 8px !important;
            }
            a {
                width: 30px;
                height: 30px;
                text-align: center;
                color: $white-color;
                background-color: #1e1d2f;
                font-size: 18px;
                position: relative;
                border-radius: 2px;

                i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    right: 0;
                    transform: translateY(-48%);
                }
                &:hover {
                    color: $white-color !important;
                }
            }
        }
    }
    .footer-contact-info {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
        list-style-type: none !important;

        li {
            margin-bottom: 13px;
            color: #ededed;
            position: relative;
            padding-left: 22px;
            &::before{
                display: none;
            }

            a {
                color: #ededed;
                display: inline-block;
            }
            &:last-child {
                margin-bottom: 0;
            }
            i {
                position: absolute;
                left: 0;
                top: 6px;

                &.bxs-inbox {
                    top: 5px;
                }
            }
        }
    }

    .nice-select ul li.option { color: #0c0c0c !important; }
}
.footer-bottom-area {
    margin-top: 70px;
    border-top: 2px solid #181726;
    padding: {
        top: 25px;
        bottom: 25px;
    };
    p {
        color: #ededed;

        i {
            position: relative;
            top: 1.3px;
        }
        a {
            font-weight: 600;

            &:hover {
                color: $white-color;
            }
        }
    }
    ul {
        text-align: right;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;

        li {
            color: #ededed;
            position: relative;
            display: inline-block;
            margin-right: 20px;

            &:last-child {
                margin-right: 0;

                &::before {
                    display: none;
                }
            }
            &::before {
                content: '';
                position: absolute;
                right: -12px;
                top: 5.5px;
                width: 1px;
                height: 14px;
                background-color: #ededed;
            }
            a {
                display: block;
                color: #ededed;
                text-transform: capitalize;
            }
        }
    }
}
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 100%;
    z-index: -1;

    .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;

        &::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
            animation: run 7s 0s infinite;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
        }
        &:nth-child(1) {
            margin-left: -25%;

            &::after {
                animation-delay: 2s;
            }
        }
        &:nth-child(3) {
            margin-left: 25%;
        }
        &:nth-child(3)::after {
            animation-delay: 2.5s;
        }
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 15px;
    color: $black-color;
    background-color: $white-color;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 40px;
    transition: .9s;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);

    &.active {
        opacity: 1;
        visibility: visible;
        bottom: 15px;
    }
    i {
        position: absolute;
        right: 0;
        left: 0;
        top: 70%;
        transform: translateY(-70%);
        text-align: center;
        margin: {
            left: auto;
            right: auto;
        };
    }
    &:hover {
        color: $white-color;
        transition: $transition;
        transform: translateY(-10px);
    }
}

.bottom-0 {
    .border-bottom {
        border-bottom: 0px !important;
    }
}
input.gdpr-term {
    height: auto !important;
}

/*Unit test CSS*/
.blocks-gallery-caption {
    margin-bottom: 8px;
}
.wp-block-search .wp-block-search__input {
    max-width: 100%;
}
.wp-block-calendar {
    table {
        margin-bottom: 0;
    }
}
.wp-block-calendar {
    margin-bottom: 20px;
}
.wp-calendar-nav {
    text-align: left;
}
.wp-block-group__inner-container {
    padding: 30px;
}
.wp-block-archives-list {
    li {
        span.post-count {
            padding-left: 8px;
            float: right;
        }
    }
}
.wp-block-categories-dropdown {
    margin-bottom: 20px;

    select {
        height: 45px;
        border: 1px solid #eee;
        width: 100%;
        font-size: 14px;
        padding: 8px 15px;
        color: #555;
    }
}
.wp-block-tag-cloud {
    a {
        display: inline-block;
        text-transform: capitalize;
        font: {
            weight: 600;
            size: 12.5px !important;
        }
        padding: 6px 13px;
        border: 1px solid #eeeeee;
        position: relative;
        color: #393953 !important;
        text-decoration: none !important;
        margin: {
            top: 8px;
            right: 4px;
        }
        &:hover, &:focus {
            color: $white-color !important;
        }
    }
}
blockquote.has-text-color.has-very-dark-gray-color {
    &::before{
        top: 15px;
        z-index: -1;
        font-size: 90px;
        left: 0;
    }
    &:after{
        display: none;
    }
    p, cite {
        padding-left: 55px;
    }
}
.wp-block-search {
    margin-bottom: 30px;
    position: relative;

    label {
        display: block;
        margin-bottom: 10px;
    }
    .screen-reader-text {
        display: none;
    }
    .wp-block-search__input {
        background-color: $white-color;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eeeeee;
        width: 100%;
        display: block;
        outline: 0;
        transition: $transition;
    }
    button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 80px;
        z-index: 1;
        border: none;
        color: $white-color;

        &:hover {
            color: $white-color;
            background: #393953 !important;
        }
    }
}
.wp-block-code {
    background: #eee;
}
.nice-select.postform {
    .list {
        display: none;
    }
}
.nice-select.postform.open {
    .list {
        display: block;
    }
}
.entry-meta ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 0 !important;
}
.comment-content {
    h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    p {
        margin-bottom: 10px;
        font-size: 14px;
        &:last-child {
            margin-bottom: 0;
        }
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    .entry-content {
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    dl, ol, ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    dt {
        margin-bottom: 5px;
        color: #0d1028;
    }
    dd {
        margin: 0 1rem 1rem;
        font-size: 15px;
        line-height: 26px;
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    ul {
        list-style: disc;
        padding-left: 20px;
        li {
            list-style: disc;
            line-height: 1.8;
            margin-bottom: 5px;
            ul {
                margin: 5px 0 0;
                list-style-type: circle;
                li {
                    list-style-type: circle;
                }
            }
        }
    }
    ol {
        padding-left: 20px;
        li {
            line-height: 1.8;
            margin-bottom: 5px;
            list-style-type: decimal;
            ol {
                margin: 5px 0 0;
            }
        }
    }
    b, strong {
        font-weight: 600;
        color: #212529;
    }
    dfn, cite, em, i {
        font-style: italic;
    }
    code, kbd, tt, var {
        font-size: .88889em;
        font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
    }
    kbd {
        background-color: #676767;
    }
    mark, ins {
        background: #fff9c0;
        text-decoration: none;
    }
    pre {
        font-size: .88889em;
        font-family: "Courier 10 Pitch",Courier,monospace;
        line-height: 1.8;
        overflow: auto;
        background: #fafafa;
    }
    abbr, acronym {
        border-bottom: 1px dotted #484848;
        cursor: help;
    }
}
blockquote {
    background-color: $white-color;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
/* End Template: Comments */

/* Comments list style */
#comments {
    clear: both;
    padding: 30px;
    margin-top: 30px;
    list-style: none;
    background-color: $white-color;

    .comment-list {
        margin: 0 0 30px;
        padding: 0;
        list-style-type: none;

        .children {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        &:before {
            display: none;
        }
        .comment-body {
            border-bottom: 1px solid #eee;
            margin-left: 65px;
            font-size: 14px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            .comment-content {
                img {
                    margin: 7px 0;
                }
            }
            .reply {
                margin-top: 15px;
                a {
                    border: 1px solid;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    padding: 8px 18px;
                    line-height: 1;
                    border-radius: 0;
                    font-size: 12px;
                    text-decoration: none;
                    background-color: #f1f1f1;
                    &:hover {
                        color: $white-color;
                    }
                }
            }
        }
    }
    .comment-author {
        font-size: 16px;
        margin-bottom: 0.4em;
        position: relative;
        text-transform: capitalize;
        z-index: 2;
        .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
            top: 5px;
            border-radius: 50%;
        }
        .says {
            display: none;
        }
        b.fn {
            font-weight: 600;
        }
    }
    .comment-meta {
        margin-bottom: 1em;
    }
    .comment-metadata {
        color: #615b5b;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        a {
            color: #615b5b;
        }
        a.comment-edit-link {
            color: #222;
            margin-left: 1em;
        }
    }
    .comment-reply-link {
        font-weight: 600;
        position: relative;
        .icon {
            color: #222;
            left: -2em;
            height: 1em;
            position: absolute;
            top: 0;
            width: 1em;
        }
    }
    .children {
        padding-left: 10px !important;
        .comment-author {
            .avatar {
                height: 30px;
                left: -45px;
                width: 30px;
            }
        }
    }
    .bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
        border: 1px solid #575757;
        padding: 2px;
    }
   .no-comments,
   .comment-awaiting-moderation {
        color: #767676;
        font-size: 14px;
        font-size: 0.875rem;
        font-style: italic;
    }
    .comments-pagination {
        margin: 2em 0 3em;
    }
}
.comments-area {
    .comment-list {
        .comment {
            .comment-respond {
                margin-bottom: 30px;
            }
        }
    }
}
/* End Comments list style */

/* Unit test all post style */
.wp-block-image {
    margin-bottom: 20px;
    figcaption {
        font-size: 14px;
        margin-top: 12px;
        text-align: center;
        color: $optional-color;
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.wp-block-button {
    margin: 20px 0;
    clear: both;
    .wp-block-button__link {
        font-size: 16px;
        border-radius: 5px;
        br {
            display: none;
        }
        &:hover {
            background-color: $optional-color;
            color: $white-color;
        }
    }
}
.is-style-squared {
    .wp-block-button__link {
        border-radius: 0;
    }
}
ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-top: 7px !important;
}
.is-style-outline {
    text-transform: capitalize;
    .wp-block-button__link {
        background-color: transparent !important;
        font-size: 16px;
        border-radius: 5px;
        &:hover {
            background-color: transparent !important;
            color: #000;
            border-color: #000;
        }
    }
}
pre.wp-block-code {
    border: 1px solid #eee;
    padding: 10px 15px;
}
pre.wp-block-preformatted {
    background-color: #fafafa;
    padding: 20px;
    margin: 20px 0;
}
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;
    blockquote {
        color: #111;
        border: none;
        margin-right: 0;
        padding-left: 0;
        p {
            font-size: 2.25em;
            font-style: italic;
        }
        cite {
            display: inline-block;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
            line-height: 1.6;
            text-transform: none;
            color: #767676;
            font-size: 15px;
            font-style: normal;
        }
    }
}
.wp-block-table.is-style-stripes td {
    border-color: #eaeaea;
}
.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}
.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
    .has-large-font-size {
        font-size: 25px;
        margin-top: 0 !important;
    }
}
.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    span.page-links-title {
        font-weight: 500;
        font-size: 20px;
        padding-right: 10px;
    }
    .post-page-numbers{
        width: 35px;
        height: 35px;
        border-radius: 25px;
        background-color: $white-color;
        border: 1px solid #eee;
        font-size: 15px;
        line-height: 35px;
        color: #0a0c19;
        text-align: center;
        display: inline-block;
        margin-left: 5px;
        text-decoration: none !important;
        &:hover {
            color: $white-color;
        }
    }
    .current {
        color: $white-color;
    }
}
.wp-block-archives-list {
    padding: 0 !important;
    li {
        list-style: none !important;
        a {
            &:hover {
                text-decoration: underline;
            }
        }
    }
}
.wp-block-categories-list {
    padding: 0 !important;
    li {
        list-style: none !important;
        a {
            text-transform: capitalize;
            &:hover {
                text-decoration: underline;
            }
        }
        span.post-count {
            padding-left: 8px;
            color: $optional-color;
        }
        .children {
            li {
                a {
                    position: relative;
                    &::before {
                        content: '-';
                        position: absolute;
                        left: -13px;
                        top: -2px;
                    }
                }
            }
        }
    }
}
.wp-block-archives-dropdown {
    margin-bottom: 20px;
    select {
        height: 45px;
        border: 1px solid #eee;
        width: 100%;
        font-size: 14px;
        padding: 8px 15px;
        color: $optional-color;
    }
}
.wp-block-latest-comments {
    padding: 0 !important;
    .wp-block-latest-comments__comment-meta {
        a {
            font-weight: 500;
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.wp-block-latest-posts {
    li {
        a {
            font-weight: 500;
        }
    }
}
.blog-details-area  {
    background: #F6F4F7;

    iframe, video {
        width: 100%;
    }
}
.wp-block-gallery {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    .blocks-gallery-item {
        margin-bottom: 15px !important;
    }
    .blocks-gallery-grid {
        padding: 0 !important;
        margin-top: 7px !important;
        margin-bottom: 5px !important;
    }
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
    p.wp-block-cover-text {
        font-weight: 400;
        margin-bottom: 20px !important;
        font-size: 30px !important;
        line-height: 1.5;
        color: $white-color;
        strong {
            color: $white-color;
        }
    }
}
.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}
.wp-block-cover.has-background-dim-60.has-background-dim {
    .wp-block-cover-text {
        a {
            color: $white-color;
        }
    }
}
.wp-block-file {
    a {
        text-decoration: underline;
        font-size: 15px;
        &:hover {
            text-decoration: none;
        }
    }
    .wp-block-file__button {
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 500;
        display: table;
        margin: 15px 0 0;
        &:hover {
            background-color: $optional-color !important;
            color: $white-color;
        }
    }
}
.wp-block-quote.is-style-large {
    border: none;
    padding-left: 0;
    margin: 20px 0;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    p {
        color: $white-color;
    }
    cite {
        color: $white-color;
        font-style: normal;
    }
    blockquote {
        max-width: 80%;
        background: transparent;
    }
}
.wp-block-gallery.alignwide {
    width: 100%;
}
.wp-block-columns.alignwide {
    blockquote, .blockquote {
        padding: 25px !important;
    }
}
.wp-caption {
    .wp-caption-text {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        text-align: center;
        padding: 15px 0 0;
        color: $optional-color;
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: $white-color;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery-caption{z-index: 99990;}
.bypostauthor{z-index: 99990;}
/* End Unit test all post style */

/* Post Format: Gallery */
.gallery {
	margin: 30px -1.1666667% 0;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6153846154;
    padding-top: 10px;
    color: $optional-color;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* End Post Format: Gallery */

/* Pingback style */
.comments-area {
    .comment-list {
        .trackback {
            .comment-body {
                margin-left: 0 !important;
                font-size: 15px !important;
                a {
                    text-decoration: underline;
                    color: red !important;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
            a.url {
                margin-top: 5px;
                font-size: 14px;
            }
        }
        .pingback {
            .comment-body {
                margin-left: 0 !important;
                font-size: 15px !important;
                a {
                    color:red !important;
                    text-decoration: underline;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
            a.url {
                margin-top: 5px;
                font-size: 14px;
            }
        }
    }
}
/* End Pingback style */

/* Post password form style */
.post-password-form {
    label {
        font-weight: 600;
        font-size: 15px;
        input {
            border: 1px solid #ccc;
            height: 45px;
            margin: 0 10px;
            padding: 6px 15px;
            border-radius: 5px;
        }
    }
    input[type="submit"] {
        border: 1px solid;
        color: $white-color;
        height: 45px;
        padding: 5px 20px;
        font-weight: 600;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.4s;
        &:hover {
            border: 1px solid;
            color: $white-color;
            background-color: $optional-color;
        }
    }
}
/* End Post password form style */

/* Comment navigation */
.comment-navigation {
    .nav-links {
        overflow: hidden;
        margin-bottom: 25px;
        .nav-previous {
            float: left;
            a {
                display: inline-block;
                border: 1px solid #ded9d9;
                padding: 7px 18px;
                background: $white-color;
                font-size: 14px;
                font-weight: normal;
                text-transform: capitalize;
                transition: 0.4s;
                &:hover {
                    color: $white-color;
                }
            }
        }
        .nav-next {
            float: right;
            a {
                display: inline-block;
                border: 1px solid #ded9d9;
                background: $white-color;
                padding: 7px 18px;
                font-size: 14px;
                font-weight: normal;
                text-transform: capitalize;
                transition: 0.4s;
                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}
/* End Comment navigation */


/* Resent posts with thumb */
.widget_ecademy_posts_thumbs {
    .item {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        position: relative;
        overflow: hidden;
        &:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px;
            .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-position: center center !important;
            }
        }
        .info {
            overflow: hidden;
            .title {
                font-size: 13.6px;
                margin: 0;
                line-height: 1.5;
                font-weight: 600;
                a {
                    color: #212529;
                }
            }
            time {
                display: block;
                font-size: 12px;
                color: #767676;
                text-transform: capitalize;
                margin-top: 5px;
                margin-bottom: 3px;
            }
        }
    }
    .no-thumb {
        .info {
            time {
                margin-top: 0;
            }
        }
    }
}
/* End Resent posts with thumb */
/* Unit test pages style
====================================================================*/
/* WP core style */
.alignnone {
	display: block;
    margin-bottom: 15px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 15px auto 10px;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    display: none;
}
/* End WP core style */

/* Page Markup And Formatting */
.page-main-content {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    h1 {
        font-size: 35px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    h3 {
        font-size: 25px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    h5 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    h6 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 600;
    }
    p {
        margin-top: 20px;
        margin-bottom: 20px;
        &:first-child {
            margin-top: 0;
        }
        img.size-full.wp-image-904.alignright {
            margin: 15px 0 20px 20px;
        }
    }
    .entry-content {
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    footer.entry-footer {
        clear: both;
        .edit-link {
            margin-top: 10px;
            margin-bottom: 10px;
            display: block;
        }
    }
    dl, ol, ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    dt {
        margin-bottom: 5px;
        color: #0d1028;
    }
    dd {
        margin: 0 1rem 1rem;
        font-size: 15px;
        line-height: 26px;
    }
    ul {
        list-style: disc;
        padding-left: 20px;
        li {
            list-style: disc;
            line-height: 1.8;
            margin-bottom: 5px;
            ul {
                margin: 5px 0 0;
                list-style-type: circle;
                li {
                    list-style-type: circle;
                }
            }
        }
    }

    ol {
        padding-left: 20px;
        li {
            line-height: 1.8;
            margin-bottom: 5px;
            ol {
                margin: 5px 0 0;
            }
        }
    }
    b, strong {
        color: #212529;
    }
    dfn, cite, em, i {
        font-style: italic;
    }
    code, kbd, tt, var {
        font-size: .88889em;
        font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
    }
    kbd {
        background-color: #616161;
    }
    mark, ins {
        background: #fff9c0;
        text-decoration: none;
    }
    pre {
        font-size: .88889em;
        font-family: "Courier 10 Pitch",Courier,monospace;
        line-height: 1.8;
        background: #f1f1f1;
        overflow: auto;
    }
    abbr, acronym {
        border-bottom: 1px dotted #484848;
        cursor: help;
    }
}
address {
    margin: 20px 0;
    font-style: italic;
    line-height: 30px;
}
/* End Page Markup And Formatting */

/* Post search not found form */
.no-results {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: $white-color;
    padding: 35px;

    h1.page-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    form {
        position: relative;

        label {
            display: block;
            margin-bottom: 0;
        }
        .screen-reader-text {
            display: none;
        }
        .search-field {
            background-color: #f6f4f7;
            height: 50px;
            padding: 6px 15px;
            border: 1px solid #f6f4f7;
            width: 100%;
            display: block;
            outline: 0;
            transition: $transition;
        }
        button {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0;
            height: 50px;
            width: 50px;
            z-index: 1;
            font-size: 20px;
            line-height: 55px;
            transition: $transition;
            border: none;
            color: $white-color;
            border-radius: 5px;
            &:hover {
                background-color: $optional-color;
            }
        }
    }

}
/* End Post search not found form */

/* Single footer widget  */

/* Single footer widget  */
.footer-area {
    .single-footer-widget {
        margin-bottom: 30px;

        img.alignnone.size-full {
            margin: 15px 0 30px;
        }
        h3 {
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
            border-bottom: 1px solid #192129;
            color: $white-color;

            font: {
                size: 20px;
            }
            &::before {
                content: '';
                position: absolute;
                bottom: -1px;
                left: 0;
                height: 1.2px;
                width: 45px;
            }
            a {
                color: #e4e4e4 !important;
            }
        }
        p {
            color: #e4e4e4 !important;
        }
        ul {
            padding-left: 17px;
            list-style-type: none;
            margin: 0;

            li {
                position: relative;
                margin-bottom: 8px;
                line-height: 1.8;
                color: #e4e4e4 !important;
                font-size: 15px;

                &:last-child {
                    margin-bottom: 0;
                }
                &::before {
                    height: 7px;
                    width: 7px;
                    content: '';
                    left: -17px;
                    top: 10px;
                    position: absolute;
                }
                a {
                    color: #e4e4e4 ;
                    transition: prop time;
                    &:hover{
                        padding-left: 7px;
                    }
                }
            }
        }
        .item .info time {
            color: #d3d3d3;
        }
        .wp-calendar-nav {
            margin-top: 10px;
            .wp-calendar-nav-next {
                float: right;
                a {
                    color: #ffffff;
                }
            }
        }
    }
    .widget_search {
        form {
            position: relative;

            .screen-reader-text {
                display: none;
            }
            label {
                display: block;
                margin-bottom: 0;
            }
            .search-field {
                height: 55px;
                color: $black-color;
                background-color: #eef5f9;
                display: block;
                width: 100%;
                border-radius: 5px;
                padding: 3px 0 0 18px;
                border: none;
                transition: $transition;
                font: {
                    size: 14px;
                    weight: 400;
                };
                &::placeholder {
                    color: $optional-color;
                    transition: $transition;
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            button {
                border: none;
                color: $white-color;
                height: 45px;
                width: 45px;
                padding: 0;
                position: absolute;
                right: 5px;
                transition: $transition;
                border-radius: 5px;
                top: 5px;
                font-size: 20px;
                line-height: 0;

                &:hover, &:focus {
                    background-color: $optional-color;
                    color: $white-color;
                }
            }
        }
    }
    select {
        height: 45px;
        border: 1px solid $white-color;
        width: 100%;
        font-size: 15px;
        color: $black-color;
        padding: 8px 15px;
    }
    .nice-select {
        float: unset;
        word-break: break-word;
        width: 100%;
        white-space: inherit;

        .option {
            padding-top: 8px;
            padding-bottom: 5px;
        }
        ul li::before {
            display: none;
        }
        ul {
            padding-top: 12px;

            li {
                margin-bottom: 0px;
            }
        }
        .option.selected.focus {
            display: none;
        }
        .list {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
        }
    }
    .widget_categories {
        ul {
            li {
                a {
                    display: inline-block;
                    text-transform: capitalize;
                }
                .children {
                    margin-top: 10px;
                }
            }
        }
    }
    .widget_pages {
        ul {
            li.page_item_has_children {
                > a {
                    margin-bottom: 10px;
                    display: inline-block;
                }
            }
            li {
                a {
                    text-transform: capitalize;
                }
            }
        }
    }
    .widget_rss {
        ul {
            li {
                margin-bottom: 20px;
                &::before {
                    top: 10px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
                .rsswidget {
                    display: block;
                    font-weight: 700;
                    font-size: 17px;
                    color: #e4e4e4 !important;
                    transition: prop time;
                    &:hover{
                        padding-left: 7px;
                    }
                }
                .rss-date {
                    font-size: 12px;
                    margin: 7px 0 10px;
                    display: block;
                    text-transform: capitalize;
                    letter-spacing: 1px;
                    color: #e4e4e4 !important;
                }
                cite {
                    color: #e4e4e4 !important;
                    display: block;
                    margin-top: 10px;
                    font-style: normal;
                }
                .rssSummary {
                    color: #e4e4e4 !important;
                }
            }
        }
    }
    .tagcloud {
        a {
            border: 1px solid #eee;
            display: inline-block;
            padding: 5px 12px;
            font-size: 14px !important;
            margin: 5px 5px 5px 0;
            text-transform: capitalize;
            background: $white-color;
            transition: 0.4s;
            &:hover {
                color: $white-color;
            }
        }
    }
    .widget_text {
        p {
            margin-top: 5px;
            &:first-child {
                margin-top: 0;
            }
            strong {
                font-size: 14px;
            }
            img {
                margin: 10px 0;
                max-width: 100%;
                width: auto;
            }
        }
    }
    .calendar_wrap {
        table {
            text-align: center;
            margin: 0;
            background: $white-color;

            caption {
                color: $white-color;
            }

            th, td {
                font-size: 14px;
                padding: 8px 5px;
                a {
                    text-decoration: none;
                }
            }
            #today {
                background-color: #eee;
                font-weight: 600;
                a {
                    text-decoration: none;
                }
            }
            #prev, #next {
                font-size: 14px;
                a {
                    text-decoration: none;
                }
            }
        }
        caption {
            caption-side: top;
            font-weight: 600;
            padding: 0 0 15px;
            line-height: 1;
            color: #e4e4e4;
            font-size: 1;
            font-size: 15px;
        }
        .wp-calendar-nav-prev {
            a {
                color: $white-color;
            }
        }
    }
    .widget_nav_menu {
        .sub-menu {
            margin-top: 8px;
        }
    }
    .widget_recent_comments {
        .recentcomments {
            .comment-author-link {
                font-size: 14px;
            }
            a {
                color: #e4e4e4 !important;
            }
        }
    }
    .widget_media_gallery {
        .gallery {
            margin: 0;
            .gallery-item {
                margin: 0;
            }
        }
    }
    .widget_recent_entries {
        ul {
            li {
                line-height: 1.5;
                a {
                    font-weight: 700;
                    font-size: 14px;
                    color: #e4e4e4 !important;
                }
                .post-date {
                    display: block;
                    font-size: 13px;
                    color: $white-color;
                    text-transform: uppercase;
                    margin-top: 5px;
                }
            }
        }
    }
    span.post-count {
        float: right;
        color: #e4e4e4 !important;
    }
    img.rss-widget-icon {
        margin-top: -5px;
    }

    .nice-select {
        height: 50px;
        .current {
            display: block;
            padding-top: 5px;
        }
        ul {
            li {
                text-transform: capitalize;
            }
        }
    }
}

/* Sticky Post */
.sticky {
    .single-blog-post {
        .post-content {
            padding-left: 60px;
            border: 1px solid $black-color;
            background-color: $black-color;

            h3 {
                color: $white-color;
                position: relative;
                &::before {
                    font-family: "boxicons" !important;
                    content: "\eb84";
                    position: absolute;
                    left: -40px;
                    top: 0;
                    color: $white-color;
                    font-size: 30px;
                    font-weight: normal;
                }
                a {
                    color: $white-color;

                }
            }
            p {
                color: $white-color;
            }
            .post-meta {
                li {
                    color: $white-color;
                }
            }
            .category {
                color: $white-color;
            }
            .post-content-footer {
                li {
                    color: $white-color;
                    a {
                        color: $white-color;
                    }
                }
            }
        }
    }
}
/* End Sticky Post */

/* Entry meta */
.entry-meta {
    ul {
        padding-left: 0 !important;
        margin-bottom: 0;
        list-style-type: none;
        margin-top: 0 !important;

        li {
            margin-right: 20px;
            position: relative;
            display: inline-block;
            border-right: 1px solid #eeeeee;
            color: $optional-color !important;
            font: {
                weight: 600;
                size: 14px;
            };
            padding: {
                right: 20px;
                left: 45px;
            };
            i {
                font-size: 20px;
                color: #cfcfcf;
                position: absolute;
                left: 0;
                top: 3px;
            }
            span {
                display: block;
                text-transform: uppercase;
                margin-bottom: 1px;
                font: {
                    size: 14px;
                    weight: 600;
                };
            }
            a {
                display: inline-block;
                color: $black-color;
                text-decoration: none !important;
                text-transform: capitalize;
            }
            &:last-child {
                padding-right: 0;
                margin-right: 0;
                border-right: none;
            }
        }
    }
}
/* End Entry meta */

/* Widget sidebar */
.sidebar {
    padding-left: 15px;

    .widget {
        margin-top: 30px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
        padding: 30px 25px;
        background-color: $white-color;

        &:first-child {
            margin-top: 0;
        }
        .widget-title {
            margin-bottom: 25px;
            position: relative;
            padding-left: 10px;
            border-left: 3px dashed #dfdfdf;
            font: {
                size: 22px;
                weight: 800;
            };
            &::before {
                content: '';
                position: absolute;
                left: -3px;
                top: 0;
                width: 3px;
                height: 6px;
            }
            &::after {
                content: '';
                position: absolute;
                left: -3px;
                top: 19px;
                width: 3px;
                height: 6px;
            }
        }
        ul {
            padding-left: 0;
            list-style-type: none;
            margin: 0;

            li {
                position: relative;
                margin-bottom: 12px;
                overflow: hidden;
                color: #252525;
                padding-left: 18px;
                font-size: 14px;
                font-weight: 600;

                &:last-child {
                    margin-bottom: 0;
                }
                &::before {
                    height: 8px;
                    width: 8px;
                    content: '';
                    border-radius: 50%;
                    left: 0;
                    top: 6px;
                    position: absolute;
                }
                a {
                    &:hover {
                        .post_count {
                            border: 1px solid;
                        }
                    }
                    .post_count {
                        position: absolute;
                        right: 0;
                        border: 1px solid #eee;
                        width: 25px;
                        text-align: center;
                        height: 25px;
                        line-height: 25px;
                        font-size: 13px;
                    }
                }
            }
        }
    }
    .widget_search {
        form {
            position: relative;

            .screen-reader-text {
                display: none;
            }
            label {
                display: block;
                margin-bottom: 0;
            }
            .search-field {
                height: 55px;
                color: $black-color;
                background-color: #eef5f9;
                display: block;
                width: 100%;
                border-radius: 5px;
                padding: 0 15px;
                border: none;
                transition: $transition;
                font: {
                    size: 15px;
                    weight: 500;
                };
                &::placeholder {
                    color: $optional-color;
                    transition: $transition;
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            button {
                border: none;
                color: $white-color;
                height: 45px;
                width: 45px;
                padding: 0;
                position: absolute;
                right: 5px;
                transition: $transition;
                border-radius: 5px;
                top: 5px;
                font-size: 20px;
                line-height: 0;

                &:hover, &:focus {
                    color: $white-color;
                }
            }
        }
    }
    select {
        height: 50px;
        border: 1px solid #eee;
        width: 100%;
        color: $optional-color;
        font-size: 13.5px;
        padding: 8px 15px;
    }
    .nice-select {
        float: unset;
        word-break: break-word;
        width: 100%;
        white-space: inherit;
        font-weight: 500;
        border: 1.5px solid #e8e8e8;
        height: 50px;
        padding: 3px 20px;

        .option.selected.focus {
            display: none;
        }
        .list {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            li {
                min-height: auto;
                margin: 0;
                line-height: 30px;
                font-weight: normal;
                text-transform: capitalize;
                &::before {
                    display: none;
                }
            }
        }
    }
    .widget_categories {
        ul {
            li {
                a {
                    text-transform: capitalize;
                }
                .children {
                    margin-top: 10px;
                }
            }
        }
    }
    .widget_pages {
        ul {
            li.page_item_has_children {
                > a {
                    margin-bottom: 10px;
                    display: inline-block;
                }
            }
            li {
                a {
                    text-transform: capitalize;
                }
            }
        }
    }
    .widget_rss {
        ul {
            li {
                margin-bottom: 20px;
                &::before {
                    top: 10px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
                .rsswidget {
                    display: block;
                    color: #222222;
                    font-weight: 700;
                    font-size: 15px;
                    transition: $transition;
                }
                .rss-date {
                    font-size: 13px;
                    margin: 8px 0 10px;
                    display: block;
                }
                .rssSummary {
                    color: $optional-color;
                    line-height: 25px;
                    font-size: 14px;
                }
                cite {
                    font-weight: 700;
                    display: block;
                    margin-top: 10px;
                    font-style: normal;
                    color: #222;
                    font-size: 13.5px;
                }
            }
        }
    }
    .tagcloud {
        a {
            border: 1px solid #eee;
            padding: 6px 12px;
            font-size: 13px !important;
            font-weight: 600;
            margin-top: 4px;
            margin-bottom: 4px;
            display: inline-block;
            margin-right: 4px;
            text-transform: capitalize;
            transition: 0.4s;

            &:hover {
                color: $white-color;
            }
        }
    }
    .widget_text {
        p {
            img {
                margin: 10px 0;
            }
        }
        .wp-caption-text {
            border: none;
            text-align: center;
            font-size: 13px;
        }
    }
    .calendar_wrap {
        table {
            margin: 0;
            th, td {
                font-size: 14px;
                padding: 8px 5px;
                a {
                    text-decoration: none;
                }
            }
           text-align: center;
            #today {
                background-color: #eee;
                font-weight: 600;
            }
        }
        caption {
            padding-top: 0;
            color: #393d40;
            caption-side: top;
            font-weight: 700;
        }
    }
    .widget_nav_menu {
        .sub-menu {
            margin-top: 8px;
        }
        ul {
            li {
                font-weight: 600;
            }
        }
    }
    .widget_recent_comments {
        .recentcomments {
            color: #696969;
            font-weight: 700;

            .comment-author-link {
                font-size: 14.5px;
            }
        }
    }
    .widget_media_gallery {
        .gallery {
            margin: 0;
            .gallery-item {
                margin: 0;
            }
        }
    }
    .widget_recent_entries {
        ul {
            li {
                a {
                    font-weight: 700;
                }
                .post-date {
                    display: block;
                    font-size: 14px;
                    color: #767676;
                    margin-top: 2px;
                }
            }
        }
    }
    p {
        font-size: 14px;
    }
    span.post-count {
        float: right;
        font-size: 13px;
    }
    .widget_lp-widget-popular-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 33.333333%;
                        max-width: 33.333333%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .widget_lp-widget-featured-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 50%;
                        max-width: 50%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .widget_lp-widget-recent-courses {
        .course-entry {
            margin-bottom: 25px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }
            .course-cover {
                margin-bottom: 20px;

                a {
                    display: block;

                    img {
                        width: 100%;
                    }
                }
            }
            .course-detail {
                a {
                    display: inline-block;
                }
                h3 {
                    font-size: 22px;
                    font-weight: 800;
                    margin-bottom: 10px;
                    line-height: 1.3;
                    transition: $transition;
                }
                .course-meta-data {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between!important;
                    margin-top: 5px;

                    .course-meta-field {
                        flex: 0 0 50%;
                        max-width: 50%;
                        margin-top: 10px;
                        font-weight: 700;
                    }
                }
            }
        }
        .widget-footer {
            margin-top: 20px;

            a {
                display: inline-block;
                position: relative;
                font-weight: 700;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    transition: $transition;
                    height: 1px;
                    background-color: $black-color;
                }
            }
            .pull-right {
                float: unset;
            }
        }
    }
    .wp-calendar-nav {
        margin-top: 10px;
        .wp-calendar-nav-next {
            float: right;
        }
    }
}

/* HTML Tags and Formatting */
.blog-details {
    .blog-details-content {
        padding: 30px;
        overflow: hidden;
        background-color: $white-color;

        .entry-meta {
            margin-bottom: 10px;
            ul {
                margin-bottom: 10px;
            }
            li {
                padding-left: 30px;

                a {
                    color: $optional-color;
                }
            }
        }
        .nice-select {
            width: 100%;
            margin-bottom: 10px;
            height: 50px;
            .current {
                padding-top: 5px;
                display: block;
            }

            ul {
                padding-left: 0;
                margin-top: 0;
                li {
                    list-style-type: none;
                    padding: 5px 15px;
                    margin: 0;
                    min-height: auto;
                }
            }
        }
        h1 {
            font-size: 35px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        h2 {
            font-size: 30px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        h3 {
            font-size: 25px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        h4 {
            font-size: 20px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        h5 {
            font-size: 18px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        h6 {
            font-size: 16px;
            margin-bottom: 13px;
            font-weight: 800;
        }
        p {
            a {
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }
        }
        .entry-content {
            a {
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }
        }
        dl, ol, ul {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        dt {
            margin-bottom: 5px;
            color: #0d1028;
        }
        dd {
            margin: 0 1rem 1rem;
            font-size: 15px;
            line-height: 26px;

            a {
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }
        }
        ul {
            list-style: disc;
            padding-left: 20px;

            li {
                list-style: disc;
                line-height: 1.8;
                margin-bottom: 5px;

                a {
                    text-decoration: underline;

                    &:hover {
                        text-decoration: none;
                    }
                }
                ol {
                    margin: 5px 0 0;
                    list-style-type: decimal;

                    li {
                        list-style-type: decimal;
                    }
                }

                ul {
                    margin: 5px 0 0;
                    list-style-type: circle;

                    li {
                        list-style-type: circle;

                        ol {
                            list-style-type: decimal;

                            li {
                                list-style-type: decimal;
                            }
                        }
                    }
                }
            }
        }
        ol {
            padding-left: 20px;

            li {
                line-height: 1.8;
                margin-bottom: 5px;

                a {
                    text-decoration: underline;

                    &:hover {
                        text-decoration: none;
                    }
                }
                ol, ul {
                    margin: 5px 0 0;
                }
            }
        }
        b, strong {
            color: $black-color;
        }
        dfn, cite, em{
            font-style: italic;
        }
        code, kbd, tt, var {
            font-size: .88889em;
            font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
        }
        kbd {
            background-color: #676767;
            color: $white-color;
        }
        mark, ins {
            background: #fff9c0;
            text-decoration: none;
        }
        pre {
            font-size: .88889em;
            font-family: "Courier 10 Pitch",Courier,monospace;
            line-height: 1.8;
            overflow: auto;
        }
        abbr, acronym {
            border-bottom: 1px dotted #484848;
            cursor: help;
        }
    .article-author {
        margin-top: 30px;
        border-radius: 5px;
        background: #f8f8f8;

        .author-profile-header {
            height: 115px;
            border-radius: 5px 5px 0 0;
            background: {
                image: url(../../assets/img/bg.jpg);
                position: center center;
                size: cover;
                repeat: no-repeat;
            };
        }
        .author-profile {
            padding: 0 25px 25px;

            .author-profile-title {
                position: relative;
                z-index: 1;
                margin: {
                    bottom: 15px;
                    top: -45px;
                };
                img {
                    display: inline-block;
                    border: 3px solid $white-color;
                    width: 100px;
                    height: 100px;
                }
                .author-profile-title-details {
                    margin-top: 20px;

                    .author-profile-details {
                        h4 {
                            margin-bottom: -5px;
                            font: {
                                size: 18px;
                                weight: 800;
                            };
                        }
                        span {
                            color: $optional-color;
                            font-size: 14px;
                        }
                    }
                }
                .author-profile-ecademy-profile {
                    a {
                        color: $black-color;
                        padding: 5px 12px 4px;
                        border-radius: 2px;
                        background-color: $white-color;
                        font: {
                            size: 13px;
                            weight: 500;
                        };
                        &:hover, &:focus {
                            color: $white-color;
                        }
                    }
                }
            }
        }
    }
    }
}
/* End HTML Tags and Formatting */

/* Template: Comments */
.comments-area {
    background-color: $white-color;
    padding: 25px;

    .comments-title {
        position: relative;
        margin: {
            bottom: 30px;
        }
        font: {
            size: 22px;
            weight: 800;
        }
        &::before {
            content: '';
            height: 25px;
            width: 3px;
            left: -25px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    ol, ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
    .children {
        margin-left: 20px;
    }
    .comment-body {
        border-bottom: 1px solid #eeeeee;
        padding-left: 0;
        color: $black-color;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;

        .reply {
            margin-top: 15px;

            a {
                display: inline-block;
                border: 1px solid;
                padding: 5px 20px;
                border-radius: 0;
                text-transform: uppercase;
                font: {
                    size: 13px;
                    weight: 700;
                }
                &:hover {
                    color: $white-color;
                }
            }
        }
    }
    .comment-meta {
        margin-bottom: .8em;
    }
    .comment-author {
        font-size: 15px;
        margin-bottom: 0.4em;
        position: relative;
        z-index: 2;

        .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
        }
        .fn {
            font: {
                weight: 700;
            }
        }
        .says {
            display: none;
        }
    }
    .comment-metadata {
        letter-spacing: 0.10em;
        text-transform: uppercase;
        font: {
            size: 11px;
            weight: 700;
        }
    }
    .comment-content {
        p {
            font-size: 14px;
        }
    }
    .comment-respond {
        .comment-reply-title {
            margin: 0;
            position: relative;
            font: {
                size: 22px;
                weight: 800;
            }
            &::before {
                content: '';
                height: 20px;
                width: 2px;
                left: -30px;
                position: absolute;
                top: 2px;
            }
            #cancel-comment-reply-link {
                font-size: 15px;
                display: inline-block;
            }
        }
        .logged-in-as {
            a {
                font-weight: 500;
                font-size: 15px;
            }
        }
        .comment-form {
            overflow: hidden;
        }
        .comment-notes {
            margin: {
                bottom: 0;
                top: 15px;
            }
            .required {
                color: red;
            }
        }
        .comment-form-comment {
            margin-top: 15px;
            float: left;
            width: 100%;
        }
        label {
            display: block;
            margin-bottom: 12px;
            font-weight: 600;
            font-size: 14px;
            color: $black-color;
        }
        input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
            display: block;
            width: 100%;
            background-color: #f4f4f4;
            border: none;
            padding: 0 0 0 15px;
            height: 50px;
            outline: 0;
            border-radius: 3px;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-size: 14px;
        }
        .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
        }
        .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
        }
        .comment-form-url {
            float: left;
            width: 100%;
        }
        .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;

            input {
                position: absolute;
                left: 0;
                top: 2px;
            }
            label {
                display: inline-block;
                margin: 0;
                font-weight: normal;
            }
        }
        .form-submit {
            float: left;
            width: 100%;
        }
    }
}
.comments-area {
    .comments-title {
        margin-bottom: 25px;
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-bottom: 10px;

        &::before {
            content: '';
            height: 24px;
            width: 3px;
            left: -32px;
            position: absolute;
        }
    }
    .comment-content {
        h1 {
            font-size: 35px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        h2 {
            font-size: 30px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        h3 {
            font-size: 26px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        h4 {
            font-size: 22px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        h5 {
            font-size: 20px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        h6 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: 700;
        }
        p {
            margin-bottom: 10px;
            font-size: 14px;

            &:last-child {
                margin-bottom: 0;
            }
            a {
                text-decoration: underline;
                &:hover {
                    text-decoration: none;
                }
            }
        }
        .entry-content {
            a {
                text-decoration: underline;

                &:hover {
                    text-decoration: none;
                }
            }
        }
        dl, ol, ul {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        dt {
            margin-bottom: 5px;
            color: #0d1028;
        }
        dd {
            margin: 0 1rem 1rem;
            font-size: 15px;
            line-height: 26px;

            a {
                text-decoration: underline;
                &:hover {
                    text-decoration: none;
                }
            }
        }
        ul {
            list-style: disc;
            padding-left: 20px;

            li {
                list-style: disc;
                line-height: 1.8;
                margin-bottom: 5px;
                ul {
                    margin: 5px 0 0;
                    list-style-type: circle;
                    li {
                        list-style-type: circle;
                    }
                }
            }
        }
        ol {
            padding-left: 20px;
            li {
                line-height: 1.8;
                margin-bottom: 5px;
                list-style-type: decimal;
                ol {
                    margin: 5px 0 0;
                }
            }
        }
        b, strong {
            font-weight: 800;
            color: #212529;
        }
        dfn, cite, em, i {
            font-style: italic;
        }
        code, kbd, tt, var {
            font-size: .88889em;
            font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
        }
        kbd {
            background-color: #676767;
        }
        mark, ins {
            background: #fff9c0;
            text-decoration: none;
        }
        pre {
            font-size: .88889em;
            font-family: "Courier 10 Pitch",Courier,monospace;
            line-height: 1.8;
            overflow: auto;
            background: #fafafa;
        }
        abbr, acronym {
            border-bottom: 1px dotted #484848;
            cursor: help;
        }
    }
    blockquote {
        background-color: $white-color;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
    }
}
/* End Template: Comments */

/* Comment form */
.comment-respond {
    .comment-reply-title {
        margin-bottom: 15px;
        font-size: 18px;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-bottom: 10px;

        &::before {
            content: '';
            height: 24px;
            width: 3px;
            left: -32px;
            position: absolute;
        }
    }
    form {
        overflow: hidden;

        label {
            display: block;
            font-weight: 500;
            color: #444967;
            margin-bottom: 10px
        }
    }
    input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
        background-image: none;
        background-color: $white-color;
        border: 1px solid #eee;
        border-radius: 0;
        color: #686868;
        padding: 0.625em 0.4375em;
        width: 100%;
        height: 45px;
    }
    textarea {
        height: auto !important;
        padding-top: 15px !important;
        padding-left: 15px !important;
    }
    .form-submit {
        text-align: left;
        margin-top: 0;

        input {
            border: 1px solid;
            color: $white-color;
            padding: 8px 22px 7px !important;
            display: inline-block;
            font-weight: 800 !important;
            cursor: pointer;
            font-size: 14.5px;
            border-radius: 0;
            text-transform: capitalize;
            letter-spacing: 1px;
            transition: $transition;

            &:hover {
               background-color: #000;
               border: 1px solid #000;
               color: $white-color;
            }
        }
    }
    input, textarea {
        &:focus {
            outline: 0;
            border: 0;
        }
    }
    p {
        line-height: 1;
        margin-bottom: 0;
        margin-top: 25px;
    }
    .comment-form-cookies-consent {
        label {
            display: inline-block;
            margin: 0;
            line-height: 20px;
            font-weight: normal;
            font-size: 14px;
        }
    }
    p.comment-notes {
        line-height: 25px;
        font-size: 14px;
        margin-top: 5px;
    }
    p.comment-form-comment {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    p.comment-form-author {
        width: 50%;
        float: left;
        padding-right: 12px;
        margin-bottom: 0;
    }
    p.comment-form-email {
        width: 50%;
        float: left;
        padding-left: 12px;
        margin-bottom: 0;
    }
    p.comment-form-url {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    p.comment-form-cookies-consent {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 20px;
        input {
            position: absolute;
            left: 0;
            top: 3px;
        }
    }
    p.form-submit {
        float: left;
        width: 100%;
    }
    p.logged-in-as {
        line-height: 26px;
        font-size: 15px;
        margin-top: 15px !important;
        margin-bottom: 10px;
        a {
            text-decoration: underline;
            font-size: 13.5px;
            &:hover {
                text-decoration: none;
            }
        }
    }
    .required {
        color: red;
    }
}
/* End Comment form */

/* Unit test all post style */
.wp-block-image {
    margin-bottom: 20px;
    figcaption {
        font-size: 15px;
        margin-top: 14px;
        text-align: center;
        color: $optional-color;
        margin-bottom: 0;
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.wp-block-button {
    margin: 20px 0;
    clear: both;
    .wp-block-button__link {
        font-size: 16px;
        border-radius: 5px;
        br {
            display: none;
        }
        &:hover {
            background-color: $black-color;
            color: $white-color;
        }
    }
}
.is-style-squared {
    .wp-block-button__link {
        border-radius: 0;
    }
}
ul.wp-block-gallery.alignleft.columns-2.is-cropped {
    margin-top: 7px !important;
}
.is-style-outline {
    text-transform: capitalize;
    .wp-block-button__link {
        background-color: transparent !important;
        font-size: 16px;
        border-radius: 5px;
        &:hover {
            background-color: transparent !important;
            color: #000;
            border-color: #000;
        }
    }
}
pre.wp-block-code {
    border: 1px solid #eee;
    padding: 10px 15px;
}
pre.wp-block-preformatted {
    background-color: #fafafa;
    padding: 20px;
    margin: 20px 0;
}
.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    border-color: transparent;
    border-width: 2px;
    padding: 0;

    blockquote {
        color: #111;
        border: none;
        margin-right: 0;
        padding-left: 0;

        p {
            font-size: 2.25em;
            font-style: italic;
        }
        cite {
            display: inline-block;
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
            line-height: 1.6;
            text-transform: none;
            color: #767676;
            font-size: 15px;
            font-style: normal;
        }
    }
}
.wp-block-table.is-style-stripes td {
    border-color: #eaeaea;
}
.wp-block-verse {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
}
.wp-block-columns {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
    .has-large-font-size {
        font-size: 25px;
        margin-top: 0 !important;
    }
}
.page-links {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    span.page-links-title {
        font-weight: 500;
        font-size: 20px;
        padding-right: 10px;
    }
    .post-page-numbers{
        width: 35px;
        height: 35px;
        border-radius: 25px;
        background-color: $white-color;
        border: 1px solid #eee;
        font-size: 15px;
        line-height: 35px;
        color: #0a0c19;
        text-align: center;
        display: inline-block;
        margin-left: 5px;
        text-decoration: none !important;
        &:hover {
            color: $white-color;
        }
    }
    .current {
        color: $white-color;
    }
}
.wp-block-archives-list {
    padding: 0 !important;
    li {
        list-style: none !important;
        a {
            &:hover {
                text-decoration: underline;
            }
        }
    }
}
.wp-block-categories-list {
    padding: 0 !important;
    li {
        list-style: none !important;
        a {
            text-transform: capitalize;
            &:hover {
                text-decoration: underline;
            }
        }
        span.post-count {
            padding-left: 8px;
            color: $optional-color;
        }
        .children {
            li {
                a {
                    position: relative;
                    &::before {
                        content: '-';
                        position: absolute;
                        left: -13px;
                        top: -2px;
                    }
                }
            }
        }
    }
}
.wp-block-archives-dropdown {
    margin-bottom: 20px;
    select {
        height: 45px;
        border: 1px solid #eee;
        width: 100%;
        font-size: 14px;
        padding: 8px 15px;
        color: $optional-color;
    }
}
.wp-block-latest-comments {
    padding: 0 !important;
    .wp-block-latest-comments__comment-meta {
        a {
            font-weight: 500;
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.wp-block-latest-posts {
    li {
        a {
            font-weight: 500;
        }
    }
}
.blog-details-area  {
    background: #F6F4F7;

    iframe, video {
        width: 100%;
    }
}
.wp-block-gallery {
        padding: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    .blocks-gallery-item {
        margin-bottom: 15px !important;
    }
    .blocks-gallery-grid {
        padding: 0 !important;
        margin-top: 7px !important;
        margin-bottom: 5px !important;
    }
}

.wp-block-cover {
    margin-top: 30px;
    margin-bottom: 30px;
    p.wp-block-cover-text {
        font-weight: 400;
        margin-bottom: 20px !important;
        font-size: 30px !important;
        line-height: 1.5;
        color: $white-color;
        strong {
            color: $white-color;
        }
    }
}
.wp-block-cover.has-background-dim.alignleft {
    margin-top: 0;
}
.wp-block-cover.has-background-dim-60.has-background-dim {
    .wp-block-cover-text {
        a {
            color: $white-color;
        }
    }
}
.wp-block-file {
    a {
        text-decoration: underline;
        font-size: 15px;
        &:hover {
            text-decoration: none;
        }
    }
    .wp-block-file__button {
        border-radius: 4px !important;
        font-size: 14px !important;
        font-weight: 500;
        display: table;
        margin: 15px 0 0;
        &:hover {
            background-color: $optional-color !important;
            color: $white-color;
        }
    }
}
.wp-block-quote.is-style-large {
    border: none;
    padding-left: 0;
    margin: 20px 0;
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    p {
        color: $white-color;
    }
    cite {
        color: $white-color;
        font-style: normal;
    }
    blockquote {
        max-width: 80%;
        background: transparent;
    }
}
.wp-block-gallery.alignwide {
    width: 100%;
}
.wp-block-columns.alignwide {
    blockquote, .blockquote {
        padding: 25px !important;
    }
}
.wp-caption {
    .wp-caption-text {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        text-align: center;
        padding: 15px 0 0;
        color: $optional-color;
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: $white-color;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery-caption{z-index: 99990;}
.bypostauthor{z-index: 99990;}
/* End Unit test all post style */

/* Post Format: Gallery */
.gallery {
	margin: 30px -1.1666667% 0;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6153846154;
    padding-top: 10px;
    color: $optional-color;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* End Post Format: Gallery */

/* Pingback style */
.comments-area {
    .comment-list {
        .trackback {
            .comment-body {
                margin-left: 0 !important;
                font-size: 15px !important;
                a {
                    text-decoration: underline;
                    color: red !important;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
            a.url {
                margin-top: 5px;
                font-size: 14px;
            }
        }
        .pingback {
            .comment-body {
                margin-left: 0 !important;
                font-size: 15px !important;
                a {
                    color:red !important;
                    text-decoration: underline;
                    &:hover {
                        text-decoration: none;
                    }
                }
            }
            a.url {
                margin-top: 5px;
                font-size: 14px;
            }
        }
    }
}
/* End Pingback style */

/* Post password form style */
.post-password-form {
    label {
        font-weight: 700;
        font-size: 15px;
        input {
            border: 1px solid #ccc;
            height: 45px;
            margin: 0 10px;
            padding: 6px 15px;
            border-radius: 5px;
        }
    }
    input[type="submit"] {
        border: 1px solid;
        color: $white-color;
        height: 45px;
        padding: 5px 20px;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
        transition: 0.4s;
        &:hover {
            border: 1px solid;
            color: $white-color;
            background-color: $optional-color;
        }
    }
}
/* End Post password form style */

/* Comment navigation */
.comment-navigation {
    .nav-links {
        overflow: hidden;
        margin-bottom: 25px;
        .nav-previous {
            float: left;
            a {
                display: inline-block;
                border: 1px solid #ded9d9;
                padding: 7px 18px;
                background: $white-color;
                font-size: 14px;
                font-weight: normal;
                text-transform: capitalize;
                transition: 0.4s;
                &:hover {
                    color: $white-color;
                }
            }
        }
        .nav-next {
            float: right;
            a {
                display: inline-block;
                border: 1px solid #ded9d9;
                background: $white-color;
                padding: 7px 18px;
                font-size: 14px;
                font-weight: normal;
                text-transform: capitalize;
                transition: 0.4s;
                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}
/* End Comment navigation */


/* Resent posts with thumb */
.widget_ecademy_posts_thumbs {
    .item {
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        position: relative;
        overflow: hidden;

        &:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px;

            .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-position: center center !important;
            }
        }
        .info {
            overflow: hidden;

            .title {
                font-size: 16px;
                margin: 0;
                line-height: 1.5;
                font-weight: 700;

                a {
                    color: #212529;
                }
            }
            time {
                display: block;
                font-size: 15px;
                color: #767676;
                text-transform: capitalize;
                margin-top: 5px;
                margin-bottom: 3px;
            }
        }
    }
    .no-thumb {
        .info {
            time {
                margin-top: 0;
            }
        }
    }
}
/* End Resent posts with thumb */
/* Unit test pages style
====================================================================*/
/* WP core style */
.alignnone {
	display: block;
    margin-bottom: 15px;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 15px auto 15px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption.alignnone {
    margin: 15px auto 10px;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    display: none;
}
/* End WP core style */

/* Page Markup And Formatting */
.page-main-content {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;

    h1 {
        font-size: 35px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h3 {
        font-size: 25px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h5 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    h6 {
        font-size: 15px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    p {
        margin-top: 20px;
        margin-bottom: 20px;
        &:first-child {
            margin-top: 0;
        }
        img.size-full.wp-image-904.alignright {
            margin: 15px 0 20px 20px;
        }
    }
    .entry-content {
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    footer.entry-footer {
        clear: both;
        .edit-link {
            margin-top: 10px;
            margin-bottom: 10px;
            display: block;
        }
    }
    dl, ol, ul {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    dt {
        margin-bottom: 5px;
        color: #0d1028;
    }
    dd {
        margin: 0 1rem 1rem;
        font-size: 15px;
        line-height: 26px;
    }
    ul {
        list-style: disc;
        padding-left: 20px;
        li {
            list-style: disc;
            line-height: 1.8;
            margin-bottom: 5px;
            ul {
                margin: 5px 0 0;
                list-style-type: circle;
                li {
                    list-style-type: circle;
                }
            }
        }
    }

    ol {
        padding-left: 20px;
        li {
            line-height: 1.8;
            margin-bottom: 5px;
            ol {
                margin: 5px 0 0;
            }
        }
    }
    b, strong {
        color: #212529;
    }
    dfn, cite, em, i {
        font-style: italic;
    }
    code, kbd, tt, var {
        font-size: .88889em;
        font-family: Menlo,monaco,Consolas,Lucida Console,monospace;
    }
    kbd {
        background-color: #616161;
    }
    mark, ins {
        background: #fff9c0;
        text-decoration: none;
    }
    pre {
        font-size: .88889em;
        font-family: "Courier 10 Pitch",Courier,monospace;
        line-height: 1.8;
        background: #f1f1f1;
        overflow: auto;
    }
    abbr, acronym {
        border-bottom: 1px dotted #484848;
        cursor: help;
    }

    #comments {
        padding: 0;
    }
}

table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    td, th {
        padding: 12px 10px;
        border: 1px solid #eaeaea;
    }
    td {
        a {
            font-weight: 700;
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    th {
        a {
            text-decoration: underline;
            &:hover {
                text-decoration: none;
            }
        }
    }
    tbody {
        tr {
            th {
                font-weight: 500;
            }
        }
    }
}
.ecademy-single-blank-page {
    height: 320px;
}
/* End Page Markup And Formatting */

/* Post search not found form */
.no-results {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: $white-color;
    padding: 35px;

    h1.page-title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    form {
        position: relative;

        label {
            display: block;
            margin-bottom: 0;
        }
        .screen-reader-text {
            display: none;
        }
        .search-field {
            background-color: #f6f4f7;
            height: 50px;
            padding: 6px 15px;
            border: 1px solid #f6f4f7;
            width: 100%;
            display: block;
            outline: 0;
            transition: $transition;
        }
        button {
            position: absolute;
            right: 0;
            bottom: 0;
            padding: 0;
            height: 50px;
            width: 50px;
            z-index: 1;
            font-size: 20px;
            line-height: 55px;
            transition: $transition;
            border: none;
            color: $white-color;
            border-radius: 5px;
            &:hover {
                background-color: $optional-color;
            }
        }
    }

}
/* End Post search not found form */


/*LearnPress CSS*/
.topbar-search {
    max-width: 300px;
    text-align: right;
    margin-left: auto;

    form {
        position: relative;

        label {
            display: block !important;
            margin-bottom: 0 !important;
            position: absolute;
            left: 20px;
            top: 15px;
            font-size: 18px !important;

            i {
                font-style: normal;
            }
        }
        .input-search {
            height: 50px;
            color: $black-color;
            background-color: #eef5f9;
            display: block;
            width: 100%;
            border-radius: 30px;
            padding: 1px 15px 0 50px;
            border: none;
            transition: $transition;
            font: {
                size: 15px;
                weight: 500;
            };
            &::placeholder {
                color: $optional-color;
                transition: $transition;
            }
            &:focus {
                &::placeholder {
                    color: transparent;
                }
            }
        }
    }
}
.courses-rating {
    .review-stars-rated {
        position: relative;
        display: inline-block;
        .review-stars {
            padding-left: 0;
            margin: 0;
            margin-top: 2px;
            display: inline-block;
            list-style: none;
            line-height: 16px;
            height: 16px;
            float: left;
            font-size: 0;

            li {
                width: 16px;
                height: 16px;
                display: inline-block;
                float: none;
                margin-bottom: 0;
                span {
                    font-size: 13px;
                    width: auto;
                    height: auto;
                    border-bottom: none;
                    text-decoration: none;
                    &::before {
                        width: auto;
                        height: auto;
                    }
                }
                &::before {
                    display: none;
                }
            }
        }
        .review-stars.filled {
            margin: 0;
            margin-top: 2px;
            padding-left: 0;
            display: inline-block;
            list-style: none;
            line-height: 16px;
            height: 16px;
            float: left;
            font-size: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            white-space: nowrap;
            overflow: hidden;
            color: #f05a19;
            height: 40px;
            li {
                position: static;
                width: 16px;
                height: 16px;
                display: inline-block;
                float: none;
                margin-bottom: 0;

                span {
                    color: #ffb606;
                    font-size: 13px;
                    width: auto;
                    height: auto;
                    border-bottom: none;
                    text-decoration: none;
                    &::before {
                        width: auto;
                        height: auto;
                    }
                }
            }
        }
    }
    .course-review {
        display: inline-flex;
        margin-bottom: 10px;
    }
    .review-stars-rated {
        color: #f2b827;
        display: inline-block;
        width: auto;
        .review-stars {
            overflow: unset;
            li {
                margin: 0 3px;
            }
        }

        span {
            color: #f2b827;
            font-size: 20px !important;
            margin-right: -3px;
        }
    }
    .rating-total {
        position: relative;
        color: $optional-color;
        position: relative;
        top: -1px;
        font-weight: 500;
        margin-left: 2px;
    }
}
.courses-details-desc {
    .learn-press-course-results-progress {
        background: #ff19490d;
        padding: 25px 0 5px 25px;
        border-radius: 5px;
        margin-bottom: 25px;
        margin-right: 0;

        .lp-course-progress-heading {
            font-weight: bold;
            font-size: 20px;
        }
        .course-progress {
            .lp-course-progress-heading {
                margin-bottom: 8px;
                font: {
                    size: 18px;
                    weight: 700;
                };
            }
            .number {
                display: inline-block;
                font-weight: 600;
            }
            .lp-label {
                top: -2px;
                position: relative;
            }
            .learn-press-progress {
                margin-top: 10px;
            }
        }
        .items-progress {
            .lp-course-progress-heading {
                margin-bottom: 8px;
                font: {
                    size: 18px;
                    weight: 700;
                };
            }
            .number {
                display: inline-block;
                font-weight: 600;
            }
            .lp-label {
                top: -2px;
                position: relative;
            }
            .learn-press-progress {
                margin-top: 10px;
            }
        }
        .items-progress, .course-progress {
            margin-right: 5%;
            width: 45%;
        }
    }
    .lp-label {
        font-size: 11px;
        padding: 4px 8px;
        background: #41b55f;
        border-radius: 0;
    }
    .course-students {
        display: none;
    }
    .course-remaining-time {
        background: #f7f3ff;
        padding: 14px 28px;
        margin-bottom: 30px;
    }
}
.course-rate {
    font-size: 16px;
    font-weight: 700;

    .review-bar {
        border-radius: 5px;
        background: #f1f1f1;
        height: 18px;

        .rating {
            border-radius: 5px;
        }
    }
}
.review-form {
    h3 {
        font-weight: 800;
        font-size: 24px !important;
    }
    input, textarea {
        display: block;
        width: 100%;
        background-color: #f4f4f4;
        border: none;
        padding: 0 0 0 15px;
        height: 40px;
        outline: 0;
        border-radius: 3px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
    textarea {
        height: auto !important;
    }
    .review-fields {
        padding-left: 0;
        li {
            label {
                font-weight: bold;
            }
        }
    }
    .review-stars {
        padding-left: 0;
    }
}
.learnpress-page .lp-button {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: $white-color;
    transition: $transition;
    border-radius: 5px;
    font: {
        weight: 700;
        size: $font-size;
    };
    padding: {
        left: 30px !important;
        right: 30px !important;
        top: 11px;
        bottom: 11px;
    };
    &:hover {
        color: $white-color !important;
        background-color: $optional-color !important;
    }
}
.curriculum-sections {
    .section-title {
        text-align: left;
    }
}
.learn-press-message {
    margin: 60px 0 15px 0 !important;
}
.learn-press-checkout {
    padding: 80px 0;
}
.checkout-review-order {
    h4 {
        font-weight: bold;
        margin-top: 30px;
    }
}
.lp-list-table {
    border: 1px solid #dddddd !important;
}
.learn-press-checkout-comment{
    h4 {
        font-weight: bold;
        margin-top: 30px;
    }
}
.order-comments {
    padding: 15px;
    border-color: #dddd;
}
#learn-press-profile-nav:before {
    top: 60px !important;
}
.lp-user-profile {
    padding: 60px 0;
}
#learn-press-profile-header .lp-profile-avatar img {
    border-radius: 8px !important;
}
#learn-press-profile-header {
    border-radius: 8px 8px 8px 0px;
}
#learn-press-profile-nav .tabs > li.active > a {
    color: $white-color;
}
#learn-press-profile-nav .tabs > li a:hover {
    color: $white-color;
}
#learn-press-profile-nav:before {
    bottom: auto !important;
}
.lp-tab-sections {
    padding: 9px 0 !important;
    border-radius: 5px;
}
.lp-sub-menu {
    padding: 0 !important;
}
h3.profile-heading {
    margin-bottom: 8px;
}
.lp-profile-content, #course-item-content-header .form-button.lp-button-back {
    button {
        transition: $transition;
        display: inline-block;
        padding: 13px 25px 12px 25px;
        position: relative;
        color: $white-color;
        border: {
            width: 2px;
            style: solid;
            radius: 1px;
        };
        font: {
            size: 14.5px;
            weight: 700;
        };
        .label, .icon-arrow {
            backface-visibility: hidden;
            transform: translateZ(0);
            perspective: 1000;
        }
        .label {
            display: inline-block;
            transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
        }
        .icon-arrow {
            color: $white-color;
            top: 11px;
            transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
            font-size: 25px;
        }
        .icon-arrow {
            &.before {
                left: 20px;
                position: absolute;
                transform-origin: left center;
            }
            &.after {
                opacity: 0;
                position: absolute;
                right: 20px;
                transform: translateX(75%) scaleX(0.1);
                transform-origin: right center;
            }
        }
        &:hover, &:focus {
            background-color: $optional-color;
            color: $black-color !important;
            border-color: $optional-color;

            .label {
                transform: translateX(-32px);
            }
            .icon-arrow {
                &.before {
                    opacity: 0;
                    transform: translateX(-75%) scaleX(0.1);
                }
                &.after {
                    opacity: 1;
                    transform: translateX(0) scaleX(1);
                }
            }
        }
    }
    textarea {
        border-color: #dddddd;
    }
}
.single-courses-item .author-bio {
    display: none;
}
.lp-user-profile {
    padding: 0;

    .profile-box {
        .profile-name {
            font-size: 25px;
            font-weight: bold;
            padding: 0;
            text-align: left;
            position: relative;
            margin-bottom: -8px;
        }
    }
}
.profile-box {
    .image {
        border-radius: 5px;
        padding-right: 15px;

        img {
            border-radius: 5px;
        }
    }
    .content {
        padding: 20px 0 20px 50px;

        p {
            margin-top: 20px;
            margin-bottom: 15px;
        }
        .info {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                list-style-type: none;
                margin-bottom: 7px;
                line-height: initial;

                span {
                    color: $optional-color;
                }
                a {
                    display: inline-block;
                    color: $black-color;
                    text-decoration: none;
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        .social-link {
            padding-left: 0;
            list-style-type: none;
            margin: {
                top: 20px;
                bottom: 0;
            };
            li {
                display: inline-block;
                margin-right: 3px;
                list-style-type: none;
                line-height: initial;
                margin-bottom: 0;

                a {
                    width: 32px;
                    height: 32px;
                    text-align: center;
                    background-color: #e1e1e1;
                    font-size: 16px;
                    color: #221638;
                    position: relative;
                    border-radius: 2px;

                    i {
                        position: absolute;
                        left: 0;
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        font-style: normal;
                    }
                    &:hover {
                        background-color: $optional-color;
                        color: $white-color;
                    }
                }
                &:last-child {
                    margin-right: 0;
                }
            }
        }
    }
}
.lp-user-profile {
    #learn-press-profile-nav {
        float: unset;
        min-width: 100%;
        padding-top: 0;
        background: transparent;
        margin-top: 40px;

        .tabs > li {
            margin-bottom: 0;
            position: relative;
            display: inline-block;
            list-style: none;
            line-height: initial;
            margin: 0 -4px 0 0;
            border-bottom: 2px solid #eeeeee;

            a {
                display: block;
                background-color: transparent !important;
                position: relative;
                padding: 3px 18px 4px;
                color: #ababab;
                font-size: 20px;
                font-weight: 600;

                &::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    width: 100%;
                    height: 3px;
                    transform: scaleX(0);
                    bottom: -2px;
                    background-color: $black-color;
                    transition: $transition;
                }
                &:hover, &.active {
                    color: $black-color !important;

                    &::before {
                        transform: scaleX(1);
                    }
                }
            }
            &.active {
                a {
                    color: $black-color;

                    &::before {
                        transform: scaleX(1);
                    }
                }
            }
            &:hover:not(.active) > a {
                background-color: transparent !important;
                color: $black-color !important;
            }
            .profile-tab-sections {
                display: none !important;
            }
        }
    }
    #learn-press-profile-content {
        float: unset;
        width: 100%;
        margin-top: 30px;
        overflow: unset;

        h3 {
            font-size: 22px;
        }
        p {
            margin: {
                top: 15px;
                bottom: 15px;
            };
            &:first-child {
                margin-top: 0;
            }
            &:last-child {
                margin-top: 0;
            }
        }
        .lp-sub-menu {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            margin-top: 25px;

            li {
                list-style: none;
                margin-bottom: 0;
                margin-right: 15px;
                line-height: initial;

                a, span {
                    display: block;
                    color: $black-color;
                    font-weight: 500;
                    text-decoration: none;
                    margin-right: 0;
                }
            }
        }
        .learn-press-message {
            margin: 20px 0 0 !important;
        }
        .lp-list-table {
            margin-top: 20px;
            margin-bottom: 0;
            border: none !important;

            thead {
                tr {
                    th {
                        background: $black-color;
                        color: $white-color;
                        vertical-align: middle;
                        border: none;
                        font-size: 18px;
                        white-space: nowrap;
                        font-weight: 700;
                        padding-top: 14px;
                        padding-bottom: 14px;
                        padding-left: 25px;
                        padding-right: 25px;
                    }
                }
            }
            tbody {
                tr {
                    td {
                        vertical-align: middle;
                        white-space: nowrap;
                        color: #606060;
                        border: none;
                        font-size: 16px;
                        padding-top: 15px;
                        padding-bottom: 14px;
                        padding-left: 25px;
                        padding-right: 25px;

                        a {
                            display: inline-block;
                            text-decoration: none;
                            color: #606060;
                        }
                        .lp-label {
                            padding: 4px 8px 6px;
                            font-weight: 500;
                        }
                        .label-completed {
                            color: $black-color;
                        }
                        .label-in-progress {
                            background-color: #221638
                        }
                    }
                    &:nth-of-type(odd) {
                        background-color: #f8f9f8;

                        td {
                            background-color: #f8f9f8;
                        }
                    }
                }
            }
            tfoot {
                tr {
                    td {
                        vertical-align: middle;
                        white-space: nowrap;
                        color: #606060;
                        border: none;
                        font-size: 16px;
                        padding-top: 15px;
                        padding-bottom: 14px;
                        padding-left: 25px;
                        padding-right: 25px;

                        a {
                            display: inline-block;
                            text-decoration: none;
                            color: #606060;
                        }
                    }
                }
            }
        }
        .profile-recover-order {
            margin-top: 20px;
            border-color: #eeeeee;
            border-radius: 5px;

            .order-recover {
                position: relative;

                .learn-press-message.error {
                    margin: 0 0 15px !important;
                }
                input[name="order-key"] {
                    width: 250px;
                    display: inline-block;
                    height: 50px;
                    padding-left: 15px;
                    border-radius: 5px;
                    color: $black-color;
                    border: 1px solid #eeeeee;
                    transition: $transition;

                    &::placeholder {
                        transition: $transition;
                    }
                    &:focus {
                        &::placeholder {
                            color: transparent;
                        }
                    }
                }
                button {
                    border: none;
                    display: inline-block;
                    padding: 0 30px;
                    border-radius: 5px;
                    width: auto;
                    height: 49px;
                    margin-left: 5px;
                    position: relative;
                    top: -2px;
                }
            }
        }
        .lp-tab-sections {
            background-color: transparent;
            padding: 0 !important;
            border-radius: 0;
            border-bottom: 1px solid #eeeeee;
            margin: {
                top: 0;
                bottom: 35px;
            };
            li {
                line-height: initial;
                display: inline-block;
                margin-bottom: 0;
                list-style-type: none;
                margin-right: 5px;

                a, span {
                    display: block;
                    background-color: transparent !important;
                    position: relative;
                    border-bottom: none !important;
                    padding: 3px 8px 8px;
                    color: #6d6b6b;
                    font-size: 15px;
                    font-weight: 500;
                    text-decoration: none;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 0;
                        width: 100%;
                        height: 2px;
                        transform: scaleX(0);
                        bottom: -1px;
                        background-color: $black-color;
                        transition: $transition;
                    }
                    &:hover, &.active {
                        color: $black-color !important;

                        &::before {
                            transform: scaleX(1);
                        }
                    }
                }
                &.active {
                    a, span {
                        color: $black-color;

                        &::before {
                            transform: scaleX(1);
                        }
                    }
                }
            }
        }
        .learn-press-subtab-content {
            h3 {
                text-align: center;
                font-weight: 800;
            }
            .lp-sub-menu {
                margin-top: 25px;
                margin-bottom: 25px;
                text-align: center;
            }
        }
        .learn-press-courses {
            margin: {
                left: -15px;
                right: -15px;
                top: 0;
                bottom: 0;
            };
            .single-courses-box {
                text-align: left;

                a {
                    text-decoration: none !important;
                }
                .courses-image {
                    a {
                        text-decoration: none;
                    }
                }
                .courses-content {
                    .course-author {
                        .course-author {
                            margin-bottom: 0;
                        }
                    }
                    h3 {
                        text-align: left;
                        margin-bottom: -2px;
                        font-size: 20px;
                    }
                }
                .courses-box-footer {
                    ul {
                        list-style-type: none;
                        margin-top: 0;
                        margin-bottom: 0;

                        li {
                            list-style-type: none;
                            margin-bottom: 0;
                            line-height: initial;

                            i {
                                font-style: normal;
                                margin-right: 2px;
                            }
                        }
                    }
                }
            }
        }
        .learn-press-form {
            .form-fields {
                .form-field {
                    margin-bottom: 20px;
                    line-height: initial;
                    list-style-type: none;

                    textarea, input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
                        display: block;
                        width: 100%;
                        border: 1px solid #eeeeee !important;
                        border-radius: 5px;
                        box-shadow: unset !important;
                        color: $black-color;
                        outline: 0 !important;
                        transition: $transition;
                        padding: {
                            top: 15px;
                            left: 15px;
                            bottom: 0;
                            right: 0;
                        };
                        &:focus {
                            border-color: $black-color !important;
                        }
                    }
                    input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
                        height: 50px;
                        padding: {
                            top: 0;
                        };
                    }
                    .nice-select {
                        display: block;
                        width: 100%;
                        border: 1px solid #eeeeee !important;
                        border-radius: 5px;
                        box-shadow: unset !important;
                        color: $black-color;
                        outline: 0 !important;
                        transition: $transition;
                        height: 50px;
                        line-height: 50px;
                        padding: {
                            top: 0;
                            left: 15px;
                            bottom: 0;
                            right: 0;
                        };
                        .list {
                            height: 150px;
                            overflow-y: scroll;
                            background-color: $white-color;
                            box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
                            border-radius: 0;
                            margin-top: 0;
                            width: 100%;
                            padding: {
                                top: 10px;
                                bottom: 10px;
                            }
                            .option {
                                transition: $transition;
                                line-height: 40px;
                                margin-bottom: 0;
                                list-style-type: none;
                                font: {
                                    size: 15px;
                                }
                                padding: {
                                    left: 20px;
                                    right: 20px;
                                }
                                &:hover {
                                    background-color: $optional-color !important;
                                    color: $white-color;
                                }
                                &.selected {
                                    background-color: transparent;
                                }
                            }
                        }
                        &::after {
                            right: 15px;
                            border-color: $black-color;
                        }
                    }
                    .description {
                        margin-top: 8px;
                    }
                }
            }
        }
        button {
            overflow: hidden;
            border: none;
            padding: {
                left: 30px;
                right: 30px;
                top: 10px;
                bottom: 10px;
            };
        }
        .lp-avatar-preview {
            float: unset;
            background-color: transparent;
            margin-bottom: 0;

            .profile-picture {
                float: unset;
                margin-right: 0;
                width: auto;
                margin-top: 0;
            }
        }
        .lp-edit-avatar {
            p {
                button {
                    background-color: transparent;
                    color: $black-color;
                    padding: 6px 23px 7px;
                    border: 1px solid #b7a9a9;
                    border-radius: 3px;
                    text-transform: capitalize;
                    line-height: initial;
                    font-weight: 600;
                    text-decoration: underline;
                    margin-bottom: 5px;
                }
            }
        }
    }
}

// New Unit Test CSS
body.course-item-popup {
    #learn-press-content-item {
        .course-item-title {
            font-size: 24px !important;
            font-weight: 800;
        }
    }
}
.blocks-gallery-caption {
    margin-bottom: 8px;
}
.wp-block-group__inner-container {
    padding: 30px;
}
.wp-block-archives-list {
    li {
        span.post-count {
            padding-left: 8px;
            float: right;
        }
    }
}
.wp-block-categories-dropdown {
    margin-bottom: 20px;

    select {
        height: 45px;
        border: 1px solid #eee;
        width: 100%;
        font-size: 14px;
        padding: 8px 15px;
        color: #555;
    }
}
.wp-block-tag-cloud {
    a {
        display: inline-block;
        text-transform: capitalize;
        font: {
            weight: 600;
            size: 12.5px !important;
        }
        padding: 6px 13px;
        border: 1px solid #eeeeee;
        position: relative;
        color: #393953 !important;
        text-decoration: none !important;
        margin: {
            top: 8px;
            right: 4px;
        }
        &:hover, &:focus {
            color: $white-color !important;
        }
    }
}
blockquote.has-text-color.has-very-dark-gray-color {
    &::before{
        top: 15px;
        z-index: -1;
        font-size: 90px;
        left: 0;
    }
    &:after{
        display: none;
    }
    p, cite {
        padding-left: 55px;
    }
}
.wp-block-search {
    margin-bottom: 30px;
    position: relative;

    label {
        display: block;
        margin-bottom: 10px;
    }
    .screen-reader-text {
        display: none;
    }
    .wp-block-search__input {
        background-color: $white-color;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eeeeee;
        width: 100%;
        display: block;
        outline: 0;
        transition: $transition;
    }
    button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        z-index: 1;
        border: none;
        color: #ffffff;
        margin: 0;
        padding: 0;

        &:hover {
            color: $white-color;
            background: #393953 !important;
        }
    }
}
.wp-block-code {
    background: #eee;
}
.nice-select.postform {
    .list {
        display: none;
    }
}
.nice-select.postform.open {
    .list {
        display: block;
    }
}
.entry-meta ul {
    padding-left: 0 !important;
    list-style-type: none !important;
    margin-top: 0 !important;
}
div#learn-press-checkout-login {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
 .learn-press [type=button],  .learn-press [type=reset],  .learn-press [type=submit],  .learn-press button {
    display: block;
    margin-top: .9rem;
    border-radius: .25rem;
    color: $white-color;
    border: none;
    padding: 12px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
}
.learn-press [type=button]:hover, .learn-press [type=reset]:hover, .learn-press [type=submit]:hover, .learn-press button:hover {
    background: $optional-color;
}
.learn-press-form .form-fields .form-field input[type="text"], .learn-press-form .form-fields .form-field input[type="email"], .learn-press-form .form-fields .form-field input[type="number"], .learn-press-form .form-fields .form-field input[type="password"], .learn-press-form .form-fields .form-field textarea {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
}
.change-password {
    display: none;
}
#course-item-content-header .form-button.lp-button-back button {
    line-height: 18px !important;
    margin-top: 0;
}
button, input[type=submit], #popup_ok {
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    border: 0;
}
#content-item-quiz button, input[type=submit], #popup_ok {
    background: $optional-color;
    color: $white-color;
}

.learnpress-page .lp-button {
    line-height: 30px;
    padding: 0 30px !important;
    height: 45px;
    color: $white-color;
}
.lesson-description iframe {
    background: #787c99;
    border-radius: 11px;
    margin: auto;
    width: 100%;
}
.course-item-popup {
    #learn-press-content-item {
        position: fixed;
        z-index: 99999;
        background: $white-color;
        left: 400px;
        top: 90px;
        right: 0;
        bottom: 0;
    }
}

// LearnPress Dashboard CSS
#learn-press-content-item {
    #course-item-content-header {
        background-color: $black-color;
        border-bottom: none;

        .toggle-content-item {
            border-left: 1px solid #5c5757;
            color: $white-color;
        }
        .course-title {
            font-size: 22px;
            font-weight: 800;
            a {
                color: $white-color;
            }
        }
        .course-item-search {
            input {
                color: $white-color;

                &::placeholder {
                    color: $white-color;
                    transition: $transition;
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            button {
                color: $white-color;
                transition: $transition;
            }
        }
    }
    .lp-profile-content button, #course-item-content-header .form-button.lp-button-back button {
        border: none;

        &:hover {
            background-color: $white-color !important;
            color: $black-color;
        }
    }
}
#learn-press-course-curriculum {
    overflow-y: scroll !important;
    &.courses-curriculum {
        .section-title {
            margin-bottom: 15px;
            text-align: left;
            font: {
                size: 20px;
                weight: 800;
            };
            &:not(:first-child) {
                margin-top: 30px;
            }
        }
        .section-header {
            cursor: pointer;
            padding: 25px !important;

            .section-title {
                max-width: 100%;
                margin-left: 0;
                margin-right: 0;
                margin-bottom: 0;
            }
        }
        .section-content {
            margin-top: 0;

            .course-item {
                margin-bottom: 0;

                &.item-locked .course-item-status:before {
                    margin-left: 5px;
                    position: relative;
                    top: 1px;
                    color: $optional-color;
                    content: "\f023";
                }
            }
        }
        ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                display: block;
                margin-bottom: -1px;
                border: 1px solid #eeeeee;
                padding: {
                    left: 0 !important;
                    right: 0 !important;
                };
                a {
                    background-color: $white-color;
                    color: $black-color;
                    position: relative;
                    display: block;
                    font-weight: 700;
                    padding: {
                        left: 47px;
                        right: 180px;
                        top: 15px;
                        bottom: 15px;
                    };
                    &::before {
                        content: "\f12b";
                        position: absolute;
                        left: 25px !important;
                        top: 48%;
                        transform: translateY(-48%);
                        font: {
                            size: 15px;
                            weight: normal;
                            family: Flaticon;
                        };
                    }
                    .item-name {
                        font: {
                            size: 14.5px;
                            weight: 700;
                        };
                    }
                    .course-item-meta {
                        position: absolute;
                        right: 15px;
                        top: 50%;
                        transform: translateY(-50%);

                        .duration {
                            display: inline-block;
                            background: #f7e7e8;
                            color: $black-color;
                            text-transform: lowercase;
                            border-radius: 3px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 12px;
                                weight: 700;
                            };
                        }
                        .count-questions {
                            display: inline-block;
                            background: #e3f1f2;
                            color: #2dbbc4;
                            text-transform: lowercase;
                            border-radius: 3px;
                            margin-right: 6px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 12px;
                                weight: 700;
                            };
                        }
                    }
                    .courses-meta {
                        text-align: right;

                        .status {
                            display: inline-block;
                            background: $black-color;
                            color: $white-color;
                            border-radius: 3px;
                            margin-left: 6px;
                            padding: 2px 10px 1.5px;
                            font: {
                                size: 14px;
                                weight: 700;
                            };
                            &.locked {
                                color: $black-color;
                                background-color: transparent;
                                padding: 0;
                                margin-left: 8px;
                                border-radius: 0;
                                position: relative;
                                top: 1px;
                                font: {
                                    size: 18px;
                                    weight: normal;
                                };
                            }
                        }
                    }
                }
                &.current {
                    a {
                        color: $white-color;

                        &::before {
                            color: $white-color;
                        }
                    }
                }
                ul {
                    li {
                        border-radius: 0;
                        border: none;

                        &:nth-child(odd) {
                            a {
                                background-color: #f8f8f8;
                            }
                        }
                    }
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
        .section-meta {
            position: relative;
            padding-right: 38px;
            margin-top: 12px;

            .step {
                display: inline-block;
                font-weight: 600;
                position: absolute;
                right: 0;
                top: -7px;
            }
        }
    }
}
body.course-item-popup #learn-press-content-item .content-item-wrap {
    margin: 70px auto !important;
}
body.single-lp_course {
    &.course-item-popup {
        .course-item-nav {
            span {
                display: block;
                margin-bottom: 7px;
            }
            a {
                display: inline-block;
                position: relative;
                padding: 14px 35px 14px 65px;
                border-radius: 5px;
                font-size: 15px;
                font-weight: 700;
                background: #f8f8f8;
                color: #696969;

                &:hover {
                    color: $white-color;
                }
                &::before {
                    font-family: "FontAwesome";
                    font-weight: 700;
                    content: "\f053";
                    position: absolute;
                    left: 35px;
                    top: 50%;
                    transform: translateY(-50%);
                    font-size: 15px;
                }
            }
            .next {
                a {
                    padding: {
                        left: 35px;
                        right: 65px;
                    };
                    &::before {
                        left: auto;
                        right: 35px;
                        content: "\f054";
                    }
                }
            }
        }
        #learn-press-course-curriculum {
            background-color: $white-color;
            border-right: none;
            box-shadow: 0 0 20px rgba(0,0,0,.08);
        }
        .curriculum-sections {
            .section {
                list-style-type: none !important;
                margin-bottom: 20px;
                line-height: initial;
                padding-bottom: 20px;
                border-bottom: 1px solid #eeeeee;

                .section-header {
                    display: block;
                    border: none;

                    .section-left {
                        display: block;
                        cursor: pointer;

                        .section-title {
                            font-size: 20px;
                            padding: 0 0 15px;
                            font-weight: 600;
                        }
                        .section-desc {
                            font-style: normal;
                            margin-bottom: 5px;
                        }
                    }
                    .section-meta {
                        display: unset;
                        padding-left: 0;
                        text-align: left;
                        vertical-align: middle;

                        .section-progress {
                            .progress-bg {
                                width: 250px;
                            }
                        }
                    }
                }
                .section-content {
                    margin-top: 7px;
                    margin-bottom: -5px;

                    .course-item {
                        line-height: initial;
                        transition: $transition;

                        .section-item-link {
                            border-bottom: none;
                            box-shadow: none;
                            outline: none;
                            width: 100%;
                            line-height: initial;
                            padding-left: 15px;
                            color: $black-color;
                            font-weight: 600;

                            &::before {
                                position: absolute;
                                width: auto;
                                top: 15px;
                                left: 1px;
                                font-weight: normal;
                                padding: 0;
                            }
                        }
                        .item-name {
                            padding: 13px 10px;
                        }
                        .course-item-meta {
                            .item-meta {
                                font-weight: normal;
                                height: auto;
                                line-height: initial;
                                padding: 0 8px 1px;
                            }
                        }
                        &:last-child {
                            border-bottom: none;
                        }
                        &::before {
                            display: none;
                        }
                        &.current {

                            .section-item-link {
                                color: $white-color;

                                &::before {
                                    color: $white-color;
                                }
                            }
                            .course-item-meta {
                                .item-meta {
                                    &.course-item-status {
                                        color: $white-color;
                                    }
                                }
                            }
                        }
                    }
                }
                &:first-child {
                    padding-top: 20px;
                }
                &:last-child {
                    margin-bottom: 0;
                    border-bottom: none;
                }
            }
        }
        .scrollbar-light>.scroll-element.scroll-y {
            display: none;
        }
    }
}
.page-main-content {
    .single-courses-box {
        .courses-content {
            p {
                margin-top: 0;
            }
        }
    }
}

// Beacome A Teacher CSS
.learnpress {
    .become-teacher-form {
        width: 100%;
        max-width: 550px;
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
        background-color: $white-color;
        padding: 40px 50px;
        border-radius: 5px;

        h4 {
            font-size: 30px;
            font-weight: 800;
            text-align: center;
            margin-bottom: 15px;
            text-transform: capitalize;
        }
        p {
            text-align: center;
            margin: {
                top: 15px;
                bottom: 30px;
            };
        }
        .learn-press-message {
            margin: {
                bottom: 20px;
                top: 30px !important;
            };
        }
        .form-fields {
            .form-field {
                margin-bottom: 20px;
                list-style-type: none;
                line-height: initial;

                label {
                    margin-bottom: 10px;
                    color: $black-color;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-weight: 700;
                }
                input, textarea {
                    height: auto;
                    border: 1px solid #eeeeee !important;
                    outline: 0 !important;
                    color: $black-color;
                    transition: $transition;
                    border-radius: 5px;
                    padding: {
                        left: 15px !important;
                        top: 15px !important;
                        bottom: 0 !important;
                        right: 0 !important;
                    };
                }
                input {
                    height: 50px;
                    padding: {
                        top: 0 !important;
                    };
                }
            }
        }
        button {
            text-transform: uppercase;
            color: $white-color;
            display: block;
            width: 100%;
            transition: $transition;
            font-size: $font-size;
            border-radius: 5px;
            padding: {
                top: 12px;
                bottom: 11px;
                left: 30px;
                right: 30px;
            };
            &:hover {
                color: $white-color;
                background-color: $black-color;
            }
        }

        .message-info {
            padding: 10px 12px 10px 15px;
            padding-left: 45px;
            background: #f5f5f5;
            position: relative;
            margin: 0 0 20px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            &::before {
                position: absolute;
                content: '\f05a';
                font: normal normal normal 14px/1 FontAwesome;
                width: auto;
                height: auto;
                font-size: 16px;
                background: 0 0 !important;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 15px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
            }
        }
    }
    .learn-press-form-register {
        box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
        background-color: $white-color;
        padding: 40px 30px !important;
        border-radius: 5px;
    }
    #learn-press-checkout-login, #learn-press-checkout-register {
        max-width: 100%;
        padding: 0;
        margin: auto;
        margin-left: 0;
        border: none;
        h4 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 12px;
            text-transform: capitalize;
        }
        p {
            margin: {
                top: 0;
                bottom: 35px;
            };
        }
        .col-lg-6 {
            flex: 0 0 100%;
            padding: {
                left: 0;
                right: 0;
            };
            max-width: 100%;
        }
        .learn-press-message {
            margin: {
                bottom: 20px;
                top: 30px !important;
            };
        }
        #checkout-form-login {
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
            background-color: $white-color;
            padding: 40px 30px;
            border-radius: 5px;

            h3 {
                font-size: 30px;
                margin-bottom: 30px;
                font-weight: 600;
                text-align: center;
            }
            .row {
                margin-top: 20px;

                a {
                    color: $black-color;
                    text-decoration: underline;
                }
                .col-lg-7 {
                    text-align: right;
                }
            }
            p {
                margin: {
                    top: 0;
                    bottom: 10px;
                };
                input[type=checkbox] {
                    position: relative;
                    top: 1px;
                }
            }
        }
        .form-fields {
            .form-field {
                margin-bottom: 25px;
                list-style-type: none;
                line-height: initial;

                label {
                    margin-bottom: 10px;
                    color: $black-color;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-weight: 600;
                }
                input, textarea {
                    height: auto;
                    border: 1px solid #eeeeee !important;
                    outline: 0 !important;
                    color: $black-color;
                    transition: $transition;
                    border-radius: 5px;
                    padding: {
                        left: 15px !important;
                        top: 15px !important;
                        bottom: 0 !important;
                        right: 0 !important;
                    };
                }
                input {
                    height: 50px;
                    padding: {
                        top: 0 !important;
                    };
                }
            }
        }
        button {
            text-transform: uppercase;
            color: $white-color;
            display: block;
            width: 100%;
            transition: $transition;
            font-size: $font-size;
            border-radius: 5px;
            margin-top: 5px;
            padding: {
                top: 11px;
                bottom: 11px;
                left: 30px;
                right: 30px;
            };
            &:hover {
                color: $white-color;
                background-color: $black-color;
            }
        }
    }
    #learn-press-user-profile {
        .learn-press-form-login {
            margin-bottom: 0;
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
            background-color: $white-color;
            padding: 40px;
            border: none;
            border-radius: 5px;
            margin-right: 15px;

            h3 {
                font-size: 30px;
                margin-bottom: 30px;
                font-weight: 600;
            }
            .row {
                margin-top: 20px;

                a {
                    color: $black-color;
                    text-decoration: underline;
                }
                .col-lg-7 {
                    text-align: right;
                    display: none;
                }
            }
            p {
                margin: {
                    top: 0;
                    bottom: 10px;
                };
                input[type=checkbox] {
                    position: relative;
                    top: 1px;
                }
            }
        }
        .form-fields {
            .form-field {
                margin-bottom: 25px;
                list-style-type: none;
                line-height: initial;

                label {
                    margin-bottom: 10px;
                    color: $black-color;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-weight: 600;
                }
                input, textarea {
                    height: auto;
                    border: 1px solid #eeeeee !important;
                    outline: 0 !important;
                    color: $black-color;
                    transition: $transition;
                    border-radius: 5px;
                    padding: {
                        left: 15px !important;
                        top: 15px !important;
                        bottom: 0 !important;
                        right: 0 !important;
                    }
                }
                input {
                    height: 50px;
                    padding: {
                        top: 0 !important;
                    }
                }
            }
        }
        button {
            text-transform: uppercase;
            color: $white-color;
            display: block;
            width: 100%;
            transition: $transition;
            font-size: $font-size;
            border-radius: 5px;
            margin-top: 5px;
            padding: {
                top: 11px;
                bottom: 11px;
                left: 30px;
                right: 30px;
            };
            &:hover {
                color: $white-color !important;
                background-color: $black-color;
            }
        }
        .learn-press-form-register {
            margin-bottom: 0;
            box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
            background-color: $white-color;
            padding: 40px;
            border: none;
            margin-left: 15px;
            border-radius: 5px;

            h3 {
                font-size: 30px;
                margin-bottom: 30px;
                font-weight: 600;
            }
            .row {
                margin-top: 20px;

                a {
                    color: $black-color;
                    text-decoration: underline;
                }
                .col-lg-7 {
                    text-align: right;
                    display: none;
                }
            }
            #reg_password-description {
                margin-top: 10px;
            }
            p {
                margin: {
                    top: 0;
                    bottom: 10px;
                };
                input[type=checkbox] {
                    position: relative;
                    top: 1px;
                }
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    div#learn-press-checkout-login {
        padding-bottom: 0;
        margin: {
            top: 0;
            bottom: 0;
        };
    }
    .learn-press-checkout {
        padding: 0;
    }
    .learn-press-message {
        margin: {
            bottom: 0;
            top: 0 !important;
        };
    }
    .checkout-review-order {
        h4 {
            font-weight: bold;
            margin-top: 20px;
            font-size: 25px;
            margin-bottom: 20px;
        }
        .lp-list-table {
            margin-bottom: 0;
            border: none !important;

            thead {
                tr {
                    th {
                        background: $black-color;
                        color: $white-color;
                        border-bottom: none;
                        white-space: nowrap;
                        vertical-align: middle;
                        padding: 16px 20px;
                        font-size: 18px;
                    }
                }
            }
            tbody {
                tr {
                    td {
                        white-space: nowrap;
                        padding: 16px 20px;
                        vertical-align: middle;
                        border-color: #eeeeee;
                        font-size: 15px;
                        color: $black-color;
                        border-left: 1px solid #eeeeee;

                        a {
                            color: $black-color;
                            text-decoration: none !important;
                        }
                    }
                }
            }
            tfoot {
                tr {
                    th, td {
                        white-space: nowrap;
                        padding: 16px 20px;
                        vertical-align: middle;
                        border-color: #eeeeee;
                        color: $black-color;
                        font-size: 15px;
                        border-left: 1px solid #eeeeee;
                    }
                }
            }
        }
        .learn-press-checkout-comment {
            margin-bottom: 0;
        }
    }
    .learn-press-checkout-comment {
        .order-comments {
            border: 1px solid #eeeeee !important;
            outline: 0 !important;
            color: $black-color;
            transition: $transition;
            border-radius: 5px;
            padding: {
                left: 15px !important;
                top: 15px !important;
                bottom: 0 !important;
                right: 0 !important;
            }
        }
    }
}
.guest-and-class {
    max-width: 550px;
    position: relative;
    margin: {
        left: auto;
        right: auto;
    };
    p {
        margin-bottom: 0;
    }
    a {
        height: 45px;
        line-height: 45px;
        padding: 0 30px !important;
        background: #252525 !important;
        color: #ffffff !important;
        text-transform: uppercase;
        font-size: 13px;
        display: inline-block;
        font-weight: 700;
        border: none;
        text-decoration: none !important;
        margin-top: 20px;

        &:hover {
            color: $white-color !important;
            background: #252525 !important;
        }
    }
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color blockquote {
    background-color: #abb8c3 !important;
}

ul.payment-methods {
    li {
        list-style: none;
    }
}
footer.footer-area.pt-40 {
    padding-top: 40px;
}
.ecademy-nav .navbar .navbar-brand {
    margin-right: 0;
}
.blog-details .blog-details-content .article-author {
    clear: both;
}
.checkout {
    .guest-and-class{
        text-align: center;
        max-width: 100%;
    }
}
.gallery-section {
    .gallery {
        margin: 0;
    }
}
.learn-press-breadcrumb {
    text-align: center;
    margin-top: 12px;
}

.ecademy-cursor {
    width: 6px;
    height: 5px;
    background-color: $main-color;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: none;
    transition: none;
    Pointer-events: none;
    z-index: 9999999999;
}
.ecademy-cursor2 {
    position: absolute;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid $main-color;
    position: absolute;
    top: 9px;
    left: 9px;
    -webkit-transition: none;
    transition: none;
    Pointer-events: none;
    z-index: 9999999999;
}


.et-demo-options-toolbar {
    position: fixed;
    top: 50%;
    width: 40px;
    right: 0;
    line-height: 60px;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    z-index: 99999;
    background: #fff;
    text-align: center;
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.1);

    a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #111;
        &:focus, &:hover {
            color: #111!important;
        }
    }
}
[class*=hint--] {
    position: relative;
    display: inline-block
}

[class*=hint--]:before,
[class*=hint--]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
    visibility: visible;
    opacity: 1
}

[class*=hint--]:hover:before,
[class*=hint--]:hover:after {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

[class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 7px solid transparent;
    z-index: 1000001
}

[class*=hint--]:after {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    border-radius: 5px
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important
}

.hint--top-left:before {
    border-top-color: #000
}

.hint--top-right:before {
    border-top-color: #000
}

.hint--top:before {
    border-top-color: #000
}

.hint--bottom-left:before {
    border-bottom-color: #000
}

.hint--bottom-right:before {
    border-bottom-color: #000
}

.hint--bottom:before {
    border-bottom-color: #000
}

.hint--left:before {
    border-left-color: #000
}

.hint--right:before {
    border-right-color: #000
}

.hint--top:before {
    margin-bottom: -13px
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    left: calc(50% - 7px)
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px)
}

.hint--bottom:before {
    margin-top: -13px
}

.hint--bottom:before,
.hint--bottom:after {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    left: calc(50% - 7px)
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -moz-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
}

.hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px
}

.hint--right:after {
    margin-bottom: -15px
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px
}

.hint--left:after {
    margin-bottom: -15px
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--top-left:before {
    margin-bottom: -13px
}

.hint--top-left:before,
.hint--top-left:after {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    left: calc(50% - 7px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.hint--top-left:after {
    margin-left: 14px
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -moz-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px)
}

.hint--top-right:before {
    margin-bottom: -13px
}

.hint--top-right:before,
.hint--top-right:after {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    left: calc(50% - 7px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.hint--top-right:after {
    margin-left: -14px
}

.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom-left:before {
    margin-top: -13px
}

.hint--bottom-left:before,
.hint--bottom-left:after {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    left: calc(50% - 7px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.hint--bottom-left:after {
    margin-left: 14px
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -moz-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px)
}

.hint--bottom-right:before {
    margin-top: -13px
}

.hint--bottom-right:before,
.hint--bottom-right:after {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    left: calc(50% - 7px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.hint--bottom-right:after {
    margin-left: -14px
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

[class*=hint--]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

.hint--white:after {
    color: #111;
    background-color: #fff;
    text-shadow: 0 -1px 0px #bfbfbf
}

.hint--white.hint--top-left:before {
    border-top-color: #fff
}

.hint--white.hint--top-right:before {
    border-top-color: #fff
}

.hint--white.hint--top:before {
    border-top-color: #fff
}

.hint--white.hint--bottom-left:before {
    border-bottom-color: #fff
}

.hint--white.hint--bottom-right:before {
    border-bottom-color: #fff
}

.hint--white.hint--bottom:before {
    border-bottom-color: #fff
}

.hint--white.hint--left:before {
    border-left-color: #fff
}

.hint--white.hint--right:before {
    border-right-color: #fff
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:before,
.hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, -moz-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}



/*V2.1+*/
.bg-fe4a55 {
    background-color: $main-color;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-wrapper {
    position: relative;
    z-index: 2;
    background-color: #eae1d6;
    padding-bottom: 120px;

    .container-fluid {
        max-width: 1395px;
    }
}
.main-banner-wrapper-content {
    position: relative;
    top: 80px;

    h1 {
        margin-bottom: 18px;
        font: {
            size: 55px;
            weight: 800;
        };
    }
    p {
        font: {
            weight: 600;
            size: 17px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.banner-shape14 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;

    img {
        animation: movebounce 4s linear infinite;
    }
}
.banner-shape15 {
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: -1;

    img {
        animation: movebounce 4s linear infinite;
    }
}
.banner-shape16 {
    position: absolute;
    left: 130px;
    bottom: -25px;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.banner-shape17 {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1;

    img {
        animation: movebounce 4s linear infinite;
    }
}
.banner-shape18 {
    position: absolute;
    right: 400px;
    bottom: 0;
    z-index: -1;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}

/*================================================
Language Courses Area CSS
=================================================*/
.single-language-courses-box {
    margin-bottom: 30px;
    text-align: center;

    img {
        margin-bottom: 30px;
    }
    h3 {
        margin-bottom: 12px;
        font: {
            size: 25px;
            weight: 800;
        };
    }
    p {
        padding: {
            left: 20px;
            right: 20px;
        };
    }
    .default-btn {
        background-color: transparent;
        border: 1px solid;
        margin-top: 10px;
    }
    &:hover {
        .default-btn {
            color: $white-color;

            span {
                width: 225%;
                height: 562.5px;
            }
        }
    }
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-with-bg-image {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/feedback-bg.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #000000;
        opacity: .50;
        z-index: -1;
    }
}
.single-feedback-item-box {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 30px;

    &::after {
        content: "\f10a";
        position: absolute;
        right: 90px;
        color: $white-color;
        z-index: -1;
        bottom: 125px;
        line-height: 1;
        opacity: 0.35;
        font: {
            family: Flaticon;
            size: 100px;
        };
    }
    p {
        color: $white-color;
    }
    .client-info {
        margin-top: 25px;

        img {
            width: 55px !important;
            height: 55px;
            border-radius: 50%;
            display: inline-block !important;
        }
        .title {
            margin-left: 15px;

            h3 {
                color: $white-color;
                margin-bottom: 5px;
                font: {
                    size: 20px;
                    weight: 800;
                };
            }
            span {
                color: $white-color;
                display: block;
            }
        }
    }
}
.feedback-slides-style-two {
    &.feedback-slides {
        &.owl-theme {
            position: relative;
            z-index: 1;
            max-width: 600px;
            border-radius: 5px;
            margin-left: 100px;

            &::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 5px;
                z-index: -1;
                opacity: .85;
            }
            .single-feedback-item-box {
                background-color: transparent;
                border-radius: 0;
                padding: 85px 85px 150px;
            }
            .owl-nav {
                &.disabled + .owl-dots {
                    right: auto;
                    top: auto;
                    transform: unset;
                    left: 82px;
                    bottom: 80px;
                }
            }
            .owl-dots {
                .owl-dot {
                    display: inline-block;

                    span {
                        border-color: $white-color;
                        margin: 0 3px;
                    }
                    &.active, &:hover {
                        span {
                            &::before {
                                background-color: $white-color;
                            }
                        }
                    }
                }
            }
        }
    }
}

/*================================================
Information Area CSS
=================================================*/
.information-content {
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 45px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .apply-details {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;

        li {
            position: relative;
            margin-top: 30px;
            padding-left: 108px;

            .icon {
                width: 85px;
                height: 85px;
                line-height: 84px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                color: $white-color;
                font-size: 40px;
                text-align: center;
                transition: $transition;
            }
            h3 {
                margin-bottom: 10px;
                font: {
                    size: 24px;
                    weight: 800;
                };
            }
            &:hover {
                .icon {
                    background-color: $black-color;
                    color: $white-color;
                }
            }
        }
    }
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-form {
    background-color: #f3f3f3;
    padding: 50px 30px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    p {
        margin-top: 10px;
    }
    h2 {
        margin: {
            bottom: 30px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    form {
        .form-group {
            margin-bottom: 22px;
        }
        input {
            background-color: $white-color !important;
        }
        button {
            border: none;
            text-align: center;
            color: $white-color;
            transition: $transition;
            border-radius: 5px;
            display: block;
            width: 100%;
            font: {
                weight: 700;
                size: $font-size;
            };
            padding: {
                left: 30px;
                right: 30px;
                top: 13px;
                bottom: 13px;
            };
            &:hover {
                color: $white-color;
                background-color: $black-color;
            }
        }
    }
    .alert {
        margin-bottom: 0;
    }
}

/*================================================
Newsletter Modal CSS
=================================================*/
.newsletter-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .90);

    .newsletter-modal-content {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        background-color: #fef8ef;
        max-width: 780px;
        border-radius: 5px;
        margin: {
            left: auto;
            right: auto;
        };
        .modal-image {
            border-radius: 5px 0 0 5px;

            img {
                border-radius: 5px 0 0 5px;
                width: 100%;
            }
        }
        .modal-inner-content {
            padding: 38px 35px;

            h2 {
                margin-bottom: 15px;
                font: {
                    size: 36px;
                    weight: 800;
                };
            }
            .sub-text {
                color: $black-color;
                display: block;
                line-height: 1.5;
                font: {
                    weight: 600;
                    size: 17px;
                };
            }
            p {
                font-size: 14px;
            }
            form {
                position: relative;
                margin: {
                    top: 30px;
                    bottom: 22px;
                };
                .input-newsletter {
                    display: block;
                    width: 100%;
                    height: 50px;
                    border: none;
                    background-color: #e0d9d9;
                    padding: 2px 0 0 15px;
                    color: $black-color;
                    border-radius: 5px;
                    font: {
                        size: 15px;
                        weight: 600;
                    };
                    &::placeholder {
                        color: $optional-color;
                        transition: $transition;
                    }
                    &:focus {
                        &::placeholder {
                            color: transparent;
                        }
                    }
                }
                button {
                    border: none;
                    text-align: center;
                    color: $white-color;
                    transition: $transition;
                    border-radius: 5px;
                    height: 50px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    display: inline-block;
                    line-height: 0;
                    font: {
                        weight: 700;
                        size: 15px;
                    };
                    padding: {
                        left: 22px;
                        right: 22px;
                        top: 12px;
                        bottom: 12px;
                    };
                    &:hover {
                        color: $white-color;
                        background-color: $black-color;
                    }
                }
            }
        }
        .close-btn {
            position: absolute;
            right: 20px;
            cursor: pointer;
            color: $black-color;
            top: 15px;
            transition: $transition;

            &:hover {
                color: red;
            }
        }
    }
}

p#breadcrumbs, .bbpress-breadcrumbs {
    text-align: center;
}

.wpml-ls-current-language a {
    margin-right: 14px !important;
}

.wpml-ls-current-language .dropdown-menu {
    width: auto !important;
}
.navbar-nav.mr-auto.left {
    margin-left: 20px;
}

.text-left .woocommerce-breadcrumb, .bbpress-breadcrumbs, p.breadcrumbs {
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background-color: $white-color;

    .loader {
        left: 50%;
        top: 46%;
        transform: translateX(-50%) translateY(-46%);
        position: absolute;

        .sbl-half-circle-spin {
            height: 80px;
            width: 80px;
            color: $main-color;
            display: inline-block;
            position: relative;
            border: 1px solid;
            border-radius: 50%;
            animation: animeCircleSpin 5s ease-in-out infinite reverse;

            &::after {
                content: '';
                border: 6px solid;
                position: absolute;
                left: 10px;
                top: 15px;
                border-radius: inherit;
            }
            div {
                height: 50%;
                width: 50%;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                top: 0;
                margin: auto;
                border: 1px solid;
                border-radius: 50%;
                animation: animeCircleSpin 4s ease-in-out infinite;

                &::before {
                    height: 0;
                    width: 0;
                    content: '';
                    border-radius: 50%;
                    display: block;
                    transform: rotate(-45deg);
                    border: 19px solid;
                    border: {
                        right-color: transparent;
                        bottom-color: transparent;
                    };
                }
            }
        }
    }
}
@keyframes animeCircleSpin {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(720deg);
    }
    100% {
        transform: rotate(0);
    }
}

.mchimp-errmessage {
    margin-top: 10px;
}

/* V3.3 CSS */
.bg-6ba292 {
    background-color: $main-color2;
}

/*================================================
Main Banner Area CSS
=================================================*/
.hero-banner-area {
    position: relative;
    z-index: 1;
    background-color: #fffaf3;
    padding-bottom: 200px;

    .container-fluid {
        max-width: 1395px;
    }
    .divider {
        top: auto;
        bottom: 0;
        background: #f5f7fa;
    }
}
.hero-banner-content {
    position: relative;

    h1 {
        margin-bottom: 25px;
        font: {
            size: 45px;
            weight: 800;
        };
    }
    p {
        padding-right: 50px;
        line-height: 1.8;
        font: {
            weight: 600;
            size: 17px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.hero-banner-image {
    text-align: center;
}
.banner-shape19 {
    position: absolute;
    z-index: -1;
    left: 40%;
    bottom: 30%;

    img {
        animation: {
            name: rotateme;
            duration: 30s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}

/*================================================
Yoga Main Banner Area CSS
=================================================*/
.yoga-main-banner {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/main-banner3.jpg);
        position: center center;
        size: cover;
        repeat: no-repeat;
    };
    padding: {
        top: 100px;
        bottom: 100px;
        left: 40px;
    };
    .banner-shape2 {
        left: auto;
        top: 12%;
        right: 0;
    }
    .banner-shape3 {
        left: 52%;
        top: 30%;
        right: auto;
    }
}
.yoga-banner-content {
    position: relative;
    text-align: center;
    z-index: 1;
    max-width: 900px;

    .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 140px;

        .top-image {
            margin-bottom: 20px;
        }
        h1 {
            margin-bottom: 15px;
            color: $white-color;
            font: {
                size: 50px;
                weight: 800;
            };
        }
        p {
            color: #ececec;
        }
        .default-btn {
            margin-top: 15px;
        }
        .bottom-image {
            margin-top: 15px;
        }
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 5px;
        bottom: 0;
        z-index: -1;
        display: none;
    }
}

/*================================================
Boxes Area CSS
=================================================*/
.boxes-area {
    &.boxes-style-two {
        .single-box-item {
            top: -130px;
            margin-bottom: -130px;
        }
    }
}
.single-box-item {
    .image {
        margin-bottom: 30px;
    }
}
.boxes-info {
    text-align: center;
    margin-top: 30px;

    p {
        line-height: initial;
        font-weight: 600;

        a {
            font-weight: 700;

            &:hover {
                color: $black-color;
            }
        }
    }
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-item {
    &.without-box-shadow {
        box-shadow: unset;
        transition: $transition;

        .courses-image {
            img {
                border-radius: 50%;
            }
            &::before {
                border-radius: 50%;
            }
        }
        &:hover {
            box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

            .courses-image {
                img {
                    border-radius: 5px;
                    transform: scale(1);
                }
                &::before {
                    opacity: 0;
                    visibility: hidden;
                }
            }
        }
    }
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
    position: relative;
    z-index: 1;

    .shape3 {
        right: auto;
        bottom: 56%;
        left: 3%;
    }
    .shape4 {
        right: auto;
        bottom: 97%;
        left: 10%;
    }
    .shape2 {
        left: auto;
        bottom: 85%;
        right: 5%;
    }
    .shape9 {
        left: 40%;
        top: -93%;
    }
}
.overview-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: {
        right: -15px;
        left: -15px;
        top: 80px;
    };
    .overview-content, .overview-image {
        flex: 0 0 50%;
        max-width: 50%;
        padding: {
            left: 15px;
            right: 15px;
        };
    }
    .overview-content {
        .sub-title {
            display: block;
            text-transform: uppercase;
            margin-bottom: 10px;
            font: {
                size: 14px;
                weight: 600;
            };
        }
        h2 {
            margin-bottom: 15px;
            font: {
                size: 36px;
                weight: 800;
            };
        }
        .default-btn {
            margin-top: 10px;
        }
        .btn-box {
            margin-top: 25px;

            .playstore-btn {
                display: inline-block;
                background-color: $black-color;
                color: $white-color;
                position: relative;
                border-radius: 5px;
                margin-right: 15px;
                font: {
                    size: 14px;
                    weight: 500;
                };
                padding: {
                    right: 20px;
                    top: 7px;
                    bottom: 5px;
                    left: 60px;
                };
                img {
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                }
                span {
                    display: block;
                    margin-top: -2px;
                    font: {
                        size: 18px;
                        weight: 700;
                    };
                }
            }
            .applestore-btn {
                display: inline-block;
                background-color: $black-color;
                color: $white-color;
                position: relative;
                margin-left: 15px;
                border-radius: 5px;
                font: {
                    size: 14px;
                    weight: 500;
                };
                padding: {
                    right: 20px;
                    top: 7px;
                    bottom: 5px;
                    left: 65px;
                };
                img {
                    position: absolute;
                    left: 20px;
                    top: 50%;
                    transform: translateY(-50%);
                }
                span {
                    display: block;
                    margin-top: -2px;
                    font: {
                        size: 18px;
                        weight: 700;
                    };
                }
            }
        }
    }
    .overview-image {
        text-align: center;
    }
    &:first-child {
        margin-top: 0;
    }
}

/*================================================
Training Area CSS
=================================================*/
.training-area {
    position: relative;
    z-index: 1;
}
.single-training-box {
    margin-bottom: 30px;
    background-color: $white-color;
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: {
        left: 20px;
        right: 20px;
        bottom: 30px;
    };
    img {
        margin-bottom: 30px;
    }
    h3 {
        margin-bottom: 14px;
        font: {
            size: 23px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 15px;
    }
    &::before {
        background-color: #f5f7fa;
        position: absolute;
        top: -55%;
        left: -5%;
        width: 110%;
        height: 100%;
        content: '';
        z-index: -1;
        border-radius: 50%;
    }
    .link-btn {
        display: inline-block;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: $black-color;
        }
    }
}
.tree-shape2 {
    position: absolute;
    left: 0;
    top: 5%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.tree-shape3 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*================================================
Yoga Courses Area CSS
=================================================*/
.single-yoga-courses-box {
    text-align: center;
    margin-bottom: 30px;

    .courses-image {
        border-radius: 5px;

        a {
            border-radius: 5px;

            img {
                border-radius: 5px;
            }
        }
    }
    .courses-content {
        margin-top: 30px;

        h3 {
            margin-bottom: 12px;
            font: {
                size: 24px;
                weight: 800;
            };
        }
        .default-btn {
            margin-top: 5px;
            padding: {
                left: 30px;
                right: 30px;
            };
        }
    }
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
    &.bg-6ba292 {
        .divider2, .divider3 {
            background-color: $main-color2;
        }
        .single-feedback-box {
            background-color: transparent;
            border-color: #8ab6a9;

            p {
                color: $white-color;
            }
            .client-info {
                .title {
                    h3 {
                        color: $white-color;
                    }
                    span {
                        color: $white-color;
                    }
                }
            }
            &::before {
                color: #909279;
            }
        }
        .feedback-slides-two {
            &.owl-theme {
                .owl-dots {
                    .owl-dot {
                        span {
                            border-color: #8ab6a9;

                            &::before {
                                background-color: #8ab6a9;
                            }
                        }
                        &:hover, &.active {
                            span {
                                border-color: $white-color;

                                &::before {
                                    background-color: $white-color;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
.tree-shape {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1;
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area {
    &.extra-padding {
        padding-top: 150px;
    }
}
.experience-content {
    .sub-title {
        display: block;
        text-transform: uppercase;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 15px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .features-list {
        padding-left: 0;
        list-style-type: none;
        margin: {
            bottom: 0;
            top: 25px;
        };
        li {
            color: $black-color;
            margin-bottom: 20px;
            font-weight: 700;
            position: relative;
            padding: {
                left: 40px;
                top: 5px;
            };
            i {
                position: absolute;
                left: 0;
                top: 0;
                width: 30px;
                height: 30px;
                text-align: center;
                line-height: 30px;
                color: $white-color;
                background-color: #a3c5bb;
                z-index: 1;
                border-radius: 50%;
                font-size: 20px;
                transition: $transition;

                &::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    background-color: $main-color2;
                    border-radius: 50%;
                    z-index: -1;
                    margin: 2px 1px 1px 2px;
                    transition: $transition;
                }
            }
            &:hover {
                i {

                    &::after {
                        background-color: $white-color;
                    }
                }
            }
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    .default-btn {
        margin-top: 35px;
    }
}
.experience-image {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: {
        top: 35px;
        left: 35px;
    };
    &::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        right: 0;
        top: 0;
        margin-right: 35px;
    }
    &::after {
        background-color: #000000;
        opacity: 0.1;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        content: '';
        margin: {
            left: 35px;
            top: 35px;
        };
    }
    .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 35px;
        z-index: 3;
        text-align: center;
        line-height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-color: $main-color2;
        border-radius: 7px;
        color: $white-color;

        &::after, &::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            border-radius: 7px;
            border: 1px solid $white-color;
        }
        &::before {
            animation: ripple 2s linear infinite;
        }
        &::after {
            animation: ripple 2s linear 1s infinite;
        }
    }
    .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        color: $white-color;
        border-radius: 0 30px 0 0;
        padding: {
            top: 15px;
            bottom: 13px;
            left: 55px;
            right: 30px;
        };
        font: {
            size: 35px;
            weight: 700;
        };
        span {
            font-weight: 800;
        }
    }
}

/*================================================
Download Syllabus Area CSS
=================================================*/
.download-syllabus-area {
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: {
            position: bottom;
            repeat: no-repeat;
        };
    }
}
.download-syllabus-image {
    text-align: center;
}
.download-syllabus-form {
    background-color: $main-color2;
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 5px;

    h2 {
        color: $white-color;
        margin-bottom: 5px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 0;
        font-weight: 600;
        color: $white-color;
    }
    form {
        margin-top: 25px;

        span.wpcf7-list-item-label {
            color: $white-color;
            a {
                color: $white-color;
            }
        }
        div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
            color: $white-color;
        }

        .form-group {
            .form-control {
                background-color: #447b6b;
                color: $white-color;
                border: none !important;

                &::placeholder {
                    color: #eeeeee;
                }
                &:focus {
                    &::placeholder {
                        color: transparent;
                    }
                }
            }
            .nice-select {
                background-color: #447b6b;
                border-radius: 3px;
                border: none;
                color: $white-color;
                font-size: 16px;
                height: 50px;
                line-height: 50px;
                padding: {
                    left: 15px;
                    right: 30px;
                };
                &:after {
                    border-color: #eeeeee;
                    right: 15px;
                    width: 8px;
                    height: 8px;
                }
                .list {
                    background-color: $white-color;
                    border-radius: 5px;
                    box-shadow: 0 10px 30px rgba(0,0,0,.2);
                    list-style-type: none;
                    border: none;
                    width: 100%;
                    margin: {
                        bottom: 0;
                        top: 0;
                    };
                    padding: {
                        left: 0;
                        top: 10px;
                        bottom: 10px;
                    };
                    .option {
                        line-height: 38px;
                        min-height: 38px;
                        color: $black-color;
                        position: relative;
                        transition: $transition;
                        padding: {
                            left: 32px;
                            right: 25px;
                        };
                        font: {
                            size: $font-size;
                            weight: 700;
                        };
                        &:hover {
                            background-color: $main-color !important;
                            color: $white-color;

                            &::before {
                                color: $white-color;
                            }
                        }
                        &.focus, &.selected.focus {
                            background-color: transparent !important;
                            color: $black-color;
                        }
                        &::before {
                            content: "\f11f";
                            position: absolute;
                            left: 10px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                            transition: $transition;
                            font: {
                                family: Flaticon;
                                size: 11px;
                            };
                        }
                        &.selected {
                            &::before {
                                opacity: 1;
                                visibility: visible;
                            }
                            &:hover {
                                background-color: $main-color !important;
                                color: $white-color;

                                &::before {
                                    color: $white-color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .default-btn {
            margin-top: 5px;
        }
    }
}
.syllabus-shape1 {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: -1;

    img {
        animation: moveleftbounce 10s linear infinite;
    }
}
.syllabus-shape2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.syllabus-shape3 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
    background-color: $white-color;
    padding: {
        top: 30px;
        bottom: 26px;
    };
    .pricing-header {
        img {
            margin-bottom: 25px;
        }
        h3 {
            margin-bottom: 0;
            background-color: #f9f9f9;
            text-transform: uppercase;
            font: {
                size: 24px;
                weight: 800;
            };
            padding: {
                top: 14px;
                bottom: 12px;
                left: 10px;
                right: 10px;
            };
        }
    }
    .pricing-features {
        margin-bottom: 20px;
        padding: {
            top: 25px;
            left: 10px;
            right: 10px;
        };
        ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                margin-bottom: 14px;
                color: #4b5280;
                font: {
                    size: 16.5px;
                    weight: 600;
                };
                &:last-child {
                    margin-bottom: 0;
                }
            }
        }
    }
    .price {
        font: {
            size: 42px;
            weight: 800;
        };
        span {
            display: block;
            color: #4b5280;
            margin-top: -5px;
            font: {
                size: 18px;
                weight: 600;
            };
        }
    }
    .default-btn {
        margin-top: 25px;
        background-color: $main-color2;
        padding: {
            left: 30px;
            right: 30px;
        };
    }
    .pricing-shape1 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .pricing-shape2 {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-image {
    text-align: center;
}

#learn-press-course-description  {
    iframe, video {
        width: 100%;
    }
}

.form-group {
    span.wpcf7-list-item {
        margin: 0;
    }
}
.col-lg-12 {
    .single-blog-post.main-blog-post {
        h3 {
            font-size: 24px;
        }
    }
}

#fep-footer {
    display: none !important;
}

#fep-menu .fep-button, .fep-button, .fep-button-active {
    border: 1px solid #8FBFC9;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    border: none;
}
#fep-menu .fep-button:hover, .fep-button-active {
    font-size: 13px;
}
.fep-button {
    background-color: $black-color !important;
    color: #fff;
}
.fep-messagebox-search-form-div {
    [type=search] {
        outline-offset: -2px;
        -webkit-appearance: none;
        display: block;
        width: 100%;
        background-color: #f4f4f4;
        border: none;
        padding: 0 0 0 15px;
        height: 50px;
        outline: 0;
        border-radius: 3px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14px;
    }
}
#fep-content {
    .nice-select {
        height: 50px;
        line-height: 46px;

        .list {
            width: 100%;
        }
    }
    .fep-table {
        .fep-column  {
            padding: 15px 20px;
        }
    }
    .fep-column-avatar {
        .fep-avatar-p {
            height: auto;
        }
        .fep-avatar-p .fep-avatar-1, .fep-avatar-p .fep-avatar-2, .fep-avatar-more-60, .fep-avatar-group-60 {
            height: 40px;
            width: 40px;
        }
    }
}

.fep-table {
    .fep-column-avatar, .fep-table .fep-column-fep-cb {
        padding-right: 0;
    }
}

.fep-attachment-field-div {
    padding: 16px 0;
}

.fep-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 14px;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* V3.7 CSS */
.bg-fff7f4 {
    background-color: #fff7f4;
}
.bg-f6f7fb {
    background-color: #f6f7fb;
}
.bg-fcf7f3 {
    background-color: #fcf7f3;
}
.bg-eee8df {
    background-color: #eee8df;
}

/*================================================
Health Coaching Area CSS
=================================================*/
.health-coaching-banner-area {
    background-color: $main-color2;
    position: relative;
    z-index: 1;
    padding-top: 40px;
    overflow: hidden;

    .divider {
        background-color: #f5f7fa;
        top: auto;
        bottom: -1px;
        height: 195px;
        z-index: 1;
    }
}
.health-coaching-banner-image {
    text-align: center;
}
.health-coaching-banner-content {
    h1 {
        color: $white-color;
        margin-bottom: 35px;
        font: {
            weight: 800;
            size: 70px;
        };
    }
    p {
        color: $white-color;
        font: {
            weight: 600;
            size: 17px;
        };
    }
    .btn-box {
        margin-top: 30px;

        img {
            margin-left: 30px;
        }
    }
}
.health-coaching-shape1 {
    position: absolute;
    left: 0;
    bottom: 125px;
    z-index: -1;

    img {
        max-width: 45%;
    }
}
.health-coaching-shape2 {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: -1;
    text-align: right;

    img {
        max-width: 80%;
    }
}
.health-coaching-shape3 {
    position: absolute;
    right: 0;
    bottom: 81px;
    z-index: 2;

    img {
        max-width: 271px;
    }
}
.health-coaching-shape4 {
    position: absolute;
    z-index: -1;
    right: 22%;
    top: 28%;
}
.health-coaching-shape5 {
    position: absolute;
    z-index: -1;
    bottom: 34%;
    left: 46%;
}
.health-coaching-shape6 {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 5%;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.health-coaching-shape7 {
    position: absolute;
    z-index: -1;
    right: 25%;
    bottom: 11%;

    img {
        animation: {
            name: rotateme;
            duration: 30s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}

/*================================================
Courses Area CSS
=================================================*/
.single-courses-box {
    .courses-image {
        .price {
            &.bg-45a393 {
                background-color: $main-color2;
            }
        }
    }
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
    &.bg-image {
        background: {
            color: #fff7f4;
            image: url(../../assets/img/courses-bg.jpg);
            repeat: no-repeat;
            position: center center;
            size: cover;
        };
    }
}

/*================================================
Experience Area CSS
=================================================*/
.experience-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.experience-content {
    position: relative;
    z-index: 1;

    .shape {
        position: absolute;
        right: 0;
        z-index: -1;
        top: 65%;
        transform: translateY(-65%);

        img {
            animation: movebounce 5s linear infinite;
        }
    }
}
.experience-img {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    padding: {
        left: 15px;
        right: 15px;
        bottom: 30px;
    };
    &::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        background-color: $main-color2;
        color: $white-color;
        width: 100%;
        padding: {
            top: 15px;
            bottom: 12px;
            left: 30px;
            right: 30px;
        };
        font: {
            size: 35px;
            weight: 700;
        };
        span {
            font-weight: 800;
        }
    }
}
.experience-shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.experience-shape2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/*================================================
Lifestyle Area CSS
=================================================*/
.lifestyle-area {
    .section-title {
        h2 {
            max-width: 700px;
        }
    }
}
.single-lifestyle-box {
    margin-bottom: 30px;
    text-align: center;
    transition: $transition;
    border-radius: 5px;
    padding: 40px 20px;
    background-color: #f5f7fa;
    border: 1px dashed $main-color2;

    .icon {
        width: 110px;
        height: 110px;
        line-height: 110px;
        background-color: $white-color;
        font-size: 65px;
        color: $main-color2;
        border-radius: 50%;
        margin: {
            left: auto;
            bottom: 25px;
            right: auto;
        };
    }
    h3 {
        margin-bottom: 17px;
        font: {
            size: 24px;
            weight: 800;
        };
    }
    p {
        transition: $transition;
    }
    .link-btn {
        display: inline-block;
        font: {
            size: 15px;
            weight: 700;
        };
    }
    &:hover {
        background-color: $main-color2;

        h3 {
            color: $white-color;

            a {
                color: $white-color;
            }
        }
        p {
            color: $white-color;
        }
        .link-btn {
            color: $white-color;
        }
    }
}

/*================================================
Program Area CSS
=================================================*/
.program-area {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/program-bg.jpg);
        repeat: no-repeat;
        position: center center;
        size: cover;
    };
}
.program-section-title {
    padding-right: 80px;

    h2 {
        margin: {
            bottom: 0;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin-top: 20px;
    }
    .default-btn {
        margin-top: 8px;
    }
}
.program-list {
    margin-left: -20px;
    position: relative;
    z-index: 1;

    .row {
        margin: {
            left: -10px;
            right: -10px;
        };
        .col-lg-6 {
            padding: {
                left: 10px;
                right: 10px;
            };
            &:nth-child(2) {
                .single-program-box {
                    margin-bottom: 0;

                    .shape {
                        left: auto;
                        right: 0;
                    }
                }
            }
        }
    }
    .program-circle-shape {
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;

        img {
            animation: {
                name: rotateme;
                duration: 30s;
                iteration-count: infinite;
                timing-function: linear;
            };
        }
    }
}
.single-program-box {
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    background-color: $white-color;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

    .icon {
        font-size: 60px;
        line-height: 1;
        color: $main-color2;
        margin: {
            bottom: 17px;
        };
    }
    h3 {
        margin-bottom: 15px;
        font: {
            size: 22px;
            weight: 800;
        };
    }
    .link-btn {
        display: inline-block;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: $main-color2;
        }
    }
    .shape {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

/*================================================
Health Services Area CSS
=================================================*/
.health-services-area {
    position: relative;
    z-index: 1;
    background: {
        image: url(../../assets/img/health-services-bg.jpg);
        repeat: no-repeat;
        position: center center;
        size: cover;
    };
}
.single-health-services-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 92px;

    .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        background-color: $white-color;
        font-size: 40px;
        color: $main-color2;
        animation: border-transform 10s linear infinite alternate forwards;
        border-radius: 50%;
        transition: $transition;
        text-align: center;
        border: 1px solid $main-color2;
        position: absolute;
        left: 0;
        top: 2px;
    }
    h3 {
        margin-bottom: 12px;
        font: {
            size: 24px;
            weight: 800;
        };
    }
    &:hover {
        .icon {
            background-color: $main-color2;
            color: $white-color;
        }
    }
}
@keyframes border-transform {
    0%,100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
	14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
	28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
	42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
	56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
	70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
	84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
    position: relative;
    z-index: 1;
}
.blog-shape1 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.blog-shape2 {
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-35%);
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}

/*================================================
Events Area CSS
=================================================*/
.events-area {
    &.bg-image {
        background: {
            image: url(../../assets/img/events-bg.jpg);
            repeat: no-repeat;
            position: center center;
            size: cover;
        };
    }
}
.single-events-box-item {
    transition: $transition;
    background-color: $white-color;
    margin-bottom: 30px;

    .image {
        position: relative;
        border-radius: 5px 5px 5px 0;

        img {
            border-radius: 5px 5px 5px 0;
        }
        .date {
            position: absolute;
            left: 0;
            bottom: 0;
            display: inline-block;
            background-color: $main-color2;
            color: $white-color;
            padding: 9px 20px 7px;
            border-radius: 0 5px 0 0;
            font: {
                size: 15px;
                weight: 700;
            };
        }
    }
    .content {
        border-radius: 0 0 5px 5px;
        padding: 20px;
        position: relative;

        h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .location {
            display: block;
            color: $optional-color;
            margin-top: 13px;
            position: relative;
            padding-left: 22px;
            font: {
                size: $font-size;
                weight: 700;
            };
            i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px;
            }
        }
    }
    &:hover {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area-two {
    padding-top: 30px;
    background: {
        color: #eee8df;
        repeat: no-repeat;
        position: center center;
        size: cover;
    };
    .subscribe-content {
        text-align: left;
        max-width: 490px;
        margin: {
            left: 0;
            right: 0;
        };
        .newsletter-form {
            .input-newsletter {
                background-color: $white-color;
            }
        }
    }
}

/*================================================
Feedback Area CSS
=================================================*/
.health-coaching-feedback-area {
    background-color: #f8fafb;

    .container-fluid {
        padding: {
            left: 0;
            right: 0;
        };
        .row {
            margin: {
                left: 0;
                right: 0;
            };
            .col-lg-6 {
                padding: {
                    left: 0;
                    right: 0;
                };
            }
        }
    }
}
.health-coaching-feedback-image {
    margin-right: -250px;
}
.health-coaching-inner {
    text-align: center;
    max-width: 615px;

    h2 {
        margin-bottom: 60px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
}
.feedback-quote {
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    background-color: #f9f9f2;
    position: relative;
    padding: 55px 45px;
    z-index: 1;

    p {
        font: {
            size: 19px;
            weight: 600;
        };
    }
    .client-info {
        margin-top: 25px;
        text-align: left;

        img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }
        .title {
            margin-left: 15px;
            text-align: left;

            h3 {
                margin-bottom: 0;
                font: {
                    size: 17px;
                    weight: 700;
                };
            }
            span {
                display: block;
                color: $optional-color;
                font-size: 14px;
                margin-top: 4px;
            }
        }
    }
}
.object1 {
    position: absolute;
    left: -35px;
    top: -30px;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.object2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
}
.object3 {
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: -1;
}
.object4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.entry-register {
    a {
        margin-top: 0;
        margin-bottom: 0;
    }

    .tm-button {
        width: 100%;
        display: inline-flex;
    }
}

.entry-details {
    margin-bottom: 73px;
}

.entry-details-bar {
    padding: 14px 30px 33px;
    background: #fff;
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    min-height: 390px;
    float: right;

    .meta-icon {
        color: #696969;
        min-width: 28px;
        text-align: center;
    }

    .meta-label {
        font-size: 15px;
    }

    .event_auth_button {
        text-align: center;
        width: 100%;
    }

    .event-register-message {
        text-align: center;

        a {
            font-weight: 500;
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
        }
    }
}

.entry-event-info {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;

    .event-price {
        font-size: 24px;
        font-weight: 800;

        .decimals-separator {
            font-size: 18px;
        }
    }

    li {
        margin: 0;
        padding: 14px 0;
        display: flex;
        align-items: center;
        flex-grow: 1;

        &.meta-price {
            padding: 8px 0;
        }

        + li {
            border-top: 1px solid #eee;
        }

        .meta-label,
        .meta-value {
            flex-grow: 1;
            font-weight: bold;
        }

        .meta-value {
            text-align: right;
        }
        i {
            font-size: 22px;
            margin-right: 6px;
            float: left;
            line-height: 23px;
        }
    }
}

.events-details-info {
    .default-btn {
        cursor: pointer;
        display: block;
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        i {
            position: relative;
            left: 0;
            top: 2px;
            margin-right: 8px;
            line-height: 1;
            font-weight: normal;
            font-size: 20px;
        }
    }

}
.event-load-booking-form.default-btn {
    color: #ffffff !important;
}

.event-lightbox-wrap {
	.mfp-content {
		width: 470px !important;
		max-width: 100%;
	}
}

// Popup
#event-lightbox {
	padding: 31px 30px 40px;
	width: 470px;
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .06);

	.event_auth_button {
		width: 100%;
	}
}

.event_register_header {
	text-align: center;
}

.event-popup-title {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 29px;
}

.event-popup-date {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.event-popup-thumbnail {
	margin-bottom: 30px;

	img {
		border-radius: 5px;
	}
}

.event_auth_form_field {
    display: inline-block;
    width: 47%;
	align-items: center;

	input[type='number'] {
		padding: 2px 10px;
		width: 100px;
		min-height: 48px;
		border: 1px solid #f8f8f8;
		background: #f8f8f8;
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		color: #333;
        border-radius: 5px;
	}
}

.event_auth_payment_methods {
    display: inline-block;
    width: 50%;
	background: none;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}

.event_register {
	label {
		font-size: 14px;
		font-weight: 700;
		color: #333;
		flex-grow: 1;
		cursor: pointer;
	}
}

.event_auth_form_field {
	label {
		margin-right: 10px;
	}
}

.event_register_foot {
	margin-top: 30px;
	text-align: center;
}

#event-lightbox {
    display: none;
    visibility: none;
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}

#event-lightbox {
    padding: 31px 30px 40px;
    width: 470px;
    max-width: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

#event-lightbox.event-fade {
    display: block;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

#event-lightbox.event-fade.event-in {
    opacity: 1;
    visibility: visible;
}

.event_register_area {
    h2 {
        font-weight: bold;
        font-size: 23px;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

ul.tp-event-notice.error {
    background: #ff000033;
    padding: 10px;
    list-style-type: none;
    color: #ff0404;
    border-radius: 5px;
    margin-top: 10px;
}

.event_auth_payment_methods {
    li {
        list-style-type: none;
    }
}

#event-lightbox {
    .event_auth_button {
        color: #fff;
        border-radius: 3px;
        padding: 6px 0;

        &:hover{
            background-color: #221638;
        }
    }
}

.entry-countdown p.tp-event-notice.error {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #ff000094;
    padding: 8px 14px;
    border-radius: 3px;
}

.tp-event-notice.error {
    background: #ff000094;
    padding: 8px 14px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

p.event-register-message {
    margin-top: 6px;
}

.event-auth-form {
    .form-row {
        margin: 0 0 20px;
        padding: 0;

    }
    .form-row.has-error {
        color: #a00;
    }
    .form-row.validated input {
        border-color: #69bf29;
    }
    .form-row.has-error input {
        border-color: #a00;
    }
    .form-row input, .form-row input[type=checkbox], .form-row input[type=number], .form-row input[type=password], .form-row input[type=text], .form-row input[type=email] {
        border: 1px solid #eee;
        background-color: transparent;
        color: #7e7e7e;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0em;
        width: 100%;
        outline: none;
        border: 1px solid #f5f5f5;
        border-radius: 5px;
        padding: 3px 20px;
        min-height: 56px;
    }
    input#rememberme {
        border-color: #f5f5f5;
        background-color: #f5f5f5;
        padding: 5px 10px;
        min-height: 20px;
        width: auto;
        margin-right: 4px;
        margin-top: 2px;
        float: left;
    }
   input#wp-submit {
       width: auto;
       color: white;
       padding: 5px 34px;
       transition: $transition;
       &:hover {
           background-color: #221638;
       }
   }
}
.event-wrapper-shortcode.user-account {
    background: #ff00003d;
    padding: 14px 22px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    a {
        color: #fe4a55;
    }
}

/*V3.7 CSS*/

.bg-f7ebeb {
    background-color: #f7ebeb;
}
.bg-6dbbbd {
    background-color: #6dbbbd;
}
.default-btn-style-two {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: $white-color;
    background-color: transparent;
    transition: $transition;
    border-radius: 30px;
    border: 1px dashed;
    font: {
        weight: 700;
        size: $font-size;
    };
    padding: {
        left: 60px;
        right: 35px;
        top: 15px;
        bottom: 15px;
    };
    i {
        position: absolute;
        left: 35px;
        top: 14px;
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 30px;
        margin: 4px;
        transition: .3s;
    }
    &:hover {
        color: $white-color;

        &::before {
            margin: 0;
        }
    }
}
.font-weight-black {
    font-weight: 900 !important;
}

/*================================================
Kindergarten Main Banner Area CSS
=================================================*/
.kindergarten-main-banner {
    background-color: #f8e8e9;
    position: relative;
    z-index: 1;
    padding: {
        top: 180px;
    };
    .container-fluid {
        padding: {
            left: 40px;
            right: 40px;
        };
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: {
            image: url(../../assets/img/events-rectangle1.png);
            position: top;
            repeat: no-repeat;
        };
    }
    &::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: {
            image: url(../../assets/img/events-rectangle2.png);
            position: bottom;
            repeat: no-repeat;
        };
    }
}
.kindergarten-banner-content {
    position: relative;
    z-index: 1;
    text-align: center;

    .image {
        margin-bottom: 15px;

        img {
            max-width: 115px;
        }
    }
    .circle-shape {
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        z-index: -1;
    }
    h1 {
        margin-bottom: 18px;
        line-height: 1.04;
        font: {
            size: 55px;
            weight: 900;
        };
        span {
            display: block;
            font-size: 70px;
        }
    }
    p {
        max-width: 525px;
        margin: {
            left: auto;
            right: auto;
        };
    }
    .default-btn-style-two {
        margin-top: 10px;
    }
}
.kindergarten-banner-image {
    margin-top: -70px;
    position: relative;
    z-index: 2;

    .row {
        margin: {
            left: -10px;
            right: -10px;
        };
        .col-lg-6 {
            padding: {
                left: 10px;
                right: 10px;
            };
        }
    }
    .image {
        text-align: center;
    }
}
.kindergarten-shape1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}
.kindergarten-shape2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
}
.kindergarten-shape3 {
    position: absolute;
    bottom: -60px;
    left: 0;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape4 {
    position: absolute;
    z-index: -1;
    left: 44%;
    bottom: 12%;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.kindergarten-shape5 {
    position: absolute;
    top: 16%;
    z-index: -1;
    left: 48%;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape6 {
    position: absolute;
    left: 50%;
    z-index: -1;
    bottom: 25%;

    img {
        animation: moveleftbounce 5s linear infinite;
    }
}
.kindergarten-shape7 {
    position: absolute;
    right: 7%;
    top: 18%;
    z-index: -1;

    img {
        animation: moveleftbounce 5s linear infinite;
    }
}
.kindergarten-shape8 {
    position: absolute;
    left: 2%;
    bottom: 7%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape9 {
    position: absolute;
    right: 3%;
    top: -80px;
    z-index: 1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape10 {
    position: absolute;
    left: 5%;
    bottom: 30%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape11 {
    position: absolute;
    left: 4%;
    bottom: 0;
    z-index: -1;
}
.kindergarten-shape12 {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: -1;
}
.kindergarten-shape13 {
    position: absolute;
    right: 12%;
    top: 12%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.kindergarten-shape14 {
    position: absolute;
    left: 3%;
    z-index: -1;
    bottom: -80px;

    img {
        animation: moveleftbounce 5s linear infinite;
    }
}
.kindergarten-shape15 {
    position: absolute;
    right: 0;
    top: 12%;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
    }
}
.kindergarten-shape16 {
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.kindergarten-shape17 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;

    img {
        animation: {
            name: rotateme;
            duration: 50s;
            iteration-count: infinite;
            timing-function: linear;
        };
    }
}
.kindergarten-shape18 {
    position: absolute;
    left: 10px;
    bottom: -60px;
}
.kindergarten-shape19 {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
        max-width: 200px !important;
    }
}
.kindergarten-shape20 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;

    img {
        animation: movebounce 5s linear infinite;
        max-width: 300px !important;
    }
}

/*================================================
About Area CSS
=================================================*/
.about-content {
    .about-list {
        padding-left: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        margin: {
            bottom: 0;
            top: -5px;
            left: -8px;
            right: -8px;
        };
        li {
            flex: 0 0 50%;
            max-width: 50%;
            padding: {
                left: 8px;
                right: 8px;
                top: 16px;
            };
            span {
                display: block;
                position: relative;
                font-weight: 700;
                padding: {
                    left: 40px;
                    top: 3px;
                };
                i {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    color: $white-color;
                    background-color: #a3c5bb;
                    z-index: 1;
                    border-radius: 50%;
                    font-size: 20px;
                    transition: $transition;

                    &::after {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        background-color: $main-color2;
                        border-radius: 50%;
                        z-index: -1;
                        margin: 2px 1px 1px 2px;
                        transition: $transition;
                    }
                }
                &:hover {
                    i {

                        &::after {
                            background-color: $white-color;
                        }
                    }
                }
            }
        }
    }
    .default-btn-style-two {
        margin-top: 35px;
    }
}
.kindergarten-about-image {
    position: relative;
    z-index: 1;
    margin-right: 15px;

    .main-image {
        position: relative;
        padding-bottom: 115px;

        img {
            &:nth-child(2) {
                position: absolute;
                text-align: right;
                right: 0;
                bottom: 0;
            }
        }
    }
    .shape {
        position: absolute;
        right: -15px;
        top: 0;
        z-index: -1;

        img {
            animation: movebounce 5s linear infinite;
        }
    }
}

/*================================================
Kindergarten Services Area CSS
=================================================*/
.kindergarten-services-area {
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 200px;
        z-index: -1;
        background-color: $white-color;
        width: 100%;
    }
}
.single-kindergarten-services-box {
    text-align: center;
    position: relative;

    .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 85px;
        z-index: 1;
        padding: {
            left: 70px;
            right: 50px;
        };
        .icon {
            font-size: 55px;
            line-height: 1;
            margin-bottom: 25px;
        }
        h3 {
            margin-bottom: 10px;
            font: {
                size: 24px;
                weight: 800;
            };
        }
    }
}
.services-slides {
    &.owl-theme {
        .owl-nav {
            margin-top: 0;

            [class*=owl-] {
                margin: 0;
                position: absolute;
                left: -45px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
                width: 55px;
                height: 55px;
                line-height: 54px;
                border: 1px dashed;
                border-radius: 50%;
                background-color: transparent !important;
                color: #d1a1a1;
                font-size: 20px;
                transition: $transition;
                padding-left: 2px !important;

                &::before {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                    background-color: $white-color;
                    content: '';
                    border-radius: 50%;
                    margin: 4px;
                    transition: $transition;
                }
                &.owl-next {
                    left: auto;
                    right: -65px;
                }
                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}
.kids-kite-image {
    text-align: center;
    margin-top: -280px;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}

/*================================================
Kindergarten Courses Area CSS
=================================================*/
.single-kindergarten-courses-box {
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    background-color: $black-color;

    .courses-image {
        border-radius: 5px 5px 0 0;
        position: relative;
        z-index: 1;

        .image {
            border-radius: 5px 5px 0 0;

            img {
                border-radius: 5px 5px 0 0;
            }
        }
        .fav {
            display: inline-block;
            position: absolute;
            right: 20px;
            top: 20px;
            color: $white-color;
            font-size: 30px;
            line-height: 1;
        }

        .price {
            display: inline-block;
            color: #ffffff;
            position: absolute;
            right: 0;
            border-radius: 0 0 0 10px;
            top: 0;
            background: $black-color;
            padding: 7px 20px 5px;
            text-align: center;
            z-index: 9;
            font-size: 24px;
            font-weight: 800;
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: {
                image: url(../../assets/img/box-shape7.png);
                position: bottom;
                repeat: no-repeat;
            };
        }
        .link-btn {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            z-index: 3;
        }
    }
    .courses-content {
        border-radius: 0 0 5px 5px;
        padding: 0 30px 30px;

        .course-author {
            margin-bottom: 20px;

            img {
                width: 35px !important;
                height: 35px !important;
                margin-right: 10px;
                border-radius: 50%;
            }
            span {
                color: $white-color;
                a {
                    weight: 600;
                    size: 15px;
                    color: $white-color;
                }
            }
        }
        h3 {
            color: $white-color;
            margin-bottom: 12px;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
                color: $white-color;
            }
        }
        p {
            color: $white-color;
            opacity: 0.8;
        }
    }
}
.owl-item {
    &:nth-child(1) {
        .single-kindergarten-courses-box {
            background-color: $main-color2;

            .courses-image {
                &::before {
                    background: {
                        image: url(../../assets/img/box-shape4.png);
                    };
                }
            }
            .price {
                background: $main-color2;
            }
        }
    }
    &:nth-child(2) {
        .single-kindergarten-courses-box {

            .courses-image {
                &::before {
                    background: {
                        image: url(../../assets/img/box-shape5.png);
                    };
                }
            }
        }
    }
    &:nth-child(3) {
        .single-kindergarten-courses-box {
            background-color: #d9a416;

            .courses-image {
                &::before {
                    background: {
                        image: url(../../assets/img/box-shape6.png);
                    };
                }
            }
            .price {
                background: #d9a416;
            }
        }
    }
}
.courses-slides-two {
    &.owl-theme {
        .owl-nav {
            margin-top: 0;

            [class*=owl-] {
                margin: 0;
                position: absolute;
                left: -75px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
                width: 55px;
                height: 55px;
                line-height: 54px;
                border: 1px dashed;
                border-radius: 50%;
                background-color: transparent !important;
                color: #d1a1a1;
                font-size: 20px;
                transition: $transition;
                padding-left: 3px !important;

                &::before {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                    background-color: #e8e8e8;
                    content: '';
                    border-radius: 50%;
                    margin: 4px;
                    transition: $transition;
                }
                &.owl-next {
                    left: auto;
                    right: -75px;
                }
                &:hover {
                    color: $white-color;
                }
                &.disabled {
                    color: #d1a1a1;
                    cursor: not-allowed;

                    &::before {
                        background-color: #e8e8e8;
                    }
                }
            }
        }
    }
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-item {
    margin-bottom: 30px;
    position: relative;

    .post-image {
        border-radius: 5px 5px 0 0;
        position: relative;
        z-index: 1;

        a {
            border-radius: 5px 5px 0 0;
            overflow: hidden;

            img {
                border-radius: 5px 5px 0 0;
                transition: $transition;
                width: 100%;
            }
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: {
                image: url(../../assets/img/shape-style1.png);
                position: bottom;
                repeat: no-repeat;
            };
        }
        .link-btn {
            border-radius: 0;
            overflow: unset;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
        }
    }
    .post-content {
        .category {
            display: inline-block;
            margin-bottom: 10px;
            color: $optional-color;
            text-transform: uppercase;
            font: {
                size: 14px;
                weight: 700;
            };
        }
        h3 {
            margin-bottom: 0;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
    }
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
    &.bg-eee8df {
        .subscribe-content {
            .newsletter-form {
                .input-newsletter {
                    background-color: $white-color;
                }
            }
        }
    }
}
.subscribe-content {
    &.text-left {
        max-width: 100%;
        margin: {
            left: 0;
            right: 0;
        };
        h2 {
            max-width: 100%;
            margin: {
                left: 0;
                right: 0;
            };
        }
        p {
            max-width: 100%;
            margin: {
                left: 0;
                right: 0;
            };
        }
        .newsletter-form {
            max-width: 100%;
            margin: {
                left: 0;
                right: 0;
            };
        }
    }
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
    &.bg-6dbbbd {
        .section-title {
            .sub-title {
                color: $white-color;
            }
            h2 {
                color: $white-color;
            }
            p {
                color: $white-color;
            }
        }
    }
}
.single-kindergarten-feedback-item {
    text-align: center;
    margin-bottom: 30px;

    .content {
        position: relative;

        p {
            position: absolute;
            left: 0;
            right: 0;
            top: 60px;
            padding: 0 80px;
        }
    }
    .client-info {
        margin-top: 10px;
        margin-left: 70px;

        img {
            width: 60px !important;
            display: inline-block !important;
            width: 60px;
            border: 3px solid #d9a416;
            border-radius: 50%;
        }
        h3 {
            color: $white-color;
            margin: {
                top: 15px;
                bottom: 0;
            };
            font: {
                size: 20px;
                weight: 700;
            };
        }
        span {
            display: block;
            color: $white-color;
            margin-top: 4px;
            opacity: 0.90;
        }
    }
}
.feedback-slides-three {
    &.owl-theme {
        .owl-nav {
            margin-top: 0;

            [class*=owl-] {
                margin: -60px 0 0;
                position: absolute;
                left: 23%;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
                width: 55px;
                height: 55px;
                line-height: 54px;
                border: 1px dashed;
                border-radius: 50%;
                background-color: transparent !important;
                color: #d1a1a1;
                font-size: 20px;
                transition: $transition;
                padding-left: 2px !important;

                &::before {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                    background-color: $white-color;
                    content: '';
                    border-radius: 50%;
                    margin: 4px;
                    transition: $transition;
                }
                &.owl-next {
                    left: auto;
                    right: 23%;
                }
                &:hover {
                    color: $white-color;
                }
            }
        }
    }
}

/*================================================
Events Area CSS
=================================================*/
.events-area {
    &.bg-shape {
        position: relative;
        z-index: 1;
        padding: {
            top: 140px;
            bottom: 110px;
        };
        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: {
                image: url(../../assets/img/events-rectangle1.png);
                position: top;
                repeat: no-repeat;
            };
        }
        &::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: {
                image: url(../../assets/img/events-rectangle2.png);
                position: bottom;
                repeat: no-repeat;
            };
        }
    }
}
.events-box {
    margin-bottom: 30px;
    background-color: $white-color;
    border-radius: 5px;

    .image {
        height: 100%;
        border-radius: 5px;
        background: {
            position: center center;
            size: cover;
            repeat: no-repeat;
        };
        &.bg1 {
            background-image: url(../../assets/img/events/kindergarten-img1.jpg);
        }
        &.bg2 {
            background-image: url(../../assets/img/events/kindergarten-img2.jpg);
        }
        &.bg3 {
            background-image: url(../../assets/img/events/kindergarten-img3.jpg);
        }
        &.bg4 {
            background-image: url(../../assets/img/events/kindergarten-img4.jpg);
        }
        img {
            display: none;
            border-radius: 5px;
        }
    }
    .content {
        padding: 40px;

        .date {
            margin-bottom: 20px;
            display: inline-block;
            position: relative;

            span {
                position: absolute;
                left: 0;
                top: 21px;
                right: 0;
                text-align: center;
                color: $white-color;
                font: {
                    size: 16px;
                    weight: 700;
                };
            }
        }
        h3 {
            margin-bottom: 12px;
            line-height: 1.3;
            font: {
                size: 24px;
                weight: 800;
            };
            a {
                display: inline-block;
            }
        }
        .location {
            display: block;
            color: $optional-color;
            margin-top: 12px;
            position: relative;
            padding-left: 22px;
            font: {
                size: $font-size;
                weight: 700;
            };
            i {
                position: absolute;
                left: 0;
                top: 2px;
                font-size: 18px;
            }
        }
    }
}

/*================================================
Selected Ages Area CSS
=================================================*/
.selected-ages-area {
    position: relative;
    z-index: 1;

    .section-title {
        max-width: 500px;
    }
}
.single-selected-ages-box {
    text-align: center;
    margin-bottom: 30px;

    .image {
        margin-bottom: 30px;
    }
    h3 {
        clip-path: polygon(0 0, 100% 0, 99% 100%, 3% 100%);
        background-color: #cce7e8;
        color: #5caaac;
        padding: {
            left: 10px;
            right: 10px;
            top: 10px;
            bottom: 6px;
        };
        font: {
            size: 28px;
            weight: 900;
        };
        margin: {
            left: 15px;
            right: 15px;
            bottom: 20px;
        };
    }
    .ages-number {
        display: block;
        color: #5caaac;
        margin-top: 5px;
        font: {
            size: 16px;
            weight: 700;
        };
    }
}
.col-lg-3 {
    &:nth-child(2) {
        .single-selected-ages-box {
            h3 {
                background-color: #ffb0b4;
                color: #fe4a55;
            }
            .ages-number {
                color: #fe4a55;
            }
        }
    }
    &:nth-child(3) {
        .single-selected-ages-box {
            h3 {
                background-color: #ffeac4;
                color: #ffa70a;
            }
            .ages-number {
                color: #ffa70a;
            }
        }
    }
    &:nth-child(4) {
        .single-selected-ages-box {
            h3 {
                background-color: #ebbcff;
                color: #be22ff;
            }
            .ages-number {
                color: #be22ff;
            }
        }
    }
}

.scroll-wrapper>.scroll-content {
    overflow: inherit !important;
}

// Tutor LMS CSS

.tutor-container {
    max-width: 1230px;
    .tutor-loop-rating-wrap {
        margin-bottom: 15px;
    }
    .tutor-course-loop-title {
        h2 {
            margin-bottom: 10px;
            line-height: 1.3;
            font-size: 24px;
            font-weight: 800;
            a {
                display: inline-block;
                color: #221638;
                text-decoration: none;
            }
        }
    }

    i {
        font-style: normal;
    }
    .single-courses-box {
        .courses-image {
            .price {
                .tutor-loop-cart-btn-wrap {
                    display: none;
                }
            }
        }
    }
    .tutor-course-loop {
        height: auto;
    }
    .tutor-star-rating-group i {
        margin-right: 0px;
    }
}

.tutor-container {
    h1, h2, h3, h4, h5, h6 {
        font-weight: bold;
    }
}
.tutor-single-course-segment {
    border: 1px solid #eeee;
    padding: 20px;
    margin-bottom: 25px;
}
.tutor-wrap {
    padding: 70px 0;
}

.tutor-ResetPassword.lost_reset_password {
    max-width: 1000px;
    margin: auto;
    padding: 70px 0;
}
.tutor-login-form-wrap input[type="submit"]:hover {
    background-color: #221638;
    border-color: #221638;
}
.tutor-login-title {
    h4 {
        font-weight: bold;
    }
}

.tutor-form-group.tutor-reg-form-btn-wrap .tutor-button:hover {
    background-color: #221638;
    border-color: #221638;
}
.tutor-button.tutor-success:hover {
    background: #221638;
    border-color: #221638;
}

.tutor-course-content-wrap {
    iframe {
        max-width: 100%;
        text-align: center;
    }
}

.single-lp_course {
    .course-students-list {
        .students {
            li {
                margin-right: 0;
                padding: 20px 20px;
                border: 1px solid #eee;
                border-bottom-width: 0;
                &:last-child {
                    border-bottom-width: 1px;
                }
                .user-info {
                    position: relative;
                    float: unset;
                    width: 100%;
                    font-weight: bold;
                    margin-bottom: 10px;
                }
                .lp-course-status {
                    margin-bottom: 15px;
                    margin-top: 15px;
                }
            }
        }
        .filter-students {
            float: unset;
        }
    }
}

.learn-press-pmpro-buy-membership {
        width: 100%;
    .purchase-button {
        width: 100% !important;
        display: block !important;
        padding-right: 30px !important;
        padding-left: 30px !important;
        padding-top: 12px !important;
        margin-top: 10px;
        text-transform: capitalize !important;
        padding-bottom: 12px !important;
        border: none;
        position: relative;
        display: inline-block;
        text-align: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        font: {
            family: $font-family !important;
        };

        &:hover {
            background-color: #221638 !important;
        }

    }
}

#pmpro_account-profile {
    a {
        text-decoration: none;
    }
}

.pmpro-has-access .pmpro_submit {
    margin-left: 0 !important;
}
.pmpro-has-access .pmpro_error {
    color: #a94442;
    background: #f2dede;
}
.pmpro-has-access .pmpro_thead-name {
    text-transform: uppercase;
}
.pmpro-has-access .pmpro_thead-msg {
    text-transform: lowercase;
}
.pmpro-has-access ul {
    list-style-type: none;
}
.pmpro-has-access .entry-content ul {
    list-style: inherit;
}
.pmpro-has-access .navigation a,
.pmpro-has-access .pmpro_actionlinks a {
    font-weight: 700;
    font-size: 15px;
    padding: 0;
    margin: 0 10px;
    line-height: 30px;
}
.pmpro-has-access .navigation a:first-child,
.pmpro-has-access .pmpro_actionlinks a:first-child {
    margin-left: 0;
}
.pmpro-has-access .navigation a:last-child,
.pmpro-has-access .pmpro_actionlinks a:last-child {
    margin-right: 0;
}
.pmpro-has-access a.pmpro_btn,
.pmpro-has-access input.pmpro_btn {
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: uppercase;
    outline: 0;
    line-height: 30px;
}
.pmpro-has-access table.pmpro_invoice {
    margin-top: 40px;
}
.pmpro-has-access #pmpro_account-invoices thead tr th,
.pmpro-has-access #pmpro_account-membership thead tr th,
.pmpro-has-access #pmpro_cancel thead tr th,
.pmpro-has-access #pmpro_invoices_table thead tr th,
.pmpro-has-access table#pmpro_levels_table thead tr th,
.pmpro-has-access table.pmpro_invoice thead tr th {
    border: 1px solid #eee;
    text-align: center;
    padding: 10px 15px;
}
.pmpro-has-access #pmpro_account-invoices tbody .odd td,
.pmpro-has-access #pmpro_account-membership tbody .odd td,
.pmpro-has-access #pmpro_cancel tbody .odd td,
.pmpro-has-access #pmpro_invoices_table tbody .odd td,
.pmpro-has-access table#pmpro_levels_table tbody .odd td,
.pmpro-has-access table.pmpro_invoice tbody .odd td {
    background-color: transparent;
}
.pmpro-has-access #pmpro_account-invoices tbody .active td,
.pmpro-has-access #pmpro_account-membership tbody .active td,
.pmpro-has-access #pmpro_cancel tbody .active td,
.pmpro-has-access #pmpro_invoices_table tbody .active td,
.pmpro-has-access table#pmpro_levels_table tbody .active td,
.pmpro-has-access table.pmpro_invoice tbody .active td {
    background-color: #eee;
}
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page.active,
.thim-style-content-new-1 .feature_box_before_archive .owl-carousel .owl-controls .owl-pagination .owl-page:hover {
    background-color: transparent;
}
.pmpro-has-access #pmpro_account-invoices tbody tr td,
.pmpro-has-access #pmpro_account-membership tbody tr td,
.pmpro-has-access #pmpro_cancel tbody tr td,
.pmpro-has-access #pmpro_invoices_table tbody tr td,
.pmpro-has-access table#pmpro_levels_table tbody tr td,
.pmpro-has-access table.pmpro_invoice tbody tr td {
    text-transform: capitalize;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #eee;
}
.pmpro-has-access table#pmpro_levels_table tbody tr td .pmpro_btn {
    border-radius: 0;
    border: none;
    font-size: 15px;
}
.pmpro-has-access #pmpro_account-profile ul {
    margin: 0;
}
.pmpro-has-access #pmpro_account-profile .pmpro_actionlinks {
    margin-top: 30px;
}
.pmpro-has-access #pmpro_cancel h3 {
    margin: 0 0 30px;
    text-transform: uppercase;
}
.pmpro-has-access #pmpro_account .pmpro_box {
    margin-top: 0;
}
.pmpro-has-access #pmpro_account .pmpro_box h3 {
    margin: 8px 0;
    text-transform: uppercase;
}
.pmpro-has-access #pmpro_billing_address_fields thead th,
.pmpro-has-access #pmpro_payment_information_fields thead th {
    text-transform: uppercase;
}
.pmpro-has-access #pmpro_billing_address_fields tbody label,
.pmpro-has-access #pmpro_payment_information_fields tbody label {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    width: 175px;
}
.pmpro-has-access #pmpro_billing_address_fields tbody input,
.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody input,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 7px 10px;
    height: 40px;
    max-width: 230px;
    outline: 0;
    margin: 0;
}
.pmpro-has-access #pmpro_billing_address_fields tbody select,
.pmpro-has-access #pmpro_payment_information_fields tbody select {
    font-size: 15px;
}
.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_billing_address_fields tbody #ExpirationYear,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationMonth,
.pmpro-has-access #pmpro_payment_information_fields tbody #ExpirationYear {
    width: calc(15% - 3.5px);
    width: -webkit-calc(15% - 3.5px);
    width: -moz-calc(15% - 3.5px);
}
.pmpro-has-access #pmpro_billing_address_fields tbody .pmpro_error,
.pmpro-has-access #pmpro_payment_information_fields tbody .pmpro_error {
    border-color: #a00;
    background-color: transparent;
}
.pmpro-has-access #pmpro_billing_address_fields abbr,
.pmpro-has-access #pmpro_payment_information_fields abbr {
    color: red;
    font-weight: 700;
    border: 0;
}
.pmpro-has-access #pmpro_billing_address_fields tbody tr td,
.pmpro-has-access #pmpro_billing_address_fields thead tr th,
.pmpro-has-access #pmpro_payment_information_fields tbody tr td,
.pmpro-has-access #pmpro_payment_information_fields thead tr th,
.pmpro-has-access #pmpro_pricing_fields tbody tr td,
.pmpro-has-access #pmpro_pricing_fields thead tr th {
    padding: 10px 15px;
    border: 1px solid #eee;
}
#pmpro_account #pmpro_account-membership {
    padding-top: 0;
}
#pmpro_account #pmpro_account-membership > h3 {
    margin-top: 0;
}
.pmpro_message {
    color: #31708f;
    border: 0;
    border-radius: 0;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 13px;
    background: #d9edf7;
}
.lp_pmpro_courses_by_level .level-wrap {
    margin-bottom: 50px;
    border: 1px solid #eee;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.lp_pmpro_courses_by_level .level-wrap.feature:before {
    background: url(images/pricing-featured.png) top right no-repeat;
    content: "";
    position: absolute;
    width: 51px;
    height: 51px;
    top: -3px;
    right: -3px;
}
.lp_pmpro_courses_by_level .level-wrap header {
    text-align: center;
}
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 62px;
    padding: 10px 30px;
    overflow: hidden;
}
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_title_level:before {
    content: "";
    position: absolute;
    top: -70px;
    left: -50px;
    right: -50px;
    bottom: 0;
    z-index: -1;
    border-radius: 0 0 50% 50%;
    background: #ffb606;
}
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level {
    text-align: center;
    padding: 35px 30px 30px;
}
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .price {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    margin: 0;
}
.lp_pmpro_courses_by_level .level-wrap header .lp_pmpro_price_level .expired {
    color: #999;
    line-height: 25px;
    margin: 0;
}
.lp_pmpro_courses_by_level .level-wrap footer {
    padding: 25px 30px 40px;
    text-align: center;
}
.lp_pmpro_courses_by_level .level-wrap footer a {
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    padding: 5px 25px;
}
.lp_pmpro_courses_by_level .level-wrap main {
    padding: 0 30px;
}
.lp_pmpro_courses_by_level .level-wrap ul {
    padding: 0;
}
.lp_pmpro_courses_by_level .level-wrap ul li {
    padding: 12px 0;
    border-top: 1px solid #eee;
}
.lp_pmpro_courses_by_level .level-wrap ul li a {
    line-height: 25px;
    color: #999;
    display: block;
}
.lp_pmpro_courses_by_level .level-wrap:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.lp_pmpro_courses_by_level .navigation {
    clear: both;
}
#pmpro_account #pmpro_account-profile {
    background: #eeee;
    padding: 6px 24px;
}
body #pmpro_account .pmpro_box {
    border-top: 0;
}
form.pmpro_form .pmpro_message {
    margin-top: 0;
    margin-bottom: 40px;
}
form.pmpro_form table {
    margin-bottom: 60px;
}
form.pmpro_form .pmpro_submit {
    margin: 0;
    overflow: hidden;
}

.lp-pmpro-footer,
.lp-pmpro-header,
.lp-pmpro-main {
    overflow: hidden;
    width: 100%;
}
.lp-pmpro-header .list-item,
.lp-pmpro-header .list-main {
    border: 1px solid #eee;
    border-left: 0;
    border-bottom: 4px solid #ccc;
    min-height: 200px;
}
.lp-pmpro-header .list-main {
    border-left: 1px solid #eee;
}
.lp-pmpro-footer .list-item,
.lp-pmpro-footer .list-main {
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    min-height: 81px;
    padding: 20px 0;
    vertical-align: middle;
}
.lp-pmpro-footer .list-main,
.lp-pmpro-membership-list .list-main .item-td {
    border-left: 1px solid #eee;
}
.lp-pmpro-membership-list {
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
}
.lp-membership-list-mobile .lp-pmpro-membership-list {
    max-width: 100%;
    margin-bottom: 50px;
}
.lp-membership-list-mobile .lp-pmpro-membership-list:last-child {
    margin-bottom: 0;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .list-main {
    width: 65%;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .header-item {
    width: 100%;
}
.lp-pmpro-membership-list .list-main {
    width: 34%;
}
.lp-pmpro-membership-list .list-item {
    text-align: center;
}
.lp-pmpro-membership-list .header-item {
    padding-top: 82px;
    padding-bottom: 35px;
    position: relative;
    vertical-align: top;
    background: url(../../assets/img/box.png) top 18px center no-repeat;
}
.lp-pmpro-membership-list .header-item.has-4 {
    width: 12%;
}
.lp-pmpro-membership-list .header-item.has-3 {
    width: 22%;
}
.lp-pmpro-membership-list .header-item.has-2 {
    width: 33%;
}
.lp-pmpro-membership-list .header-item.position-2 {
    background-image: url(../../assets/img/target.png);
}
.lp-pmpro-membership-list .header-item.position-2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    width: 100%;
}
.lp-pmpro-membership-list .header-item.position-3 {
    background-image: url(../../assets/img/goals.png);
}
.lp-pmpro-membership-list .item-td {
    border: 1px solid #eee !important;
    padding: 10px 30px;
    border-top: 0;
    border-left: 0;
    line-height: 25px;
    a {
        color: #666;
        text-decoration: none;
    }
    i {
        font-style: normal;
    }
}
.lp-pmpro-membership-list .item-td.item-desc {
    font-weight: 700;
}
.lp-pmpro-membership-list .item-td.item-check {
    font-size: 17px;
}
.lp-pmpro-membership-list .item-td.item-none {
    color: #bbb;
    font-size: 17px;
}
.lp-pmpro-membership-list .lp-title {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0;
    line-height: 30px;
    text-transform: uppercase;
}
.lp-pmpro-membership-list .lp-desc {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}
.lp-pmpro-membership-list .lp-price {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.lp-pmpro-membership-list .lp-price .currency {
    font-size: 16px;
    vertical-align: super;
}
.lp-pmpro-membership-list .lp-price .expired {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}
.lp-pmpro-membership-list .lp-price .expired .currency {
    font-size: 14px;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .item_level {
    border: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses {
    border-top: 1px solid #eee;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .list_courses .item-td {
    text-align: center;
}
.lp-membership-list-mobile .lp-pmpro-membership-list .item_level .footer-item {
    text-align: center;
    padding: 20px 0;
}
#pmpro_paypalexpress_checkout input {
    border: 0;
    padding: 0;
}
form.pmpro_form .lp-pmpro-name {
    width: 150px;
    height: 150px;
    float: left;
    clear: none;
    margin: 0 20px 0 0;
    position: relative;
}
form.pmpro_form .lp-pmpro-name h4 {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
}
form.pmpro_form .lp-pmpro-content {
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    float: right;
    clear: none;
    margin: 0;
}
form.pmpro_form .lp-pmpro-desc {
    text-align: left;
    float: none;
    clear: both;
    margin: 0 0 5px;
    line-height: 25px;
}
form.pmpro_form .lp-pmpro-desc label,
form.pmpro_form .lp-pmpro-desc p {
    display: inline-block;
    margin: 0;
}
form.pmpro_form .lp-pmpro-desc label {
    margin-right: 5px;
    width: auto;
}
form.pmpro_form .lp-pmpro-desc.lp-pmpro-description {
    margin-top: 15px;
}
form.pmpro_form h3.pmpro_thead-name {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    padding-left: 10px;
}
form.pmpro_form .pmpro_thead-msg {
    font-style: normal;
    font-size: 14px;
    color: #999;
}
form.pmpro_form .pmpro_thead-msg a {
    font-weight: 700;
    color: #e7a507;
    text-transform: none;
    margin-left: 5px;
}
form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc {
    max-width: 500px;
    float: none;
    overflow: hidden;
    margin: auto auto 15px;
    clear: both;
}
form.pmpro_form .lp-pmpro-account-info .lp-pmpro-desc label {
    min-width: 175px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #888;
}
form.pmpro_form .lp-pmpro-account-info abbr[data-original-title],
form.pmpro_form .lp-pmpro-account-info abbr[title] {
    border-bottom: 0;
    vertical-align: bottom;
    margin-left: 5px;
    color: #999;
}
#pmpro_form tbody tr td.lp-pmpro-td,
#pmpro_pricing_fields tbody tr td.lp-pmpro-td {
    padding: 30px 40px;
}
#pmpro_form .pmpro_submit {
    text-align: center;
}
#pmpro_form .pmpro_submit span {
    float: none;
    overflow: hidden;
    display: block;
}
#pmpro_form table {
    margin-bottom: 40px;
}

.pmpro-has-access a.pmpro_btn, .pmpro-has-access input.pmpro_btn {
    border: none;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: capitalize !important;
    outline: 0;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    &:hover {
        background-color: #221638 !important;
    }
}
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
    background-color: #efefef;
    background-image: none;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.pmpro_checkout {
    input {
        height: 50px;
        color: #221638;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 3px;
        padding: 1px 0 0 15px;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        max-width: 100% !important;
    }
    table td, table td {
        padding: 19px 28px;
    }
    tbody {
        tr {
            td {
                div {
                    margin-top: 10px;
                }
            }
        }
    }
    form.pmpro_form label {
        margin-bottom: 4px;
    }
    .pmpro_payment-expiration {
        .nice-select {
            display: none;
        }
        select {
            display: inline-block !important;
            padding: 2px;
            margin-top: 8px;
            margin-right: 6px;
            margin-left: 5px;
        }
    }
}

.pmpro_member_profile_edit-fields {
    input {
        height: 50px;
        color: #221638;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 3px;
        padding: 1px 0 0 15px;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        max-width: 100% !important;
    }
    a {
        text-decoration: none !important;
        &:hover {
            text-decoration: none !important;
            color: #fff !important;
        }
    }
}

.pmpro_login_wrap {
    input#user_pass, input#user_login {
        height: 50px;
        color: #221638;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 3px;
        padding: 1px 0 0 15px;
        font-size: 16px;
        font-weight: 400;
        width: 100%;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    width: 100%;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group {
    position: relative;
    width: 100%;
}
.woocommerce form .form-row label {
    line-height: 13px;
}
.learn-press-form-register {
    h2 {
        display: none;
    }
    .acf-fields {
        display: none;
    }
}

#content-item-quiz input[type=submit] {
    width: 100% !important;
}

.tutor-course-loop-header-meta {
    overflow: visible;
    z-index: 99;
    .single-courses-box .courses-image {
        z-index: auto !important;
    }
}

.ecademy-nav .navbar .navbar-nav .dropdown.nav-item:last-child a {
    margin-right: 14px;
}
.ld-enroll-btn {
    font-weight: bold;
}

.ld-single-courses-box {
    .courses-content .course-author  {
        img {
            width: 50px;
            height: 50px;
        }
        span {
            font-weight: bold;
            text-transform: capitalize;
        }
    }
}

.sidebar {
    .widget_ldcoursenavigation{
        .learndash-wrapper {
           padding: 0px;

           .ld-course-navigation {
              .ld-course-navigation-heading{
                 margin-bottom:10px;
              }
              .ld-course-navigation-actions {
                 .ld-home-link{
                    font-size: 20px;
                    font-weight: 600;
                    text-decoration:none;
                    display:none;
                 }
                 .ld-expand-button{
                    font-weight: 500;;
                 }
              }
           }
        }
    }
    .widget_sfwd-courses-widget{
       h4{
          font-size: 16px;
          line-height: 26px;
       }
    }
    .widget ul li::before {
        top: 8px;
    }
}

.ld-courses-details-desc {
    .post-thumbnail.text-center {
        border-radius: 11px;
        background: #eee;
        padding: 15px;
    }
}

.learndash-wrapper .ld-button.ld-login-button {
    text-align: center;
    margin: auto;
    padding: 12px 23px;
    text-decoration: none;
    font-size: 19px;
    margin-top: 18px;
}

#ld-profile {
    background: #f8f9f8;
    padding: 10px 20px;
    margin-bottom: 20px;

    a {
        text-decoration: none;
    }
}

.ld-register {
    a {
        text-align: center;
        font-weight: bold;
        margin: auto;
        border-radius: 20px !important;
        padding: 12px 23px;
        text-decoration: none !important;
        font-size: 19px !important;
    }
}

.ecademy-Profile-un {
    .wp-block-buttons {
        text-align: center;
    }
}

.logged-in {
    .ld-register {
        display: none;
    }
}

.learndash-wrapper .ld-button.ld-login-button.ld-login {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register label {
    color: #fff;
}

.learndash-wrapper .ld-login-modal .ld-login-modal-register {
    h2 {
        display: none;
    }
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
    color: #fff;
}

.scroll-wrapper>.scroll-content {
    overflow: scroll !important;
}

.profile-box .content .default-btn br {
    display: none;
}

.courses-content .expert h3{
    color: #606060;
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 16px;
    display: inline;
    font-weight: normal;
}
.courses-content .expert p{
    display: inline;
}

.courses-details-area {
    .sidebar .widget {
        -webkit-box-shadow: 0 8px  7px rgba(0, 0, 0, 0.05);
        box-shadow: 0 8px 7px rgba(0, 0, 0, 0.05);
    }
}

.ld-courses-details-desc .post-thumbnail img{
    width: 100%;
}

.ld-courses-details-desc .entry-content.pt-70{
  padding-top: 30px;
}
.courses-details-desc .nav .nav-item, .courses-details-info .info li {
    list-style-type: none;
}

/*================================================
Gym Banner Area CSS
=================================================*/
.gym-home-area {
    padding-top: 10px;
    position: relative;
    z-index: 1;
    background: {
        color: #f1f1f1;
        image: url(../../assets/img/gym-banner-bg.jpg);
        position: center center;
        repeat: no-repeat;
        size: cover;
    };
    .sliderCounter {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 40px;
        text-align: center;
        line-height: 1;
        color: $optional-color;
        font: {
            size: 20px;
            weight: 800;
        };
    }
}
.gym-banner-item {
    .container-fluid {
        padding: {
            left: 40px;
            right: 40px;
        };
    }
}
.gym-banner-content {
    h1 {
        margin-bottom: 15px;
        font: {
            size: 59px;
            weight: 800;
        };
    }
    p {
        max-width: 650px;
    }
    .default-btn {
        margin-top: 10px;
    }
}
.gym-banner-image {
    text-align: center;
    padding: {
        left: 50px;
        right: 50px;
    };
    img {
        display: inline-block !important;
        width: auto !important;
    }
}
.gym-banner-slides {
    &.owl-theme {
        .owl-nav {
            margin-top: 0;
            opacity: 0;
            visibility: hidden;
            transition: $transition;

            [class*=owl-] {
                position: absolute;
                left: 10px;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
                padding: 0;
                transition: $transition;
                font-size: 30px;
                color: $optional-color;
                background-color: transparent !important;
                line-height: 1;

                &.owl-next {
                    left: auto;
                    right: 10px;
                }
                &:hover {
                    color: $main-color;
                }
            }
        }
        &:hover {
            .owl-nav {
                opacity: 1;
                visibility: visible;
            }
        }
    }
}

/*================================================
Featured Area CSS
=================================================*/
.featured-area {
    .container-fluid {
        padding: {
            left: 0;
            right: 0;
        };
        .row {
            margin: {
                left: 0;
                right: 0;
            };
            .col-lg-4 {
                padding: {
                    left: 0;
                    right: 0;
                };
            }
        }
    }
}
.single-featured-box {
    position: relative;
    text-align: center;
    overflow: hidden;

    img {
        transition: $transition;
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        bottom: 0;
        background-color: #000000;
        opacity: 0.70;
    }
    .content {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: $white-color;
        padding: 20px;
        max-width: 400px;
        margin: {
            left: auto;
            right: auto;
        };
        .icon {
            font-size: 50px;
            line-height: 1;
            color: $main-color;
            display: inline-block;
            margin-bottom: 25px;
        }
        h3 {
            color: $white-color;
            margin-bottom: 12px;
            font: {
                size: 24px;
                weight: 800;
            };
        }
        p {
            opacity: 0.9;
            color: $white-color;
        }
    }
    &:hover {
        img {
            transform: scale(1.05);
        }
    }
}

/*================================================
Why Choose Us Area CSS
=================================================*/
.why-choose-us-area {
    .container-fluid {
        padding: {
            left: 40px;
            right: 40px;
        };
    }
}
.why-choose-us-image {
    text-align: center;
}
.why-choose-us-content {
    max-width: 595px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        color: $main-color;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin: {
            bottom: 15px;
        };
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .features-list {
        padding-left: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        margin: {
            bottom: 0;
            top: -5px;
            left: -8px;
            right: -8px;
        };
        li {
            flex: 0 0 50%;
            max-width: 50%;
            padding: {
                left: 8px;
                right: 8px;
                top: 16px;
            };
            span {
                display: block;
                position: relative;
                color: $black-color;
                font: {
                    size: 18px;
                    weight: 700;
                };
                padding: {
                    left: 50px;
                    top: 5px;
                    bottom: 5px;
                };
                i {
                    position: absolute;
                    left: 0;
                    top: -2px;
                    width: 40px;
                    height: 40px;
                    overflow: hidden;
                    text-align: center;
                    font-weight: 500;
                    line-height: 40px;
                    color: $main-color;
                    font-size: 25px;
                    background: {
                        image: url(../../assets/img/circle-border.png);
                        position: center center;
                        size: cover;
                        repeat: no-repeat;
                    };
                }
            }
        }
    }
    .default-btn {
        margin-top: 30px;
    }
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
    &.bg-black {
        background-color: $black-color;

        .section-title {
            h2 {
                color: $white-color;
            }
            p {
                color: $white-color;
                opacity: 0.9;
            }
        }
        .courses-info {
            p {
                color: $white-color;
                opacity: 0.9;

                a {
                    color: $white-color !important;
                    font-weight: 800;
                }
            }
        }
    }
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area {
    &.bg-black {
        background-color: $black-color;
        position: relative;
        z-index: 1;

        .col-lg-3 {
            border: none;
        }
        &::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            background-color: $white-color;
            height: 250px;
        }
    }
}
.single-funfacts-item {
    &.with-box-shadow {
        margin-bottom: 30px;
        background-color: $white-color;
        box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
        border: none;
        background: {
            image: url(../../assets/img/bg2.jpg);
            position: center center;
            size: cover;
            repeat: no-repeat;
        };
        padding: {
            top: 100px;
            bottom: 100px;
            left: 30px;
            right: 30px;
        };
    }
}

/*================================================
Gym Feedback Area CSS
=================================================*/
.gym-feedback-area {
    background: {
        color: #fafafa;
        image: url(../../assets/img/feedback-bg2.jpg);
        position: center center;
        repeat: no-repeat;
        size: cover;
    };
    &:hover {
        .gym-feedback-slides {
            &.owl-theme {
                .owl-nav {
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}
.gym-feedback-box {
    text-align: center;
    position: relative;
    z-index: 1;
    margin: {
        left: auto;
        right: auto;
    };
    p {
        font-size: 24px;
        color: $black-color;
    }
    .title {
        margin-top: 25px;

        h3 {
            margin-bottom: 6px;
            color: $main-color;
            font: {
                size: 25px;
                weight: 700;
            };
        }
        span {
            display: block;
            color: $black-color;
        }
    }
    &::before {
        content: "\f10a";
        position: absolute;
        left: -110px;
        color: $black-color;
        opacity: .05;
        z-index: -1;
        top: 5px;
        transform: scaleX(-1);
        line-height: 1;
        font: {
            family: Flaticon;
            size: 250px;
        };
    }
}
.gym-feedback-slides {
    .gym-feedback-box {
        max-width: 1000px;
    }
    &.owl-theme {
        .owl-nav {
            opacity: 0;
            margin-top: 0;
            visibility: hidden;
            transition: $transition;

            [class*=owl-] {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
                padding: 0;
                transition: $transition;
                font-size: 40px;
                color: $optional-color;
                background-color: transparent !important;
                line-height: 1;

                &.owl-next {
                    left: auto;
                    right: 0;
                }
                &:hover {
                    color: $main-color;
                }
            }
        }
    }
}

/*================================================
Trainer Area CSS
=================================================*/
.single-trainer-box {
    margin-bottom: 30px;
    text-align: center;
    position: relative;

    .content {
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 10px;
        transition: $transition;
        opacity: 0;
        visibility: hidden;
        bottom: 60px;
        background-color: rgba(34, 22, 56, .90);
        max-width: 250px;
        margin: {
            left: auto;
            right: auto;
        };
        padding: {
            top: 80px;
            bottom: 80px;
            left: 10px;
            right: 10px;
        };
        h3 {
            margin-bottom: 18px;
            color: $white-color;
            font: {
                size: 24px;
                weight: 800;
            };
        }
        .social-link {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;

            li {
                display: inline-block;
                margin: {
                    left: 1px;
                    right: 1px;
                };
                a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    color: #bfbfbf;
                    line-height: 38px;
                    background-color: $black-color;
                    border-radius: 3px;
                    font-size: 18px;

                    &:hover {
                        color: $white-color;
                        background-color: $main-color;
                    }
                }
            }
        }
    }
    .designation {
        display: inline-block;
        background-color: $white-color;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        color: $main-color;
        max-width: 250px;
        margin: {
            left: auto;
            right: auto;
        };
        padding: {
            top: 10px;
            bottom: 8px;
            left: 30px;
            right: 30px;
        };
        font: {
            size: 18px;
            weight: 600;
        };
    }
    &:hover {
        .content {
            opacity: 1;
            visibility: visible;
        }
    }
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
    background-color: #f1f1f1;
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 40px;
        z-index: -1;
        background-color: $white-color;
    }
    &::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100px;
        z-index: -1;
        background-color: $white-color;
    }
}
.app-download-content {
    margin-right: -60px;
    position: relative;
    top: -25px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        color: $main-color;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 15px;
        line-height: 1.4;
        font: {
            size: 35px;
            weight: 800;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.app-download-image {
    text-align: center;
}

/*================================================
Online Platform Area CSS
=================================================*/
.online-platform-area {
    background-color: #f1f1f1;
    position: relative;
    z-index: 1;

    .shape23 {
        right: 20%;
        bottom: 15%;
    }
}
.online-platform-image {
    text-align: center;
    padding-right: 15px;
}
.online-platform-content {
    padding-left: 15px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        color: $main-color;
        margin-bottom: 10px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 15px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}

.features-list {
    li {
        list-style-type: none;
    }
}

#checkout-form-login .learn-press-form-login {
    display: block !important;
}


/*================================================
Learning Management
=================================================*/

.bg-fff8f8 {
    background-color: #fff8f8;
}
.bg-f9fbff {
    background-color: #f9fbff;
}

/*================================================
Features Area CSS
=================================================*/
.features-box {
    z-index: 1;
    padding: 35px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
    transition: $transition;
    background-color: $white-color;

    .icon {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 15px;
    }
    h3 {
        margin-bottom: 15px;
        font: {
            size: 21px;
            weight: 800;
        };
    }
    p {
        margin-bottom: 12px;
    }
    .link-btn {
        display: inline-block;
        color: $main-color;
        font: {
            size: 15px;
            weight: 700;
        };
        &:hover {
            color: $black-color;
        }
    }
    .back-icon {
        top: 20px;
        right: 20px;
        opacity: .05;
        line-height: 1;
        font-size: 120px;
        position: absolute;
    }
    &:hover {
        transform: translateY(-10px);
    }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
    z-index: 1;
    position: relative;
    padding: {
        top: 80px;
        bottom: 100px;
    };
    .container-fluid {
        max-width: 1395px;
    }
    .banner-shape1 {
        left: auto;
        bottom: 10%;
        right: 17%;
        width: 190px;
    }
    .banner-shape2 {
        width: 50px;
        left: 29%;
        top: 9%;
    }
    .banner-shape3 {
        right: auto;
        width: 50px;
        left: 30%;
        top: 5%;
    }
}
.main-banner-content-style-two {
    h1 {
        margin-bottom: 20px;
        font: {
            size: 60px;
            weight: 800;
        };
    }
    p {
        max-width: 580px;
        line-height: 1.8;
        font: {
            weight: 600;
            size: 16px;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.bulb {
    left: 15%;
    bottom: 0;
    z-index: -1;
    position: absolute;

    img {
        animation: moveleftbounce 4s linear infinite;
    }
}

/*================================================
About Area CSS
=================================================*/
.about-area {
    .bulb {
        left: auto;
        right: 50px;
        width: 280px;
    }
}

/*================================================
View All Courses Area CSS
=================================================*/
.view-all-courses-area-three {
    padding-top: 20px;
    position: relative;
    z-index: 1;

    .bulb {
        left: auto;
        right: 50px;
    }
}
.view-all-courses-content-style-two {
    .sub-title {
        display: block;
        text-transform: uppercase;
        color: $main-color;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 0;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        margin-top: 15px;
    }
    .default-btn {
        margin-top: 10px;
    }
}
.view-all-courses-image-style-two {
    margin-left: 30px;
}

/*================================================
Premium Access Area CSS
=================================================*/
.premium-access-area-two {
    z-index: 1;
    padding-top: 30px;
    position: relative;

    &::before {
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        z-index: -1;
        height: 35px;
        position: absolute;
        background-color: #100f1f;
    }
}
.premium-access-content-style-two {
    position: relative;
    top: -20px;

    .sub-title {
        display: block;
        text-transform: uppercase;
        color: $main-color;
        margin-bottom: 8px;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 15px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    .default-btn {
        margin-top: 10px;
    }
}
.premium-access-image-style-two {
    text-align: center;
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-slides-two {
    max-width: 1150px;
    margin: {
        left: auto;
        right: auto;
    };
    &.owl-theme {
        .owl-nav {
            margin-top: 0;

            [class*=owl-] {
                left: -20px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
                padding: 0;
                background-color: $white-color !important;
                width: 40px;
                color: $main-color;
                border: 1px solid $main-color;
                height: 40px;
                font-size: 25px !important;
                transition: $transition;
                border-radius: 50%;

                i {
                    left: 0;
                    right: 0;
                    top: 50%;
                    position: absolute;
                    transform: translateY(-50%);
                }
                &:hover {
                    background-color: $main-color !important;
                    color: $white-color;
                }
                &.owl-next {
                    left: auto;
                    right: -20px;
                }
            }
        }
    }
}
.testimonials-item {
    z-index: 1;
    padding: 100px;
    background-color: #FFF8F8;
    border-radius: 5px;
    position: relative;

    p {
        font-size: 18px;
        line-height: 1.8;
    }
    h3 {
        color: $main-color;
        margin: {
            top: 20px;
            bottom: 0;
        };
        font: {
            size: 20px;
            weight: 700;
        };
    }
    span {
        display: block;
        color: $optional-color;
        font-size: 15px;
        margin-top: 4px;
    }
    img {
        display: inline-block !important;
        width: auto !important;
        text-align: center;
    }
    &::before {
        opacity: .04;
        content: "\f10a";
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: -1;
        line-height: 1;
        font: {
            family: Flaticon;
            size: 200px;
        };
        margin: {
            top: 10px;
            left: 50px;
        };
    }
}

/*================================================
Get Instant Courses Area CSS
=================================================*/
.get-instant-courses-area-two {
    position: relative;
    z-index: 1;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 25px;
        z-index: -1;
        background-color: $white-color;
    }
    &::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 21px;
        z-index: -1;
        background-color: $white-color;
    }
    .bulb {
        left: 20px;
        width: 180px;
        bottom: 21px;
    }
}
.get-instant-courses-content-style-two {
    .sub-title {
        display: block;
        color: $main-color;
        margin-bottom: 10px;
        text-transform: uppercase;
        font: {
            size: 14px;
            weight: 600;
        };
    }
    h2 {
        margin-bottom: 15px;
        font: {
            size: 36px;
            weight: 800;
        };
    }
    p {
        max-width: 620px;
        line-height: 1.8;
    }
    .default-btn {
        margin-top: 5px;
    }
}
.get-instant-courses-image-style-two {
    text-align: right;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-item {
    text-align: center;

    img {
        width: auto !important;
        display: inline-block !important;
        transition: $transition;
        opacity: .60;
    }
    &:hover {
        img {
            opacity: 1;
        }
    }
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
    z-index: 1;
    position: relative;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        z-index: -1;
        background-color: #FFF8F8;
    }
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-box {
    background-color: $white-color;
    border: 1px dashed #AD8360;
    border-radius: 50%;
    text-align: center;
    position: relative;
    height: 280px;
    width: 280px;
    margin: {
        left: auto;
        right: auto;
        bottom: 30px;
    };
    h3 {
        margin-bottom: 8px;
        color: $main-color;
        font: {
            size: 44px;
            weight: 800;
        };
        span {
            font-size: 48px;
        }
        .odometer {
            position: relative;
            top: -2px;
        }
    }
    p {
        text-transform: uppercase;
        color: $black-color;
        line-height: 1;
        font: {
            weight: 700;
            size: 16px;
        };
    }
    .content {
        left: 0;
        right: 0;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
}
.single-courses-item-box {
    .courses-content {
        .rating {
            .review-stars-rated {
                margin-bottom: 0;
            }
        }
    }
}