@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
font-family: 'Heebo', sans-serif;

}



.green-backround{background: #80ca9b;}

.navbar .navbar-nav > li .navbar-item ,
.navbar .navbar-brand{color: #503c2b;}

.navbar li a {color: #000 !important;}


.logo-header{position:fixed; top:6px;}

.mobileonly {
	display: none;
}

.desktoponly {
	display: block;
}

.center-object{
    text-align: center;
}

 .owl-carousel .owl-item img {
    height: auto !important;
}
.floating_bg.abs {
    background: #feb902;
    width: 100%;
    height: 85%;
    z-index: -1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

 .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}
 .owl-carousel .owl-nav img{
    width: 35px;
    margin-top: 25px;
}
.owl-carousel .owl-item img {
    width: 100%;
}


.owl-hight{    height: 400px;
}




@media (max-width:967px){
	.logo-header{position:fixed;   left: 50%;
  transform: translate(-50%, 0%);}	
	
	
		.desktoponly {
		display: none;
	}

	.mobileonly {
		display: block;
	}	

	
	.owl-hight{    height: 420px;}
	
}

@media (max-width:550px){
	

	
	.owl-hight{    height: 370px;}
	
}