.top-header {
	background: #ff9800;
	padding: 5px 0;
	text-align: right;
}
.top-header ul li {
	display: inline-block;
}
.top-header ul li a {
	color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.top-header ul li a .fa {
	margin-right: 10px;
    border: 2px solid white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    background: black;
}
.marquee {
	color: white;
    margin-top: 4px;
    font-weight: 500;
}
.main-form .box-form {
	background: white;
    padding: 50px 70px;
    margin-top: -50px;
    position: relative;
    box-shadow: 0 0 20px 5px #675b5b;
    z-index: 1;
}
.main-form .box-form #contact-form h3{
	margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 black;
    color: #000;
    text-transform: uppercase;
}
.main-form .box-form #contact-form {
	border: 1px solid #ff9800;
    padding: 30px;
}
.main-form .box-form #contact-form input{
	height: 35px;
    margin-bottom: 10px;
    border-color: #ff9800;
}
.main-form .box-form #contact-form  textarea {
	border-color: #ff9800;
}
.main-form .box-form #contact-form button {
	background:#ff9800;
}
.section-title2 h2 {
	color: #ff9800;
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.single-food-type {
	border: 1px solid #eaeaea;
    padding: 6px;
}
.food-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
}
.food-content:hover a{color: #ff9800}
.food-content h4{
    font-size: 20px;
    color: #303030;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
}
.package-img{margin-top: -40px}
.package-img.two{margin-top: -90px}
.package-content h4{
    font-size: 24px;
    color: #fff;
    font-family: 'Playball', cursive;
    font-weight: 400;
    padding-bottom: 5px;
}
.package-content p {
	color: #fff;
}
.package-content h2{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}
.testimonial-area {

    background:#ff9800; 
}
.testimonial-area.two .video-area, .testimonial-area.two .testimonial-wrapper {
    display: inline-block;
    float: left;
    height: 100%;
    width: 50%;
    background:#ff9800; 
}
.video-bg img {
    width: 100%;
}
.video-bg::after {
    background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testimonial-area.two .video-area{position: relative}
.video-bg {
    position: relative;
    margin-right: 35px;
}
.video-icon{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin-top: -15px;
    right: 0;
    text-align: center;
}
.video-icon i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #303030;
    font-size: 15px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.video-icon:hover i{background: #D4A762; color: #fff}
.video-icon:hover h3{color: #D4A762}
.video-icon h3{
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #fefefe;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.video-popup:focus{border-color: transparent}
.testimonial-content > img {
  border: 1px solid #ebebeb;
    margin-bottom: 22px;
}
.video-bg, .testimonial-wrapper{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}
.two .video-bg, .two .testimonial-wrapper{
    float: left;
    display: inline-block;
    width:100%;
    overflow: hidden;
    box-sizing: border-box;
}
.video-bg a img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}
.testimonial-content p{margin-bottom: 25px;color: #ffffff;}
.testimonial-content h4{
    font-size: 18px;
    color: #ffffff;
    font-family: 'Playball', cursive;
    font-weight: 400;
    margin-bottom: 8px;
}
.testimonial-content h5{
    font-size: 12px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.testimonial-owl.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.testimonial-owl.owl-carousel .owl-controls {
  bottom: -50px;
}
.testimonial-content{
    position: relative;
}
.testimonial-content:after{
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url(img/testimonia/quote.png);
    width: 34px;
    height: 30px;
}
#info {
	background:#ff9800;
}
.footer-bottom{background: #ff9800;}
.package-content h3{
    font-size: 36px;
    color: #fff;
    font-family: 'Playball', cursive;
    font-weight: 400;
    margin-bottom: 22px;
}
.header-area {
	
}
#slider .owl-controls {
    top: -80px;
}
.contact-form-area {
	background: white;
    padding: 25px;
    box-shadow: 0 0 10px #d6d6d6;
}
#contact .form-area h3 {
	margin-bottom: 20px
}
#contact .form-area input, textarea {
  margin-bottom: 10px;
}
.address-details ul li {
	margin-bottom: 10px;
}
.address-details ul li a {
	font-size: 16px;
    color: #000;
}
.address-details ul li a .fa {
	margin-right: 20px;
    border: 1px solid #ff9800;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff9800;
    background: black;
}
.claint-log ul li {
	width: 180px;
    display: inline-block;
    margin: 10px;
    box-shadow: 0 0 2px 4px #ffffff;

}
.claint-log { 
	text-align: center;
}
.claint-log ul li img {

}
#Clients {
	background: #eaeaea;
    padding: 80px 0;
}

@media (min-width: 310px) and (max-width: 768px) {
	.top-header {
		text-align: left;
	}
	.top-header ul li {
		margin-bottom: 5px;
	}
	.mean-container a.meanmenu-reveal {
		    margin-top: -73px;
	}
	.main-form .box-form {
		padding: 10px;
	}
	.main-form .box-form #contact-form h3 {
		font-size: 18px;
	}
	.main-form .box-form #contact-form {
		padding: 0;
		border:0;
	}
	.single-food-type {
		margin-bottom: 10px;
	}
	.address-details {
		margin-top: 20px;
	}
	.contact-area {
		padding: 0;
	}
}