/*
Common CSS use everywhere in the site
*/

#page-preloader{
display: none;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -505px;
    bottom: 0;
    z-index: 210;
    padding: 0 30px;
    width: 365px;
    line-height: 1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.footer-copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}

.footer-copy p {
    margin: 0 !important;
    padding: 0 !important;
}

.footer {
    padding: 15px 0 15px;
    line-height: 1em;
    background: #302d2a;
}


/* h1,
h2,
h3,
h4,
h5,
h6 {
    color: #8eb921;
} */

/* .navigation>ul>li.current-menu-item>a,
.navigation>ul>li.current-menu-ancestor>a,
.navigation>ul>li.current_page_item>a,
.navigation>ul>li.current-menu-item>a,
.navigation>ul>li.current-menu-parent>a {
    border-bottom: 1px solid #8eb921;
    color: #8eb921;
} */


/* .button-style1:hover {
    color: #8eb921;
    background: #fff;
    transition-delay: 0s !important;
} */


/* .button-style1,
input[type="button"],
input[type="submit"],
button {

    background: #8eb921;
    color: #fff;
    border: 2px solid #8eb921;

} */
/* .button-style2 {
    border: 2px solid #8eb921;
    color: #8eb921;
} */

/* .button-style2:hover {
    color: #fff;
    background: #8eb921;
} */

.button-style2 span{
    vertical-align: baseline;
}
/* 
.navigation > ul > li:hover > a {
    color: #8eb921;
} */

.glowing-border {
    outline: none;
    border-color: #8cb822;
    box-shadow: 0 0 9px #8bb71c;
    border-radius: 16px; 
}

.glowing-border img{
    border-radius: 16px; 
}



/* .owl-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #8eb921;
    margin: 0 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

/* .owl-dot.active, .owl-dot:hover {
    background: #8eb921;
}

.owl-nav{
    color: #8eb921;
}

.reviews-slider .item .name{
    color: #8eb921;
} */