@media (min-width: 768px)
{
	header {
    padding: 0px 0;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 99999;
}
}
.banquet-section .sched{min-height: 400px;}

.small-12{overflow: hidden;margin-bottom: 30px;}
.small-12 img{max-height: 200px; margin-bottom: 30px;}
.navbar img{width: 70px;}
.our-menu-txt-div{min-height: 250px;}
.our-menu-txt-div h3{
    font-weight: 600;
    padding: 60px 0;
    font-size: 26px;
    text-align: center;
    color:#ff7404;
}
.banquet-row-2
{margin-top: 30px;}

@media (max-width: 540px)
	{
		.owl-carousel.home-slider .slider-item .slider-text, .owl-carousel.home-slider-loop-false .slider-item .slider-text {
     height: calc(70vh);
    min-height: 300px;
}
		.owl-carousel.home-slider .slider-item, .owl-carousel.home-slider-loop-false .slider-item
		{
			height: calc(70vh);
    min-height: 300px;
		}

}