/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.overflow-class {
    overflow: hidden !important;
}

body ul li {
    list-style: none !important;
}

body a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
}

.banner-overflow .elementor-widget-container {
    overflow: hidden !important;
}

@media only screen and (max-width: 1000px) {
    .banner-title h1.ekit-heading--title span {
        line-height: 28px !important;
        width: 12px;
    }

    .banner-title h1.ekit-heading--title {
        line-height: 24px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jkit-countdown {
        display: flex;
        align-items: center;
    }

    .jkit-countdown .timer-container {
        flex: 1 !important;
    }

    .jkit-countdown .timer-container .timer-inner-container {
        margin: 0 auto !important;
    }

    .jkit-countdown .timer-container .timer-inner-container .timer-content span {
        font-size: 16px !important;
        margin: 0 !important;
    }

    .text-class span {
        display: block;
        font-size: 18px;
        margin: 0 !important;
        line-height: 22px;
    }

    body .text-class span i {
        font-size: 7px !important;
    }

    .text-class .elementor-widget-container {
        margin-top: 25px !important;
    }

    body .jeg-elementor-kit .timer-inner-container {
        height: 85px !important;
        display: block !important;
    }

    .jkit-countdown {
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .jkit-countdown {
        display: inline-block !important;
    }

    .jkit-countdown .timer-container {
        display: inline-block !important;
        width: 23% !important;
    }

    .jkit-countdown .timer-container .timer-inner-container .timer-content span.timer-count {
        font-size: 24px !important;
        text-align: center;
    }

    .jeg-elementor-kit.jkit-countdown .timer-content {
        width: 58% !important;
    }

    .text-class .elementor-widget-container {
        font-size: 18px !important;
        margin-bottom: 25px !important;
    }
	.logoinnerPage h1.ekit-heading--title span {
    font-size: 20px !important;
    margin-top: 2px;
}
}

.companyLogos img {
    filter: invert(1);
    transition: all 0.3s linear;
    object-fit: contain;
}


.companyLogos img:hover {
    transform: translate(0px, -8px);
    opacity: 0.7;
}

html,body {
    width: 100% !important;
    overflow-x: hidden !important;
}
