/** Path: theme  style.' **/
/*
@File: Edly Template Styles

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

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

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

** - Default CSS
** - Default Btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Main Banner Area CSS
** - Partner Area CSS
** - Features Area CSS
** - Courses Area CSS
** - Opportunities Area CSS
** - Categories Area CSS
** - Success Area CSS
** - Overview Area CSS
** - Improving Area CSS
** - Find Events Area CSS
** - Subscribe Area CSS
** - Fun Facts Area CSS
** - Affordable Area CSS
** - Career Area CSS
** - Review Area CSS
** - Blog Area CSS
** - Page Banner Area CSS
** - Membership Levels Area CSS
** - Become Instructor Area CSS
** - Zoom App Area CSS
** - Zoom Meeting Area CSS
** - Success Story Area CSS
** - Straight Quotes Area CSS
** - Success Overview Area CSS
** - Gallery Area CSS
** - FAQ Area CSS
** - Profile Authentication Area CSS
** - Purchase Guide Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - 404 Error Area CSS
** - Coming Soon Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Instructors Area CSS
** - Instructors Details Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Widget Sidebar CSS
** - Pagination CSS
** - Go Top Area CSS Area CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
:root {
    --fontSize: 17px;
    --font-size: 17px;
    --transition: .6s;
    --main-color: #F4197D;
    --optional-color: #1EA69A;
    --gradient-color: linear-gradient(90deg, #FD1E43 0%, #F4197D 100%);
    --footerBG: #F5F6F9;
    --paragraph-color: #869199;
    --whiteColor: #ffffff;
    --white-color: #ffffff;
    --black-color: #3B2A56;
    --font-family: "Nunito", sans-serif;
    --HeadingColor: #0d0c0c;
    --soft_gradientcolor: #FFADCF;
}

a {
    text-decoration: none;
    transition: var(--transition);
    color: var(--black-color);
}
a:hover, a:focus {
    color: var(--main-color);
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: var(--font-size);
}
p:last-child {
    margin-bottom: 0;
}

.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--black-color);
    font-weight: 800;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

/*================================================
Default Btn CSS
=================================================*/
.default-btn, .usermenu span.login a {
    display: inline-flex;
    background: var(--gradient-color);
    color: var(--white-color);
    font-weight: 600;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    filter: drop-shadow(-5px 15px 30px var(--soft_gradientcolor));
}
.default-btn:before, .usermenu span.login a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    background-color: var(--optional-color);
    border-radius: 50%;
    z-index: -1;
    transform-origin: top center;
    transform: translateX(-50%) translateY(-5%) scale(0.4);
    transition: transform 0.9s;
}
.default-btn:hover, .usermenu span.login a:hover {
    color: var(--white-color);
}
.default-btn:hover:before, .usermenu span.login a:hover:before {
    transition: transform 1s;
    transform: translateX(-45%) translateY(0) scale(1);
    transform-origin: bottom center;
}

