/*************** Dark Page Layout CSS ******************/
body,
.header{
	background-color: #fff;
}

.slider-content span,
.slider-content h1,
.slider-pbutton p,
.specialities-column h3,
.our-item h3,
.single-testi-one h3,
.chef-content h3{
	color: #000;
}

p,
.specialities-top p,
.slider-content p,
.specialities-column p,
.our-item p,
.single-testi-one p,
.chef-content p,
.tr-nav-item .nav-link,
.email-form .form-control{
	color: #000;
}

#testimonials-slider-pager,
.testimonials-slider-pager-two{
	background-color: transparent;
}

.our-item-section .bx-controls-direction a,
.chef-section .bx-controls-direction a,
.scroll-top{
	border-color: #333333;
}
.header.sticky,
.our-item-tab.nav-tabs li a.active,
.our-item-section .bx-controls-direction a,
.chef-section .bx-controls-direction a,
.email-form .form-control,
.scroll-top,
.play-button{
	background-color: #fff;
}

.our-item-tab.nav-tabs li a {
    color: #ffffff;
    background-color: #07aff2;
}
.specialities-image{
	-webkit-box-shadow: 10px 10px 57px 0 rgba(50, 50, 50,0.3);
    -moz-box-shadow: 10px 10px 57px 0 rgba(50, 50, 50,0.3);
    -ms-box-shadow: 10px 10px 57px 0 rgba(50, 50, 50,0.3);
	box-shadow: 10px 10px 57px 0 rgba(50, 50, 50,0.3)
}