body{
	font-family: 'Oxygen', sans-serif;
	color:#fff;
	background-color: #F4946C;
    font-size: 13px;
    line-height: 25px;
    color: #000;
}
.theme-color{
	color:#F4946C;
}
.bg-dark{
	background: #272727 none repeat scroll 0 0 !important;
}
.egg-menu .nav-link{
	font-size: 14px;
	padding: 13px 16px !important;
	color:#fff !important;
	background-color: #F4946C;
}
.egg-menu .nav-link:hover{
	background: #F4946C none repeat scroll 0 0;
    color: #ffffff !important;
}
.section-padding {
    padding: 40px 0;
}
.owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%; 
    display: block !important;
    border:0px solid black;
    z-index: 9;
}

.owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
    z-index: 9;
}
.owl-prev i, .owl-next i {
	 font-size: 2.5rem;
     color: #cecece;
}

.whatsapp-float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:80px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp-my-float{
  margin-top:16px;
}