/**
*	Theme Name: 
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Rowdies:wght@300;400;700&display=swap");
/* line 13, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 16, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 21, sass/style.scss */
body {
  background-color: #9D2720 !important;
}

/* line 25, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 30, sass/style.scss */
p {
  margin: 0 0 20px;
}

/* line 34, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 38, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 45, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 49, sass/style.scss */
.searchform {
  position: relative;
}

/* line 52, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 58, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 66, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 80, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 95, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 99, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 105, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 109, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 116, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 123, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 130, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 140, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 148, sass/style.scss */
.site-btn {
  padding: 16px 45px;
  background-color: #F7C39C;
  border: 2px solid #000;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: all .3s  ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  font: 600 18px "Lexend";
  box-shadow: 0px 3px 0px 0px #000;
}
/* line 163, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #fff 0%, #F7C39C 25%, #fff 50%, #F7C39C 75%, #F7C39C 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 186, sass/style.scss */
.site-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
/* line 190, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}
/* line 194, sass/style.scss */
.site-btn.white-btn {
  background-color: #fff;
}
/* line 196, sass/style.scss */
.site-btn.white-btn:hover {
  background-color: transparent;
}
/* line 200, sass/style.scss */
.site-btn.red-btn {
  background-color: #9D2720;
  color: #E2D1C7;
}
/* line 203, sass/style.scss */
.site-btn.red-btn:hover {
  border-color: #9D2720;
  background-color: transparent;
  color: #9D2720;
}
/* line 209, sass/style.scss */
.site-btn.orange-btn {
  background-color: #E27231;
  color: #E2D1C7;
}
/* line 212, sass/style.scss */
.site-btn.orange-btn:hover {
  border-color: #E27231;
  background-color: transparent;
  color: #E27231;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 236, sass/style.scss */
.font-16 {
  font: 400 16px "Lexend";
  color: #fff;
}

/* line 241, sass/style.scss */
.font-20 {
  font: 400 20px "Lexend";
  text-transform: uppercase;
  color: #fff;
}

/* line 246, sass/style.scss */
.font-80 {
  font: 400 80px "Rowdies", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

/* line 250, sass/style.scss */
.container-fluid {
  padding: 0 130px !important;
}

/* line 254, sass/style.scss */
.site-header {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .4s ease-in-out;
}
/* line 261, sass/style.scss */
.site-header.fix_top {
  top: 0;
  background-color: #9d2720;
  padding: 10px 0;
  box-shadow: 0px 4px 5px -6px #000;
}
/* line 266, sass/style.scss */
.site-header.fix_top .dividers,
.site-header.fix_top .container-fluid {
  display: none;
  transition: all .4s ease-in-out;
}
/* line 271, sass/style.scss */
.site-header.fix_top .nav-bar {
  margin-top: 0;
}
/* line 275, sass/style.scss */
.site-header.fix_top .nav-bar ul li a {
  padding: 8px 30px;
  font: 600 12px "Lexend";
  border-radius: 8px;
}
/* line 284, sass/style.scss */
.site-header .row {
  align-items: center;
}
/* line 287, sass/style.scss */
.site-header .site-logo {
  text-align: center;
}
/* line 290, sass/style.scss */
.site-header .address {
  text-align: right;
}
/* line 292, sass/style.scss */
.site-header .address p {
  margin: 0;
}
/* line 296, sass/style.scss */
.site-header .nav-bar {
  text-align: center;
  margin-top: 50px;
}
/* line 299, sass/style.scss */
.site-header .nav-bar ul {
  margin: 0;
}
/* line 301, sass/style.scss */
.site-header .nav-bar ul li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
}
/* line 305, sass/style.scss */
.site-header .nav-bar ul li:first-child {
  margin: 0;
}
/* line 308, sass/style.scss */
.site-header .nav-bar ul li a {
  display: inline-block;
  padding: 12px 30px;
  background-color: #F7C39C;
  border: 2px solid #000;
  font: 600 18px "Lexend";
  color: #000;
  text-transform: uppercase;
  border-radius: 14px;
  transition: all .4s ease-in-out;
}
/* line 318, sass/style.scss */
.site-header .nav-bar ul li a:hover {
  background-color: transparent;
  color: #F7C39C;
  border-color: #F7C39C;
}
/* line 327, sass/style.scss */
.site-header .dividers {
  margin-top: -10px;
}
/* line 329, sass/style.scss */
.site-header .dividers svg {
  width: 76%;
  height: 100%;
}
/* line 333, sass/style.scss */
.site-header .dividers .right {
  text-align: right;
}

/* line 339, sass/style.scss */
.sec-padd {
  padding: 100px 0;
}

/* line 343, sass/style.scss */
.hero-sec {
  padding: 15% 0 10%;
  position: relative;
}
/* line 346, sass/style.scss */
.hero-sec::before {
  position: absolute;
  right: 0;
  content: "";
  background-image: url(images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: top right;
  width: 100%;
  height: 80%;
  z-index: -1;
}
/* line 358, sass/style.scss */
.hero-sec .btn-block {
  margin-top: 40px;
}
/* line 362, sass/style.scss */
.hero-sec .hero-content h1 {
  font: 400 80px "Rowdies", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 6rem;
}
/* line 369, sass/style.scss */
.hero-sec .hero-content p {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  max-width: 550px;
  margin: 40px 0 0 0;
  line-height: 1.8rem;
}

@keyframes NWSscroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* line 389, sass/style.scss */
.welcome-reco {
  background-color: #E2D1C7;
}
/* line 391, sass/style.scss */
.welcome-reco .sec-heading {
  text-align: center;
}
/* line 393, sass/style.scss */
.welcome-reco .sec-heading h2 {
  color: #9D2720;
}
/* line 395, sass/style.scss */
.welcome-reco .sec-heading h2 span {
  display: block;
  color: #E27231;
}
/* line 402, sass/style.scss */
.welcome-reco .trusted-companies {
  padding: 40px 0;
  overflow: hidden;
}
/* line 405, sass/style.scss */
.welcome-reco .trusted-companies .container {
  overflow: hidden;
}
/* line 408, sass/style.scss */
.welcome-reco .trusted-companies .top-list {
  margin-top: 60px;
  width: 100%;
}
/* line 411, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  animation: NWSscroll 20s linear infinite;
  width: max-content;
}
/* line 417, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3 {
  margin: 0 40px;
  width: 35%;
}
/* line 421, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(1) .img-box {
  transform: rotate(-5deg);
}
/* line 426, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(2) .img-box {
  transform: rotate(-2deg);
}
/* line 431, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(3) .img-box {
  transform: rotate(4deg);
}
/* line 437, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(4) .img-box {
  transform: rotate(-5deg);
}
/* line 443, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(5) .img-box {
  transform: rotate(5deg);
}
/* line 448, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(6) .img-box {
  transform: rotate(-4deg);
}
/* line 453, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(7) .img-box {
  transform: rotate(6deg);
}
/* line 459, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(8) .img-box {
  transform: rotate(-5deg);
}
/* line 464, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(9) .img-box {
  transform: rotate(-2deg);
}
/* line 469, sass/style.scss */
.welcome-reco .trusted-companies .top-list .row .col-md-3:nth-child(10) .img-box {
  transform: rotate(4deg);
}
/* line 479, sass/style.scss */
.welcome-reco .img-box {
  position: relative;
  padding-bottom: 100%;
}
/* line 482, sass/style.scss */
.welcome-reco .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #000;
}
/* line 493, sass/style.scss */
.welcome-reco .bottom-content {
  text-align: center;
  margin-top: 90px;
}
/* line 496, sass/style.scss */
.welcome-reco .bottom-content p {
  color: #000;
  width: 100%;
  max-width: 950px;
  text-transform: uppercase;
  margin: auto;
  font-weight: 600;
  line-height: 1.8rem;
}
/* line 505, sass/style.scss */
.welcome-reco .bottom-content .btn-block {
  margin-top: 30px;
}

/* line 512, sass/style.scss */
.our-menu {
  position: relative;
}
/* line 515, sass/style.scss */
.our-menu .left-img {
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  max-width: 250px;
}
/* line 523, sass/style.scss */
.our-menu .right-img {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 100%;
  max-width: 750px;
}
/* line 531, sass/style.scss */
.our-menu .sec-divider {
  position: absolute;
  top: -1px;
  z-index: 1;
  width: 100%;
  height: 20px;
background-color: #f8e7c1;
}
/* line 537, sass/style.scss */
.our-menu .sec-divider img {
  width: 100%;
}
/* line 542, sass/style.scss */
.our-menu .sec-heading p {
  margin: 10px auto 0;
  width: 100%;
  max-width: 450px;
}
/* line 548, sass/style.scss */
.our-menu .row {
  margin-top: 40px;
}
/* line 551, sass/style.scss */
.our-menu .menu-box {
  margin-top: 20px;
}
/* line 554, sass/style.scss */
.our-menu .menu-box .menu-label h3 {
  background-color: #FFFBEC;
  margin: 0;
  font: 400 28px "Rowdies", sans-serif;
  text-transform: uppercase;
  color: #9D2720;
  padding: 12px 12px;
  position: relative;
}
/* line 562, sass/style.scss */
.our-menu .menu-box .menu-label h3::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #E27231;
  border: 2px solid #000;
  margin-right: 10px;
}
/* line 575, sass/style.scss */
.our-menu .cs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
/* line 581, sass/style.scss */
.our-menu .cs-row .name h3 {
  color: #fff;
  margin: 0;
  font: 500 17px "Lexend";
}
/* line 588, sass/style.scss */
.our-menu .cs-row .price h4 {
  margin: 0;
  font: 500 14px "Lexend";
  color: #FAB037;
}
/* line 595, sass/style.scss */
.our-menu .menu-desc {
  margin-top: 15px;
}
/* line 597, sass/style.scss */
.our-menu .menu-desc p {
  color: #ffff;
  font: 400 14px "Lexend";
  margin: 0;
  line-height: 1.3rem;
  width: 100%;
  max-width: 500px;
}
/* line 606, sass/style.scss */
.our-menu .divider-line {
  border: 1px dashed #fff;
  height: 1px;
  width: 100%;
  opacity: 0.2;
  margin-top: 20px;
}

