@keyframes hover-fade {

    0% {

        opacity: 0

    }

    to {

        opacity: 1

    }

}



@-moz-keyframes hover-fade {

    0% {

        opacity: 0

    }

    to {

        opacity: 1

    }

}



@-ms-keyframes hover-fade {

    0% {

        opacity: 0

    }

    to {

        opacity: 1

    }

}



@-o-keyframes hover-fade {

    0% {

        opacity: 0

    }

    to {

        opacity: 1

    }

}



@-webkit-keyframes hover-fade {

    0% {

        opacity: 0

    }

    to {

        opacity: 1

    }

}



@keyframes hover-zoom {

    0% {

        opacity: 0;

        transform: scale(.8, .8)

    }

    to {

        opacity: 1;

        transform: scale(1, 1)

    }

}



@-moz-keyframes hover-zoom {

    0% {

        opacity: 0;

        -moz-transform: scale(.8, .8)

    }

    to {

        opacity: 1;

        -moz-transform: scale(1, 1)

    }

}



@-ms-keyframes hover-zoom {

    0% {

        opacity: 0;

        -ms-transform: scale(.8, .8)

    }

    to {

        opacity: 1;

        -ms-transform: scale(1, 1)

    }

}



@-o-keyframes hover-zoom {

    0% {

        opacity: 0;

        -o-transform: scale(.8, .8)

    }

    to {

        opacity: 1;

        -o-transform: scale(1, 1)

    }

}



@-webkit-keyframes hover-zoom {

    0% {

        opacity: 0;

        -webkit-transform: scale(.8, .8)

    }

    to {

        opacity: 1;

        -webkit-transform: scale(1, 1)

    }

}



@keyframes hover-expand {

    0% {

        opacity: 0;

        transform: rotateY(90deg)

    }

    to {

        opacity: 1;

        transform: rotateY(0deg)

    }

}



@-moz-keyframes hover-expand {

    0% {

        opacity: 0;

        -moz-transform: rotateY(90deg)

    }

    to {

        opacity: 1;

        -moz-transform: rotateY(0deg)

    }

}



@-ms-keyframes hover-expand {

    0% {

        opacity: 0;

        -ms-transform: rotateY(90deg)

    }

    to {

        opacity: 1;

        -ms-transform: rotateY(0deg)

    }

}



@-o-keyframes hover-expand {

    0% {

        opacity: 0;

        -o-transform: rotateY(90deg)

    }

    to {

        opacity: 1;

        -o-transform: rotateY(0deg)

    }

}



@-webkit-keyframes hover-expand {

    0% {

        opacity: 0;

        -webkit-transform: rotateY(90deg)

    }

    to {

        opacity: 1;

        -webkit-transform: rotateY(0deg)

    }

}



@-moz-keyframes spin {

    0% {

        -moz-transform: rotate(0deg)

    }

    to {

        -moz-transform: rotate(359deg)

    }

}



@-webkit-keyframes spin {

    0% {

        -webkit-transform: rotate(0deg)

    }

    to {

        -webkit-transform: rotate(359deg)

    }

}



@-o-keyframes spin {

    0% {

        -o-transform: rotate(0deg)

    }

    to {

        -o-transform: rotate(359deg)

    }

}



@keyframes spin {

    0% {

        -webkit-transform: rotate(0deg);

        transform: rotate(0deg)

    }

    to {

        -webkit-transform: rotate(359deg);

        transform: rotate(359deg)

    }

}



body {

    margin: 0;

    padding: 0;

}



.flat-mega-menu a, .flat-mega-menu img, .flat-mega-menu li, .flat-mega-menu p, .flat-mega-menu ul {

    margin: 0;

    padding: 0;

    display: block;

    line-height: normal;

    text-decoration: none;

    list-style: none;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box

}



.flat-mega-menu .login-form input, .flat-mega-menu h2 {

    display: block;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box

}



.flat-mega-menu h2 {

    line-height: normal;

    text-decoration: none;

    list-style: none

}



.flat-mega-menu, .flat-mega-menu .login-form label {

    font-family: "Open sans";

    display: block;

    padding: 0

}



