.tkMainNav {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*-webkit-box-shadow: 0 0 10px #000;*/
    /*box-shadow: 0 0 10px #000;*/
    /*top: 0;*/
    position: absolute;
    width: 100%;
    z-index: 1;
}

.scroll-to-fixed-fixed .tkMainNav {
    background: rgba(255, 255, 255, 1)
}

.tkMainNav #tkNavbar .navbar-nav > li > a {
    font: normal 1.2rem/1rem 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: .625rem;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative
}

.tkMainNav #tkNavbar ul > li.nav-item.active > a,
.tkMainNav #tkNavbar .nav-item > a:hover, .tkc_nav > a {
    font-weight: 500;
    color: #fff !important
}

.tkMainNav #tkNavbar .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: -1;
    animation: nav-reverse-animation .6s forwards;
    -webkit-animation: nav-reverse-animation .6s forwards;
    -moz-animation: nav-reverse-animation .6s forwards
}

.tkMainNav #tkNavbar ul > li.nav-item.active > a:before,
.tkMainNav #tkNavbar .nav-item > a:hover:before,
.tkMainNav #tkNavbar .nav-item.tkc_nav > a:before {
    animation: nav-underline-fill .6s forwards;
    -webkit-animation: nav-underline-fill .6s forwards;
    -moz-animation: nav-underline-fill .6s forwards
}

.all_course > a {
    border-radius: 4px
}

/*!Mega Menu Dropdown*/
.navbar.tkMainNav .dropdown {
    position: static
}

.navbar.tkMainNav .dropdown > a {
    position: relative
}

.navbar.tkMainNav .dropdown > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 3px
}

.navbar.tkMainNav .nav-item.dropdown > .dropdown-menu {
    width: 100%;
    left: 0 !important;
    right: 0;
    border: 0;
    top: -34px;
}

.navbar.tkMainNav .active > .dropdown-menu {
    -webkit-animation: dropdown-scale-display .8s;
    animation: dropdown-scale-display .8s;
    display: block !important;
    padding: 0 !important;
    overflow: hidden !important
}

.navbar.tkMainNav .dropdown-menu {
    background: transparent
}

.navbar.tkMainNav .dropdown-menu .container {
    border: solid 1px #e1e1e1;
    border-top: 0;
    background-color: #fff;
    margin-top: 32px;
    padding: 0
}

