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



#site-header,#site-footer{
	display:none;
}

.header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:111;
}
.navigation-menu ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation-menu ul li{
    margin: 0 75px 0 0;
}
.navigation-menu ul li:last-child{
    margin: 0;
}
.navigation-menu ul li a{
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", Sans-serif;
    color: #000;
	text-transform:uppercase;
}





@media screen and (max-width: 1199px){
    .navigation-menu ul li{
        margin: 0 20px 0 0;
    }
	.navigation-menu ul li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 991px){


    .navigation-menu {
		position: fixed!important;
		top: 0;
		left: -100%;
		width: 100%;
		max-width: 250px!important;
		background-color: #fff;
		z-index: 11;
		height: 100%;
		padding: 30px 0px;
		transition: .4s;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	}
	.navigation-menu.show{
		left:0;
	}
	.navigation-menu ul{
		flex-direction:column;
		align-items:flex-start;
	}
	.navigation-menu ul li{
		margin:0;
		width:100%;
	}
	.navigation-menu ul li a{
		padding:10px 20px;
		display:block;
		border-bottom:1px solid #ccc;
	}
	.toggle-btn  {
		cursor:pointer!important;
	}
}
@media screen and (max-width: 767px){


    
}