/* line 616, sass/style.scss */
.catering-made {
  position: relative;
  background-color: #F7C39C;
}
/* line 619, sass/style.scss */
.catering-made svg {
  position: absolute;
  top: -8px;
  width: 100%;
  left: 0;
  right: 0;
  height: 2%;
}
/* line 628, sass/style.scss */
.catering-made .sec-heading h2 {
  color: #FE6A13;
}
/* line 631, sass/style.scss */
.catering-made .sec-heading p {
  margin: 10px auto 0;
  width: 100%;
  max-width: 1150px;
  color: #000;
  text-transform: capitalize;
}
/* line 639, sass/style.scss */
.catering-made .row {
  margin-top: 50px;
}
/* line 642, sass/style.scss */
.catering-made .cat-box {
  background-color: #FE6A13;
  border: 1px solid #000000;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/* line 651, sass/style.scss */
.catering-made .cat-box .content-box {
  padding: 30px;
}
/* line 653, sass/style.scss */
.catering-made .cat-box .content-box h3 {
  font: 700 30px "Lexend";
  text-transform: uppercase;
  margin: 0;
  color: black;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
/* line 660, sass/style.scss */
.catering-made .cat-box .content-box ul li,
.catering-made .cat-box .content-box p {
  font: 500 16px "Lexend";
  color: #fff;
}
/* line 666, sass/style.scss */
.catering-made .cat-box .content-box p {
  margin: 10px 0 0 0;
}
/* line 669, sass/style.scss */
.catering-made .cat-box .content-box ul {
  margin: 0;
  padding: 0;
}
/* line 672, sass/style.scss */
.catering-made .cat-box .content-box ul li {
  margin: 20px 0 0 0;
  font-weight: 600;
  position: relative;
  list-style: none;
  padding: 0 0 0 30px;
}
/* line 678, sass/style.scss */
.catering-made .cat-box .content-box ul li::before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  background-color: #F7C39C;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #000;
  top: 2px;
}
/* line 696, sass/style.scss */
.catering-made .cat-box .content-box h4 {
  color: #fff;
  font: 500 18px "Lexend";
  margin: 10px 0 0 0;
}
/* line 702, sass/style.scss */
.catering-made .cat-box .img-box {
  position: relative;
  padding-bottom: 30%;
}
/* line 705, sass/style.scss */
.catering-made .cat-box .img-box .cat-divider {
  position: absolute;
  top: -4px;
  z-index: 1;
  width: 100%;
}
/* line 711, sass/style.scss */
.catering-made .cat-box .img-box .img-cvr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 40px 40px;
}
/* line 722, sass/style.scss */
.catering-made .btn-block {
  text-align: center;
  margin-top: 40px;
}
/* line 726, sass/style.scss */
.catering-made .sec-divider {
  position: absolute;
  top: -1px;
  z-index: 1;
  width: 100%;
  height: 20px;
}
/* line 732, sass/style.scss */
.catering-made .sec-divider img {
  width: 100%;
}