/*
Top Header Area Style
======================================================*/
.top-header-area {
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 999;
    position: relative;
    background-color: var(--optional-color);
}
.top-header-area .container-fluid {
    max-width: 1780px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.header-left-content p {
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #E6F8FC;
}
.header-left-content p .read-more {
    color: var(--white-color);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.header-left-content p .read-more:hover {
    color: var(--white-color);
}

.header-right-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: right;
}
.header-right-content li {
    margin-right: 25px;
    padding-right: 30px;
    border-right: 1px solid #8fc4ca;
    display: inline-block;
    font-size: 15px;
}
.header-right-content li:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}
.header-right-content li .form-select {
    background-color: transparent;
    color: #E4F5F7;
    border: none;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=down-arrow);
    background-position: right 0px center;
    background-size: 13px 12px;
    max-width: 150px;
    cursor: pointer;
    letter-spacing: -0.05em;
    font-weight: 600;
    font-size: 15px;
    padding-left: 0;
}
.header-right-content li .form-select option {
    color: var(--HeadingColor);
    padding-left: 15px;
}
.header-right-content li .form-select:focus {
    box-shadow: none;
    border: none;
}
.header-right-content li a {
    color: var(--white-color);
    letter-spacing: -0.05em;
    font-weight: 600;
    font-size: 15px;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    padding: 10px 0;
    background-color: var(--white-color);
    box-shadow: 0px 8px 20px rgba(41, 99, 112, 0.06);
}
.main-navbar .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}
.main-navbar .navbar {
    transition: var(--transition);
    padding: 0;
    position: relative;
    z-index: 999;
}
.main-navbar .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}
.main-navbar .navbar .search-box {
    width: 265px;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
    border-radius: 5px;
}
.main-navbar .navbar .search-box .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 0;
    background: #F6F8FA;
    transition: var(--transition);
    color: #869199;
    outline: 0;
    padding: 15px 25px;
    font-size: 15px;
}
.main-navbar .navbar .search-box .input-search::-moz-placeholder {
    color: #869199;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.main-navbar .navbar .search-box .input-search::placeholder {
    color: #869199;
    transition: var(--transition);
}
.main-navbar .navbar .search-box .input-search:focus::-moz-placeholder {
    color: transparent;
}
.main-navbar .navbar .search-box .input-search:focus::placeholder {
    color: transparent;
}
.main-navbar .navbar .search-box button {
    position: absolute;
    right: 20px;
    top: 2px;
    height: 55px;
    background-color: transparent;
    border: none;
    color: var(--optional-color);
    font-size: 22px;
    transition: var(--transition);
}
.main-navbar .navbar .search-box button:hover {
    color: var(--main-color);
}
.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.main-navbar .navbar .navbar-nav {
    position: relative;
    z-index: 999;
}
.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color);
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: var(--transition);
}
.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: var(--white-color);
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: var(--black-color);
    font-weight: 400;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 15px;
    transform: translateY(-50%);
    right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 19.8px;
    height: 2px;
    width: 15px;
    background: var(--gradient-color);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a.active {
    color: var(--main-color);
    padding-left: 42px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu a.active::before {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    margin-top: 15px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    right: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 250px;
    visibility: hidden;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a {
    color: var(--black-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu a.active {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu.active a {
    color: var(--main-color);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.main-navbar .navbar .others-options {
    margin: auto;
    margin-right: 0;
}
.main-navbar .navbar .others-options .option-item {
    margin-right: 15px;
}
.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0;
}
.main-navbar .navbar .others-options .option-item:nth-child(2) {
    margin-left: 10px;
    padding-right: 10px;
}
.main-navbar .navbar .others-options .option-item:nth-child(3) {
    margin-left: 5px;
}
.main-navbar .navbar .others-options .option-item .cart-btn a {
    position: relative;
    padding-top: 12px;
}
.main-navbar .navbar .others-options .option-item .cart-btn a i {
    font-size: 25px;
}
.main-navbar .navbar .others-options .option-item .cart-btn a span {
    position: absolute;
    right: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: var(--optional-color);
    color: var(--white-color);
    font-size: 12px;
    transition: var(--transition);
    font-weight: 600;
}
.main-navbar .navbar .others-options .option-item .cart-btn a:hover span {
    background-color: var(--black-color);
}
.main-navbar .navbar .others-options .option-item .user-btn i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #869199;
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
}
.main-navbar .navbar .others-options .option-item .user-btn i:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
}

.navbar-area {
    z-index: 999 !important;
}
.navbar-area.is-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: var(--transition);
}

.navbar-area-with-border .main-navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item a {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 1px;
    height: 2.5px;
    width: 100%;
    background: var(--gradient-color);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item a:hover::after, .navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item a:focus::after, .navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item a.active::after {
    opacity: 1;
    visibility: visible;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item:hover a::after, .navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item.active a::after {
    opacity: 1;
    visibility: visible;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 95px;
}
.navbar-area-with-border .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
    display: none;
}

.others-option-for-responsive {
    display: none;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 52px;
    top: -35px;
    font-weight: 400;
}
.others-option-for-responsive .dot-menu .inner {
    display: flex;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    transition: var(--transition);
    background-color: var(--black-color);
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: var(--main-color);
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 92%;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    transform: scaleX(0);
    z-index: 99999;
    padding: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    transform: scaleX(1);
}
.others-option-for-responsive .option-inner {
    text-align: center;
}
.others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
}
.others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
}
.others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 15px;
}
.others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a {
    position: relative;
    padding-top: 12px;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a i {
    font-size: 25px;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a span {
    position: absolute;
    right: -10px;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background: var(--optional-color);
    color: var(--white-color);
    font-size: 12px;
    transition: var(--transition);
    font-weight: 600;
}
.others-option-for-responsive .option-inner .others-options .option-item .cart-btn a:hover span {
    background-color: var(--black-color);
}
.others-option-for-responsive .option-inner .others-options .option-item .user-btn i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #869199;
    color: var(--black-color);
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
}
.others-option-for-responsive .option-inner .others-options .option-item .user-btn i:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box {
    position: relative;
    border-radius: 5px;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 0;
    background: #F6F8FA;
    transition: var(--transition);
    color: #869199;
    outline: 0;
    padding: 15px 25px;
    font-size: 15px;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box .input-search::-moz-placeholder {
    color: #869199;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box .input-search::placeholder {
    color: #869199;
    transition: var(--transition);
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box .input-search:focus::-moz-placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box .input-search:focus::placeholder {
    color: transparent;
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box button {
    position: absolute;
    right: 20px;
    top: 2px;
    height: 55px;
    background-color: transparent;
    border: none;
    color: var(--optional-color);
    font-size: 22px;
    transition: var(--transition);
}
.others-option-for-responsive .option-inner .others-options .option-item .search-box button:hover {
    color: var(--main-color);
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
    text-align: center;
    margin-bottom: 65px;
}
.section-title .sub {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    color: var(--main-color);
}
.section-title h2 {
    font-size: 36px;
    margin-bottom: 0;
}
.section-title h2 span {
    position: relative;
    z-index: 1;
}
.section-title h2 span::before {
    position: absolute;
    content: "";
    right: 40px;
    bottom: -25px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    z-index: 999999;
    background: var(--gradient-color);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
.preloader .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.preloader .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.preloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--white-color);
}
.preloader .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.preloader .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.preloader .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.preloader .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.preloader .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.preloader .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.preloader .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.preloader .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.preloader .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.preloader .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.preloader .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.preloader .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-area {
    background: #F9F6F2;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px;
}
.main-banner-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.main-banner-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: var(--white-color);
    z-index: -1;
}

.main-banner-content {
    max-width: 700px;
    position: relative;
    top: -28px;
}
.main-banner-content h1 {
    font-size: 58px;
    margin-bottom: 20px;
    position: relative;
}
.main-banner-content h1 span {
    color: var(--optional-color);
}
.main-banner-content h1::before {
    position: absolute;
    content: "";
    right: 55px;
    bottom: 45px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.main-banner-content p {
    font-size: 18px;
    color: #7A7384;
}
.main-banner-content .banner-search {
    margin-top: 25px;
    position: relative;
    max-width: 555px;
    padding-right: 160px;
}
.main-banner-content .banner-search label {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 20px;
    top: 15.8px;
    color: var(--black-color);
    line-height: 1;
    font-size: 20px;
}
.main-banner-content .banner-search .input-search {
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid var(--white-color);
    border-radius: 0;
    transition: var(--transition);
    color: #869199;
    font-size: 15px;
    outline: 0;
    padding: 14px 20px 15px 50px;
}
.main-banner-content .banner-search .input-search::-moz-placeholder {
    color: #869199;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.main-banner-content .banner-search .input-search::placeholder {
    color: #869199;
    transition: var(--transition);
}
.main-banner-content .banner-search .input-search:focus {
    border: 1px solid var(--main-color);
}
.main-banner-content .banner-search .input-search:focus::-moz-placeholder {
    color: transparent;
}
.main-banner-content .banner-search .input-search:focus::placeholder {
    color: transparent;
}
.main-banner-content .banner-search button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 55px;
}

.main-banner-image {
    text-align: center;
}

.main-banner-shape-1 {
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateY(-45%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.main-banner-shape-2 {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translateY(-50%) translateX(-52%);
    z-index: -1;
}

.main-banner-shape-3 {
    position: absolute;
    bottom: 165px;
    left: 35%;
    transform: translateY(-35%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.main-banner-ellipse {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.main-banner-bottom-content {
    padding: 15px 100px 15px 110px;
    border-radius: 0px 55.5px 55.5px 0px;
    background-color: var(--black-color);
    max-width: 960px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
}
.main-banner-bottom-content h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--white-color);
}
.main-banner-bottom-content h3 span {
    font-size: 20px;
    font-weight: 600;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}
.main-banner-wrap-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
.main-banner-wrap-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.main-banner-wrap-area::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 1270px;
    background: #F5F6F9;
    z-index: -1;
}

.main-banner-wrap-content {
    max-width: 700px;
}
.main-banner-wrap-content h1 {
    font-size: 58px;
    margin-bottom: 20px;
    position: relative;
}
.main-banner-wrap-content h1 span {
    color: var(--optional-color);
}
.main-banner-wrap-content h1::before {
    position: absolute;
    content: "";
    right: 120px;
    bottom: 45px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.main-banner-wrap-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.main-banner-wrap-content .banner-btn {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.main-banner-wrap-content .banner-btn li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.main-banner-wrap-content .banner-btn li:last-child {
    margin-right: 0;
}
.main-banner-wrap-content .banner-btn li:last-child .default-btn {
    background: var(--black-color);
    filter: unset;
}

.main-banner-wrap-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.main-banner-wrap-image .banner-box {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    padding: 25px;
    max-width: 312px;
    position: absolute;
    right: 55px;
    top: 30px;
}
.main-banner-wrap-image .banner-box .info {
    margin-bottom: 10px;
}
.main-banner-wrap-image .banner-box .info img {
    max-width: 35px;
}
.main-banner-wrap-image .banner-box .info .title {
    margin-left: 10px;
}
.main-banner-wrap-image .banner-box .info .title span {
    color: var(--paragraph-color);
    font-size: 15px;
}
.main-banner-wrap-image .banner-box h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
.main-banner-wrap-image .banner-box h3 a {
    color: var(--black-color);
}
.main-banner-wrap-image .banner-congratulations {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    padding: 25px;
    max-width: 305px;
    position: absolute;
    right: 0;
    bottom: 180px;
}
.main-banner-wrap-image .banner-congratulations .content {
    position: relative;
    padding-left: 65px;
}
.main-banner-wrap-image .banner-congratulations .content .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.main-banner-wrap-image .banner-congratulations .content .icon i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    background: var(--gradient-color);
    color: var(--white-color);
    border-radius: 10px;
    text-align: center;
}
.main-banner-wrap-image .banner-congratulations .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.main-banner-wrap-image .banner-congratulations .content p {
    font-size: 15px;
}
.main-banner-wrap-image .banner-reviews {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    padding: 25px;
    max-width: 312px;
    position: absolute;
    right: 130px;
    bottom: -30px;
}
.main-banner-wrap-image .banner-reviews span {
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 15px;
}
.main-banner-wrap-image .banner-reviews span i {
    font-size: 18px;
    color: #FFC383;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.main-banner-wrap-image .banner-reviews h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
.main-banner-wrap-image .banner-reviews h3 a {
    color: var(--black-color);
}

.banner-wrap-ellipse {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.banner-wrap-shape {
    position: absolute;
    bottom: 150px;
    left: 35%;
    transform: translateX(-35%);
    animation: moveleftbounce 5s linear infinite;
}

.main-banner-with-large-area {
    background: #F9F6F2;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main-banner-with-large-area .container-fluid {
    padding-left: 30px;
    padding-right: 0;
}

.main-banner-large-content {
    position: relative;
    top: -15px;
    padding-top: 245px;
    padding-bottom: 245px;
    padding-right: 50px;
}
.main-banner-large-content h1 {
    font-size: 58px;
    margin-bottom: 20px;
    position: relative;
}
.main-banner-large-content h1 span {
    color: var(--optional-color);
}
.main-banner-large-content h1::before {
    position: absolute;
    content: "";
    right: 55px;
    bottom: 45px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.main-banner-large-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.main-banner-large-content .banner-btn {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.main-banner-large-content .banner-btn li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.main-banner-large-content .banner-btn li:last-child {
    margin-right: 0;
}
.main-banner-large-content .banner-btn li:last-child .default-btn {
    background: var(--black-color);
    filter: unset;
}

.main-banner-large-image {
    background-image: url(../../assets/images/main-banner/banner-large.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.banner-large-shape-1 {
    position: absolute;
    top: 65px;
    left: 30%;
    transform: translateX(-30%);
    z-index: -1;
}

.banner-large-shape-2 {
    position: absolute;
    bottom: 145px;
    left: 35%;
    transform: translateY(-35%);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-card {
    text-align: center;
}
.partner-card img {
    display: inline-block;
    width: auto !important;
    display: inline-block !important;
}

.partner-bottom-content {
    max-width: 620px;
    margin: 40px auto 0;
    text-align: center;
}
.partner-bottom-content p a {
    color: var(--main-color);
}
.partner-bottom-content p a:hover {
    color: var(--optional-color);
}

.partner-area.with-black-bg-color {
    background-color: var(--black-color);
}

.partner-inner-area {
    position: relative;
    z-index: 1;
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding-top: 65px;
    padding-bottom: 65px;
    padding-left: 80px;
    padding-right: 80px;
    margin-top: -80px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
    position: relative;
    z-index: 11;
}

.features-card {
    background: #F5F6F9;
    padding: 35px 25px;
    margin-bottom: 25px;
    transition: var(--transition);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.features-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.features-card .image {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.features-card .image .icon {
    position: absolute;
    left: 15.8px;
    right: 0;
    top: 22px;
    text-align: center;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.features-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}
.features-card .features-btn {
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    transition: var(--transition);
}
.features-card:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.features-card:hover .features-btn {
    letter-spacing: 1px;
}
.features-card.with-box-shadow {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    text-align: center;
}
.features-card.with-box-shadow .icon-image {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: linear-gradient(29.39deg, #718A96 3.66%, #9CBDC8 95.47%);
    border-radius: 10px;
    margin-bottom: 25px;
}
.features-card.with-box-shadow .icon-image.bg-2 {
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
}
.features-card.with-box-shadow .icon-image.bg-3 {
    background: linear-gradient(29.39deg, #8963CC 3.66%, #BEA1F9 95.47%);
}
.features-card.with-box-shadow .icon-image.bg-4 {
    background: linear-gradient(29.39deg, #5C8DB9 3.66%, #B6DCF2 95.47%);
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.courses-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.courses-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.courses-card .courses-content {
    padding: 0 20px 25px 20px;
}
.courses-card .courses-content .top-content {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 20px 15px;
    position: relative;
    margin-top: -40px;
}
.courses-card .courses-content .top-content .info {
    margin-bottom: 15px;
}
.courses-card .courses-content .top-content .info .title {
    margin-left: 12px;
}
.courses-card .courses-content .top-content .info .title i {
    background: var(--optional-color);
    padding: 8px 8px;
    color: #fff;
    margin-right: 3px;
    border-radius: 50%;
}
.courses-card .courses-content .top-content .info .title span {
    color: var(--paragraph-color);
    font-size: 15px;
}
.courses-card .courses-content .top-content .info .title span a {
    color: var(--paragraph-color);
}
.courses-card .courses-content .top-content .info .title span a:hover {
    color: var(--main-color);
}
.courses-card .courses-content .top-content h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
.courses-card .courses-content .top-content h3 a {
    color: var(--black-color);
}
.courses-card .courses-content .top-content .price {
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: -28.5px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: var(--transition);
}
.courses-card .courses-content .middle-content {
    margin-top: 25px;
}
.courses-card .courses-content .middle-content .rating {
    padding-left: 0;
    margin-bottom: 14px;
    line-height: 1;
}
.courses-card .courses-content .middle-content .rating li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.courses-card .courses-content .middle-content .rating li:last-child {
    margin-right: 0;
}
.courses-card .courses-content .middle-content .rating li i {
    color: #FFC383;
    font-size: 18px;
}
.courses-card .courses-content .middle-content .rating li span {
    color: var(--paragraph-color);
    font-size: 15px;
    position: relative;
    top: -2px;
}
.courses-card .courses-content .middle-content p {
    font-size: 16px;
}
.courses-card .courses-content .bottom-list {
    border-top: 1px solid rgba(224, 223, 230, 0.57);
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
}
.courses-card .courses-content .bottom-list li {
    list-style-type: none;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
}
.courses-card .courses-content .bottom-list li i {
    font-size: 18px;
    color: var(--optional-color);
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.courses-card:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.courses-card:hover .courses-content .top-content h3 a {
    color: var(--main-color);
}
.courses-card:hover .courses-content .top-content .price {
    background-color: var(--main-color);
}

.courses-bottom-content {
    max-width: 720px;
    margin: 15px auto 0;
    text-align: center;
}
.courses-bottom-content p a {
    color: var(--optional-color);
    font-weight: 600;
}
.courses-bottom-content p a:hover {
    color: var(--main-color);
}

.courses-pot-shape {
    position: absolute;
    top: -150px;
    left: 14%;
    z-index: -1;
    transform: translateX(-14%);
}
.courses-pot-shape.top {
    top: -85px;
}

.courses-box {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.courses-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.courses-box .courses-image {
    position: relative;
}
.courses-box .courses-image .user {
    position: absolute;
    top: 15px;
    left: 15px;
}
.courses-box .courses-image .user img {
    border: 3.5px solid var(--white-color);
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
    max-width: 45px;
}
.courses-box .courses-image .price {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
    font-weight: bold;
    background-color: var(--optional-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 20px 0 0 0;
    padding: 8px 25px;
}
.courses-box .courses-content {
    padding: 25px;
}
.courses-box .courses-content .list {
    padding-left: 0;
    margin-bottom: 15px;
}
.courses-box .courses-content .list li {
    display: inline-block;
    list-style-type: none;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    margin-right: 25px;
    padding-left: 25px;
}
.courses-box .courses-content .list li:last-child {
    margin-right: 0;
}
.courses-box .courses-content .list li i {
    font-size: 18px;
    color: var(--optional-color);
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.courses-box .courses-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0;
}
.courses-box .courses-content h3 a {
    color: var(--black-color);
}
.courses-box .courses-content .bottom-list {
    margin-top: 12px;
}
.courses-box .courses-content .bottom-list span {
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
}
.courses-box .courses-content .bottom-list span i {
    font-size: 18px;
    color: #FFC383;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.courses-box .courses-content .bottom-list a i {
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    background: rgba(194, 66, 96, 0.1);
    color: var(--main-color);
    transition: var(--transition);
}
.courses-box .courses-content .bottom-list a i:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.courses-box:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.courses-box:hover .courses-content h3 a {
    color: var(--main-color);
}

.courses-item {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.courses-item::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.courses-item .courses-image {
    position: relative;
}
.courses-item .courses-image .price {
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: -30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: var(--transition);
}
.courses-item .courses-content {
    padding: 25px;
}
.courses-item .courses-content .rating {
    padding-left: 0;
    margin-bottom: 15px;
    line-height: 1;
}
.courses-item .courses-content .rating li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.courses-item .courses-content .rating li:last-child {
    margin-right: 0;
}
.courses-item .courses-content .rating li i {
    color: #FFC383;
    font-size: 15px;
}
.courses-item .courses-content .rating li span {
    color: var(--paragraph-color);
    font-size: 15px;
    position: relative;
    top: -2px;
}
.courses-item .courses-content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 22px;
}
.courses-item .courses-content h3 a {
    color: var(--black-color);
}
.courses-item .courses-content .bottom-list {
    padding-left: 0;
    margin-bottom: 20px;
}
.courses-item .courses-content .bottom-list li {
    list-style-type: none;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
}
.courses-item .courses-content .bottom-list li i {
    font-size: 18px;
    color: var(--optional-color);
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.courses-item .courses-content .enroll-btn {
    font-weight: 600;
    background: var(--gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: flex;
    align-items: center;
}
.courses-item .courses-content .enroll-btn i {
    margin-left: 8px;
}
.courses-item:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.courses-item:hover .courses-image .price {
    background-color: var(--main-color);
}
.courses-item:hover .courses-content h3 a {
    color: var(--main-color);
}

/*================================================
Opportunities Area CSS
=================================================*/
.opportunities-area {
    position: relative;
    z-index: 1;
}

.opportunities-content .sub {
    color: var(--main-color);
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}
.opportunities-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.opportunities-content h3 span {
    position: relative;
    z-index: 1;
}
.opportunities-content h3 span::before {
    position: absolute;
    content: "";
    right: -75px;
    bottom: -12px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=section-title-vector);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.opportunities-content .list {
    padding-left: 0;
    margin-bottom: 0;
}
.opportunities-content .list li {
    list-style-type: none;
    color: var(--black-color);
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
}
.opportunities-content .list li:last-child {
    margin-bottom: 0;
}
.opportunities-content .list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--main-color);
}

.opportunities-right-content {
    padding-left: 100px;
    position: relative;
}
.opportunities-right-content .col-lg-6:nth-child(2) .opportunities-card {
    margin-top: 70px;
}
.opportunities-right-content .opportunities-ellipse {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.opportunities-right-content .opportunities-shape-1 {
    position: absolute;
    left: -25px;
    bottom: -40px;
    z-index: -1;
}
.opportunities-right-content .opportunities-shape-2 {
    position: absolute;
    right: 0;
    top: -125px;
    z-index: -1;
}

.opportunities-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 40px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.opportunities-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--main-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.opportunities-card .icon {
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    max-width: unset;
    max-height: unset;
}
.opportunities-card .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: rgba(194, 66, 96, 0.1);
    border-radius: 10px;
    color: var(--main-color);
    font-size: 35px;
    transition: var(--transition);
}
.opportunities-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.3;
}
.opportunities-card:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.opportunities-card:hover .icon i {
    background: var(--optional-color);
    color: var(--white-color);
}

/*================================================
Categories Area CSS
=================================================*/
.categories-area {
    position: relative;
    z-index: 1;
}

.categories-card {
    margin-bottom: 25px;
    background: #F1F3F8;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.categories-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--optional-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.categories-card .content {
    position: relative;
    padding: 15px 0 15px 70px;
}
.categories-card .content .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.categories-card .content .icon::before {
    position: absolute;
    content: "";
    right: -3.8px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 50px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=ellipse);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    text-align: center;
}
.categories-card .content h3 {
    font-size: 18px;
    font-weight: bold;
}
.categories-card:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.categories-card.with-box-shadow {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
}

.categories-shape {
    position: absolute;
    top: -45px;
    right: 18%;
    transform: translateX(-18%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.categories-box {
    background: #F5F6F9;
    margin-bottom: 25px;
    text-align: center;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.categories-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: var(--gradient-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.categories-box .ellipse-shape {
    position: relative;
    margin-bottom: 15px;
}
.categories-box .ellipse-shape .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.categories-box h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0;
}
.categories-box:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.categories-bottom-content {
    max-width: 720px;
    margin: 15px auto 0;
    text-align: center;
}
.categories-bottom-content p a {
    color: var(--optional-color);
    font-weight: 600;
}
.categories-bottom-content p a:hover {
    color: var(--main-color);
}

/*================================================
Success Area CSS
=================================================*/
.success-area {
    background: #fdfaf5;
    position: relative;
    z-index: 1;
}
.success-area.without-bg-color {
    background-color: transparent;
}
.success-area.without-bg-color .success-funfacts-card {
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
}
.success-area.without-bg-color .divider {
    display: none;
}

.col-lg-6:nth-child(2) .success-funfacts-card {
    margin-bottom: 25px;
}

.success-funfacts-card {
    padding: 20px;
    background-color: var(--white-color);
    margin-top: 35px;
}
.success-funfacts-card .content {
    position: relative;
    padding-left: 115px;
}
.success-funfacts-card .content .icon {
    position: absolute;
    left: 0;
    top: -52px;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.success-funfacts-card .content .icon i {
    display: inline-block;
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
    border-radius: 10px;
    width: 92px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 38px;
    color: var(--white-color);
}
.success-funfacts-card .content .icon.bg-2 i {
    background: linear-gradient(29.39deg, #718A96 3.66%, #9CBDC8 95.47%);
}
.success-funfacts-card .content .icon.bg-3 i {
    background: linear-gradient(29.39deg, #5C8DB9 3.66%, #B6DCF2 95.47%);
}
.success-funfacts-card .content .icon.bg-4 i {
    background: linear-gradient(29.39deg, #8963CC 3.66%, #BEA1F9 95.47%);
}
.success-funfacts-card .content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.success-image {
    padding-left: 70px;
}

.edly-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: #F2F0EF;
    transform: scaleY(-1);
    bottom: -100px;
    left: 0;
    z-index: -1;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-inner-area {
    background: #F5F6F9;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 45px;
    padding-right: 120px;
}
.overview-inner-area .ellipse-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.overview-inner-area.with-wrap-color {
    background: #F9F2EE;
}
.overview-inner-area.with-wrap-color .overview-image {
    max-width: 420px;
}
.overview-inner-area.with-wrap-color .overview-image .wrap-shape-2 {
    right: -222px;
    bottom: 90px;
    animation: unset;
}
.overview-inner-area.with-wrap-color .overview-content {
    padding-left: 175px;
}
.overview-inner-area.with-wrap-color .overview-content h3 span::before {
    right: -12px;
    bottom: -15px;
}

.overview-image {
    position: relative;
    z-index: 1;
    max-width: 410px;
}
.overview-image .wrap-shape-1 {
    position: absolute;
    right: -90px;
    top: 55px;
    z-index: -1;
}
.overview-image .wrap-shape-1 img {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.overview-image .wrap-shape-2 {
    position: absolute;
    right: -150px;
    bottom: 90px;
    animation: moveleftbounce 5s linear infinite;
}

.overview-content {
    padding-left: 180px;
    position: relative;
    top: -5px;
}
.overview-content .sub {
    font-weight: 600;
    color: var(--main-color);
    display: block;
    margin-bottom: 15px;
}
.overview-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
}
.overview-content h3 span {
    position: relative;
    z-index: 1;
}
.overview-content h3 span::before {
    position: absolute;
    content: "";
    right: -45px;
    bottom: -12px;
    width: 135px;
    height: 15px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.overview-content .overview-btn {
    margin-top: 25px;
}

/*================================================
Improving Area CSS
=================================================*/
.improving-area .section-title.with-max-width {
    max-width: 655px;
    margin: 0 auto 50px;
}
.improving-area .section-title.with-max-width h2 span::before {
    right: -30px;
    bottom: -20px;
}

.improving-card {
    margin-bottom: 25px;
}
.improving-card i {
    font-size: 36px;
    color: var(--main-color);
    line-height: 1;
    margin-bottom: 18px;
    display: inline-block;
}
.improving-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

/*================================================
Find Events Area CSS
=================================================*/
.find-events-area {
    background-color: #F9F6F2;
    position: relative;
    z-index: 1;
}
.find-events-area.bg-white {
    background-color: transparent;
}
.find-events-area.bg-white .find-events-card {
    margin-top: 0;
    margin-bottom: 25px;
}
.find-events-area.bg-white .find-events-card .events-content h3 {
    font-size: 20px;
}

.find-events-content .sub {
    font-weight: 600;
    color: var(--main-color);
    display: block;
    margin-bottom: 15px;
}
.find-events-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 0;
}
.find-events-content h3 span {
    position: relative;
    z-index: 1;
}
.find-events-content h3 span::before {
    position: absolute;
    content: "";
    right: -45px;
    bottom: -12px;
    width: 135px;
    height: 15px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.find-events-content .find-events-btn {
    margin-top: 25px;
}

.find-events-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
}
.find-events-card::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--optional-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.find-events-card .events-content {
    padding: 0 20px 25px 20px;
    position: relative;
    margin-top: -15px;
}
.find-events-card .events-content .date {
    display: inline-block;
    background-color: var(--optional-color);
    box-shadow: 0px 4px 15px rgba(30, 166, 154, 0.1);
    padding: 5px 10px;
    font-size: 15px;
    color: var(--white-color);
    margin-bottom: 18px;
}
.find-events-card .events-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.4;
}
.find-events-card .events-content h3 a {
    color: var(--black-color);
}
.find-events-card .events-content span {
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
}
.find-events-card .events-content span i {
    font-size: 18px;
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}
.find-events-card:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.find-events-card:hover .events-content h3 a {
    color: var(--main-color);
}

.find-events-shape {
    position: absolute;
    top: -12px;
    right: 14%;
    transform: translateY(-14%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-inner-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
    padding-left: 90px;
    padding-right: 90px;
}
.subscribe-inner-area .subscribe-shape {
    position: absolute;
    top: -20px;
    left: 55%;
    transform: translateX(-55%);
    z-index: -1;
}
.subscribe-inner-area .subscribe-shape img {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.subscribe-content {
    position: relative;
    top: -5px;
}
.subscribe-content h3 {
    font-size: 36px;
    margin-bottom: 25px;
    color: var(--white-color);
}
.subscribe-content h3 span {
    position: relative;
    z-index: 1;
}
.subscribe-content h3 span::before {
    position: absolute;
    content: "";
    right: -45px;
    bottom: -12px;
    width: 135px;
    height: 15px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.subscribe-content p {
    color: var(--white-color);
}
.subscribe-content .newsletter-form {
    margin-top: 25px;
    position: relative;
    max-width: 555px;
    padding-right: 145px;
}
.subscribe-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid var(--white-color);
    box-shadow: 0px 4px 10px rgba(34, 86, 102, 0.03);
    border-radius: 0;
    transition: var(--transition);
    color: #869199;
    font-size: 15px;
    outline: 0;
    padding: 15px 20px;
}
.subscribe-content .newsletter-form .input-newsletter::-moz-placeholder {
    color: #869199;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #869199;
    transition: var(--transition);
}
.subscribe-content .newsletter-form .input-newsletter:focus {
    border: 1px solid var(--main-color);
}
.subscribe-content .newsletter-form .input-newsletter:focus::-moz-placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}
.subscribe-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 55px;
    background: var(--black-color);
}
.subscribe-content .newsletter-form .validation-danger {
    color: var(--white-color);
    font-size: 14px;
    margin-top: 10px;
}

.subscribe-image {
    max-width: 380px;
    margin-left: auto;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.funfacts-area {
    position: relative;
    z-index: 11;
}

.single-funfacts-card {
    padding: 20px;
    background: #F5F6F9;
    margin-top: 35px;
    margin-bottom: 25px;
}
.single-funfacts-card .content {
    position: relative;
    padding-left: 115px;
}
.single-funfacts-card .content .icon {
    position: absolute;
    left: 0;
    top: -52px;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.single-funfacts-card .content .icon i {
    display: inline-block;
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
    border-radius: 10px;
    width: 92px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 38px;
    color: var(--white-color);
}
.single-funfacts-card .content .icon.bg-2 i {
    background: linear-gradient(29.39deg, #718A96 3.66%, #9CBDC8 95.47%);
}
.single-funfacts-card .content .icon.bg-3 i {
    background: linear-gradient(29.39deg, #5C8DB9 3.66%, #B6DCF2 95.47%);
}
.single-funfacts-card .content .icon.bg-4 i {
    background: linear-gradient(29.39deg, #8963CC 3.66%, #BEA1F9 95.47%);
}
.single-funfacts-card .content h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

/*================================================
Affordable Area CSS
=================================================*/
.affordable-area {
    background: #F5F6F9;
    z-index: 1;
    position: relative;
}
.affordable-area.with-different-bg-color {
    background: #F9F6F2;
}

.affordable-image {
    position: relative;
    z-index: 1;
}
.affordable-image .ellipse {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.affordable-content {
    padding-left: 90px;
}
.affordable-content .sub {
    font-weight: 600;
    color: var(--main-color);
    display: block;
    margin-bottom: 15px;
}
.affordable-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.affordable-content h3 span {
    position: relative;
    z-index: 1;
}
.affordable-content h3 span::before {
    position: absolute;
    content: "";
    right: -45px;
    bottom: -12px;
    width: 135px;
    height: 15px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.affordable-content p {
    margin-bottom: 0;
}
.affordable-content .list {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.affordable-content .list li {
    list-style-type: none;
    background-color: var(--white-color);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.affordable-content .list li:last-child {
    margin-bottom: 0;
}
.affordable-content .list li span {
    color: var(--black-color);
    margin-left: 15px;
}
.affordable-content .affordable-btn {
    margin-top: 25px;
}

.affordable-wrap-image {
    position: relative;
    margin-bottom: 35px;
}
.affordable-wrap-image .affordable-reviews {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    padding: 25px;
    max-width: 312px;
    position: absolute;
    right: -65px;
    top: 50px;
}
.affordable-wrap-image .affordable-reviews span {
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 15px;
}
.affordable-wrap-image .affordable-reviews span i {
    font-size: 18px;
    color: #FFC383;
    position: absolute;
    left: 0;
    top: 1px;
    line-height: 1;
}
.affordable-wrap-image .affordable-reviews h3 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.4;
}
.affordable-wrap-image .affordable-reviews h3 a {
    color: var(--black-color);
}
.affordable-wrap-image .affordable-essential {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    padding: 25px;
    max-width: 305px;
    position: absolute;
    left: 35px;
    bottom: -35px;
}
.affordable-wrap-image .affordable-essential .content {
    position: relative;
    padding-left: 65px;
}
.affordable-wrap-image .affordable-essential .content .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.affordable-wrap-image .affordable-essential .content .icon i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    background: linear-gradient(29.39deg, #1EA69A 3.66%, #8CE1DA 95.47%);
    color: var(--white-color);
    border-radius: 10px;
    text-align: center;
}
.affordable-wrap-image .affordable-essential .content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
}
.affordable-wrap-image .affordable-essential .content p {
    font-size: 15px;
}

.affordable-shape {
    position: absolute;
    bottom: 100px;
    right: 10%;
    transform: translateX(-10%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.divider-two {
    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: #F5F6F9;
    transform: scaleY(-1);
    bottom: -100px;
    left: 0;
    z-index: -1;
}

.divider-three {
    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: #F9F6F2;
    transform: scaleY(-1);
    bottom: -100px;
    left: 0;
    z-index: -1;
}

/*================================================
Career Area CSS
=================================================*/
.career-area {
    position: relative;
    z-index: 1;
}

.career-content {
    max-width: 500px;
}
.career-content .sub {
    color: var(--main-color);
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}
.career-content h3 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.career-content h3 span {
    position: relative;
    z-index: 1;
}
.career-content h3 span::before {
    position: absolute;
    content: "";
    right: -22px;
    bottom: -15px;
    width: 137px;
    height: 17px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=section-title-vector);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.career-content .list {
    padding-left: 0;
    margin-bottom: 0;
}
.career-content .list li {
    list-style-type: none;
    color: var(--black-color);
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
}
.career-content .list li:last-child {
    margin-bottom: 0;
}
.career-content .list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: var(--main-color);
}

.career-funfacts-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 25px;
    margin-bottom: 25px;
}
.career-funfacts-card .content {
    position: relative;
    padding-left: 92px;
}
.career-funfacts-card .content .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.career-funfacts-card .content .icon .icon-img img {
    max-width: 50px;
}
.career-funfacts-card .content .icon i, .career-funfacts-card .content .icon .icon-img {
    display: inline-block;
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
    border-radius: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 35px;
    color: var(--white-color);
}
.career-funfacts-card .content .icon.bg-2 i {
    background: linear-gradient(29.39deg, #718A96 3.66%, #9CBDC8 95.47%);
}
.career-funfacts-card .content .icon.bg-3 i {
    background: linear-gradient(29.39deg, #5C8DB9 3.66%, #B6DCF2 95.47%);
}
.career-funfacts-card .content .icon.bg-4 i {
    background: linear-gradient(29.39deg, #8963CC 3.66%, #BEA1F9 95.47%);
}
.career-funfacts-card .content h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.career-bottom-content {
    background-color: var(--black-color);
    border-radius: 0px 55px 0px 0px;
    padding: 15px 70px;
    margin-top: 15px;
    display: inline-block;
}
.career-bottom-content h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--white-color);
}
.career-bottom-content h3 span {
    font-size: 20px;
    font-weight: 600;
}

.career-shape {
    position: absolute;
    top: 70px;
    left: 45%;
    transform: translateX(-45%);
    z-index: -1;
}

/*================================================
Review Area CSS
=================================================*/
.review-area {
    background: #F1F3F8;
    position: relative;
    z-index: 1;
}
.review-area .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
.review-area.bg-F9F6F2 {
    background: #F9F6F2;
}
.review-area.without-bg-color {
    background-color: transparent;
}
.review-area.without-bg-color .review-card::after {
    top: 0;
}

.review-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
    margin-bottom: 25px;
}
.review-card img {
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
    max-width: 45px;
    border: 3px solid var(--white-color);
}
.review-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--optional-color);
    line-height: 1.4;
    margin-top: 18px;
    margin-bottom: 12px;
}
.review-card p {
    margin-bottom: 18px;
}
.review-card .info h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}
.review-card .info span {
    font-size: 14px;
    color: var(--paragraph-color);
}
.review-card::before {
    position: absolute;
    content: "";
    right: 30px;
    bottom: 35px;
    width: 65px;
    height: 65px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=straight-quotes);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.review-card::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: var(--optional-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.review-card:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.review-bottom-content {
    max-width: 720px;
    margin: 15px auto 0;
    text-align: center;
}
.review-bottom-content p a {
    color: var(--optional-color);
    font-weight: 600;
}
.review-bottom-content p a:hover {
    color: var(--main-color);
}

.review-shape-1 {
    position: absolute;
    top: 20%;
    left: 22%;
    transform: translateY(-20%) translateX(-22%);
    z-index: -1;
}

.review-shape-2 {
    position: absolute;
    bottom: 10%;
    right: 22%;
    transform: translateY(-10%) translateX(-22%);
    z-index: -1;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-card {
    margin-bottom: 25px;
}
.blog-card .blog-image {
    position: relative;
}
.blog-card .blog-image .tag {
    position: absolute;
    right: 20px;
    bottom: -20px;
}
.blog-card .blog-image .tag span {
    display: inline-block;
    font-size: 15px;
    color: var(--white-color);
    background-color: var(--optional-color);
    padding: 8px 20px;
}
.blog-card .blog-content {
    margin-top: 35px;
}
.blog-card .blog-content h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.blog-card .blog-content h3 a {
    color: var(--black-color);
}
.blog-card .blog-content h3 a:hover {
    color: var(--main-color);
}
.blog-card .blog-content .meta {
    padding-left: 0;
    margin-bottom: 0;
}
.blog-card .blog-content .meta li {
    color: var(--paragraph-color);
    display: inline-block;
    list-style-type: none;
    font-size: 15px;
    margin-right: 45px;
    position: relative;
    padding-left: 28px;
}
.blog-card .blog-content .meta li:last-child {
    margin-right: 0;
}
.blog-card .blog-content .meta li a {
    color: var(--paragraph-color);
}
.blog-card .blog-content .meta li a:hover {
    color: var(--main-color);
}
.blog-card .blog-content .meta li i {
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 18px;
}

/*================================================
Page Banner Area CSS
=================================================*/
.page-banner-area {
    position: relative;
    z-index: 1;
    background: #F9F6F2;
    overflow: hidden;
    padding-top: 130px;
    padding-bottom: 130px;
}

.page-banner-content {
    text-align: center;
}
.page-banner-content h2 {
    font-size: 58px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.page-banner-content h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 135px;
    height: 15px;
    background-image: url(/theme/image.php?theme=edly&component=theme&image=border);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.page-banner-content .breadcrumb {
    justify-content: center;
}
.page-banner-content .breadcrumb li {
    color: #7A7384;
    font-size: 18px;
    margin-right: 30px;
    position: relative;
}
.page-banner-content .breadcrumb li::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #7A7384;
    border-radius: 50%;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    float: unset;
    padding-right: 0;
}
.page-banner-content .breadcrumb li a {
    color: #7A7384;
}
.page-banner-content .breadcrumb li a:hover {
    color: var(--main-color);
}
.page-banner-content .breadcrumb li:last-child {
    margin-right: 0;
}
.page-banner-content .breadcrumb li:last-child::before {
    display: none;
}

.page-banner-ellipse {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.page-banner-shape-1 {
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateX(-15%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.page-banner-shape-2 {
    position: absolute;
    top: 35%;
    right: 15%;
    transform: translateY(-35%) translateX(-15%);
    z-index: -1;
    animation: moveleftbounce 5s linear infinite;
}

.page-banner-dot-1 {
    position: absolute;
    top: 70px;
    left: 35%;
    transform: translateX(-35%);
    z-index: -1;
}

.page-banner-dot-2 {
    position: absolute;
    bottom: 90px;
    left: 22%;
    transform: translateX(-22%);
    z-index: -1;
}

.page-banner-dot-3 {
    position: absolute;
    bottom: 30px;
    right: 25%;
    transform: translateX(-25%);
    z-index: -1;
}

.page-banner-dot-4 {
    position: absolute;
    top: 50px;
    right: 15%;
    transform: translateX(-15%);
    z-index: -1;
}

/*================================================
Membership Levels Area CSS
=================================================*/
.membership-levels-table .table {
    margin-bottom: 0;
    border: 1px solid #f5f5f5;
}
.membership-levels-table .table thead th {
    vertical-align: middle;
    background-color: var(--main-color);
    white-space: nowrap;
    padding: 25px;
    text-align: center;
    color: var(--white-color);
    border-right: 1px solid var(--black-color);
    border-bottom: none;
}
.membership-levels-table .table thead th .desc-1 {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 1;
}
.membership-levels-table .table thead th .desc-2 {
    color: var(--white-color);
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 500;
    display: block;
}
.membership-levels-table .table thead th .desc-3 {
    color: var(--white-color);
    font-weight: 400;
    display: block;
}
.membership-levels-table .table thead th:first-child {
    border-left: none;
}
.membership-levels-table .table thead th:last-child {
    border-right: none;
}
.membership-levels-table .table tbody tr td {
    padding: 20px 25px;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-weight: 600;
}
.membership-levels-table .table tbody tr td:first-child {
    text-align: start;
}
.membership-levels-table .table tbody tr td.item-check i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: #0eb582;
    color: var(--white-color);
    display: block;
    margin: 0 auto;
}
.membership-levels-table .table tbody tr td.item-none i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    background-color: var(--optional-color);
    color: var(--white-color);
    display: block;
    margin: 0 auto;
}
.membership-levels-table .table tbody:not(:first-child) {
    border-top: unset;
}

/*================================================
Become Instructor Area CSS
=================================================*/
.become-instructor-inner-area {
    background: #F5F6F9;
    padding-left: 100px;
    padding-right: 100px;
}
.become-instructor-inner-area .section-title {
    max-width: 730px;
    margin: 0 auto 65px;
}

.become-instructor-form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.become-instructor-form .form-group label {
    color: var(--paragraph-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.become-instructor-form .form-group .form-control {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    outline: 0;
    height: 55px;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 0;
    border: none;
    color: var(--paragraph-color);
}
.become-instructor-form .form-group .form-control::-moz-placeholder {
    color: var(--white-color);
}
.become-instructor-form .form-group .form-control::placeholder {
    color: var(--white-color);
}
.become-instructor-form .form-group .icon {
    position: absolute;
    color: var(--main-color);
    top: 54px;
    left: 20px;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.become-instructor-form .form-group .icon i {
    font-size: 18px;
}
.become-instructor-form .default-btn {
    border: none;
}

/*================================================
Zoom App Area CSS
=================================================*/
.zoom-app-area .section-title {
    max-width: 655px;
    margin: 0 auto 65px;
}

.zoom-app-box {
    max-width: 850px;
    margin: auto;
    text-align: center;
}
.zoom-app-box .zoom-btn {
    text-align: center;
    margin-top: 45px;
}

/*================================================
Zoom Meeting Area CSS
=================================================*/
.zoom-meeting-card {
    margin-bottom: 25px;
    background: #F5F6F9;
}
.zoom-meeting-card .zoom-image {
    overflow: hidden;
}
.zoom-meeting-card .zoom-image a img {
    transition: var(--transition);
}
.zoom-meeting-card .zoom-content {
    padding: 25px;
}
.zoom-meeting-card .zoom-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}
.zoom-meeting-card .zoom-content h3 a {
    color: var(--black-color);
}
.zoom-meeting-card .zoom-content span {
    color: var(--main-color);
}
.zoom-meeting-card .zoom-content span b {
    font-weight: 600;
    color: var(--black-color);
}
.zoom-meeting-card .zoom-content .list {
    padding-left: 0;
    margin-top: 18px;
    margin-bottom: 0;
}
.zoom-meeting-card .zoom-content .list li {
    list-style-type: none;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    padding-left: 22.8px;
}
.zoom-meeting-card .zoom-content .list li i {
    color: var(--optional-color);
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -2px;
}
.zoom-meeting-card:hover .zoom-image a img {
    transform: scale(1.2);
}

/*================================================
Success Story Area CSS
=================================================*/
.success-story-area .section-title {
    max-width: 655px;
    margin: 0 auto 65px;
}

.success-story-play {
    position: relative;
}
.success-story-play .video-btn {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--gradient-color);
    border-radius: 50%;
    color: var(--white-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 45px;
    transition: var(--transition);
}
.success-story-play .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    background: transparent;
    border: 1px solid var(--main-color);
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
/*================================================
Straight Quotes Area CSS
=================================================*/
.straight-quotes-area {
    background-color: #F9F6F2;
}

.straight-quotes-content {
    max-width: 700px;
    margin: auto;
}
.straight-quotes-content .quotes-image {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}
.straight-quotes-content .quotes-image img {
    border: 2.5px solid var(--white-color);
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
    border-radius: 10px 65px 10px 10px;
}
.straight-quotes-content .quotes-image .icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.straight-quotes-content .quotes-image .icon img {
    border: none;
    border-radius: 0;
}
.straight-quotes-content .quotes-content p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--black-color);
}
.straight-quotes-content .quotes-content .info {
    margin-top: 25px;
}
.straight-quotes-content .quotes-content .info h3 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 5px;
}
.straight-quotes-content .quotes-content .info span {
    font-size: 14px;
    color: var(--paragraph-color);
}

/*================================================
Success Overview Area CSS
=================================================*/
.success-overview-content {
    border-bottom: 1px solid rgba(224, 223, 230, 0.4);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.success-overview-content .heading-content h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    padding-left: 42px;
}
.success-overview-content .heading-content h3 i {
    font-size: 28px;
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: -5px;
}
.success-overview-content .paragraph-content {
    padding-left: 100px;
}
.success-overview-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*================================================
Gallery Area CSS
=================================================*/
.single-gallery-item {
    margin-bottom: 25px;
    overflow: hidden;
}
.single-gallery-item a {
    display: block;
}
.single-gallery-item a img {
    transition: var(--transition);
}
.single-gallery-item:hover a img {
    transform: scale(1.1);
    filter: blur(2px);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 50px;
    text-align: center;
}
.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}
.faq-accordion-tab .tabs li a {
    color: var(--black-color);
    text-decoration: none;
    padding: 25px 30px;
    display: block;
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07) !important;
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
}
.faq-accordion-tab .tabs li a i {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.faq-accordion-tab .tabs li a span {
    display: block;
    margin-top: 5px;
}
.faq-accordion-tab .tabs li a::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--gradient-color);
    z-index: -1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.faq-accordion-tab .tabs li a:hover {
    color: var(--white-color);
}
.faq-accordion-tab .tabs li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.faq-accordion-tab .tabs li.current a {
    color: var(--white-color);
}
.faq-accordion-tab .tabs li.current a::before {
    opacity: 1;
    visibility: visible;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    border-radius: 0;
    display: block;
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.1);
    margin-bottom: 25px;
    border: none;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 25px 25px 25px 65px;
    color: var(--black-color);
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 25.5px;
    font-size: 24px;
    transition: var(--transition);
    color: var(--main-color);
    line-height: 1;
}
.faq-accordion .accordion .accordion-title.active i {
    transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 25px;
    padding-right: 25px;
    padding-left: 65px;
}
.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.tab .tabs-item {
    display: none;
}
.tab .tabs-item:first-child {
    display: block;
}

/*================================================
Profile Authentication Area CSS
=================================================*/
.login-form {
    padding: 35px;
    background-color: var(--white-color);
    max-width: 650px;
    margin: auto;
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
}
.login-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.login-form form .form-group {
    margin-bottom: 25px;
}
.login-form form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--paragraph-color);
}
.login-form form .form-group .form-control {
    height: 55px;
    padding: 20px;
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    border: none;
    border-radius: 0;
    box-shadow: unset;
    transition: var(--transition);
    border: 1px solid #eeeeee;
}
.login-form form .form-group .form-control:focus {
    background-color: transparent;
    border: 1px solid var(--main-color);
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.login-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: var(--transition);
}
.login-form form .form-check .form-check-input:focus {
    border-color: var(--main-color);
    box-shadow: unset;
}
.login-form form .form-check .form-check-label {
    color: var(--paragraph-color);
}
.login-form form .lost-your-password {
    text-align: end;
}
.login-form form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: var(--paragraph-color);
}
.login-form form .lost-your-password a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    transition: var(--transition);
    background-color: #eeeeee;
}
.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    transition: var(--transition);
    bottom: 0;
    content: "";
    background-color: var(--main-color);
}
.login-form form .lost-your-password a:hover::before {
    width: 0;
}
.login-form form .lost-your-password a:hover::after {
    width: 100%;
}
.login-form form .default-btn {
    margin-top: 25px;
    width: 100%;
    border: none;
    justify-content: center;
}
.login-form form .default-btn::before {
    width: 850px;
    height: 850px;
}

.register-form {
    padding: 35px;
    background-color: var(--white-color);
    max-width: 650px;
    margin: auto;
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
}
.register-form h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.register-form form .form-group {
    margin-bottom: 25px;
}
.register-form form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--paragraph-color);
    font-weight: 500;
    font-size: var(--font-size);
}
.register-form form .form-group .form-control {
    height: 55px;
    padding: 20px;
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    border: none;
    border-radius: 0;
    box-shadow: unset;
    transition: var(--transition);
    border: 1px solid #eeeeee;
}
.register-form form .form-group .form-control:focus {
    background-color: transparent;
    border: 1px solid var(--main-color);
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.register-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: var(--transition);
}
.register-form form .description {
    font-style: italic;
    margin-top: -5px;
    margin-bottom: 15px;
    font-size: 16.5px;
}
.register-form form .default-btn {
    margin-top: 10px;
    width: 100%;
    border: none;
    justify-content: center;
}
.register-form form .default-btn::before {
    width: 850px;
    height: 850px;
}

/*================================================
Purchase Guide Area CSS
=================================================*/
.purchase-guide-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
}
.purchase-guide-content .blockquote, .purchase-guide-content blockquote {
    margin-bottom: 30px;
    background-color: #e6f2f5;
    padding: 25px;
}
.purchase-guide-content .blockquote p, .purchase-guide-content blockquote p {
    margin-bottom: 0;
    line-height: 1.8;
}
.purchase-guide-content .blockquote::after, .purchase-guide-content blockquote::after {
    display: none;
}
.purchase-guide-content .blockquote::before, .purchase-guide-content blockquote::before {
    display: none;
}
.purchase-guide-content ol, .purchase-guide-content ul {
    margin-bottom: 25px;
}
.purchase-guide-content ol li, .purchase-guide-content ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: var(--black-color);
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
    margin-top: 25px;
    margin-bottom: 35px;
    background-color: #e6f2f5;
    text-align: start !important;
    padding: 25px !important;
    border-radius: 10px;
}
.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
    margin-bottom: 0;
    line-height: 1.9;
}
.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
    display: none;
}
.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
    display: none;
}
.terms-of-service-content ol, .terms-of-service-content ul {
    margin-top: 20px;
}
.terms-of-service-content ol li, .terms-of-service-content ul li {
    margin-bottom: 10px;
    color: var(--paragraph-color);
    line-height: 1.8;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.privacy-policy-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
}
.privacy-policy-content .blockquote, .privacy-policy-content blockquote {
    margin-top: 25px;
    margin-bottom: 35px;
    background-color: #e6f2f5;
    text-align: start !important;
    padding: 25px !important;
    border-radius: 10px;
}
.privacy-policy-content .blockquote p, .privacy-policy-content blockquote p {
    margin-bottom: 0;
    line-height: 1.9;
}
.privacy-policy-content .blockquote::after, .privacy-policy-content blockquote::after {
    display: none;
}
.privacy-policy-content .blockquote::before, .privacy-policy-content blockquote::before {
    display: none;
}
.privacy-policy-content ol, .privacy-policy-content ul {
    margin-top: 20px;
}
.privacy-policy-content ol li, .privacy-policy-content ul li {
    margin-bottom: 10px;
    color: var(--paragraph-color);
    line-height: 1.8;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
}
.error-content h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 35px;
}
.error-content p {
    max-width: 550px;
    margin: auto;
}
.error-content .default-btn {
    margin-top: 20px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    background-image: url(../../assets/images/coming-soon-bg.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
}

.coming-soon-content {
    max-width: 650px;
    background-color: var(--white-color);
    overflow: hidden;
    text-align: center;
    padding: 35px;
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    margin: 0 auto 0 0;
    transition: var(--transition);
    border: 1px solid var(--white-color);
}
.coming-soon-content .logo {
    display: inline-block;
}
.coming-soon-content h2 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 0;
}
.coming-soon-content #timer {
    margin-top: 35px;
}
.coming-soon-content #timer div {
    background: var(--main-color);
    color: var(--white-color);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 800;
    margin-left: 5px;
    margin-right: 5px;
    transition: var(--transition);
}
.coming-soon-content #timer div:hover {
    transform: translateY(-5px);
}
.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}
.coming-soon-content form {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
.coming-soon-content form .form-group {
    margin-bottom: 15px;
}
.coming-soon-content form .form-group .form-control {
    height: 55px;
    padding: 15px 20px;
    line-height: initial;
    color: var(--paragraph-color);
    background-color: var(--white-color);
    border: 1px solid #E5E7EC;
    box-shadow: -12px 8px 25px rgba(217, 35, 12, 0.03);
    border-radius: 0;
    transition: var(--transition);
    font-size: var(--font-size);
    font-weight: 400;
}
.coming-soon-content form .form-group .form-control::-moz-placeholder {
    color: var(--paragraph-color);
}
.coming-soon-content form .form-group .form-control::placeholder {
    color: var(--paragraph-color);
}
.coming-soon-content form .form-group .form-control:focus {
    border: 1px solid var(--main-color);
}
.coming-soon-content form .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.coming-soon-content form .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: var(--transition);
}
.coming-soon-content form .default-btn {
    width: 100%;
    border: none;
    justify-content: center;
}
.coming-soon-content form .default-btn::before {
    width: 850px;
    height: 850px;
}
.coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}
.coming-soon-content form .validation-success {
    margin-top: 15px;
}
.coming-soon-content:hover {
    border: 1px solid var(--main-color);
}

/*================================================
Products Area CSS
=================================================*/
.products-grid-sorting {
    margin-bottom: 35px;
}
.products-grid-sorting .result-count p .count {
    font-weight: 700;
    color: var(--black-color);
}
.products-grid-sorting .ordering {
    text-align: end;
}
.products-grid-sorting .ordering label {
    display: inline-block;
    color: var(--paragraph-color);
    margin-bottom: 0;
    margin-right: 5px;
}
.products-grid-sorting .ordering .form-select {
    width: 215px;
    height: 45px;
    cursor: pointer;
    line-height: 42px;
    display: inline-block;
    border-color: #eeeeee;
    color: var(--paragraph-color);
    box-shadow: unset !important;
    transition: var(--transition);
    padding-top: 1px;
    padding-left: 12px;
}

.single-products-card {
    margin-bottom: 25px;
}
.single-products-card .products-image {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-products-card .products-image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--transition);
    visibility: hidden;
    background: var(--gradient-color);
    z-index: 1;
}
.single-products-card .products-image a {
    display: block;
}
.single-products-card .products-image a img {
    transition: var(--transition);
}
.single-products-card .products-image .add-to-cart-btn {
    position: absolute;
    left: -30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.single-products-card .products-image .add-to-cart-btn .default-btn {
    display: inline-block;
}
.single-products-card .products-image .sale {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
}
.single-products-card .products-image .new {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    padding: 5px 20px;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 500;
}
.single-products-card .products-content {
    margin-top: 25px;
}
.single-products-card .products-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.single-products-card .products-content h3 a {
    color: var(--black-color);
}
.single-products-card .products-content h3 a:hover {
    color: var(--main-color);
}
.single-products-card .products-content span {
    color: var(--paragraph-color);
    font-weight: 500;
    display: inline-block;
    margin-top: 8px;
}
.single-products-card:hover .products-image::before {
    opacity: 80%;
    visibility: visible;
}
.single-products-card:hover .products-image a img {
    transform: scale(1.1);
}
.single-products-card:hover .products-image .add-to-cart-btn {
    left: 0;
    opacity: 1;
    visibility: visible;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}
.cart-table table thead tr {
    border: none;
    border-bottom: 1px solid #F2F1F3;
}
.cart-table table thead tr th {
    vertical-align: middle;
    padding: 0 25px 25px 25px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    border: none;
}
.cart-table table tbody tr {
    border: none;
    border-bottom: 1px solid #F2F1F3;
}
.cart-table table tbody tr td {
    vertical-align: middle;
    color: var(--paragraph-color);
    white-space: nowrap;
    padding: 25px;
    font-weight: 500;
    border: none;
}
.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}
.cart-table table tbody tr td.product-thumbnail a img {
    width: 100px;
    border-radius: 5px;
}
.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-weight: 500;
    color: var(--paragraph-color);
}
.cart-table table tbody tr td.product-name a:hover {
    color: var(--main-color);
}
.cart-table table tbody tr td.product-price .unit-amount {
    font-weight: 500;
    color: var(--paragraph-color);
}
.cart-table table tbody tr td.product-subtotal .subtotal-amount {
    font-weight: 500;
    color: var(--paragraph-color);
}
.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
    font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
    text-align: center;
    display: inline-flex;
    position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
    display: inline-block;
    background-color: var(--main-color);
    cursor: pointer;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: var(--transition);
    font-size: 25px;
    border-radius: 0;
    position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--white-color);
    background-color: var(--black-color);
}
.cart-table table tbody tr td.product-quantity .input-counter span i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 50px;
    color: var(--white-color);
    outline: 0;
    display: inline-block;
    background-color: var(--black-color);
    text-align: center;
    width: 50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    margin: 0 5px;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: var(--white-color);
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: var(--white-color);
}
.cart-table table tbody:not(:first-child) {
    border-top: unset;
}

.cart-buttons {
    margin-top: 30px;
    text-align: end;
}
.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 550px;
}
.cart-buttons .shopping-coupon-code .form-control {
    display: block;
    height: 55px;
    outline: 0;
    background-color: #F2F1F3;
    border: 1px solid #F2F1F3;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 25px;
    transition: var(--transition);
    color: var(--paragraph-color);
}
.cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
    -moz-transition: var(--transition);
    transition: var(--transition);
    color: var(--paragraph-color);
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
    transition: var(--transition);
    color: var(--paragraph-color);
}
.cart-buttons .shopping-coupon-code .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
    color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
    color: transparent;
}
.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    border: none;
}
.cart-buttons .shopping-coupon-code button:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.cart-totals {
    border: 1px dashed #9B8DAC;
    padding: 35px;
    max-width: 500px;
    margin: 50px auto 0;
    text-align: center;
    transition: var(--transition);
}
.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: bold;
}
.cart-totals ul {
    padding-left: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.cart-totals ul li {
    border-bottom: 1px solid #F2F1F3;
    color: var(--paragraph-color);
    overflow: hidden;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.cart-totals ul li:last-child span {
    color: var(--optional-color);
    font-weight: bold;
    font-size: 18px;
}
.cart-totals:hover {
    border: 1px dashed var(--main-color);
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    position: relative;
    margin-bottom: 45px;
}
.user-actions i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3.5px;
    color: var(--paragraph-color);
}
.user-actions span {
    letter-spacing: 1px;
    display: inline-block;
    color: var(--paragraph-color);
}
.user-actions span a {
    display: inline-block;
    color: var(--paragraph-color);
}
.user-actions span a:hover {
    color: var(--main-color);
}

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.billing-details .form-group {
    margin-bottom: 25px;
}
.billing-details .form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--paragraph-color);
}
.billing-details .form-group label .required {
    color: red;
}
.billing-details .form-group .form-control {
    height: 55px;
    padding: 15px 20px;
    line-height: initial;
    color: var(--paragraph-color);
    border: 1px solid #eeeeee;
    box-shadow: unset;
    border-radius: 0;
    transition: var(--transition);
    font-weight: 500;
}
.billing-details .form-group .form-control::-moz-placeholder {
    color: var(--paragraph-color);
}
.billing-details .form-group .form-control::placeholder {
    color: var(--paragraph-color);
}
.billing-details .form-group .form-control:focus {
    border: 1px solid var(--main-color);
}
.billing-details .form-group .form-control:focus::-moz-placeholder {
    color: transparent;
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.billing-details .form-group .form-control:focus::placeholder {
    color: transparent;
    transition: var(--transition);
}
.billing-details .form-group textarea.form-control {
    min-height: 140px;
    padding: 15px 20px;
}
.billing-details .form-group .form-check {
    margin-bottom: 0;
}
.billing-details .form-group .form-check .form-check-input {
    margin-top: 2.8px;
}
.billing-details .form-group .form-check .form-check-input:focus {
    outline: 0;
    box-shadow: unset;
}
.billing-details .form-group .form-check label {
    margin-bottom: 0;
}
.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.order-details .order-table table {
    margin-bottom: 0;
}
.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border: 1px solid rgba(187, 187, 187, 0.15);
    padding: 14px 20px 10px;
    color: var(--black-color);
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 600;
}
.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: var(--paragraph-color);
    white-space: nowrap;
    border: 1px solid rgba(187, 187, 187, 0.15);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
}
.order-details .order-table table tbody tr td.product-name a {
    display: inline-block;
    color: var(--paragraph-color);
}
.order-details .order-table table tbody tr td.product-name a:hover {
    color: var(--main-color);
}
.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
    color: var(--paragraph-color);
    font-weight: 500;
}
.order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
    color: var(--paragraph-color);
    font-weight: 500;
}
.order-details .order-table table tbody:not(:first-child) {
    border-top: unset;
}
.order-details .payment-box {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    margin-top: 30px;
    padding: 40px;
}
.order-details .payment-box .payment-method p {
    font-size: 16.5px;
}
.order-details .payment-box .payment-method p [type=radio]:checked, .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
    display: none;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
    padding-left: 25.8px;
    cursor: pointer;
    display: block;
    color: var(--paragraph-color);
    position: relative;
    margin-bottom: 8px;
    font-weight: 600;
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::before, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: var(--white-color);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after, .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--main-color);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
    transition: var(--transition);
}
.order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.order-details .payment-box .payment-method p [type=radio]:checked + label::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.order-details .payment-box .default-btn {
    margin-top: 25px;
    display: block;
    width: 100%;
    text-align: center;
    transform: unset;
}

