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

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

/* Header Css */

.mobile-menu{
    display: none !important;
}

.header-contact-btn .elementor-button .elementor-button-icon svg .st0{
    transition: all 0.3s ease-in-out;
}

.header-contact-btn .elementor-button:hover .elementor-button-icon svg .st0{
    stroke: var(--e-global-color-primary) !important;
}

.hero-video-image img{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.gallery-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

/* Footer Css */

.footer-recent-blog-list h5{
    display: none;
}

.footer-recent-blog-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-recent-blog-list ul li{
    margin-bottom: 16px;
}

.footer-recent-blog-list ul li:last-child{
    margin-bottom: 0px;
}

.footer-recent-blog-list ul li a{
    color: var(--e-global-color-secondary);
    font-family: "Metropolis", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    display: block;
    transition: all 0.3s ease-in-out;
}

.footer-recent-blog-list ul li a:hover{
    color: var(--e-global-color-primary);
}


@media only screen and (max-width: 991px) {

    .br-tablet-none br{
        display: none;
    }

    /* Header css */
        
    .mobile-menu{
        display: block !important;
    }

}

@media only screen and (max-width: 767px) {
    
    .br-tablet-none br{
        display: none;
    }

}