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


/* London Design Company */

#dndByLDC a {
    color: #c8102e !important;
}


/* Scrollbar */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: var(--e-global-color-secondary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-primary);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--e-global-color-primary);
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px !important;
}

.servicecard_content ul {
    padding-left: 20px !important;
}

.servicecard_content {
    border-top-color: var(--e-global-color-primary) !important;
    border-top-width: 10px !important;
    flex-grow: 1 !important;
}


.testimonial_carousel span.swiper-pagination-bullet {
    border-radius: 0 !important;
    width: 30px !important;
    height: 3px !important;
    opacity: 1 !important;
    background-color: white !important;
}

.testimonial_carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--e-global-color-primary) !important;
}


.elementor-field-group .elementor-field-textual::placeholder {
    opacity: 1 !important;
}

.footer_iconlist li.elementor-icon-list-item.elementor-inline-item {
    background-color: var(--e-global-color-primary);
    padding: 10px 15px;
}

cky-consent-bar .cky-btn-reject {
    margin-right: 0 !important;
}

.cky-btn-accept {
    margin-top: revert !important;
}



@media screen and (max-width:767px){
    .contactussection {
        background-image: none !important;
    }
}