/*================================================
Instructors Area CSS
=================================================*/
.instructors-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    margin-bottom: 25px;
    transition: var(--transition);
}
.instructors-card .instructors-image {
    position: relative;
    text-align: center;
}
.instructors-card .instructors-image .social {
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: var(--transition);
}
.instructors-card .instructors-image .social li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.instructors-card .instructors-image .social li:last-child {
    margin-right: 0;
}
.instructors-card .instructors-image .social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    transition: var(--transition);
}
.instructors-card .instructors-image .social li a i:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.instructors-card .instructors-content {
    padding: 30px 25px;
}
.instructors-card .instructors-content h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.instructors-card .instructors-content h3 a {
    color: var(--black-color);
}
.instructors-card .instructors-content h3 a:hover {
    color: var(--optional-color);
}
.instructors-card .instructors-content span {
    font-size: 15px;
    color: var(--main-color);
}
.instructors-card:hover {
    transform: translateY(-5px);
}
.instructors-card:hover .instructors-image .social {
    bottom: 25px;
    opacity: 1;
}

/*================================================
Instructors Details Area CSS
=================================================*/
.instructors-details-inner-area {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 50px 85px 50px 30px;
}

.instructors-details-content {
    padding-left: 20px;
}
.instructors-details-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.instructors-details-content span {
    font-size: 15px;
    color: var(--main-color);
}
.instructors-details-content .info-list {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}
.instructors-details-content .info-list li {
    list-style-type: none;
    margin-bottom: 15px;
    color: var(--paragraph-color);
}
.instructors-details-content .info-list li:last-child {
    margin-bottom: 0;
}
.instructors-details-content .info-list li span {
    color: var(--black-color);
    font-weight: 600;
    font-size: var(--font-size);
    margin-right: 5px;
}
.instructors-details-content .info-list li a {
    color: var(--paragraph-color);
}
.instructors-details-content .info-list li a:hover {
    color: var(--main-color);
}
.instructors-details-content .info-list li i {
    font-size: 15px;
    color: #FFC383;
    line-height: 1;
    position: relative;
    top: 1.1px;
    margin-right: 5px;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-card {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    padding: 40px 25px;
    transition: var(--transition);
    margin-bottom: 25px;
}
.contact-info-card .icon {
    margin-bottom: 25px;
    font-size: unset;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
}
.contact-info-card .icon i {
    display: inline-block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: linear-gradient(29.39deg, #718A96 3.66%, #9CBDC8 95.47%);
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    color: var(--white-color);
}
.contact-info-card .icon.bg-2 i {
    background: linear-gradient(29.39deg, #FF6573 3.66%, #FBA290 95.47%);
}
.contact-info-card .icon.bg-3 i {
    background: linear-gradient(29.39deg, #8963CC 3.66%, #BEA1F9 95.47%);
}
.contact-info-card .icon.bg-4 i {
    background: linear-gradient(29.39deg, #5C8DB9 3.66%, #B6DCF2 95.47%);
}
.contact-info-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}
.contact-info-card span {
    color: var(--paragraph-color);
    font-size: 16.5px;
}
.contact-info-card span a {
    color: var(--paragraph-color);
}
.contact-info-card span a:hover {
    color: var(--main-color);
}
.contact-info-card:hover {
    transform: translateY(-5px);
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner-area {
    background: #F5F6F9;
    padding-left: 100px;
    padding-right: 100px;
}
.contact-inner-area .section-title {
    max-width: 730px;
    margin: 0 auto 65px;
}
.contact-inner-area .form-group {
    margin-bottom: 25px;
    position: relative;
}
.contact-inner-area .form-group label {
    color: var(--paragraph-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.contact-inner-area .form-group .form-control {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.07);
    outline: 0;
    height: 55px;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 0;
    border: none;
    color: var(--paragraph-color);
}
.contact-inner-area .form-group .form-control::-moz-placeholder {
    color: var(--white-color);
}
.contact-inner-area .form-group .form-control::placeholder {
    color: var(--white-color);
}
.contact-inner-area .form-group textarea.form-control {
    min-height: 120px;
}
.contact-inner-area .form-group .icon {
    position: absolute;
    color: var(--main-color);
    top: 54px;
    left: 20px;
    font-size: unset;
    width: auto;
    height: auto;
    margin: auto;
    max-width: unset;
    max-height: unset;
}
.contact-inner-area .form-group .icon i {
    font-size: 18px;
}
.contact-inner-area .default-btn {
    border: none;
    text-align: center;
}
.contact-inner-area .list-unstyled {
    padding: 0;
    margin-bottom: 0;
}
.contact-inner-area .list-unstyled li {
    font-size: 14px;
    margin-top: 10px;
    color: var(--main-color);
}
.contact-inner-area .text-danger {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 30px;
    font-size: 22px;
    position: relative;
    padding-bottom: 15px;
}
.widget-area .widget .widget-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--gradient-color);
    width: 50px;
    height: 2.5px;
    border-radius: 5px;
}
.widget-area .widget_search form {
    position: relative;
}
.widget-area .widget_search form .search-field {
    height: 55px;
    color: var(--paragraph-color);
    border: none;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 15px 80px 15px 20px;
    transition: var(--transition);
    font-size: 15px;
    outline: 0;
    background: #F6F8FA;
}
.widget-area .widget_search form .search-field::-moz-placeholder {
    color: var(--paragraph-color);
    -moz-transition: var(--transition);
    transition: var(--transition);
}
.widget-area .widget_search form .search-field::placeholder {
    color: var(--paragraph-color);
    transition: var(--transition);
}
.widget-area .widget_search form .search-field:focus::-moz-placeholder {
    color: transparent;
}
.widget-area .widget_search form .search-field:focus::placeholder {
    color: transparent;
}
.widget-area .widget_search form button {
    display: inline-block;
    border: none;
    background: var(--gradient-color);
    color: var(--white-color);
    position: absolute;
    right: 0;
    padding: 0;
    transition: var(--transition);
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    width: 70px;
    height: 55px;
}
.widget-area .widget_courses {
    position: relative;
    overflow: hidden;
    background: #F6F8FA;
    padding: 40px 30px;
}
.widget-area .widget_courses .item {
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(224, 223, 230, 0.4);
}
.widget-area .widget_courses .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget_courses .item .thumb {
    float: left;
    width: 100px;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-right: 25px;
    z-index: 1;
}
.widget-area .widget_courses .item .thumb .fullimage {
    width: 100px;
    height: 110px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_courses .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/images/courses/courses4.webp);
}
.widget-area .widget_courses .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/images/courses/courses5.webp);
}
.widget-area .widget_courses .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/images/courses/courses6.webp);
}
.widget-area .widget_courses .item .thumb::before, .widget-area .widget_courses .item .thumb::after {
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: var(--white-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.widget-area .widget_courses .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}
.widget-area .widget_courses .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}
.widget-area .widget_courses .item .info {
    overflow: hidden;
    position: relative;
    top: 14px;
}
.widget-area .widget_courses .item .info .title {
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--black-color);
}
.widget-area .widget_courses .item .info .title a {
    display: inline-block;
}
.widget-area .widget_courses .item .info p {
    color: var(--main-color);
    font-weight: 600;
}
.widget-area .widget_courses .item .info p span {
    font-size: 14px;
    color: var(--paragraph-color);
    margin-left: 5px;
    position: relative;
    top: -1px;
    text-decoration: line-through;
}
.widget-area .widget_courses .item:hover .thumb::before, .widget-area .widget_courses .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}
.widget-area .widget_categories {
    background: #F6F8FA;
    padding: 40px 30px;
}
.widget-area .widget_categories .list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_categories .list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}
.widget-area .widget_categories .list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: var(--gradient-color);
    height: 8px;
    width: 8px;
    border-radius: 50px;
}
.widget-area .widget_categories .list li:last-child {
    margin-bottom: 0;
}
.widget-area .widget_categories .list li a {
    color: var(--black-color);
}
.widget-area .widget_categories .list li a:hover {
    color: var(--main-color);
}
.widget-area .widget_categories .list li span {
    color: var(--black-color);
}
.widget-area .widget_tag_cloud {
    background: #F6F8FA;
    padding: 40px 30px;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px;
}
.widget-area .tagcloud a {
    display: inline-block;
    background: var(--white-color);
    color: var(--main-color);
    padding: 8px 15px;
    border: none;
    border-radius: 0;
    margin-top: 8px;
    margin-right: 5px;
}
.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: var(--white-color);
    background-color: var(--main-color);
}
.widget-area .widget_posts {
    position: relative;
    overflow: hidden;
    background: #F6F8FA;
    padding: 40px 30px;
}
.widget-area .widget_posts .item {
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(224, 223, 230, 0.4);
}
.widget-area .widget_posts .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget-area .widget_posts .item .thumb {
    float: left;
    width: 100px;
    height: 110px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-right: 25px;
    z-index: 1;
}
.widget-area .widget_posts .item .thumb .fullimage {
    width: 100px;
    height: 110px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.widget-area .widget_posts .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/images/blog/blog1.webp);
}
.widget-area .widget_posts .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/images/blog/blog2.webp);
}
.widget-area .widget_posts .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/images/blog/blog3.webp);
}
.widget-area .widget_posts .item .thumb .fullimage.bg4 {
    background-image: url(../../assets/images/blog/blog4.webp);
}
.widget-area .widget_posts .item .thumb::before, .widget-area .widget_posts .item .thumb::after {
    transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
    content: "";
    background-color: var(--white-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}
.widget-area .widget_posts .item .thumb::before {
    width: 40px;
    height: 1px;
    left: 100%;
}
.widget-area .widget_posts .item .thumb::after {
    height: 40px;
    width: 1px;
    top: 0;
}
.widget-area .widget_posts .item .info {
    overflow: hidden;
    position: relative;
    top: 14px;
}
.widget-area .widget_posts .item .info span {
    font-size: 15px;
    color: var(--paragraph-color);
    display: inline-block;
    margin-bottom: 10px;
}
.widget-area .widget_posts .item .info .title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    color: var(--black-color);
}
.widget-area .widget_posts .item .info .title a {
    display: inline-block;
}
.widget-area .widget_posts .item:hover .thumb::before, .widget-area .widget_posts .item:hover .thumb::after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/*================================================
Go Top Area CSS Area CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: var(--white-color);
    background-color: var(--main-color);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: var(--transition);
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    transform: translateY(-45%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
}
.go-top:hover {
    background-color: var(--optional-color);
    color: var(--white-color);
    transition: var(--transition);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    margin-top: 20px;
    text-align: center;
}
.pagination-area .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--white-color);
    color: var(--main-color);
    box-shadow: 0px 3px 15px rgba(34, 86, 102, 0.1);
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.pagination-area .page-numbers::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: var(--gradient-color);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
    color: var(--white-color);
}
.pagination-area .page-numbers:hover::before, .pagination-area .page-numbers.current::before {
    opacity: 1;
    visibility: visible;
}
.pagination-area .page-numbers.next {
    width: 82px;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background: #F5F6F9;
}

.single-footer-widget {
    margin-bottom: 25px;
}
.single-footer-widget .widget-logo {
    margin-bottom: 25px;
    display: inline-block;
}
.single-footer-widget .info-list {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .info-list li {
    list-style-type: none;
    margin-bottom: 12px;
    color: var(--paragraph-color);
}
.single-footer-widget .info-list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .info-list li span {
    color: var(--black-color);
    font-weight: 600;
}
.single-footer-widget .info-list li a {
    color: var(--paragraph-color);
}
.single-footer-widget .info-list li a:hover {
    color: var(--main-color);
}
.single-footer-widget h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.single-footer-widget h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--gradient-color);
    width: 35px;
    height: 2.5px;
    border-radius: 5px;
}
.single-footer-widget .list {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .list li {
    list-style-type: none;
    margin-bottom: 15px;
}
.single-footer-widget .list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .list li a {
    color: var(--paragraph-color);
}
.single-footer-widget .list li a:hover {
    color: var(--main-color);
}
.single-footer-widget .app-list {
    padding-left: 0;
    margin-bottom: 0;
}
.single-footer-widget .app-list li {
    list-style-type: none;
    margin-bottom: 18px;
}
.single-footer-widget .app-list li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .app-list li:first-child a img {
    filter: drop-shadow(-5px 15px 30px var(--soft_gradientcolor));
}

.copyright-area {
    border-top: 1px solid rgba(224, 223, 230, 0.5);
    margin-top: 75px;
}
.copyright-area .copyright-area-content {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright-area .copyright-area-content p span {
    color: var(--black-color);
}
.copyright-area .copyright-area-content p a {
    color: var(--main-color);
    font-weight: 600;
}
.copyright-area .copyright-area-content p a:hover {
    color: var(--optional-color);
}

/*================================================
Course Details Area CSS
=================================================*/
.course-details-area {
    position: relative;
    z-index: 1;
}
.course-details-area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #F9F6F2;
    z-index: -1;
}