/* line 738, sass/style.scss */
.instagram {
  background-color: #F7C39C;
  position: relative;
}
/* line 741, sass/style.scss */
.instagram .sec-divider {
  position: absolute;
  top: -1px;
  z-index: 1;
  width: 100%;
  height: 20px;
}
/* line 747, sass/style.scss */
.instagram .sec-divider img {
  width: 100%;
}
/* line 752, sass/style.scss */
.instagram .sec-heading h2 {
  color: #FE6A13;
  font: 400 56px "Rowdies", sans-serif;
  text-transform: capitalize;
}
/* line 758, sass/style.scss */
.instagram .img-box {
  position: relative;
  padding-bottom: 120%;
  border-radius: 16px;
}
/* line 762, sass/style.scss */
.instagram .img-box i {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 5px;
  font-size: 30px;
  transition: all .4s ease-in-out;
  transform: scale(0);
}
/* line 772, sass/style.scss */
.instagram .img-box img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #000;
  box-shadow: -3px 3px 0px 0px #000;
  transition: all .4s ease-in-out;
}
/* line 785, sass/style.scss */
.instagram .img-box:hover img {
  transform: scale(1.1);
}
/* line 788, sass/style.scss */
.instagram .img-box:hover i {
  transform: scale(1);
}
/* line 793, sass/style.scss */
.instagram .top-space {
  margin-top: 50px;
}
/* line 796, sass/style.scss */
.instagram .insta-head {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 802, sass/style.scss */
.instagram .col-md-3 {
  width: 20%;
}

/* line 807, sass/style.scss */
.contact-us {
  background-image: url("images/contact-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 813, sass/style.scss */
.contact-us .sec-heading h2 {
  color: #E2D1C7;
}
/* line 816, sass/style.scss */
.contact-us .sec-heading p {
  text-transform: capitalize;
  width: 100%;
  max-width: 650px;
  margin: 10px auto 0;
}
/* line 824, sass/style.scss */
.contact-us .top-space {
  margin-top: 50px;
}
/* line 827, sass/style.scss */
.contact-us .wpcf7 {
  background-color: #E2D1C7;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  box-shadow: -3px 3px 0px 0px #000;
  height: 100%;
}
/* line 835, sass/style.scss */
.contact-us .wpcf7 .form-group br {
  display: none;
}
/* line 838, sass/style.scss */
.contact-us .wpcf7 .form-group label {
  display: block;
  color: #000;
  font: 400 16px "Lexend";
  margin-bottom: 10px;
}
/* line 844, sass/style.scss */
.contact-us .wpcf7 .form-group input {
  border: 1px solid #fff;
  font: 400 16px "Lexend";
  color: #000;
  height: 40px;
}
/* line 849, sass/style.scss */
.contact-us .wpcf7 .form-group input:focus {
  outline: none;
  box-shadow: none;
}
/* line 853, sass/style.scss */
.contact-us .wpcf7 .form-group input::placeholder {
  font: 400 16px "Lexend";
  color: #000;
}
/* line 858, sass/style.scss */
.contact-us .wpcf7 .form-group textarea {
  border: 1px solid #fff;
  font: 400 16px "Lexend";
  color: #000;
  height: 160px;
  padding: 15px 15px !important;
}
/* line 864, sass/style.scss */
.contact-us .wpcf7 .form-group textarea::placeholder {
  font: 400 16px "Lexend";
  color: #000;
}
/* line 870, sass/style.scss */
.contact-us .wpcf7 .sub-btn {
  position: relative;
}
/* line 872, sass/style.scss */
.contact-us .wpcf7 .sub-btn input {
  padding: 16px 45px;
  background-color: #9D2720;
  border: 2px solid #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  font: 600 18px "Lexend";
  box-shadow: 0px 3px 0px 0px #000;
  height: auto;
}
/* line 886, sass/style.scss */
.contact-us .wpcf7 .sub-btn input:hover {
  background-color: transparent;
  color: #9D2720;
}
/* line 891, sass/style.scss */
.contact-us .wpcf7 .sub-btn span.wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
/* line 898, sass/style.scss */
.contact-us .find-us {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #000;
  box-shadow: -3px 3px 0px 0px #000;
  height: 100%;
}
/* line 905, sass/style.scss */
.contact-us .find-us h3 {
  font: 600 23px "Rowdies", sans-serif;
  margin: 0;
}
/* line 909, sass/style.scss */
.contact-us .find-us ul {
  margin: 20px 0 0 0;
}
/* line 911, sass/style.scss */
.contact-us .find-us ul li {
  margin-top: 20px;
}
/* line 913, sass/style.scss */
.contact-us .find-us ul li:first-child {
  margin: 0;
}
/* line 916, sass/style.scss */
.contact-us .find-us ul li .detail-box {
  display: flex;
  align-items: center;
}
/* line 919, sass/style.scss */
.contact-us .find-us ul li .detail-box i {
  color: #FAB037;
}
/* line 922, sass/style.scss */
.contact-us .find-us ul li .detail-box h4 {
  margin: 0 0 0 10px;
  font: 600 14px "Lexend";
}
/* line 925, sass/style.scss */
.contact-us .find-us ul li .detail-box h4 a {
  color: #000;
}
/* line 932, sass/style.scss */
.contact-us .find-us .map-box {
  text-align: center;
  margin-top: 40px;
}
/* line 935, sass/style.scss */
.contact-us .find-us .map-box a {
  background-color: #fff;
  color: #000;
}

/* line 943, sass/style.scss */
.site-footer {
  padding: 60px 0 30px;
  background-color: #FE6A13;
}
/* line 946, sass/style.scss */
.site-footer .image-list {
  margin-top: 50px;
}
/* line 948, sass/style.scss */
.site-footer .image-list .img-box {
  position: relative;
  padding-bottom: 90%;
  border-radius: 16px;
}
/* line 953, sass/style.scss */
.site-footer .image-list .img-box img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid #000;
  box-shadow: -3px 3px 0px 0px #000;
  transition: all .4s ease-in-out;
}
/* line 966, sass/style.scss */
.site-footer .image-list .img-box:hover img {
  transform: scale(1.1);
}
/* line 972, sass/style.scss */
.site-footer .below-nav {
  margin-top: 30px;
}
/* line 974, sass/style.scss */
.site-footer .below-nav ul {
  margin: 0;
  list-style: none;
}
/* line 977, sass/style.scss */
.site-footer .below-nav ul li {
  display: inline-block;
  margin-left: 15px;
}
/* line 980, sass/style.scss */
.site-footer .below-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font: 500 16px "Lexend";
  transition: all .4s ease-in-out;
}
/* line 985, sass/style.scss */
.site-footer .below-nav ul li a:hover {
  opacity: .5;
}
/* line 991, sass/style.scss */
.site-footer .below-nav .foo-label {
  display: flex;
  align-items: center;
}
/* line 994, sass/style.scss */
.site-footer .below-nav .foo-label h4 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font: 500 18px "Lexend";
}
/* line 1000, sass/style.scss */
.site-footer .below-nav .foo-label.rigt-txt {
  text-align: right;
  justify-content: flex-end;
}

