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


div#header-logo img {
    position: absolute;
    top: -10px;
    left: 100px;
} 
div#footer-logo img {
    filter: brightness(0) invert(1);
}
.testimonial-sec .swiper-slide-next .elementskit-single-testimonial-slider {
    background: #67AC09;
}
.testimonial-sec .elementskit-single-testimonial-slider {
    position: relative;
}
.testimonial-sec .swiper-slide-next .elementskit-single-testimonial-slider span.elementskit-watermark-icon i {
    color: rgb(255 255 255 / 20%) !important;
}
.testimonial-sec .elementskit-single-testimonial-slider span.elementskit-watermark-icon i {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 30px;
}
.testimonial-sec .elementskit-single-testimonial-slider .elementskit-commentor-bio {
    bottom: -60px !important;
}
.testimonial-sec .elementskit-single-testimonial-slider ul.elementskit-stars {
    position: absolute;
    bottom: -190px;
    left: 0;
    right: 0;
}
.testimonial-sec .elementskit-single-testimonial-slider p {
    margin: 0;
}
.testimonial-sec .elementskit-single-testimonial-slider {
    margin-bottom: 110px !important;
    border-radius: 15px;
}
.testimonial-sec .swiper-slide-next .elementskit-single-testimonial-slider p {
    color: #fff !important;
}
.service-sec .elementskit-infobox:hover img {
    filter: brightness(0) invert(1);
}
.hover-boxes .ekit-wid-con .elementskit-infobox {
    height: 330px;
}
.hover-boxes 
 h3 {
    font-size: 18px !important;
}
.hover-boxes p {
    font-size: 14px !important;
}
div#about-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div#about-boxes .elementor-widget-icon-box {
    max-width: 48%;
}


@media only screen and (max-width: 1000px) and (min-width: 320px){
	.hover-boxes .ekit-wid-con .elementskit-infobox {
		height: auto;
	}
	div#about-boxes .elementor-widget-icon-box {
		max-width: 100%;
	}
}