/* 
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 */


.bottomArrow {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translate(-50%, 0);
}
.leftMenu ul li {
    border-bottom: 1px solid #555;
}

.serviceTicker .elementor-icon-list-items {
    display: flex;
    /*width: 10000px;*/
    transform: translateX(0px);
    animation: marquee 20s linear infinite;
    white-space: nowrap;
}

.orangeSpan span{
    color:#F36D27 !important;
    font-weight: 600;
}
.partnerLogo .elementor-image-carousel {
    transition-timing-function: linear !important;
}
.countryName li.elementor-icon-list-item {
    background: #F36D27;
    border-radius: 30px;
    padding: 8px 35px;
    margin-bottom: 10px;
}

.partnerLogo .swiper-slide img {
    max-height: 100px;
    object-fit: contain;
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.elementor-field-textual {
    padding: 12px 24px !important;
}

a.elementor-sub-item{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.form_popup .elementor-field-textual {
    padding: 12px 0px !important;
}


@media (max-width: 767px) {
    .bottomArrow {
        bottom: 12%
    }
    
    .mobile_css.elementor-widget .elementor-icon-list-items.elementor-inline-items{
        flex-wrap: nowrap !important;
    }
    
    /* make pagination container full width */
    .elementor-widget-n-carousel .swiper-pagination {
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }

    /* allow bullets to wrap */
    .elementor-widget-n-carousel .swiper-pagination-bullets {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
        row-gap:10px !important;
    }

    /* prevent page horizontal scroll */
    body, html {
        overflow-x: hidden;
    }
}


