/* 
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
*/
.site-footer{
	display: none;
}
.m2 a, .m1 a {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
	background-color: #fff !important;
}
.m1 a {
    font-size: 110% !important;
    font-weight: bold !important;
}
figcaption.elementor-image-carousel-caption b{
	font-weight: normal;
	font-size: 128%;
}

.elementor-menu-toggle {
    padding: 0;
}
.logoo img {
    backdrop-filter: blur(20px);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
.phone2 {
	    backdrop-filter: blur(20px);
}
.phone2 p {
    margin: 0;
}
.phone2 img {
    vertical-align: middle;
}
img.alignnone.wp-image-276 {
    margin-bottom: -10px;
}
.phone2 a strong {
    font-weight: 900;
}
@media (min-width: 769px) and (max-width: 1024px) {
.logoo img {
width: 37% !important;
}	
}
@media (min-width: 280px) and (max-width: 768px) {
figcaption.elementor-image-carousel-caption{
padding-right: 10px;
	padding-left: 10px;
}
.elementor-swiper-button.elementor-swiper-button-next, .elementor-swiper-button.elementor-swiper-button-prev {
    background-color: #fff !important;
    border-radius: 50px !important;
}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    width: 100vw;
    float: right !important;
    right: 0 !important;
    position: fixed;
    top: 45px !important;
}
}