/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

p:last-child {
	margin-bottom: 0 !important;
}

body:not(.elementor-editor-active) .cstm-header {
    position: absolute;
    width: 100%;
    background: transparent !important;
}

body .cstm-header.elementor-sticky--effects {
    background: #fff !important;
}

.cstm-header.elementor-sticky--effects .site-logo:not(.sticky) {
    display: none;
}

.cstm-header:not(.elementor-sticky--effects) .site-logo.sticky {
    display: none;
}

.cstm-header.elementor-sticky--effects .header-btn a {
    color: #133755 !important;
    border-color: #133755 !important;
}

.cstm-header.elementor-sticky--effects .header-btn a:hover {
    background-color: #133755 !important;
    color: #fff !important;
}

div.slide-nav button {
    background: transparent;
    border-color: #fff;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-nav {
    display: flex;
    gap: 16px;
}

.counter-box:hover .hov *:not(a) {
    color: #fff !important;
}

.news-slider .swiper {
    margin-right: -34%;
	overflow: hidden;
    border-radius: 8px;
}

.news-block:hover h4, .news-block:hover .elementor-widget-theme-post-excerpt {
    color: #fff !important;
}

.news-block:hover,
.news-slider .e-loop-item:hover,
.news-block:hover:before{
    border-radius: 8px !important;
}

.elementor-button-link:hover svg {
    fill: #24b1e7;
}

.counter-box:hover .hov a.morelink:hover {
    color: #24b1e7 !important;
}

@media screen and (min-width: 1025px) {
.cstm-header:not(.elementor-sticky--effects) .cstm-menu .e-n-menu-item > .e-n-menu-title * {
    color: #fff !important;
}

.cstm-header:not(.elementor-sticky--effects) .cstm-menu .e-n-menu-item > .e-n-menu-title svg {
    fill: #fff !important;
}
}

@media screen and (max-width: 1024px) {
body:not(.elementor-editor-active) .cstm-header {
    background: #fff !important;
}

body:not(.elementor-editor-active) .site-logo.sticky {
    display: block !important;
}

body:not(.elementor-editor-active) .site-logo:not(.sticky) {
    display: none;
}
	
.cstm-header .header-btn a {
    color: #133755 !important;
    border-color: #133755 !important;
}

.cstm-header .header-btn a:hover {
    background-color: #133755 !important;
    color: #fff !important;
}
}

@media screen and (max-width: 767px) {
.news-slider .swiper {
    margin-right: 0;
}
}