.course-details-desc {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.08);
    padding: 45px 30px 45px 30px;
    position: relative;
}
.course-details-desc h3 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.4;
    margin-right: 80px;
}
.course-details-desc p {
    margin-bottom: 0;
}
.course-details-desc .meta-list {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.course-details-desc .meta-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    margin-right: 45px;
    padding-left: 25px;
}
.course-details-desc .meta-list li:last-child {
    margin-right: 0;
    padding-left: 0;
}
.course-details-desc .meta-list li:last-child i {
    position: relative;
    color: #FFC383;
    font-size: 15.5px;
}
.course-details-desc .meta-list li img {
    max-width: 40px;
    border: 2.5px solid var(--white-color);
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
}
.course-details-desc .meta-list li span {
    margin-left: 8px;
}
.course-details-desc .meta-list li span a {
    color: var(--paragraph-color);
}
.course-details-desc .meta-list li span a:hover {
    color: var(--main-color);
}
.course-details-desc .meta-list li i {
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 17px;
}
.course-details-desc .meta-list li .up {
    margin-left: 5px;
}
.course-details-desc .price {
    display: inline-block;
    background-color: var(--optional-color);
    color: var(--white-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 45px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    transition: var(--transition);
}
.course-details-desc .price:hover {
    background-color: var(--main-color);
}

.courses-details-tabs {
    margin-top: 50px;
}
.courses-details-tabs .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    background: #F6F8FA;
    border: none;
}
.courses-details-tabs .nav .nav-item {
    margin-bottom: 0;
}
.courses-details-tabs .nav .nav-item .nav-link {
    border-radius: 0;
    border: none;
    padding: 0;
    transition: var(--transition);
    padding: 25px 55px;
    border-radius: 0;
    font-size: 16.5px;
    font-weight: 500;
    color: var(--black-color);
    position: relative;
    z-index: 1;
}
.courses-details-tabs .nav .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2.5px;
    background: var(--gradient-color);
    z-index: -1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}