.navbar.tkMainNav .dropdown-menu .container > ul > li > a,
.desktop-nav-category-list > a {
    position: relative;
    z-index: 3;
    display: block;
    padding: .7rem 0 .7rem 2rem;
    font: 500 .9rem "Roboto";
    color: #000;
    border-top: solid 1px #e1e1e1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.navbar.tkMainNav .dropdown-menu .container > ul > li.active > a,
.navbar.tkMainNav .dropdown-menu .container > ul > li > a:hover,
.desktop-nav-category-list > a:hover,
.desktop-cat-list-active > a.active,
.desktop-nav-category-list > a.active {
    color: rgba(255, 255, 0, 0.8);
    text-shadow: 2px 2px rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.navbar.tkMainNav .dropdown-menu .container > ul > li > a:after,
.desktop-nav-category-list > a:after,
.navbar.tkMainNav .dropdown-menu
.container > ul > li > a:before,
.desktop-nav-category-list > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0
}

.navbar.tkMainNav .dropdown-menu .container > ul > li > a:before,
.desktop-nav-category-list > a:before {
    width: 10px;
    height: 0;
    z-index: 2;
    background: url("../../images/head-bg.png") 0 0 / cover no-repeat;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease
}

.navbar.tkMainNav .dropdown-menu .container > ul > li.active > a:before, .navbar.tkMainNav .dropdown-menu .container > ul > li > a:hover:before, .desktop-nav-category-list > a.active:before, .desktop-nav-category-list > a:hover:before {
    height: 100%
}

.navbar.tkMainNav .dropdown-menu .container > ul > li > a:after, .desktop-nav-category-list > a:after {
    width: 0;
    height: 100%;
    z-index: -1;
    background: url("../../images/head-bg.png") 0 0 / cover no-repeat;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.navbar.tkMainNav .dropdown-menu .container > ul > li.active > a:after, .navbar.tkMainNav .dropdown-menu .container > ul > li > a:hover:after, .desktop-nav-category-list > a.active:after, .desktop-nav-category-list > a:hover:after {
    width: 100%
}

.desktop-nav-category-list > a.active {
    overflow: hidden
}

.course-menu {
    background-color: #f6f6f6;
    width: 100%;
    display: none
}

.active > .course-menu {
    display: block
}

.course-menu .sub-menu {
    padding: 30px
}

.course-menu .sub-menu > li > a {
    display: block;
    padding: .7rem 0;
    font: 500 .9rem "Roboto";
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, .05);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.course-menu .sub-menu > li > a:hover {
    padding-left: 1rem;
    background: url("../../images/head-bg.png") 0 0 / cover no-repeat;
    color: rgba(255, 255, 0, 0.8);
    text-shadow: 2px 2px rgba(0, 0, 0, .4);
    text-decoration: none
}

.c-category-name {
    font: 500 1.2rem/1.4rem "Roboto";
    color: #000;
    padding: 1.56rem
}

.tkcontact-menu .dropdown-item {
    position: relative;
    z-index: 2;
    background: transparent
}

.tkcontact-menu .dropdown-item:hover {
    color: #fff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.tkcontact-menu .dropdown-item:before, .tkcontact-menu .dropdown-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

.tkcontact-menu .dropdown-item:before {
    z-index: 2;
    background: #db0404;
    width: 10px;
    height: 0;
    -webkit-transition: height .6s ease;
    -o-transition: height .6s ease;
    transition: height .6s ease
}

.tkcontact-menu .dropdown-item:hover:before {
    height: 100%
}

.tkcontact-menu .dropdown-item:after {
    z-index: -11;
    background: #f32605;
    width: 0;
    height: 100%;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.tkcontact-menu .dropdown-item:hover:after {
    width: 100%
}

header.scroll-to-fixed-fixed {
    -webkit-animation: scroll-to-fixed-fixed .6s ease;
    animation: scroll-to-fixed-fixed .6s ease
}

@media all and (max-width: 992px) {
    .tkMainNav #tkNavbar a {
        display: block
    }

    .tkMainNav #tkNavbar .active a {
        margin-right: 0
    }

    .heading-parallax {
        background-position: left top;
        background-size: cover
    }

    #tkrow-accordion .card-body {
        padding-left: 0;
        padding-right: 0
    }

    .tkMainNav.fixed-top {
        position: absolute
    }

    .navbar.tkMainNav .dropdown-menu .container {
        border-top: solid 1px #e1e1e1;
        margin-top: 0
    }

    .tkMainNav #tkNavbar .navbar-nav > li > a {
        display: block;
        border-radius: 0 !important
    }

    .navbar.tkMainNav .dropdown-menu {
        padding: 0
    }

    .navbar.tkMainNav .dropdown-menu .container > ul > li.active > a {
        border-bottom: solid 1px #e1e1e1
    }

    .navbar.tkMainNav .dropdown > a:after {
        font-size: 1.4rem;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px
    }

    .navbar.tkMainNav .dropdown.cart_max-menu > a:after {
        content: none
    }

    .c-category-name {
        padding: 10px 25px
    }

    .course-menu .sub-menu {
        padding: 0 15px
    }
}

