    @font-face {
      font-family: 'FuturaStdBold';
      src: url(../fonts/FuturaStdBold.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdBoldOblique';
      src: url(../fonts/FuturaStdBoldOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdBook';
      src: url(../fonts/FuturaStdBook.otf) format('opentype');
      font-weight: bold;
    }
    
    @font-face {
      font-family: 'FuturaStdBookOblique';
      src: url(../fonts/FuturaStdBookOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensed';
      src: url(../fonts/FuturaStdCondensed.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedBold';
      src: url(../fonts/FuturaStdCondensedBold.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedBoldObl';
      src: url(../fonts/FuturaStdCondensedBoldObl.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedExtraBd';
      src: url(../fonts/FuturaStdCondensedExtraBd.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedLight';
      src: url(../fonts/FuturaStdCondensedLight.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedLightObl';
      src: url(../fonts/FuturaStdCondensedLightObl.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondensedOblique';
      src: url(../fonts/FuturaStdCondensedOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdCondExtraBoldObl';
      src: url(../fonts/FuturaStdCondExtraBoldObl.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdExtraBold';
      src: url(../fonts/FuturaStdExtraBold.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdExtraBoldOblique';
      src: url(../fonts/FuturaStdExtraBoldOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdHeavy';
      src: url(../fonts/FuturaStdHeavy.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdHeavyOblique';
      src: url(../fonts/FuturaStdHeavyOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdLight';
      src: url(../fonts/FuturaStdLight.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdLightOblique';
      src: url(../fonts/FuturaStdLightOblique.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdMedium';
      src: url(../fonts/FuturaStdMedium.otf) format('opentype');
    }
    
    @font-face {
      font-family: 'FuturaStdMediumOblique';
      src: url(../fonts/FuturaStdMediumOblique.otf) format('opentype');
    }
    
    * {
      box-sizing: border-box;
    }
    
    .container {
      /*width: 1240px;*/
      width: 90%;
      margin: 0 auto;
    }
    
    body {
      padding: 0px;
      font-family: 'FuturaStdMedium';
      margin: 0px;
      background:#fff;
    }
    
    img {
      width: 100%;
    }
    h1,h2,h3,h4{
      font-weight: normal;
    }

     a {
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      transition:.5s;
      text-decoration: none;
    }
    .clear {
      clear: both;
    }

    .entry-content{
      min-height: 60vh;
    }
    /* NavBAr */
    
    .header {
 
      width: 100%;
      position: relative;
     
      padding-top: 10px;
    }
    .header .header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header .header-inner  .header-navigation-right{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative; 
}
.header ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
      padding-left: 10px;
    }
    .header li{
      float: left;
      padding: 0px 25px;
    }
    .header li a {
      display: inline;
      color: #000;
      text-decoration: none;
      padding: 8px 0px;
    
      letter-spacing: 1px;
      font-size: 16px;
      
    }
    .header li a i{
      font-size: 24px;
    }
    .header li a:hover  {
      color: #CF0101;
    }
   .header  .header-search{
    padding: 0px 10px;
   }
   .header  .header-search .header-search-inner{
    position: relative;
  }
.header  .header-search .header-search-inner input{
 background: #f5f5f5;
 padding: 10px 20px;
 border-radius: 36px;
 width: 100%;
 border: 0px;
 padding-left: 40px;
 outline: none;
 -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.header  .header-search .header-search-inner button{
  background: none;
  border:0px;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.header  .header-search .header-search-inner button img{
    width: 24px;
}

.header  .header-btn a{
  color: #000;
}
.header  .header-btn a.header-demo-btn{
background: #000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 36px;
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    }
.header  .header-btn a.header-demo-btn:hover{
    background: #ff1717;
    color: #fff;
  }


.navbar-toggle {
  width: 32px;
  display: none;
  margin-right: 0px;
  position: absolute;
  top: 16px;
  z-index: 99;
  right: 0px;
}

.main-navigation-mobile {
  background:#000;
  width:260px;
  height:100%;
  right:-260px;
  position: fixed;
  padding-top:0px;
  top: 0;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  z-index: 9999;
  overflow:auto;

}

.main-navigation-mobile .close-nav {
  padding:30px 30px 10px 30px;
  text-align:right;
}
.main-navigation-mobile .close-nav img {
  width:22px;
}
.main-navigation-mobile ul {
  margin:0px 40px 0px 50px;
  padding:0px;
}
.main-navigation-mobile ul li {
  display: block!important;
  padding: 6px 0px;
  text-align:left;
  border:0px;
  margin:0px;
  border-right:none;
  font-size:16px;
  position: relative;
}
.main-navigation-mobile ul li span{
  color: #fff;
  position: absolute;
  right: -15px;
  top: 10px;
}
.main-navigation-mobile ul li a {
  color:#fff;
  text-decoration:none;

  padding:6px 0px;
  display:block;
  outline:none;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.main-navigation-mobile ul li a:hover {
  color:#62cb0c;
}
.main-navigation-mobile ul li.active a {
  color:#ff914d;
}

.main-navigation-mobile ul li ul{
  display: none;
  padding: 0px !important;
  margin-left: 20px;
  color: #fff;
}
.main-navigation-mobile.active {

  right:0px;
}

    .pr-home-banner{
      padding: 40px  0px;
      display: inline-block;
      width: 100%;
    }

    .pr-home-banner .pr-home-banner-content{
      float: left;
      width: 50%;
    }
    .pr-home-banner .pr-home-banner-img{
      float: left;
      width: 50%;
      padding-left: 40px;
    }
    .pr-home-banner .pr-home-banner-img img{
      width: 100%;
    }

     .pr-home-banner .pr-home-banner-content h2{
        font-family: 'FuturaStdExtraBold';
        font-weight: normal;
        color: #000;
        font-size: 48px;
        line-height: 56px;
        margin: 0px;
     }
     .pr-home-banner .pr-home-banner-content h2 span{
      color: #ff1717;
      display: block;
     }

  .pr-home-banner .pr-home-banner-content   .pr-home-banner-btn a{
    border: #000 solid 1px;
    color: #000;
    padding: 10px 20px;
    border-radius: 36px;
    display: inline-block;
    margin-right: 10px;
  }
    .pr-home-banner .pr-home-banner-content   .pr-home-banner-btn a.get-demo{
      background: #000;
      color: #fff;
    }

 .pr-home-banner .pr-home-banner-content .pr-home-banner-links{
  padding-top: 20px;
  font-size: 14px;
 }
 .pr-home-banner .pr-home-banner-content .pr-home-banner-links a{
        color: #ff1717;
        margin-left: 15px;
        display: inline-block;
      }

.pr-home-business-type{
  text-align: center;
}
 
   .pr-home-business-type h2{
        font-family: 'FuturaStdExtraBold';
        font-weight: normal;
        color: #000;
        font-size: 48px;
        line-height: 56px;
        margin: 0px;
        opacity: 0.5;
     }
   .pr-home-business-type h2 span{
      color: #ff1717; 
     }

 .pr-home-business-type .pr-home-business-tab{
  padding: 20px 60px;
 } 

 .pr-home-business-type .pr-home-business-tab ul{
  background:#f4f4f4;
  border-radius: 36px;
  padding: 0px;
  display: inline-block;
  width: 100%;
  margin: 0px;
  list-style:none;
}
 .pr-home-business-type .pr-home-business-tab ul li{
  float: left;
  width: 14.28%;
}
.pr-home-business-type .pr-home-business-tab ul li a{
  padding: 15px 0px;
  display: inline-block;
  font-size: 18px; width: 100%;
  color: #000;
  cursor: pointer;
  text-align: center;  border-radius: 36px;
}
.pr-home-business-type .pr-home-business-tab ul li a:hover{
  background:  #ff1717;
  color: #fff;
}



 
 .our-food-plates-img-slider img{
  border-radius: 12px;
  position: relative;
  z-index: 2;
}
 .our-food-plates-img-slide{
  position: relative;
  display: inline-block;
}
 .our-food-plates-img-slider .slick-slide{
  padding:   20px; 

}
 
 .our-food-plates-img-slider .slick-dots {
    display: flex;
    justify-content: center;
    
    margin: 0;
    padding: 1rem 0;
    bottom:  -45px;
    list-style-type: none;
    }
   .our-food-plates-img-slider .slick-dots  li {
            margin: 0 0.25rem;width: 10px;
        }
    
   .our-food-plates-img-slider .slick-dots  li button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
              border: none;
            border-radius: 100%;
            background-color: #D9D9D9;
              text-indent: -9999px;
        }
    
      .our-food-plates-img-slider .slick-dots  li.slick-active button {
            background-color: #DF0020;
        }
 .our-food-plates-img-slide:after{
  border-radius: 12px;
  background: #DF0020;
  width: 100%;
  height: 100%;
content: '';
position: absolute;
left: 0px;
z-index: 1;
top: 5px; 
  transform: rotate(4deg);
}

.our-food-plates-img-slider{
  margin: 0px !important;
 
}
@media only screen and (min-width: 1440px)  { 
  .pr-home-banner .pr-home-banner-content h2 {
     font-size: 50px;
    line-height: 60px;
  }
   .pr-home-banner .pr-home-banner-content p{
    font-size: 18px;
    line-height: 28px;
  }
  }
@media only screen and (min-width: 1580px)  { 
  .pr-home-banner .pr-home-banner-content h2 {
     font-size: 60px;
    line-height: 70px;
  }
   .pr-home-banner .pr-home-banner-content p{
    font-size: 22px;
    line-height: 32px;
  }
  .header li a {
     font-size: 19px;
}
.header .header-search .header-search-inner input{
     font-size: 16px;
}
.pr-home-business-type .pr-home-business-tab ul li a {
    padding: 20px 0px;
    display: inline-block;
    font-size: 22px;
    }
}
@media only screen and (min-width: 992px)  and (max-width: 1200px) { 
  .header li {
  float: left;
  padding: 0px 10px;
}
.header li a { 
  font-size: 14px;
}
}
@media only screen and (min-width: 650px)  and (max-width: 992px) { 
   .header-btn{
    padding-right: 45px;
  }
  .header .header-navigation,.header .header-login{
    display: none;
  }
   .navbar-toggle{
    display: block;
  }
  .pr-home-banner .pr-home-banner-content h2 {
   font-size: 32px;
  line-height: 42px;
}
  .pr-home-banner .pr-home-banner-content p {
font-size: 16px;
line-height: 1.5;
}
.pr-home-business-type h2 {
   font-size: 36px;
  line-height: 52px;
  }
  .pr-home-business-type .pr-home-business-tab {
  padding: 20px 0px;
}
.pr-home-business-type .pr-home-business-tab ul li a {
   font-size: 13px;
  }
    .pr-home-banner .pr-home-banner-content {
  float: left;
  width: 100%;
  text-align: center;
}
 
.pr-home-banner .pr-home-banner-img {
  float: left;
  width: 100%;
  padding:20px 120px;
}
}
@media only screen and (max-width: 650px) {
  .header-btn{
    padding-right: 45px;
  }
  .header .header-navigation,.header .header-search,.header .header-login{
    display: none;
  }
  .pr-home-banner .pr-home-banner-content {
  float: left;
  width: 100%;
  text-align: center;
}
.pr-home-banner .pr-home-banner-content .pr-home-banner-btn a {

  font-size: 13px;
}
.pr-home-banner .pr-home-banner-img {
  float: left;
  width: 100%;
  padding: 20px  0px;
}
.our-food-plates-img-slider .slick-slide {
  padding: 15px 0px;
}
.pr-home-banner .pr-home-banner-content h2 {
 
  font-size: 28px;
  line-height: 37px;
  margin: 0px;
}
.pr-home-business-type h2 { 
  font-size: 32px;
  line-height: 42px;
  margin: 0px;
  opacity: 0.5;
  margin-bottom: 20px;
}
.pr-home-business-type{
  padding-bottom: 40px;
}
.pr-home-business-type .pr-home-business-tab{
  overflow: auto;
  width: 100%;
  padding: 0px;
}
.pr-home-business-type .pr-home-business-tab ul {

  width: 900px;
  margin: 0px;
  list-style: none;
}
 .pr-home-business-type .pr-home-business-tab ul li a {
  padding: 13px 0px; 
  font-size: 14px;
  }
  .navbar-toggle{
    display: block;
  }
}