.courses-details-tabs .nav .nav-item .nav-link:hover, .courses-details-tabs .nav .nav-item .nav-link.active {
    color: var(--main-color);
    background-color: var(--white-color);
}
.courses-details-tabs .nav .nav-item .nav-link:hover::before, .courses-details-tabs .nav .nav-item .nav-link.active::before {
    opacity: 1;
    visibility: visible;
}
.courses-details-tabs .tab-content {
    margin-top: 35px;
}
.courses-details-tabs .tab-content .courses-overview h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.courses-details-tabs .tab-content .courses-overview h3:not(:first-child) {
    margin-top: 30px;
}
.courses-details-tabs .tab-content .courses-overview p span {
    color: var(--main-color);
}
.courses-details-tabs .tab-content .courses-overview .list {
    padding-left: 0;
    margin-bottom: 18px;
}
.courses-details-tabs .tab-content .courses-overview .list li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--paragraph-color);
}
.courses-details-tabs .tab-content .courses-overview .list li:last-child {
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-overview .list li i {
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 3.5px;
    line-height: 1;
    font-size: 18px;
}
.courses-details-tabs .tab-content .courses-curriculum {
    margin-bottom: 25px;
}
.courses-details-tabs .tab-content .courses-curriculum:last-child {
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-curriculum h3 {
    background-color: var(--white-color);
    border: 1px solid rgba(224, 223, 230, 0.5);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    padding: 25px 52px;
}
.courses-details-tabs .tab-content .courses-curriculum h3::before {
    position: absolute;
    content: "\f1af";
    left: 25px;
    font-family: "remixicon";
    top: 50%;
    transform: translateY(-50%);
    color: var(--black-color);
}
.courses-details-tabs .tab-content .courses-curriculum h3::after {
    position: absolute;
    content: "\ea77";
    right: 25px;
    font-family: "remixicon";
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list {
    padding-left: 0;
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li {
    list-style-type: none;
    background: #F6F8FA;
    color: var(--black-color);
    padding: 25px;
    font-size: 16.5px;
    border-bottom: 1px solid var(--white-color);
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li:last-child {
    border-bottom: none;
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-name {
    position: relative;
    padding-left: 22px;
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-name i {
    color: var(--main-color);
    font-size: 15.5px;
    position: absolute;
    left: 0;
    top: 0;
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-meta .duration {
    display: inline-block;
    background: #BCA9AF;
    color: var(--white-color);
    padding: 5px 15px;
    font-size: 15px;
    transition: var(--transition);
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-meta .duration:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-meta .status {
    display: inline-block;
    background: var(--optional-color);
    color: var(--white-color);
    margin-left: 5px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
}
.courses-details-tabs .tab-content .courses-curriculum .courses-list li .courses-meta .status:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.courses-details-tabs .tab-content .instructors-card {
    background-color: transparent;
    box-shadow: unset;
}
.courses-details-tabs .tab-content .instructors-card .instructors-content {
    padding: 0 0 0 30px;
}
.courses-details-tabs .tab-content .instructors-card .instructors-content span {
    display: block;
    margin-bottom: 10px;
}
.courses-details-tabs .tab-content .instructors-card:hover {
    transform: unset;
}
.courses-details-tabs .tab-content .courses-reviews .title h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}
.courses-details-tabs .tab-content .courses-reviews .total-box {
    text-align: center;
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px rgba(34, 86, 102, 0.08);
    padding: 30px;
}
.courses-details-tabs .tab-content .courses-reviews .total-box h3 {
    font-size: 36px;
    color: var(--main-color);
    margin-bottom: 15px;
}
.courses-details-tabs .tab-content .courses-reviews .total-box span {
    font-size: 18px;
    color: var(--black-color);
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}
.courses-details-tabs .tab-content .courses-reviews .total-box ul {
    padding-left: 0;
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-reviews .total-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 2px;
}
.courses-details-tabs .tab-content .courses-reviews .total-box ul li:last-child {
    margin-right: 0;
}
.courses-details-tabs .tab-content .courses-reviews .total-box ul li i {
    color: #FFC383;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress {
    margin-bottom: 20px;
    margin-left: 40px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress:last-child {
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .progress-bar {
    height: 8px;
    background-color: var(--optional-color);
    border-radius: 15px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .progress {
    background: #ECEBF1;
    height: 8px;
    border-radius: 15px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating {
    padding-left: 0;
    margin-bottom: 0;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating li:last-child {
    margin-right: 0;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating li i {
    color: #FFC383;
    font-size: 15px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating li span {
    color: var(--paragraph-color);
    font-size: 15px;
    position: relative;
    top: -1.5px;
}
.courses-details-tabs .tab-content .courses-reviews .reviews-progress .reviews-rating li.opacity i {
    color: rgba(255, 196, 131, 0.3);
}
.courses-details-tabs .tab-content .courses-review-comments {
    padding-left: 78px;
    position: relative;
    margin-top: 40px;
}
.courses-details-tabs .tab-content .courses-review-comments img {
    left: 0;
    top: 0;
    border-radius: 50%;
    position: absolute;
    border: 3px solid var(--white-color);
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
}
.courses-details-tabs .tab-content .courses-review-comments .sub-comment {
    margin-bottom: 8px;
    color: var(--black-color);
    font-size: 18px;
    font-weight: bold;
}
.courses-details-tabs .tab-content .courses-review-comments .review-rating {
    display: block;
    margin-bottom: 8px;
}
.courses-details-tabs .tab-content .courses-review-comments .review-rating .review-stars {
    display: inline-block;
}
.courses-details-tabs .tab-content .courses-review-comments .review-rating .review-stars i {
    font-size: 15px;
    color: #FFC383;
    display: inline-block;
}
.courses-details-tabs .tab-content .review-comment-form {
    margin-top: 40px;
}
.courses-details-tabs .tab-content .review-comment-form .content {
    margin-bottom: 20px;
}
.courses-details-tabs .tab-content .review-comment-form .content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.courses-details-tabs .tab-content .review-comment-form .content span {
    color: var(--paragraph-color);
    display: block;
    margin-bottom: 15px;
}
.courses-details-tabs .tab-content .review-comment-form .content .rating-stars {
    display: inline-block;
}
.courses-details-tabs .tab-content .review-comment-form .content .rating-stars i {
    font-size: 15px;
    color: #FFC383;
    display: inline-block;
}
.courses-details-tabs .tab-content .review-comment-form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.courses-details-tabs .tab-content .review-comment-form .form-group label {
    color: var(--paragraph-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.courses-details-tabs .tab-content .review-comment-form .form-group .form-control {
    background: #F6F8FA;
    outline: 0;
    height: 55px;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 0;
    border: none;
    color: var(--paragraph-color);
    box-shadow: unset;
}
.courses-details-tabs .tab-content .review-comment-form .form-group .form-control::-moz-placeholder {
    color: var(--white-color);
}
.courses-details-tabs .tab-content .review-comment-form .form-group .form-control::placeholder {
    color: var(--white-color);
}
.courses-details-tabs .tab-content .review-comment-form .form-group textarea.form-control {
    min-height: 120px;
}
.courses-details-tabs .tab-content .review-comment-form .form-group .icon {
    position: absolute;
    color: var(--main-color);
    top: 54px;
    left: 20px;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
}
.courses-details-tabs .tab-content .review-comment-form .form-group .icon i {
    font-size: 18px;
}
.courses-details-tabs .tab-content .review-comment-form .default-btn {
    border: none;
}

.courses-details-info {
    background: #F6F8FA;
}
.courses-details-info .image {
    text-align: center;
    position: relative;
}
.courses-details-info .image .link-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--white-color);
    border-radius: 50%;
    color: var(--main-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 35px;
    transition: var(--transition);
}
.courses-details-info .image .link-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    animation: ripple 2s linear infinite;
    background: transparent;
    border: 1px solid var(--white-color);
    transition: var(--transition);
}
.courses-details-info .image .link-btn:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.courses-details-info .image .link-btn:hover::before {
    border: 1px solid var(--main-color);
}
.courses-details-info .content {
    padding: 25px 25px 30px;
}
.courses-details-info .content .price {
    font-size: 24px;
    font-weight: bold;
    color: var(--black-color);
}
.courses-details-info .content .price span {
    color: var(--paragraph-color);
    font-size: 15px;
    margin-left: 5px;
    position: relative;
    top: -2px;
    text-decoration: line-through;
}
.courses-details-info .content .btn-box a {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 25px;
}
.courses-details-info .content .btn-box a:last-child {
    background: var(--black-color);
    filter: unset;
}
.courses-details-info .content .info {
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.courses-details-info .content .info li {
    list-style-type: none;
    border-bottom: 1px solid rgba(224, 223, 230, 0.4);
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}
.courses-details-info .content .info li span {
    font-size: var(--font-size);
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    color: var(--black-color);
}
.courses-details-info .content .info li span i {
    color: var(--main-color);
    font-size: 16.5px;
    position: absolute;
    left: 0;
    top: 0;
}
.courses-details-info .content .courses-share {
    text-align: center;
    margin-top: 25px;
}
.courses-details-info .content .courses-share .share-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.courses-details-info .content .courses-share .share-info span {
    display: inline-block;
    color: var(--main-color);
    line-height: 1;
    font-weight: 600;
}
.courses-details-info .content .courses-share .share-info span i {
    color: var(--black-color);
    position: relative;
    top: 2.5px;
    margin-left: 5px;
}
.courses-details-info .content .courses-share .share-info .social-link {
    padding-left: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    margin-bottom: 0;
}
.courses-details-info .content .courses-share .share-info .social-link li {
    display: inline-block;
    margin-right: 3px;
}
.courses-details-info .content .courses-share .share-info .social-link li:last-child {
    margin-right: 0;
}
.courses-details-info .content .courses-share .share-info .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: var(--optional-color);
    font-size: 15px;
    color: var(--white-color);
    position: relative;
    border-radius: 50px;
}
.courses-details-info .content .courses-share .share-info .social-link li a i {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-48%);
}
.courses-details-info .content .courses-share .share-info .social-link li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.courses-details-info .content .courses-share .share-info:hover .social-link {
    opacity: 1;
    visibility: visible;
    bottom: -42px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .commands {
    position: absolute;
    bottom: 10px;
    left: 6px;
}
.blog-details-desc .commands a {
    background-color: #ffffff !important;
    color: #0d0c0c !important;
    border-radius: 0 !important;
}
.blog-details-desc .bd-image {
    position: relative;
}
.blog-details-desc .bd-image .tag {
    position: absolute;
    right: 30px;
    bottom: -20px;
}
.blog-details-desc .bd-image .tag span {
    display: inline-block;
    font-size: 15px;
    color: var(--white-color);
    background-color: var(--optional-color);
    padding: 8px 20px;
}
.blog-details-desc .meta-list {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.blog-details-desc .meta-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    color: var(--paragraph-color);
    position: relative;
    margin-right: 45px;
    padding-left: 28px;
}
.blog-details-desc .meta-list li:last-child {
    margin-right: 0;
}
.blog-details-desc .meta-list li img {
    max-width: 45px;
    border: 2.5px solid var(--white-color);
    filter: drop-shadow(0px 4px 15px rgba(27, 35, 51, 0.12));
}
.blog-details-desc .meta-list li span {
    margin-left: 8px;
}
.blog-details-desc .meta-list li span a {
    color: var(--paragraph-color);
}
.blog-details-desc .meta-list li span a:hover {
    color: var(--main-color);
}
.blog-details-desc .meta-list li i {
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-size: 18px;
}
.blog-details-desc h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 25px;
    margin-bottom: 12px;
}
.blog-details-desc p span {
    color: var(--main-color);
}
.blog-details-desc .block-image {
    margin-top: 10px;
}
.blog-details-desc h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.blog-details-desc .list {
    padding-left: 0;
    margin-bottom: 18px;
}
.blog-details-desc .list li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--paragraph-color);
}
.blog-details-desc .list li:last-child {
    margin-bottom: 0;
}
.blog-details-desc .list li i {
    color: var(--main-color);
    position: absolute;
    left: 0;
    top: 3.5px;
    line-height: 1;
    font-size: 18px;
}
.blog-details-desc .quote-box {
    background: #F6F8FA;
    padding: 35px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.blog-details-desc .quote-box .inner {
    position: relative;
    padding-left: 65px;
}
.blog-details-desc .quote-box .inner .icon {
    position: absolute;
    left: 2px;
    top: 7px;
    font-size: unset;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    margin: auto;
}
.blog-details-desc .quote-box .inner p {
    color: var(--black-color);
    font-weight: 600;
}
.blog-details-desc .quote-box .inner span {
    font-size: 18px;
    color: var(--main-color);
    font-weight: bold;
}
.blog-details-desc .article-footer {
    margin-top: 30px;
}
.blog-details-desc .article-footer .article-tags {
    padding-left: 0;
    margin-bottom: 0;
}
.blog-details-desc .article-footer .article-tags li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details-desc .article-footer .article-tags li:last-child {
    margin-right: 0;
}
.blog-details-desc .article-footer .article-tags li span {
    font-weight: 600;
    color: var(--black-color);
}
.blog-details-desc .article-footer .article-tags li a {
    background: #F6F8FA;
    display: inline-block;
    padding: 8px 12px;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 500;
}
.blog-details-desc .article-footer .article-tags li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.blog-details-desc .article-footer .article-share {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.blog-details-desc .article-footer .article-share li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
.blog-details-desc .article-footer .article-share li:last-child {
    margin-right: 0;
}
.blog-details-desc .article-footer .article-share li span {
    font-weight: 600;
    color: var(--black-color);
}
.blog-details-desc .article-footer .article-share li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #E0DFE6;
    color: var(--black-color);
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    transition: var(--transition);
}
.blog-details-desc .article-footer .article-share li a i:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: var(--white-color);
}
.blog-details-desc .leave-comment-form {
    border-top: 1px solid #F5F6F9;
    margin-top: 65px;
    padding-top: 50px;
}
.blog-details-desc .leave-comment-form h3 {
    margin-top: 0;
    margin-bottom: 30px;
}
.blog-details-desc .leave-comment-form .form-group {
    margin-bottom: 25px;
    position: relative;
}
.blog-details-desc .leave-comment-form .form-group label {
    color: var(--paragraph-color);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.blog-details-desc .leave-comment-form .form-group .form-control {
    background: #F6F8FA;
    outline: 0;
    height: 55px;
    display: inline-block;
    width: 100%;
    padding: 15px 20px 15px 45px;
    border-radius: 0;
    border: none;
    color: var(--paragraph-color);
    box-shadow: unset;
}
.blog-details-desc .leave-comment-form .form-group .form-control::-moz-placeholder {
    color: var(--white-color);
}
.blog-details-desc .leave-comment-form .form-group .form-control::placeholder {
    color: var(--white-color);
}
.blog-details-desc .leave-comment-form .form-group textarea.form-control {
    min-height: 120px;
}
.blog-details-desc .leave-comment-form .form-group .icon {
    position: absolute;
    color: var(--main-color);
    top: 54px;
    left: 20px;
    font-size: unset;
    width: auto;
    height: auto;
    max-width: unset;
    max-height: unset;
    margin: auto;
}
.blog-details-desc .leave-comment-form .form-group .icon i {
    font-size: 18px;
}
.blog-details-desc .leave-comment-form .default-btn {
    border: none;
}

.edly-fullwidth-top .card.invisibleblock {
    padding-bottom: 50px;
}

.edly-guest-is-active .course-content, .edly-guest-is-active .page-header-headings {
    display: none !important;
}

.courses.frontpage-course-list-enrolled {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.edly-guest-is-active-main .drawer-toggles .drawer-left-toggle .btn {
    display: none;
}
.edly-guest-is-active-main .drawer.drawer-left.show {
    display: none;
}

.footer-social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.footer-social li {
    display: inline-block;
    margin-right: 3px;
}
.footer-social li:last-child {
    margin-right: 0;
}
.footer-social li a {
    background-color: #808292;
    color: var(--whiteColor);
    position: relative;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 35px;
    width: 35px;
}
.footer-social li a i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.footer-social li a:hover {
    background-color: var(--main-color);
    color: var(--whiteColor);
    border-radius: 5px;
}

.dir-rtl .owl-carousel, .dir-rtl .bx-wrapper {
    direction: ltr;
}
.dir-rtl .owl-carousel .owl-item {
    direction: rtl;
}
.dir-rtl .owl-next, .dir-rtl .owl-prev {
    transform: scaleX(-1) !important;
}
.dir-rtl .main-responsive-nav .mean-container a.meanmenu-reveal {
    float: left;
    position: relative;
}

.dir-rtl .single-funfacts-card .content h3 {
    direction: rtl;
}

.card.activity-navigation.mdl-bottom {
    margin-top: 20px;
    border: 1px solid #efefef !important;
    box-shadow: none !important;
}

.activity-navigation #prev-activity, .activity-navigation #next-activity {
    display: flex;
    align-items: center;
}

.activity-navigation .larrow {
    border-right: 1px solid #eee;
    margin-right: 0.3em;
}

.activity-navigation .larrow, .activity-navigation .rarrow {
    font-size: 20px;
    padding: 0.25rem;
    text-align: center;
    margin-bottom: -6px;
}

.activity-navigation #next-activity {
    justify-content: end;
}

.activity-navigation #prev-activity-link, .activity-navigation #next-activity-link {
    font-weight: 600;
    color: #0d0c0c;
}

.activity-navigation #prev-activity-link:hover, .activity-navigation #next-activity-link:hover {
    color: var(--main-color);
    text-decoration: none;
}

.activity-navigation .rarrow {
    border-left: 1px solid #eee;
    margin-left: 0.3em;
}

.blog-details-desc .meta-list {
    margin-bottom: 30px;
    margin-bottom: 0;
}

.course-content .activityiconcontainer.smaller {
    width: 40px;
    height: 40px;
}

.moremenu {
    border: 2px solid var(--optional-color) !important;
    border-radius: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.04);
}

.moremenu .nav-link {
    color: var(--blackColor);
    border-bottom: solid 0px !important;
    height: 56px;
    font-weight: 600;
}

.moremenu .nav-link:hover {
    border-bottom-color: var(--optional-color);
    background-color: transparent !important;
    color: var(--optional-color);
}

.moremenu .nav-link.active {
    background-color: transparent !important;
    border-color: transparent;
    border-bottom-color: #fe4a55;
    color: var(--optional-color);
}

.nav-tabs .nav-link {
    color: var(--blackColor);
}

.ml-auto-d {
    margin-left: auto;
}

.float-right-d {
    float: right !important;
}

.mr-auto-d {
    margin-right: auto !important;
}

.pl-1-d {
    padding-left: 0.25rem !important;
}

.float-left-d {
    float: left !important;
}

body.behat-site .form-group, body.behat-site.form-group, body.themedesignermode .form-group, body.themedesignermode.form-group {
    outline: unset !important;
    background-color: unset !important;
}

body.behat-site .form-group::before, body.behat-site.form-group::before, body.themedesignermode .form-group::before, body.themedesignermode.form-group::before {
    content: "" !important;
}

.btn.btn-primary {
    color: #fff;
}

.page-context-header {
    padding-bottom: 21px;
}

.page-context-header h3 {
    font-weight: bold;
}

.dropzones img {
    max-width: unset !important;
}

.stickyfooter {
    height: 200px;
}

.ml-2-d {
    margin-left: 0.5rem !important;
}

#page-blog-index .edash-full-header {
    display: none;
}

#page-blog-index .page-header {
    display: none;
}

.blog-area .row h2:nth-child(2) {
    display: none;
}

.user-notif .nav-link {
    background-color: transparent !important;
    box-shadow: unset !important;
}

.path-admin .footer-area, .path-my .footer-area {
    padding-left: 280px;
}

@media only screen and (max-width: 767px) {
    .path-admin .footer-area, .path-my .footer-area {
        padding-left: 0;
    }
}
.mr-2-d {
    margin-right: 0.5rem !important;
}

.text-right-d {
    text-align: right !important;
}

.modal-body input {
    width: 100% !important;
}/*# sourceMappingURL=style.css.map */

