@charset "utf-8";

#meizam{   /*!  background-color: #fff; */
    text-align: center;
   /*! min-height: calc(100vh - 72px); */
    overflow-x: hidden;

  width: 100%;
	

}

.svg-backround{
    background-image: url(../svg/background_texture.png);
    width: 100vw;
    overflow: hidden;
    background-position: 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%;
}




@media (max-width:650px){
	
.svg-backround{
    background-size: cover;
}	
	
	
	
}