*{
    margin:0;
    padding: 0;
}

.m-top-0{
  margin-top:0px;
}
.m-top-5{
  margin-top:5px;
}
.m-top-10{
  margin-top:10px;
}
.m-top-15{
  margin-top:15px;
}
.m-top-20{
  margin-top:20px;
}
.m-top-25{
  margin-top:25px;
}
.m-top-30{
  margin-top:30px;
}
.m-top-35{
  margin-top:35px;
}
.m-top-40{
  margin-top:40px;
}
.m-top-45{
  margin-top:45px;
}
.m-top-50{
  margin-top:50px;
}
.m-top-75{
  margin-top:75px;
}
.m-top-100{
  margin-top:100px;
}

.m-bottom-0{
  margin-bottom:0px;
}
.m-bottom-5{
  margin-bottom:5px;
}
.m-bottom-10{
  margin-bottom:10px;
}
.m-bottom-15{
  margin-bottom:15px;
}
.m-bottom-20{
  margin-bottom:20px;
}
.m-bottom-25{
  margin-bottom:25px;
}
.m-bottom-30{
  margin-bottom:30px;
}
.m-bottom-35{
  margin-bottom:35px;
}
.m-bottom-40{
  margin-bottom:40px;
}
.m-bottom-45{
  margin-bottom:45px;
}
.m-bottom-50{
  margin-bottom:50px;
}
.m-bottom-100{
  margin-bottom:100px;
}
.p-top-5{
  padding-top:5px;
}
.p-top-10{
  padding-top:10px;
}
.p-top-15{
  padding-top:15px;
}
.p-top-20{
  padding-top:20px;
}
.p-top-25{
  padding-top:25px;
}
.p-top-30{
  padding-top:30px;
}
.p-top-40{
  padding-top:40px;
}
.p-top-50{
  padding-top:50px;
}
.p-top-60{
  padding-top:60px;
}
.p-top-100{
  padding-top:100px;
}

.p-bottom-15{
  padding-bottom:15px;
}
.p-bottom-20{
  padding-bottom:20px;
}
.p-bottom-25{
  padding-bottom:25px;
}
.p-bottom-30{
  padding-bottom:30px;
}
.p-bottom-40{
  padding-bottom:40px;
}
.p-bottom-50{
  padding-bottom:50px;
}
.p-bottom-60{
  padding-bottom:60px;
}
.p-bottom-100{
  padding-bottom:100px;
}
.p-left-25{
  padding-left:25px;
}
.no-padding{
  padding:0;
}
.no-border{
  border:0px solid #DDD;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

body{
  font-family: 'Montserrat', sans-serif;
}

/* Top Bar Part */
/* .top-header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  background-color: #00a087;
} */

.top-bar{
  border-bottom: 1px solid #ccc;
  color: #365271;
}
.top-bar ul>li{
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
.top-bar ul>li i{
  color: #00204a;
}

/* Navbar Part */
.navbar{
  z-index: 99999;
}
.navbar.bg-light {
  background-color: #ffffff!important;
}
.navbar .navbar-brand img{
  max-width: 65px;
}
.navbar{
  -webkit-box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 7px 12px -7px rgba(0,0,0,0.75);
}
.navbar-light .navbar-nav .active>.nav-link {
  color:#5BBC58;
}
.navbar-light .navbar-nav .nav-link{
  color: #00204a;
  font-weight: bold;
  font-size: 18px;
}

/* Slider Part */
.slider .carousel-inner{
  width:100%;
}
.slider .carousel-inner img{
  max-height: 450px;
  min-height: 450px;
}
.slider .carousel-caption {
  /* bottom: 20%; */
  color: #000000;
  margin-bottom: 100px;
  /* height: 200px; */
  background: #f0f3f37d;
  text-transform: uppercase;
}

/* Home Products Part */
.products .header .heading{
  text-transform: uppercase;
  color: #203541;
  font-family: 'Slabo 27px', serif;
}
.products .header h3::after {
   content: '';
    position: absolute;
    left: 15%;
    display: inline-block;
    height: 35px;
    width: 70%;
    border-bottom: 2px solid #f1c550;
    margin-top: 15px;
}
.products .product-food h5{
  text-transform: uppercase;
  color: #203541;
  margin-top: 15px;
}
.products .product-food h5::after {
   content: '';
   position: absolute;
   left: 40%;
   display: inline-block;
   height: 35px;
   width: 20%;
   border-bottom: 2px solid #f1c550;
   margin-top: 5px;
}
.products .product-food .card{
  height: 200px;
  overflow: hidden;
  margin-top: 50px;
} 
.products .product-food .card img{
  min-height: 200px;
  width: 100%;
  display: block;
}

/* Home Order Part */
.order{
  background: #9C7B60;
  color: #ffffff;
}
.order .btn{
  padding: 10px 20px;
  text-transform: uppercase;
}

/* Home About Part */
.about .heading{
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #203541;
  font-family: 'Slabo 27px', serif;
}
.about a{
  color: #005585;
  text-transform: uppercase;
}

/* Home Worked With Part */
.worked{
  background: #ececeb;
}
.worked .heading{
  text-transform: uppercase;
  color: #203541;
  font-family: 'Slabo 27px', serif;
}

/* What We DO Page */
.what-we-do .heading, .products .heading,.about-us .heading,.our-team .heading,.contact .heading{
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #203541;
  font-family: 'Slabo 27px', serif;
}
.breadcrumb {
  background-color: #9C7B60;
  border-radius: 0px;
  padding: 20px 20px;
  color: #DDD;
  text-transform: uppercase;
}
.breadcrumb li>a{
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #f2f4f7;
}
.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #ffffff;
  content: "/";
}

/* Products Page */
.all-products .nav-pills{
  display: flex;
  justify-content: center;
}
.all-products .nav-pills .nav-link{
  border-radius: 0px;
}
.nav-pills .nav-link.active{
  color: #fff;
  background-color: #5BBC58;<!--092a35;-->
}
.all-products .nav-pills li a{
  text-transform: uppercase;
  color: #092a35;
  border: 1px solid #092a35;
  margin-right: 10px;
}
.all-products ul>li{
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}
.all-products .tab-content .heading{
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #203541;
  font-family: 'Slabo 27px', serif;
}

/* About Us Page */
.our-team{
  background: #ececeb;
}

/* Contact Page */
.contact-details{
  background: #ececeb;
}
.contact-details .form-control{
  background-color: transparent;
  border: 1px solid #606470;
  border-radius: 0px;
}
.contact-details .form-control:focus {
  box-shadow: none;
  border-color: #203541;
}
.contact-details .btn{
  text-transform: uppercase;
}

/* Footer Part */
.footer{
  background: #212121;
  color: #ffffff;
  border-top: 5px solid #486D97;
}
.footer .heading{
  text-transform: uppercase;
  color: #f9f8eb;
  font-family: 'Slabo 27px', serif;
}
.footer .footer-logo img{
  max-width: 80px;
  margin-bottom: 15px;
}
.footer ul>li{
  list-style: none;
}
.footer ul>li a{
  color: #ffffff;
  text-decoration: none;
}
.footer .copyright a{
  text-decoration: none;
  color: #ebebeb;
}