/* line 1008, sass/style.scss */
.desktop-off,
.mobile-head .container-fluid {
  display: none;
}

@media (max-width: 1660px) {
  /* line 2, sass/_screen.scss */
  .hero-sec .hero-content h1 {
    font: 400 65px "Rowdies", sans-serif;
    line-height: 5rem;
  }

  /* line 6, sass/_screen.scss */
  .site-btn {
    padding: 16px 35px;
  }

  /* line 9, sass/_screen.scss */
  .hero-sec {
    padding: 20% 0 16%;
    position: relative;
  }

  /* line 13, sass/_screen.scss */
  .font-16 {
    font: 400 14px "Lexend";
  }

  /* line 16, sass/_screen.scss */
  .our-menu .sec-divider {
    top: -4px;
  }

  /* line 19, sass/_screen.scss */
  .our-menu .left-img {
    max-width: 120px;
  }

  /* line 22, sass/_screen.scss */
  .our-menu .right-img {
    max-width: 420px;
  }
}
@media (max-width: 1440px) {
  /* line 28, sass/_screen.scss */
  .hero-sec .hero-content h1 {
    font: 400 50px "Rowdies", sans-serif;
    line-height: 4rem;
  }

  /* line 32, sass/_screen.scss */
  .hero-sec .hero-content p {
    margin: 20px 0 0 0;
    line-height: 1.8rem;
  }

  /* line 36, sass/_screen.scss */
  .hero-sec .btn-block {
    margin-top: 20px;
  }

  /* line 39, sass/_screen.scss */
  .hero-sec .btn-block ul {
    margin: 0;
  }

  /* line 42, sass/_screen.scss */
  .hero-sec .btn-block ul li {
    margin-top: 15px;
  }
}
@media (max-width: 1170px) {
  /* line 49, sass/_screen.scss */
  .menuToggle ul {
    margin: 0;
  }

  /* line 53, sass/_screen.scss */
  .container-fluid {
    padding: 0 25px !important;
  }

  /* line 56, sass/_screen.scss */
  .mobile-head .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* line 62, sass/_screen.scss */
  .site-header.fix_top .mobile-head .container-fluid {
    display: flex;
  }

  /* line 66, sass/_screen.scss */
  .hero-sec::before {
    background-size: 75%;
    width: 100%;
    height: 100%;
  }

  /* line 72, sass/_screen.scss */
  #menuToggle {
    display: flex;
    flex-direction: column;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    z-index: 9999999;
    cursor: pointer;
  }

  /* line 83, sass/_screen.scss */
  #menuToggle input {
    width: 32px !important;
    height: 32px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: -6px;
  }

  /* line 92, sass/_screen.scss */
  .mob-icons ul {
    margin: 0;
  }

  /* line 96, sass/_screen.scss */
  #menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  /* line 111, sass/_screen.scss */
  .menuToggle.open {
    position: absolute;
    top: 32px;
    right: 23px;
  }

  /* line 116, sass/_screen.scss */
  .mob-icons {
    display: flex;
    align-items: center;
  }

  /* line 120, sass/_screen.scss */
  #menuToggle span:first-child {
    transform-origin: 0% 0%;
  }

  /* line 125, sass/_screen.scss */
  #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    margin: 0;
  }

  /* line 130, sass/_screen.scss */
  #menuToggle.open span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #ffffff;
  }

  /* line 136, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /* line 142, sass/_screen.scss */
  #menuToggle.open span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  /* line 146, sass/_screen.scss */
  ul.nav-menu li ul.sub-menu,
  ul.nav-menu li:hover ul.sub-menu {
    display: none !important;
  }

  /* line 150, sass/_screen.scss */
  ul.nav-menu li.open ul.sub-menu,
  ul.nav-menu li.open:hover ul.sub-menu {
    display: block !important;
  }

  /* line 154, sass/_screen.scss */
  ul.sub-menu.open-submenu {
    display: block !Important;
    background-color: rgba(72, 72, 72, 0.85) !important;
    top: 0 !important;
  }

  /* line 159, sass/_screen.scss */
  .mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
  }

  /* line 162, sass/_screen.scss */
  ul.sub-menu {
    display: none !Important;
    position: relative !Important;
    top: -100% !Important;
  }

  /* line 167, sass/_screen.scss */
  .mobilesubmenu i {
    position: relative;
    top: 13px;
    right: 18px;
  }

  /* line 172, sass/_screen.scss */
  .nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    top: 0;
    overflow: hidden;
  }

  /* line 179, sass/_screen.scss */
  .mobilesubmenu {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 36px;
    height: 46px;
  }

  /* line 191, sass/_screen.scss */
  .nav-menu .sub-menu, .nav-menu .children {
    width: 100%;
  }

  /* line 194, sass/_screen.scss */
  ul.sub-menu li {
    display: block;
  }

  /* line 197, sass/_screen.scss */
  ul.sub-menu,
  .open-submenu {
    transition: all 1s;
  }

  /* line 201, sass/_screen.scss */
  .openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333333;
  }

  /* line 207, sass/_screen.scss */
  .nav-bar.open {
    right: 0;
  }

  /* line 210, sass/_screen.scss */
  .nav-menu li a {
    color: #000;
    padding: 15px 0;
  }

  /* line 214, sass/_screen.scss */
  ul.sub-menu li:last-child {
    border: 0px !Important;
  }

  /* line 217, sass/_screen.scss */
  ul.sub-menu li a {
    color: #ffffff !Important;
    font-weight: 600;
  }

  /* line 221, sass/_screen.scss */
  ul.sub-menu li {
    margin: 0px;
  }

  /* line 224, sass/_screen.scss */
  ul.sub-menu li:last-child a {
    text-align: left;
    color: #ffffff !Important;
    padding: 15px;
  }

  /* line 229, sass/_screen.scss */
  .nav-menu li:last-child {
    border: 0px !Important;
  }

  /* line 232, sass/_screen.scss */
  .nav-menu li:last-child a,
  .nav-menu .sub-menu, .nav-menu .children {
    left: 0;
    width: 100% !important;
  }

  /* line 237, sass/_screen.scss */
  .nav-bar {
    background-color: #9d2720;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 15px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  /* line 250, sass/_screen.scss */
  .closebtn {
    display: block;
    position: absolute;
    top: -55px;
    font-size: 20px;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 20px;
  }

  /* line 260, sass/_screen.scss */
  .site-header .nav-bar ul li {
    margin-left: 0;
  }

  /* line 263, sass/_screen.scss */
  .site-header.fix_top .nav-bar ul li a {
    font: 600 20px "Lexend";
  }

  /* line 266, sass/_screen.scss */
  .site-header.fix_top .nav-bar ul li a:last-child {
    width: auto !important;
  }

  /* line 269, sass/_screen.scss */
  .site-header .nav-bar ul li {
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
  }

  /* line 274, sass/_screen.scss */
  .site-header.fix_top .nav-bar ul li a {
    width: auto !important;
    display: block;
    max-width: 250px;
    margin: auto;
  }

  /* line 280, sass/_screen.scss */
  .site-footer .below-nav .foo-label {
    display: flex;
    align-items: start;
    flex-direction: column;
  }

  /* line 285, sass/_screen.scss */
  .site-footer .below-nav ul li:first-child {
    margin: 0;
  }

  /* line 288, sass/_screen.scss */
  .site-footer .below-nav ul {
    margin: 6px 0 0 0;
  }

  /* line 291, sass/_screen.scss */
  .site-header .container-fluid.mob-hide {
    display: none;
  }

  /* line 294, sass/_screen.scss */
  .site-header .dividers {
    display: none;
  }

  /* line 297, sass/_screen.scss */
  .hero-sec .col-md-7,
  .hero-sec .col-md-5 {
    width: 100%;
  }

  /* line 301, sass/_screen.scss */
  .hero-sec .img-box {
    margin-top: 40px;
  }

  /* line 304, sass/_screen.scss */
  .hero-sec::before {
    background-size: 125%;
  }

  /* line 308, sass/_screen.scss */
  .our-menu .menu-box .menu-label h3 {
    font: 400 20px "Rowdies", sans-serif;
  }

  /* line 311, sass/_screen.scss */
  .font-80 {
    font: 400 50px "Rowdies", sans-serif;
  }

  /* line 314, sass/_screen.scss */
  .font-20 {
    font: 400 18px "Lexend";
  }

  /* line 317, sass/_screen.scss */
  .catering-made .cat-box .img-box .cat-divider {
    top: -10px;
  }
}
@media (max-width: 980px) {
  /* line 326, sass/_screen.scss */
  .desktop-off {
    display: block;
  }

  /* line 329, sass/_screen.scss */
  .mobile-off {
    display: none;
    margin-top: 25px;
  }

  /* line 333, sass/_screen.scss */
  .instagram .col-md-5 {
    width: 100%;
    margin-top: 20px;
  }

  /* line 337, sass/_screen.scss */
  .instagram .col-md-3 {
    width: 50%;
  }

  /* line 340, sass/_screen.scss */
  .instagram .top-space {
    margin-top: 30px;
  }

  /* line 343, sass/_screen.scss */
  .instagram .desktop-off {
    margin-top: 20px;
  }

  /* line 346, sass/_screen.scss */
  .contact-us .col-md-5,
  .contact-us .col-md-7 {
    width: 100%;
  }

  /* line 350, sass/_screen.scss */
  .contact-us .find-us {
    margin-top: 20px;
  }

  /* line 353, sass/_screen.scss */
  .welcome-reco svg {
    width: 100%;
  }

  /* line 356, sass/_screen.scss */
  .welcome-reco .bottom-content {
    margin-top: 40px;
  }

  /* line 359, sass/_screen.scss */
  .our-menu .sec-divider {
    top: -9px;
  }

  /* line 362, sass/_screen.scss */
  .our-menu .right-img {
    display: none;
  }

  /* line 365, sass/_screen.scss */
  .catering-made .sec-divider {
    top: -10px;
  }

  /* line 368, sass/_screen.scss */
  .catering-made .cat-box {
    height: auto;
    margin-top: 20px;
  }

  /* line 372, sass/_screen.scss */
  .instagram .col-md-5 .col-md-6 {
    width: 50%;
  }

  /* line 375, sass/_screen.scss */
  .instagram .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 379, sass/_screen.scss */
  .site-footer .col-md-3 {
    width: 50%;
    margin-top: 20px;
  }

  /* line 383, sass/_screen.scss */
  .site-footer .image-list {
    margin-top: 15px;
  }

  /* line 386, sass/_screen.scss */
  .site-footer .below-nav .col-md-6 {
    width: 50%;
  }

  /* line 389, sass/_screen.scss */
  .site-footer .below-nav ul li a {
    font: 500 14px "Lexend";
    display: block;
    padding: 5px 0;
  }

  /* line 394, sass/_screen.scss */
  .site-footer .below-nav ul li {
    display: block;
    margin-left: 1px;
  }

  /* line 399, sass/_screen.scss */
  .site-footer .below-nav ul li a {
    text-align: left;
  }

  /* line 402, sass/_screen.scss */
  .site-header .site-logo img {
    max-width: 250px;
  }

  /* line 405, sass/_screen.scss */
  .site-header {
    top: 20px;
  }

  /* line 408, sass/_screen.scss */
  .hero-sec::before {
    background-size: 125%;
    background-position: bottom;
  }
}
@media (max-width: 600px) {
  /* line 416, sass/_screen.scss */
  .welcome-reco .trusted-companies .top-list .row .col-md-3 {
    margin: 0 25px;
    width: 25%;
  }

  /* line 420, sass/_screen.scss */
  .our-menu .left-img {
    max-width: 50px;
  }

  /* line 423, sass/_screen.scss */
  .our-menu .row {
    margin-top: 15px;
  }

  /* line 426, sass/_screen.scss */
  .sec-padd {
    padding: 70px 0;
  }

  /* line 429, sass/_screen.scss */
  .instagram .sec-heading h2 {
    font: 400 36px "Rowdies", sans-serif;
  }

  /* line 432, sass/_screen.scss */
  .instagram .top-space {
    margin-top: 15px;
  }

  /* line 435, sass/_screen.scss */
  .catering-made .row {
    margin-top: 15px;
  }

  /* line 438, sass/_screen.scss */
  .container-fluid {
    padding: 0 15px !important;
  }

  /* line 441, sass/_screen.scss */
  .font-80 {
    font: 400 40px "Rowdies", sans-serif;
  }

  /* line 444, sass/_screen.scss */
  .font-20 {
    font: 400 14px "Lexend";
  }

  /* line 447, sass/_screen.scss */
  .our-menu .cs-row .name h3 {
    font: 500 14px "Lexend";
    width: 100%;
    max-width: 220px;
  }

  /* line 453, sass/_screen.scss */
  .our-menu .menu-desc p {
    font: 400 12px "Lexend";
    line-height: 1.1rem;
  }

  /* line 457, sass/_screen.scss */
  .catering-made .cat-box .content-box h3 {
    font: 700 22px "Lexend";
  }

  /* line 460, sass/_screen.scss */
  .catering-made .cat-box .content-box ul li, .catering-made .cat-box .content-box p {
    font: 500 14px "Lexend";
  }

  /* line 463, sass/_screen.scss */
  .instagram .img-box {
    padding-bottom: 100%;
  }

  /* line 466, sass/_screen.scss */
  .contact-us .wpcf7 {
    padding: 20px;
  }

  /* line 469, sass/_screen.scss */
  .contact-us .wpcf7 .sub-btn p {
    margin: 0;
  }
}
