/*
Theme Name: AALL THEME 02
Template: Divi
Author: RAIN
Description: Child theme of Divi made by Rain.
Version: 1.0.0.1538764520
Updated: 2018-10-05 18:35:20

*/

#footer-bottom {
    display: none !important;
}
.sec-menu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 2%;
}
.sec-menu-element {
    width: 100%;
    position: relative;
    height: auto;
}
.sec-menu-element-right-dsk {
    width: 100%;
    position: relative;
    height: auto;
    text-align: right;
}
.hover-underline-animation {
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #fff;
}
.hover-underline-animation::after {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 1px;
    content: '';
    -moz-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform-origin: bottom right;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #fff;
}
.hover-underline-animation:hover::after {
    transform-origin: bottom left;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff;
}
.hover-underline-animation-2 {
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #fff;
}
.hover-underline-animation-2::after {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 4px;
    content: '';
    -moz-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transform-origin: bottom right;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #569e32;
}
.hover-underline-animation-2:hover::after {
    transform-origin: bottom left;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    color: #569e32;
}
