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



.sliderButton a{
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    background-color: rgba(255, 255, 255, 0.3);  
}


.sliderButton span.elementor-button-icon {
    margin-left: 8px;
    font-size: 15px;
}


.serviceTags li {
    background: rgb(220 232 226 / 0.6);
    border-radius: 30px;
    padding: 3px 16px !important;
}

.arrowBtn svg {
    width: 12px;
}

.homeTestimonials i {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.leftBorder:before {
    content: '';
    position: absolute;
    left: 80px;
    width: 1px;
    height: 100%;
    background: #eee;
}


@media screen and (max-width: 1024px) {
  
    .removebr br {
        display: none;
    }
    .serviceTags ul li {
        margin-bottom: 10px !important;
    }
  
}

@media screen and (max-width: 767px) {
    .absBox, .absBox2 {
        position: relative;
    }
    .leftBorder:before{
        display:none;
    }
    
}