.flat-mega-menu {z-index: 999;width: 100%;min-width: 180px;font-size: 1em;height: 100%;}



.flat-mega-menu > ul {
    display:flex;
    justify-content: center;
    height: 100%;
}


.flat-mega-menu > ul > li {float: left;color: #fff;height: 100%;border-left: 1px solid;border-left-color: #29950e;}

@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

.flat-mega-menu > ul > li > a {
    line-height: 40px;
    color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    font-size: 22px;
    flex-direction: column;
    text-transform: capitalize;
    justify-content: center;
    text-align: right;
    font-weight: 800;
    font-family: 'Russo One', sans-serif;
}

.flat-mega-menu > ul > li > a:after {content: '';position: absolute;bottom: 0;left: 0;width: 0;display: block;height: 2px;background: #ffc526;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;opacity: .8;border: 0;}

.flat-mega-menu > ul > li > a .sub_menu_level1{
    display: block;
    background: #0ca6c2;
    color: #fff;
    font-size: 10px;
    height: 17px;
    line-height: 17px;
    text-transform: capitalize;
    margin-top: -6px;
    font-weight: 100;
    padding: 0px 5px;
}

.flat-mega-menu > ul > li:nth-child(2) > a .sub_menu_level1{background: #ff9800;}
.flat-mega-menu > ul > li:nth-child(3) > a .sub_menu_level1{background: #FF5722;}
.flat-mega-menu > ul > li:nth-child(4) > a .sub_menu_level1{background: #E91E63;}
.flat-mega-menu > ul > li:nth-child(5) > a .sub_menu_level1{background: #4caf50;}
.flat-mega-menu > ul > li:nth-child(6) > a .sub_menu_level1{background: #009688;}
.flat-mega-menu > ul > li:nth-child(7) > a .sub_menu_level1{background: #FFC107;}
.flat-mega-menu > ul > li:nth-child(8) > a .sub_menu_level1{background: #673AB7;}

.flat-mega-menu > ul > li > a .top_menu_level1{
    display: block;
    color: #fff;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: -10px;
}
.flat-mega-menu > ul > li:hover > a:after {
    width:100%;
}

.flat-mega-menu > ul > .title > a {

    text-transform: uppercase;

    font-size: 1.4em;

    line-height: 40px;

    padding-left: 20px;

    text-align: left;

    padding-right: 20px

}



.flat-mega-menu > ul > .title {

    border-left: none;

    min-width: 25%

}



.flat-mega-menu, .flat-mega-menu ul .login-form {

    position: relative

}



.flat-mega-menu .fa-user tbody, .flat-mega-menu .login-form table, .flat-mega-menu .login-form tbody, .flat-mega-menu .search-bar table {

    width: 100%

}



.flat-mega-menu .login-form input {

    width: 100%;

    margin: 0 0 3px;

    padding: 0 10px;

    border-radius: 3px;

    background-color: #f4f4f4;

    box-shadow: inset .5px 1px 3px 0 rgba(0, 0, 0, .1);

    -webkit-box-shadow: inset .5px 1px 3px 0 rgba(0, 0, 0, .1);

    border: 0;

    height: 30px;

    outline: 0

}



.flat-mega-menu .login-form input[type=submit] {

    border: 1px solid rgba(0, 0, 0, .15);

    border-radius: 3px;

    opacity: .81;

    box-shadow: inset .5px .866px 0 0 rgba(255, 248, 68, .106);

    background: #ffc526;

    color: #fff;

    height: 35px;

    width: 100px;

    font-size: 1em;

    font-family: "Open sans";

    margin-top: 10px;

    cursor: pointer;

    outline: 0

}



.flat-mega-menu .login-form input[type=submit]:hover {

    opacity: 1

}



.flat-mega-menu .login-form input[type=checkbox] {

    float: left;

    display: block;

    height: 35px;

    width: auto;

    cursor: pointer;

    outline: 0;

    background-color: #fff

}



.flat-mega-menu .login-form label {

    color: #333;

    font-size: .8em;

    font-weight: 400;

    height: 35px;

    margin: 10px 0 0;

    line-height: 35px;

    white-space: nowrap;

    cursor: pointer;

    -webkit-user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -o-user-select: none

}



.flat-mega-menu .login-form ul {

    position: absolute;

    right: 0;

    width: 300px;

    padding: 15px 15px 10px

}



.flat-mega-menu .login-form:hover, .flat-mega-menu .search-bar:hover {

    background-color: #fff;

    color: #333;

    transition: background .3s linear 0s, color .3s linear 0s;

    -moz-transition: background .3s linear 0s, color .3s linear 0s;

    -ms-transition: background .3s linear 0s, color .3s linear 0s;

    -o-transition: background .3s linear 0s, color .3s linear 0s;

    -webkit-transition: background .3s linear 0s, color .3s linear 0s

}



.flat-mega-menu ul .login-form, .flat-mega-menu ul .search-bar {

    min-width: 6%;

    text-align: center;

    cursor: pointer;

    float: right;

    padding-left: 10px;

    padding-right: 10px

}



.flat-mega-menu .search-bar ul {

    position: absolute;

    right: 0;

    width: 50%

}



.flat-mega-menu .search-bar table tr td:last-child {

    width: 120px

}



.flat-mega-menu .search-bar ul input[type=text] {

    background-color: #fff;

    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .55);

    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .55);

    border: 0;

    padding: 10px;

    width: 100%;

    float: left;

    border-right: 10px solid transparent;

    border-left: 20px solid transparent;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    height: 40px;

    outline: 0

}



.flat-mega-menu .search-bar ul input[type=submit] {

    border: 0;

    width: 85%;

    cursor: pointer;

    font-size: .9em;

    font-family: "Open sans";

    float: left;

    height: 40px;

    outline: 0;

    border: 1px solid rgba(0, 0, 0, .15);

    opacity: .81;

    box-shadow: inset .5px .866px 0 0 rgba(255, 248, 68, .106);

    background: #29950e;

    color: #fff

}



.flat-mega-menu .search-bar ul input[type=submit]:hover {

    opacity: 1;

    outline: 0

}



.flat-mega-menu > ul > li:hover > a {color: #333;transition: background .3s linear 0s, color .3s linear 0s;-moz-transition: background .3s linear 0s, color .3s linear 0s;-ms-transition: background .3s linear 0s, color .3s linear 0s;-o-transition: background .3s linear 0s, color .3s linear 0s;-webkit-transition: background .3s linear 0s, color .3s linear 0s;}



.flat-mega-menu > ul > .title:hover > a {

    background: inherit;

    color: inherit !important

}



.flat-mega-menu .drop-down {position: absolute;background: #fff;z-index: 999;margin-left: 0;float: left;width: 150px;border: 1px solid rgba(0, 0, 0, .1);border-top: none;padding-top: 10px;padding-bottom: 10px;border-bottom: 3px solid;border-bottom-color: #ffc526;}



.flat-mega-menu .drop-down .drop-down {

    border-top: 1px solid rgba(0, 0, 0, .1);

    left: 100%;

    top: -10px;

    width: 150px

}



.flat-mega-menu .drop-down li {

    float: left;

    width: 100%;

    position: relative;

}



.flat-mega-menu .drop-down li a {color: #333;font-size: .9em;text-align: left;padding: 10px 20px 10px 25px;background-color: transparent;transition: color .2s linear 0s, padding-left .2s linear 0s;-moz-transition: color .2s linear 0s, padding-left .2s linear 0s;-ms-transition: color .2s linear 0s, padding-left .2s linear 0s;-o-transition: color .2s linear 0s, padding-left .2s linear 0s;-webkit-transition: color .2s linear 0s, padding-left .2s linear 0s;}



.flat-mega-menu ul li .drop-down li:hover > .drop-down, .flat-mega-menu > ul > li:hover .drop-down {

    display: block

}



.flat-mega-menu > input, .flat-mega-menu > label, .flat-mega-menu > ul > li .drop-down.hover-expand, .flat-mega-menu > ul > li .drop-down.hover-fade, .flat-mega-menu > ul > li .drop-down.hover-zoom {

    display: none

}



.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-fade, .flat-mega-menu > ul > li:hover > .drop-down.hover-fade {

    display: block;

    animation: hover-fade .3s linear 0s forwards;

    -moz-animation: hover-fade .3s linear 0s forwards;

    -ms-animation: hover-fade .3s linear 0s forwards;

    -o-animation: hover-fade .3s linear 0s forwards;

    -webkit-animation: hover-fade .3s linear 0s forwards

}



.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-zoom, .flat-mega-menu > ul > li:hover > .drop-down.hover-zoom {

    display: block;

    animation: hover-zoom .2s linear 0s forwards;

    -moz-animation: hover-zoom .2s linear 0s forwards;

    -ms-animation: hover-zoom .2s linear 0s forwards;

    -o-animation: hover-zoom .2s linear 0s forwards;

    -webkit-animation: hover-zoom .2s linear 0s forwards

}



.flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-expand, .flat-mega-menu > ul > li:hover > .drop-down.hover-expand {

    display: block;

    animation: hover-expand .2s linear 0s forwards;

    -moz-animation: hover-expand .2s linear 0s forwards;

    -ms-animation: hover-expand .2s linear 0s forwards;

    -o-animation: hover-expand .2s linear 0s forwards;

    -webkit-animation: hover-expand .2s linear 0s forwards

}



.flat-mega-menu .drop-down li i {

    position: absolute;

    z-index: 999;

    top: 7px;

    right: 10px;

    bottom: 0;

    height: 16px;

    margin: auto;

    color: #29950e;

}



.flat-mega-menu .drop-down.one-column {

    width: 230px

}



.flat-mega-menu .drop-down .drop-down.one-column {

    width: 200px

}



.flat-mega-menu .drop-down.two-column {

    width: 322px

}



.flat-mega-menu .drop-down.two-column ul {

    float: left;

    width: 160px;

    margin: 0;

    padding: 0

}



.flat-mega-menu .drop-down.full-width {

    width: 100%;

    margin-left: 0;

    left: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box

}



.flat-mega-menu .drop-down.full-width ul {

    float: left;

    width: 25%;

    cursor: default;

    padding-left: 5px;

    padding-right: 5px;

}



.flat-mega-menu .drop-down.full-width ul li {

    margin: 0;

    padding: 10px 0;

    float: left;

    width: 100%

}



.flat-mega-menu .drop-down.full-width ul li a {

    position: relative;

    border: 0;

    padding: 0;

    float: left;

    margin: 0 10%;

    transition: text-indent .2s linear 0s;

    -moz-transition: text-indent .2s linear 0s;

    -ms-transition: text-indent .2s linear 0s;

    -o-transition: text-indent .2s linear 0s;

    -webkit-transition: text-indent .2s linear 0s;

}



.flat-mega-menu .drop-down.full-width ul li p {

    margin: 0;

    padding: 10px 10px 10px 11%;

    float: left;

    width: 100%;

    clear: both;

    font-size: .9em;

    color: #29950e

}



.flat-mega-menu .drop-down.social-bar {

    width: 200px

}



.flat-mega-menu hr {

    margin: 0;

    padding: 0;

    display: block

}



.flat-mega-menu img {

    width: 100%;

    float: left;

}





.flat-mega-menu h2 {color: #333;border-bottom: 1px solid #eaeaea;font-size: 1.2em;font-weight: bold;margin: 0;padding: 15px 5px 10px 10%;}



.fa-ul > li, .flat-mega-menu .social-bar {

    position: relative

}



.flat-mega-menu .social-bar ul {

    width: 262px;

    padding: 10px;

    position: absolute;

    background-color: #fff;

    border-bottom: 3px solid;

    border-bottom-color: #29950e;

    right: 0

}



.flat-mega-menu .social-bar ul li {

    float: left;

    width: 40px;

    height: 40px;

    margin: 10px;

    padding: 0

}



.flat-mega-menu .social-bar ul a {

    margin: 0;

    padding: 0;

    display: block;

    height: 40px;

    width: 40px;

    position: relative

}



.flat-mega-menu .social-bar ul a i {

    text-align: center;

    padding: 0;

    margin: 0;

    height: 40px;

    width: 40px;

    position: absolute;

    top: 0;

    left: 0;

    border: 1px solid rgba(0, 0, 0, .1);

    line-height: 40px;

    color: #797979;

    font-size: 1.3em;

    border-radius: 4px;

    background-image: -moz-linear-gradient(90deg, #e9e9e9 0%, #e9e9e9 100%);

    background-image: -webkit-linear-gradient(90deg, #e9e9e9 0%, #e9e9e9 100%);

    background-image: -ms-linear-gradient(90deg, #f0f0f0 0%, #f3f3f3 100%);

    background-image: -o-linear-gradient(90deg, #e9e9e9 0%, #e9e9e9 100%);

    background-image: linear-gradient(0deg, #e9e9e9 0%, #e9e9e9 100%)

}



.flat-mega-menu .social-bar ul a:hover i {

    background: #c7c7c7;

    color: #000

}



@media screen and (max-width: 768px) {

    .flat-mega-menu > ul > li {

        width: 100%;

        border-left: none !important;

        border-right: none !important;

        border-bottom: 1px solid;

        border-bottom-color: #0b70bd

    }



    .flat-mega-menu > ul > .login-form:hover, .flat-mega-menu > ul > .search-bar:hover, .flat-mega-menu > ul > li:hover > a {

        color: #fff !important;

        background: inherit

    }



    .flat-mega-menu > ul > .title a {

        text-align: center

    }



    .flat-mega-menu .drop-down.full-width {

        left: 0 !important

    }



    .flat-mega-menu .drop-down.one-column, .flat-mega-menu .drop-down.two-column {

        left: 0

    }



    .flat-mega-menu .drop-down .drop-down, .flat-mega-menu .drop-down.full-width, .flat-mega-menu .drop-down.one-column, .flat-mega-menu .drop-down.two-column, .flat-mega-menu .login-form ul, .flat-mega-menu .search-bar ul, .flat-mega-menu .social-bar ul {

        width: 100% !important;

        display: block !important;

        position: relative;

        transform: scale(1, 1), rotateY(90deg);

        -moz-transform: scale(1, 1), rotateY(90deg);

        -ms-transform: scale(1, 1), rotateY(90deg);

        -o-transform: scale(1, 1), rotateY(90deg);

        -webkit-transform: scale(1, 1), rotateY(90deg)

    }



    .flat-mega-menu .drop-down .drop-down, .flat-mega-menu .login-form ul, .flat-mega-menu .search-bar ul, .flat-mega-menu .social-bar ul {

        left: 0

    }



    .flat-mega-menu .drop-down .drop-down {

        border: 0;

        border-top: 1px solid #e8e8e8;

        border-bottom: 1px solid #e8e8e8;

        top: 0;

        padding: 0

    }



    .flat-mega-menu .drop-down .drop-down.one-column {

        padding-left: 20px

    }



    .flat-mega-menu > ul > li .drop-down.hover-expand, .flat-mega-menu > ul > li .drop-down.hover-fade, .flat-mega-menu > ul > li .drop-down.hover-zoom {

        display: none;

        border: 0

    }



    .flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-expand, .flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-fade, .flat-mega-menu > ul > li .drop-down li:hover > .drop-down.hover-zoom, .flat-mega-menu > ul > li:hover > .drop-down.hover-expand, .flat-mega-menu > ul > li:hover > .drop-down.hover-fade, .flat-mega-menu > ul > li:hover > .drop-down.hover-zoom {

        display: block;

        animation: hover-default .2s linear 0s forwards;

        -moz-animation: hover-default .2s linear 0s forwards;

        -ms-animation: hover-default .2s linear 0s forwards;

        -o-animation: hover-default .2s linear 0s forwards;

        -webkit-animation: hover-default .2s linear 0s forwards

    }



    .flat-mega-menu ul .login-form, .flat-mega-menu ul .search-bar {

        margin: 0;

        padding: 0

    }



    .flat-mega-menu ul .login-form label {

        text-align: left;

        text-indent: 10px

    }



    .flat-mega-menu ul .login-form table td {

        cursor: default

    }



    .flat-mega-menu .drop-down.full-width ul, .flat-mega-menu .drop-down.two-column ul {

        width: 50%

    }



    .flat-mega-menu .drop-down.one-column a, .flat-mega-menu .drop-down.two-column a {

        width: auto;

        float: left

    }



    .flat-mega-menu ul .social-bar {

        text-align: center

    }



    .flat-mega-menu ul .social-bar ul li {

        display: inline-block;

        float: none

    }



    .flat-mega-menu .drop-down li .fa.fa-angle-right {

        position: relative;

        z-index: 9999;

        right: 0;

        float: right;

        height: auto;

        color: #29950e;

        padding: 0;

        margin: 0 17px 0 0;

        display: block;

        line-height: 38px;

        transform: rotate(90deg);

        -webkit-transform: rotate(90deg);

        -ms-transform: rotate(90deg);

        -moz-transform: rotate(90deg);

        -o-transform: rotate(90deg)

    }



    .flat-mega-menu #mobile-button {

        position: absolute;

        display: none

    }



    .flat-mega-menu > ul {

        height: 60px;

        overflow: hidden

    }



    .flat-mega-menu #mobile-button:checked + ul {

        height: auto;

        overflow: visible

    }



    .flat-mega-menu > label {

        width: 60px;

        height: 60px;

        background-color: rgba(0, 0, 0, .1);

        display: block;

        margin: 0;

        padding: 0;

        position: absolute;

        top: 0;

        left: 0;

        text-align: center;

        line-height: 40px;

        font-size: 2em;

        color: #fff;

        cursor: pointer

    }



    .flat-mega-menu > label i {

        -ms-user-select: none;

        -moz-user-select: none;

        -o-user-select: none;

        -webkit-user-select: none

    }



    .flat-mega-menu ul .title {

        padding-left: 60px

    }



    .flat-mega-menu .collapse .drop-down .drop-down, .flat-mega-menu .collapse .drop-down.full-width, .flat-mega-menu .collapse .drop-down.one-column, .flat-mega-menu .collapse .drop-down.two-column, .flat-mega-menu .collapse .login-form ul, .flat-mega-menu .collapse .search-bar ul, .flat-mega-menu .collapse .social-bar ul {

        width: 100% !important;

        display: none !important;

        position: relative;

        left: 0;

        transform: scale(1, 1), rotateY(90deg);

        -moz-transform: scale(1, 1), rotateY(90deg);

        -ms-transform: scale(1, 1), rotateY(90deg);

        -o-transform: scale(1, 1), rotateY(90deg);

        -webkit-transform: scale(1, 1), rotateY(90deg)

    }



    .flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-expand, .flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-fade, .flat-mega-menu > .collapse > li .drop-down li:hover > .drop-down.hover-zoom, .flat-mega-menu > .collapse > li:hover > .drop-down.hover-expand, .flat-mega-menu > .collapse > li:hover > .drop-down.hover-fade, .flat-mega-menu > .collapse > li:hover > .drop-down.hover-zoom {

        display: block !important;

        animation: hover-fade .2s linear 0s forwards;

        -moz-animation: hover-fade .2s linear 0s forwards;

        -ms-animation: hover-fade .2s linear 0s forwards;

        -o-animation: hover-fade .2s linear 0s forwards;

        -webkit-animation: hover-fade .2s linear 0s forwards

    }



    @keyframes hover-fade {

        0% {

            opacity: 0

        }

        to {

            opacity: 1

        }

    }@-moz-keyframes hover-fade {

         0% {

             opacity: 0

         }

         to {

             opacity: 1

         }

     }@-ms-keyframes hover-fade {

          0% {

              opacity: 0

          }

          to {

              opacity: 1

          }

      }@-o-keyframes hover-fade {

           0% {

               opacity: 0

           }

           to {

               opacity: 1

           }

       }@-webkit-keyframes hover-fade {

            0% {

                opacity: 0

            }

            to {

                opacity: 1

            }

        }

}



@media screen and (max-width: 320px) {

    .flat-mega-menu .drop-down.full-width ul, .flat-mega-menu .drop-down.two-column ul {

        width: 100%

    }



    .flat-mega-menu ul .search-bar td {

        width: 100% !important;

        float: left;

        padding: 5px 20px;

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

        cursor: default

    }



    .flat-mega-menu ul .search-bar input[type=submit], .flat-mega-menu ul .search-bar input[type=text] {

        width: 100%;

        margin: 0;

        border: 0

    }



    .flat-mega-menu ul .login-form ul {

        padding: 20px

    }



    .flat-mega-menu ul .login-form td {

        float: left;

        width: 100%;

        cursor: default

    }



    .flat-mega-menu ul .login-form input[type=submit] {

        width: 100%

    }



    .flat-mega-menu ul .title {

        padding-left: 0;

        text-indent: 60px

    }

}



.flat-mega-menu .drop-down.full-width:not(.tiles-style) ul li:not(.no-arrow):before {

    content: "\f105";

    font-family: FontAwesome;

    font-style: normal;

    font-weight: normal;

    text-decoration: inherit;

    /*--adjust as necessary--*/

    color: #000;

    font-size: 16px;

    padding-right: 0.5em;

    position: absolute;

    top: 10px;

    left: 10px;

}



.flat-mega-menu .drop-down.full-width:not(.tiles-style) ul li:hover a:not(.menu_read_more):after{

    content: "";

    position: absolute;

    width: 100%;

    height: 3px;

    bottom: -5px;

    left: 0;

    color: #ef8711;

    background-color: #ef8711;

    visibility: hidden;

    -webkit-transform: scaleX(0);

    transform: scaleX(0);

    transition: all .15s ease-in;

    z-index: 1;

}



.flat-mega-menu .drop-down.full-width:not(.tiles-style) ul li:hover a:not(.menu_read_more):hover:after{

    visibility: visible;

    transform: scaleX(1);

    transition: all .25s ease-out;

}





.flat-mega-menu {margin-top: 0;}



.flat-mega-menu > ul {

    background: transparent;

}



.flat-mega-menu > ul > li {

    border: none;

}



.flat-mega-menu .drop-down {border-bottom-color: #fff;}



.flat-mega-menu > ul > li:hover > a {color: #000;background: #f3af3a;}

.flat-mega-menu .drop-down li:hover > a {color: #607D8B;}



.menu_read_more {

    background: #003c5c !important;

    color: #fff !important;

    padding: 3px 5px !important;

    border-radius: 5px;

    margin-top: 5px !important;

    font-size: 9px !important;

}



.menu_read_more:hover {

    background: #ef8711 !important;

}





.course-overlay img{

    height: auto;

    width: 100%;

}

.course-overlay span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.flat-mega-menu a.course-overlay img {

    -webkit-transform: scale(1);

    transform: scale(1);

    -webkit-transition: .3s ease-in-out;

    transition: .3s ease-in-out;

}

.flat-mega-menu a.course-overlay:hover img {

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

}

.flat-mega-menu a.course-overlay {

    border-radius: 5px;

    overflow: hidden;

}



.flat-mega-menu .drop-down.full-width ul + ul {

    border-left: 1px solid #eaeaea;

}

.full-width .l3-link{
    display: flex;
    flex-direction: column;
}
.full-width ul.l4 {
    display: block;
    margin: 0 10px;
    padding: 0;
    width: calc(100% - 2em) !important;
}

.full-width  ul.l4 {
    width: 100%;
}

.full-width  .l4-link a {
    padding-left: 10px !important;
}

.full-width  .l4-link:before {
    margin-left:5px !important;
    content: "\f111" !important;
    font-size: 6px !important;
    color: #555 !important;
    padding-top: 4px;
}