@media all and (min-width: 992px) {
    .navbar.tkMainNav .dropdown-menu .container, .navbar.tkMainNav .dropdown-menu .container, .course-menu .sub-menu, .desktop-nav-category-list {
        min-height: 570px;
        max-height: 570px
    }

    .desktop-cat-list-active > .course-menu {
        display: block
    }

    .desktop-nav-category-list {
        background: #fff !important;
        display: block !important;
        position: absolute !important;
        margin-top: 48px !important;
        width: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 3
    }

    .desktop-nav-category-list:before, .desktop-nav-category-list:after {
        content: none !important
    }

    .tkMainNav #tkNavbar .navbar-nav > li > a {
        margin: 0 3px
    }

    .navbar.tkMainNav .dropdown-menu .container {
        overflow: hidden
    }

    .navbar.tkMainNav .dropdown-menu .container > ul {
        position: relative
    }

    .navbar.tkMainNav .dropdown-menu .container > ul > li > a {
        width: 350px
    }

    .navbar.tkMainNav .nav-item.dropdown > .dropdown-menu {
        /*left: 70px;*/
        /*width: calc(100% - 70px)*/
    }

    .navbar.tkMainNav .dropdown-menu .container > ul:before, .navbar.tkMainNav .dropdown-menu .container > ul:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 700px;
        background-color: #e1e1e1;
        left: 350px;
        top: 0
    }

    .navbar.tkMainNav .dropdown-menu .container > ul:after {
        left: auto;
        right: 35%
    }

    .course-menu {
        min-height: 700px;
        width: calc(100% - 351px);
        position: absolute;
        left: 351px;
        top: 0
    }

    .course-menu .sub-menu {
        overflow-y: auto;
        overflow-x: hidden
    }

    .navbar.tkMainNav .nav-item.dropdown.small_dropdown > ul > li > a {
        display: block;
        padding: 8px 15px;
        border-bottom: solid 1px #ccc;
        color: #000
    }

    .navbar.tkMainNav .nav-item.dropdown.small_dropdown .dropdown-menu {
        background-color: transparent
    }

    .navbar.tkMainNav .nav-item.dropdown.small_dropdown > ul > li:last-child > a {
        border: 0
    }

    .navbar.tkMainNav .nav-item.dropdown.small_dropdown .dropdown-menu {
        left: auto;
        max-width: 14rem;
        padding-top: 19px !important;
        margin-top: -2px !important
    }

    .navbar.tkMainNav .nav-item.dropdown.small_dropdown.cart_max-menu .dropdown-menu {
        max-width: 30rem
    }

    .user_menu, .cart_menu {
        padding: 1rem;
        background: #fff;
        background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ffeded));
        background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #ffeded 100%);
        background: -o-linear-gradient(top, #fff 0, #f6f6f6 47%, #ffeded 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(47%, #f6f6f6), to(#ffeded));
        background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #ffeded 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffeded', GradientType=0)
    }

    .cart_menu {
        margin-top: 4px
    }

    .navbar.tkMainNav .nav-item.dropdown.tkcontact-menu > .dropdown-menu {
        left: auto;
        right: auto
    }

    .lg-mxw-100 {
        max-width: 100px
    }
}

@media all and (min-width: 991.5px) and (max-width: 992.5px) {
    .navbar.tkMainNav .dropdown-menu .container {
        margin-top: 32px
    }
}

@-webkit-keyframes nav-reverse-animation {
    0% {
        width: 100%;
        height: 0;
        background: #f32605;
        border-radius: 5px
    }
    100% {
        width: 0;
        height: 1px
    }
}

@keyframes nav-reverse-animation {
    0% {
        width: 100%;
        height: 0;
        background: #f32605;
        border-radius: 5px
    }
    100% {
        width: 0;
        height: 1px
    }
}

@-webkit-keyframes nav-underline-fill {
    0% {
        border-radius: 0;
        width: 1px;
        height: 1px
    }
    80% {
        border-radius: 0;
        width: 100%;
        height: 1px
    }
    100% {
        width: 100%;
        height: 100%;
        background: #f32605;
        border-radius: 5px
    }
}

@keyframes nav-underline-fill {
    0% {
        border-radius: 0;
        width: 1px;
        height: 1px
    }
    80% {
        border-radius: 0;
        width: 100%;
        height: 1px
    }
    100% {
        width: 100%;
        height: 100%;
        background: #f32605;
        border-radius: 5px
    }
}

@-webkit-keyframes dropdown-scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes dropdown-scale-display {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes category-list-bg-fill {
    0% {
        width: 0;
        height: 100%
    }
    100% {
        width: 100%;
        height: 100%
    }
}

@keyframes category-list-bg-fill {
    0% {
        width: 0;
        height: 100%
    }
    100% {
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes scroll-to-fixed-fixed {
    0% {
        top: -62px
    }
    100% {
        top: 0
    }
}

@keyframes scroll-to-fixed-fixed {
    0% {
        top: -62px
    }
    100% {
        top: 0
    }
}

.all_course > a {
    background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg">\ <style>@keyframes marching-ants-close { to { stroke-dashoffset: -15px}}<\/style>\ <rect width="100%" height="100%" style="stroke:red;stroke-width:1px;fill:none;\ stroke-dasharray:1px 2px;animation:marching-ants .3s infinite linear;" />\ </svg>') 0 center no-repeat
}
