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


#footer-logo img {
    filter: brightness(0)invert(1);
}
ul#menu-1-74ed19e6 li.current-menu-item a {
    font-weight: 800;
}
.hover-col:hover .elementor-icon i {
    color: #fff;
}
.hover-col:hover h4 {
    color: #fff !important;
}
.hover-col:hover p {
    color: #fff !important;
}
.service-box {
    position: relative;
}
.service-box h4 {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}
.service-box .elementor-widget-wrap {
    border: 1px solid rgb(255 255 255 / 65%);
}
.service-box:hover h4 {
    display: block;
}
.elementor-posts .elementor-post__card:hover {
    background: linear-gradient(
180deg, #222256 40%, var(--e-global-color-accent) 100%);
}
.elementor-posts .elementor-post__card:hover h4 a {
    color: #fff !important;
}
.elementor-posts .elementor-post__card:hover p {
    color: #fff !important;
}
.elementor-posts .elementor-post__card:hover a.elementor-post__read-more {
    color: #fff !important;
}
.elementor-posts .elementor-post__card:hover span.elementor-post-date {
    color: #fff;
}
.elementor-posts .elementor-post__card:hover span.elementor-post-avatar {
    color: #fff !important;
}
.elementor-posts .elementor-post__card:hover span.elementor-post-avatar:before {
    color: #fff;
}

@media only screen and (max-width: 1000px) and (min-width: 320px){
	.blue-sec img {
		margin: 0 auto;
	}
	.elementor-slide-description {
		font-size: 14px !important;
	}
}