/*
Theme Name: Ezeego Hub
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Fresh Digital
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Theme for Ezeego Hub
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1698134625
Updated: 2023-10-24 08:03:45

*/


.elementor-icon-box-description a {
    color: inherit;
}

.flexslider .flex-direction-nav a {
    opacity: 1 !important;
    border: 2px solid #12f212;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexslider .flex-direction-nav .flex-disabled {
    opacity: 0.75 !important;
    z-index: 1 !important;
}

.flexslider .flex-direction-nav a:before {
    font-size: 16px !important;
}

.flexslider .flex-direction-nav .flex-prev {
    right: 50px;
    left: unset !important;
    top: calc(100% - 30px);
}

.flexslider .flex-direction-nav .flex-next {
    right: 0 !important;
    top: calc(100% - 30px);
}

.flexslider .flex-direction-nav a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f060";
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: '\f061';
}

.grey-shape-left {
    position: relative;
}

.grey-shape-left:before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f7f7f7;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    
    #head-sticky.head-sticky-active .social-contact {
        display: none;
    }

    .grey-shape-left:before {
        width: 100%;
    }
}