/* line 1,   Restaurant (Burger)/HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

html, body { overflow-x: hidden}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
body {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #1F1F1F;
}

a,
button {
  color: #1F1F1F;
  outline: medium none;
}

/* line 42,     */
h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  color: #1F1F1F;
}

/* line 46,     */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 55,     */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 59,     */
li {
  list-style: none;
}

/* line 62,     */
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 13px;
  font-family: 'Raleway', sans-serif;
}

/* line 71,     */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 77,     */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 82,     */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 87,     */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 92,     */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 97,     */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 102,     */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 107,     */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 113,     */
h3 {
  font-size: 24px;
}

/* line 117,     */
.mb-65 {
  margin-bottom: 67px;
}

/* line 121,     */
.black-bg {
  background: #020c26 !important;
}

/* line 125,     */
.white-bg {
  background: #ffffff;
}

/* line 128,     */
.gray-bg {
  background: #f5f5f5;
}

/* line 133,     */
.bg-img-1 {
  background-image: url(../img/banner/banner.webp);
}

/* line 136,     */
.bg-img-2 {
  background-image: url(../img/banner/banner2.webp);
}

/* line 139,     */
.cta-bg-1 {
  background-image: url(../img/banner/banner3.webp);
}

/* line 144,     */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 148,     */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #040E27;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .4;
}

/* line 160,     */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 164,     */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #131313;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

/* line 176,     */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 180,     */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 186,     */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 54px;
  left: 0px;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 54px;
  font-size: 25px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  left: 50px;
  font-size: 18px;
  line-height: 54px;
}

/* line 213,     */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

/* line 235,     */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 238,     */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #009DFF;
}

/* line 247,     */
.mb-20px {
  margin-bottom: 20px;
}

/* line 1,     */
.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 14px 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #F0542C;
  letter-spacing: 3px;
  text-align: center;
  color: #F0542C !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 17,     */
.boxed-btn:hover {
  background: #F0542C;
  color: #fff !important;
  border: 1px solid #F0542C;
}

/* line 22,     */
.boxed-btn:focus {
  outline: none;
}

/* line 25,     */
.boxed-btn.large-width {
  width: 220px;
}

/* line 29,     */
.boxed-btn3 {
  background: #F2C64D;
  color: #333333;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  cursor: pointer;
}

/* line 47,     */
.boxed-btn3:hover {
  background: transparent;
  color: #F2C64D !important;
  border: 1px solid #F2C64D;
}

/* line 52,     */
.boxed-btn3:focus {
  outline: none;
}

.boxed-zap {
  background: #00BB2D;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  text-align: center;
  color: #fff !important;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  cursor: pointer;
}

.boxed-zap:hover {
  background: transparent;
  border: 1px solid #00BB2D;
  color: #fff;
}

.boxed-zap:focus {
  outline: none;
}

/* line 56,     */
.boxed-btn5 {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  border: 1px solid transparent;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 22px 44px;
  cursor: pointer;
  background: transparent;
  color: #F0542C !important;
  border: 1px solid #F0542C;
}

/* line 75,     */
.boxed-btn5:hover {
  background: transparent;
  color: #fff !important;
  background: #F0542C;
  color: #fff;
}

/* line 81,     */
.boxed-btn5:focus {
  outline: none;
}

@media (max-width: 767px) {
  /* line 56,     */
  .boxed-btn5 {
    padding: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 56,     */
  .boxed-btn5 {
    padding: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 56,     */
  .boxed-btn5 {
    padding: 12px;
  }
}

/* line 94,     */
.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 106,     */
.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

/* line 110,     */
.boxed-btn2:focus {
  outline: none;
}

/* line 114,     */
.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* line 122,     */
.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* line 131,     */
.line-button:hover {
  color: #F0542C;
}

/* line 134,     */
.line-button:hover::before {
  background: #F0542C;
}

/* line 138,     */
.book_now {
  display: inline-block;
  font-size: 14px;
  color: #F0542C;
  border: 1px solid #F0542C;
  text-transform: capitalize;
  padding: 10px 25px;
}

/* line 145,     */
.book_now:hover {
  background: #F0542C;
  color: #fff;
}

/* line 2,     */
.section_title span {
  color: #F2C64D;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 22px;
  display: block;
  font-family: "Pacifico", cursive;
  text-shadow: 1px 2px 2px #000;
}

@media (max-width: 767px) {
  .section_title span {
    font-size: 30px;
    line-height: 1.25;
    max-width: 100%;
    padding: 0 16px;
    white-space: normal;
  }
}

.section_title_pacote span {
  color: #F2C64D;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 22px;
  display: block;
  font-family: "Pacifico", cursive;
  text-shadow: 1px 1px 2px #333;
}

/* line 10,     */
.section_title h3 {
  font-size: 50px;
  font-weight: 700;
  color: #1A0D01;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 10,     */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10,     */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 10,     */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 28,     */
  .section_title h3 br {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 28,     */
  .section_title h3 br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 28,     */
  .section_title h3 br {
    display: none;
  }
}

/* line 41,     */
.mb-100 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 41,     */
  .mb-100 {
    margin-bottom: 40px;
  }
}

/* line 47,     */
.mb-80 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  /* line 47,     */
  .mb-80 {
    margin-bottom: 40px;
  }
}

/* line 53,     */
.mb-70 {
  margin-bottom: 67px;
}

@media (max-width: 767px) {
  /* line 53,     */
  .mb-70 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 4,     */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13,     */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28,     */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #F0542C;
}

/* line 32,     */
.slicknav_menu .slicknav_nav a.active {
  color: #F0542C;
}

@media (max-width: 767px) {
  /* line 35,     */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35,     */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44,     */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -32px;
}

/* line 55,     */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12,     */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72,     */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78,     */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92,     */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 0;
  margin-top: -5px;
  top: -41px;
}

/* line 106,     */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: -8px;
  margin-top: -5px;
  top: -31px;
}

/* line 1,     */
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  /* line 1,     */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1,     */
  .header-area {
    padding-top: 0;
  }
}

/* line 15,     */
.header-area .main-header-area {
  padding: 0 150px;
}

@media (max-width: 767px) {
  /* line 15,     */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15,     */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 15,     */
  .header-area .main-header-area {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 15,     */
  .header-area .main-header-area {
    padding: 0 10px;
  }
}

/* line 29,     */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 29,     */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 29,     */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 29,     */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 43,     */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 43,     */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 43,     */
  .header-area .main-header-area .logo-img img {
    width: 100%;
  }
}

/* line 58,     */
.header-area .main-header-area .book_room {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 64,     */
.header-area .main-header-area .book_room .socail_links ul li {
  display: inline-block;
}

/* line 67,     */
.header-area .main-header-area .book_room .socail_links ul li a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
}

/* line 71,     */
.header-area .main-header-area .book_room .socail_links ul li a:hover {
  color: #F2C64D;
}

/* line 78,     */
.header-area .main-header-area .book_room .book_btn {
  margin-left: 15px;
}

/* line 80,     */
.header-area .main-header-area .book_room .book_btn a {
  background: transparent;
  padding: 12px 26px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #F2C64D;
  color: #F2C64D;
  border-radius: 30px;
  font-family: "Paytone One", sans-serif;
}

/* line 89,     */
.header-area .main-header-area .book_room .book_btn a:hover {
  background: #F2C64D;
  color: #fff;
  border: 1px solid #F2C64D;
}

/* line 100,     */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 100,     */
  .header-area .main-header-area .main-menu ul li {
    margin-right: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 100,     */
  .header-area .main-header-area .main-menu ul li {
    margin-right: 15px;
  }
}

/* line 110,     */
.header-area .main-header-area .main-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  padding: 0px 0px 10px 0px;
  font-family: "Paytone One", sans-serif;
  position: relative;
  text-transform: capitalize;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 110,     */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 110,     */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

/* line 129,     */
.header-area .main-header-area .main-menu ul li a i {
  font-size: 9px;
}

@media (max-width: 767px) {
  /* line 129,     */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 129,     */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 138,     */
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #F2C64D;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 150,     */
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 154,     */
.header-area .main-header-area .main-menu ul li a.active {
  color: #F2C64D;
}

/* line 156,     */
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 161,     */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #F2C64D;
}

/* line 165,     */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 140%;
  background: #fff;
  width: 300px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 177,     */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
}

/* line 179,     */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
  text-shadow: none;
  width: 300px;
}

/* line 185,     */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 189,     */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
  background-color: #F2C64D;
  width: 300px;
}

/* line 194,     */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 199,     */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

/* line 203,     */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 209,     */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 0px 150px;
  background: #000;
}

@media (max-width: 767px) {
  /* line 209,     */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 209,     */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 209,     */
  .header-area .main-header-area.sticky {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 209,     */
  .header-area .main-header-area.sticky {
    padding: 0px 20px;
  }
}

/* line 235,     */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}

/* line 1,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/banner/banner.webp);
}

/* line 4,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner2.webp);
}

.slider_bg_3 {
  background-image: url(../img/banner/banner3.webp);
}

.slider_bg_4 {
  background-image: url(../img/banner/banner4.webp);
}

/* line 7,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area {
  position: relative;
  z-index: 0;
}

/* line 20,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 25,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider.single_slider2 {
  height: 450px;
}

@media (max-width: 767px) {
  /* line 25,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider.single_slider2 {
    height: auto;
  }
}

/* line 30,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider.single_slider2 .property_wrap {
  position: relative;
  top: 166px;
}

@media (max-width: 767px) {
  /* line 30,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider.single_slider2 .property_wrap {
    top: 0;
  }
}

/* line 37,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider.single_slider2 .property_wrap .slider_text h3 {
  font-size: 42px;
  margin-bottom: 51px;
}

/* line 42,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider.single_slider2 .property_wrap .property_form {
  background: #001D38;
}

@media (max-width: 767px) {
  /* line 20,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 20,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  /* line 54,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text {
    margin: 100px 0 80px 0;
  }
}

/* line 58,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .deal_text {
  background-image: url(../img/shape/1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  padding: 18px 42px;
}

/* line 64,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .deal_text span {
  font-size: 20px;
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  color: #fff;
}

/* line 71,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h1,
.slider_area .single_slider .slider_text h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 65px;
  margin-bottom: 27px;
  color: #fff;
  font-family: "Paytone One", sans-serif;
  text-align: left;
  text-shadow: 3px 3px 4px #111;
}

/* line 80,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h1 span,
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
  color: #ffff9e;
}

@media (max-width: 767px) {
  /* line 71,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h1,
  .slider_area .single_slider .slider_text h3 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 71,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h1,
  .slider_area .single_slider .slider_text h3 {
    font-size: 54px;
    line-height: 1.2;
  }
}

/* line 96,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h4 {
  font-size: 140px;
  font-family: "Pacifico", cursive;
  color: #F2C64D;
  position: relative;
  margin-top: -80px;
}

@media (max-width: 767px) {
  /* line 96,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h4 {
    font-size: 50px;
    position: relative;
    margin-top: -50px;
  }
}

/* line 108,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 24px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 108,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 108,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/* line 121,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right: 15px;
}

@media (max-width: 767px) {
  /* line 121,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .video_service_btn > a {
    margin-bottom: 20px;
  }
}

/* line 128,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single_slider .property_form {
  padding: 30px;
  background: rgba(0, 28, 56, 0.6);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  /* line 128,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .property_form {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 135,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .property_form .form_wrap {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 135,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single_slider .property_form .form_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 146,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .serach_icon a {
  width: 45px;
  height: 45px;
  background: #FD8E5E;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 146,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .serach_icon a {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 146,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .serach_icon a {
    width: 50%;
  }
}

/* line 163,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .serach_icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
}

@media (max-width: 767px) {
  /* line 163,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .serach_icon {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 163,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .serach_icon {
    width: 50%;
    align-items: center;
    margin-top: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 175,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single-field {
    margin-bottom: 20px;
  }
}

/* line 179,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.range_slider {
  width: 100%;
}

/* line 181,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.range_slider #slider {
  margin: 0;
}

/* line 187,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field .nice-select .list {
  color: #000;
  border-radius: 0;
}

/* line 191,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.max_width {
  margin-right: 24px;
}

@media (max-width: 767px) {
  /* line 191,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single-field.max_width {
    margin-right: 0;
  }
}

/* line 196,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.max_width label {
  display: block;
  font-size: 15px;
  color: #FDAE5C;
}

/* line 202,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.max_width .nice-select.wide {
  width: 166px;
  background: transparent;
  color: #C7C7C7;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 45px;
  line-height: 45px;
}

@media (max-width: 767px) {
  /* line 202,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single-field.max_width .nice-select.wide {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 216,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.max_width .nice-select::after {
  content: "\e64b";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 8px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'themify';
  color: #ddd;
  color: #FFFFFF;
  top: 5px;
  font-size: 12px;
}

/* line 234,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.min_width {
  margin-right: 24px;
}

@media (max-width: 767px) {
  /* line 234,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single-field.min_width {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* line 240,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.min_width label {
  display: block;
  font-size: 15px;
  color: #FDAE5C;
}

/* line 246,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.min_width .nice-select.wide {
  width: 110px;
  background: transparent;
  color: #C7C7C7;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 45px;
  line-height: 45px;
}

@media (max-width: 767px) {
  /* line 246,   Restaurant (Burger)/HTML/scss/_slider.scss */
  .slider_area .single-field.min_width .nice-select.wide {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 260,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .single-field.min_width .nice-select::after {
  content: "\e64b";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 8px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'themify';
  color: #ddd;
  color: #FFFFFF;
  top: 5px;
  font-size: 12px;
}

/* line 279,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .owl-carousel .owl-nav div {
  height: 120px;
  left: 0px;
  width: 50px;
  color: #fff;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 50px;
  font-size: 14px;
  border: none;
  left: 150px;
  line-height: 120px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  border: none !important;
  display: none;
}

/* line 294,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .owl-carousel .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

/* line 298,   Restaurant (Burger)/HTML/scss/_slider.scss */
.slider_area .owl-carousel .owl-nav div:hover {
  background: white;
  color: #001D38;
  border: none;
}

/* line 305,   Restaurant (Burger)/HTML/scss/_slider.scss */
.property_bg {
  background-image: url(../img/banner/banner.webp);
}

/* line 1,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area {
  padding-bottom: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

/* line 21,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_info p {
  font-size: 16px;
  line-height: 28px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 37px;
}

@media (max-width: 767px) {
  /* line 29,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_info a {
    margin-bottom: 30px;
  }
}

/* line 35,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_thumb2 {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 35,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 {
    margin-bottom: 40px;
  }
}

/* line 43,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_thumb2 img {
  width: 100%;
  box-shadow: 0 0 10px #000;
  border-radius: 5px;
}

/* line 47,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_thumb2 .img_1 img {
  width: 100%;
}

/* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_thumb2 .img_2 {
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  right: -30px;
  bottom: -60px;
}

@media (max-width: 767px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    text-align: right;
    bottom: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: -10px;
    text-align: right;
    bottom: -30px;
  }
}

/* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_area .about_thumb2 .img_2 img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 .img_2 img {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_area .about_thumb2 .img_2 img {
    width: 50%;
  }
}

/* line 88,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_bg_1 {
  background-image: url(../img/banner/bradcam_sobre.webp);
}

/* line 91,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_info_area {
  padding-left: 387px;
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 91,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  /* line 91,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 91,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area {
    padding-left: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 91,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area {
    padding-left: 0px;
  }
}

/* line 106,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_info_area .single_slider {
  height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 106,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area .single_slider {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 106,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area .single_slider {
    height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 106,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_info_area .single_slider {
    height: 500px;
  }
}

/* line 122,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_main_info {
  padding-top: 100px;
}

@media (max-width: 767px) {
  /* line 122,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info {
    padding-top: 50px;
  }
}

/* line 127,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_main_info .single_about_info {
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  /* line 127,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info .single_about_info {
    margin-bottom: 30px;
  }
}

/* line 132,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_main_info .single_about_info h3 {
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 0;
  margin-bottom: 10px;
  line-height: 32px;
}

/* line 139,   Restaurant (Burger)/HTML/scss/_about.scss */
.about_main_info .single_about_info p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #4D4D4D;
}

@media (max-width: 767px) {
  /* line 144,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info .single_about_info p br {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 144,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info .single_about_info p br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 144,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info .single_about_info p br {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 144,   Restaurant (Burger)/HTML/scss/_about.scss */
  .about_main_info .single_about_info p br {
    display: none;
  }
}

/* line 5 */
.video_bg {
  background-image: url(../img/video/video.webp);
}

/* line 8 */
.video_area {
  padding: 175px 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  /* line 8 */
  .video_area {
    padding: 100px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8 */
  .video_area {
    padding: 100px 0;
  }
}

/* line 19 */
.video_area .video_area_inner span {
  font-size: 14px;
  color: #fff;
}

/* line 23 */
.video_area .video_area_inner h3 {
  font-size: 70px;
  color: #fff;
  line-height: 80px;
  font-weight: 400;
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 23 */
  .video_area .video_area_inner h3 {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* line 37 */
.video_area .video_area_inner span {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  margin-top: 14px;
  margin-bottom: 36px;
}

/* line 45 */
.video_area .video_area_inner a {
  width: 102px;
  height: 102px;
  background: #ff5e13;
  line-height: 102px;
  font-size: 30px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 54 */
.video_area .video_area_inner a i {
  position: relative;
  left: 2px;
}

/* videos galeria */

.video_galeria {
  width: 100%;
  display: block;
  margin-bottom: 10px;;
}

.video_galeria i{
  width: 80px;
  height: 80px;
  background: #ff5e13;
  line-height: 80px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 20%;
  -moz-border-radius: 20%;
  border-radius: 20%;
  margin: 70px 0;
  
}

.video_galeria i:hover{
  background: #ff4413;
}

.video_galeria_bg1{
  background-image: url(../img/video/vid_galeria1.webp);
  background-size: cover;
}

.video_galeria_bg2{
  background-image: url(../img/video/vid_galeria2.webp);
  background-size: cover;
}

.video_galeria_bg3{
  background-image: url(../img/video/vid_galeria3.webp);
  background-size: cover;
}

.video_galeria_bg4{
  background-image: url(../img/video/vid_galeria4.webp);
  background-size: cover;
}

.video_galeria_bg5{
  background-image: url(../img/video/vid_galeria5.webp);
  background-size: cover;
}

.video_galeria_bg6{
  background-image: url(../img/video/vid_galeria6.webp);
  background-size: cover;
}

.video_galeria_bg7{
  background-image: url(../img/video/vid_galeria7.webp);
  background-size: cover;
}

.video_galeria_bg8{
  background-image: url(../img/video/vid_galeria8.webp);
  background-size: cover;
}


.video_galeria_bg9{
  background-image: url(../img/video/vid_galeria9.webp);
  background-size: cover;
}


/* line 63 */
.Burger_President_area {
  display: block;
  overflow: hidden;
  padding: 120px 0 115px 0;

}

.single_Burger_President .room_heading_inner {
  text-shadow: 2px 2px 2px #000;
}

@media (max-width: 767px) {
  /* line 63 */
  .Burger_President_area {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63 */
  .Burger_President_area {
    padding-top: 0;
  }
}

/* line 73 */
.Burger_President_area .Burger_President_here .single_Burger_President {
  position: relative;
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  /* line 73 */
  .Burger_President_area .Burger_President_here .single_Burger_President {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73 */
  .Burger_President_area .Burger_President_here .single_Burger_President {
    width: 100%;
    margin-bottom: 0px;
  }
}

/* line 84 */
.Burger_President_area .Burger_President_here .single_Burger_President::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1A0D01;
  z-index: 1;
  opacity: .4;
}

/* line 96 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb {
  position: relative;
  overflow: hidden;
}

/* line 100 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 105 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  bottom: 60px;
  left: 70px;
}

@media (max-width: 767px) {
  /* line 105 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading {
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 105 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading {
    left: 30px;
    bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 105 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading {
    left: 20px;
    bottom: 20px;
  }
}

/* line 124 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading span {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 9px;
  display: block;
  position: relative;
  z-index: 8;
}

/* line 132 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading h3 {
  font-size: 34px;
  color: #FFFFFF;
  position: relative;
  z-index: 8;
  font-weight: 700;
}

@media (max-width: 767px) {
  /* line 132 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading h3 {
    font-size: 20px;
  }
}

/* line 143 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading span {
  font-size: 30px;
  font-weight: 700;
  color: #ffdd00;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 3px;
}

/* line 151 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading p {
  font-size: 16px;
  color: #E8E8E8;
  line-height: 28px;
  position: relative;
  z-index: 1;
  margin-top: 9px;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  /* line 151 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading p {
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 151 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading p {
    font-size: 14px;
    line-height: 22px;
    z-index: 1;
    margin-top: 5px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  /* line 173 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading p br {
    display: none;
  }
}

/* line 179 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading a {
  color: #333333;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 8;
  opacity: 1;
  visibility: visible;
  text-shadow: none;
}

@media (max-width: 767px) {
  /* line 179 */
  .Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading a {
    padding: 6px 20px;
    font-size: 12px;
  }
}

/* line 191 */
.Burger_President_area .Burger_President_here .single_Burger_President .room_thumb .room_heading a:hover {
  color: #F2C64D;
  text-shadow: 1px 1px 1px #000;
}

/* line 198 */
.Burger_President_area .Burger_President_here .single_Burger_President:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 203 */
.Burger_President_area .Burger_President_here .single_Burger_President:hover .room_heading a {
  opacity: 1;
  visibility: visible;
}

/* line 215 */
.forQuery {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  /* line 215 */
  .forQuery {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 215 */
  .forQuery {
    padding: 100px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 215 */
  .forQuery {
    padding: 100px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 215 */
  .forQuery {
    padding: 100px 0;
  }
}

/* line 230 */
.forQuery .Query_border {
  border: 1px solid #BABABA;
  padding: 38px 50px;
}

@media (max-width: 767px) {
  /* line 230 */
  .forQuery .Query_border {
    padding: 20px 20px;
  }
}

/* line 236 */
.forQuery .Query_border .Query_text {
  text-align: left;
}

/* line 239 */
.forQuery .Query_border p {
  font-size: 30px;
  color: #1F1F1F;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 239 */
  .forQuery .Query_border p {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 239 */
  .forQuery .Query_border p {
    font-size: 18px;
  }
}

/* line 253 */
.forQuery .Query_border .phone_num {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 253 */
  .forQuery .Query_border .phone_num {
    text-align: center;
  }
}

/* line 258 */
.forQuery .Query_border .phone_num a {
  background: #009DFF;
  color: #fff;
  padding: 12px 53px;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  border: 1px solid transparent;
}

/* line 266 */
.forQuery .Query_border .phone_num a:hover {
  color: #009DFF;
  border: 1px solid #009DFF;
  background: #fff;
}

/* line 278 */
.instragram_area {
  display: block;
  padding-top: 30px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 278 */
  .instragram_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 291 */
.instragram_area .single_instagram {
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  /* line 291 */
  .instragram_area .single_instagram {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 291 */
  .instragram_area .single_instagram {
    width: 100%;
  }
}

/* line 305 */
.instragram_area .single_instagram img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 310 */
.instragram_area .single_instagram .ovrelay {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  background: rgba(26, 13, 1, 0.3);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  right: 15px;
  border-radius: 50%;
  border: 1px dashed #fff;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 326 */
.instragram_area .single_instagram .ovrelay a {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  font-size: 30px;
}

/* line 339 */
.instragram_area .single_instagram:hover .ovrelay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* line 344 */
.instragram_area .single_instagram:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 1,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #F5FBFF;
}

/* line 8,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 113px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 8,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 15,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 22,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 24px;
  font-weight: 700;
  color: #1A0D01;
  text-transform: capitalize;
  margin-bottom: 39px;
  font-family: "Montserrat", sans-serif;
}

/* line 29,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title.pos_margin {
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  /* line 29,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title.pos_margin {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 22,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 39,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .number {
  color: #F0542C;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
}

/* line 46,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 46,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 56,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #6E6E6E;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* line 62,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a {
  color: #6E6E6E;
}

/* line 64,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a:hover {
  color: #6E6E6E;
}

/* line 70,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 76,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 79,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #FD955D;
  border-bottom: 1px solid #FD955D;
}

/* line 85,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 89,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #FD955D;
  border-bottom: 1px solid #FD955D;
}

/* line 93,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 101,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #919191;
  font-size: 13px;
  line-height: 42px;
}

/* line 105,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #919191;
  font-weight: 400;
}

/* line 108,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: #FD955D;
}

/* line 114,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 117,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: #F5FBFF;
  padding-left: 20px;
  font-size: 15px;
  color: #000;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 30px;
}

/* line 127,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 15px;
  color: #919191;
}

/* line 131,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/* line 135,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  color: #fff;
  background: #F0542C;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  font-size: 16px;
  font-weight: 600;
}

/* line 153,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 16px;
  color: #6E6E6E;
  line-height: 26px;
  font-weight: 400;
}

/* line 161,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
}

/* line 163,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .copy-right_text .footer_border {
  border-top: 1px solid #E7E4E0;
  padding-bottom: 30px;
}

/* line 167,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #919191;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 167,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 175,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color: #FD955D;
}

/* line 180,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 95px;
}

@media (max-width: 767px) {
  /* line 180,   Restaurant (Burger)/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 186,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
}

/* line 189,   Restaurant (Burger)/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 18px;
  color: #F0542C;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 10px;
  line-height: 50px !important;
  border: 1px dashed #F0542C;
}

.footer .socail_links ul li a:hover {
  color: #fff !important;
  background: #F0542C;
  border-color: transparent;
}

.breadcam_bg {
  background-image: url(../img/banner/bradcam_sobre.webp);
}

.breadcam_bg_sobre {
  background-image: url(../img/banner/bradcam_sobre.webp);
}

.breadcam_bg_galeria {
  background-image: url(../img/banner/bradcam_galeria.webp);
}

.breadcam_bg_showCarnaval {
  background-image: url(../img/banner/bradcam_showCarnaval.webp);
}

.breadcam_bg_showPassista {
  background-image: url(../img/banner/bradcam_showPassista1.webp);
}

.breadcam_bg_showPagode {
  background-image: url(../img/banner/bradcam_showPagode.webp);
}

.breadcam_bg_contato {
  background-image: url(../img/banner/bradcam_contato.webp);
}

.breadcam_bg_obrigado {
  background-image: url(../img/banner/bradcam_obrigado.webp);
  padding: 170px 0 100px 0 !important;
}

.breadcam_bg_quinzenaBlack {
  background-image: url(../img/banner/bradcam_quinzenaBlack.webp);
}

/* line 10,   Restaurant (Burger)/HTML/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 215px 0 100px 0;
}

@media (max-width: 767px) {
  /* line 10,   Restaurant (Burger)/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 170px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10,   Restaurant (Burger)/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0 150px 0;
  }
}

/* line 21,   Restaurant (Burger)/HTML/scss/_bradcam.scss */
.bradcam_area h1,
.bradcam_area h3 {
  font-size: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Paytone One", sans-serif;
  text-transform: uppercase;
  text-shadow: 3px 3px 2px #222;
}

@media (max-width: 767px) {
  /* line 21,   Restaurant (Burger)/HTML/scss/_bradcam.scss */
  .bradcam_area h1,
  .bradcam_area h3 {
    font-size: 30px;
  }
}

/* line 1,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area {
  padding-bottom: 115px;
  padding-top: 140px;
  background-image: url(../img/banner/banner2.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

/* line 12,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  /* line 12,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area .single_delicious {
    display: block !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 12,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area .single_delicious {
    display: block !important;
  }
}

/* line 21,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 23,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 27,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .info {
  padding-left: 20px;
}

@media (max-width: 767px) {
  /* line 27,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area .single_delicious .info {
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 27,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area .single_delicious .info {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* line 38,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .info h3 {
  font-size: 30px;
  color: #1A0D01;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* line 44,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 6px;
  color: #6E6E6E;
  font-family: "Montserrat", sans-serif;
}

/* line 53,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .single_delicious .info span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #F0542C;
  font-family: "Montserrat", sans-serif;
}

/* line 62,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .iteam_links {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 62,   Restaurant (Burger)/HTML/scss/_delicious.scss */
  .best_burgers_area .iteam_links {
    margin-top: 20px;
  }
}

/* line 68,   Restaurant (Burger)/HTML/scss/_delicious.scss */
.best_burgers_area .iteam_links a {
  display: block;
}

/* line 2,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area {
  background: #fff;
  padding-top: 80px;
}

@media (max-width: 767px) {
  /* line 2,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area {
    padding: 50px 0;
  }
}

/* line 9,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .stars i {
  font-size: 13px;
  color: #F2C64D;
}

/* line 15,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial p {
  color: #040E27;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-top: 0px;
}

@media (min-width: 320px) and (max-width: 1500px) {
  /* line 21,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

/* line 28,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author {
  margin-top: 45px;
}

/* line 30,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author .thumb {
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 7px auto;
}

/* line 37,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author h4 {
  color: #040E27;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
}

/* line 45,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 14px;
  font-weight: 400;
  color: #7A838B;
}

/* line 52,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .section_title h3 {
  margin-bottom: 50px;
}

/* line 57,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 61,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

/* line 65,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div {
  left: 0;
  border: 1px solid #B9B5B2;
  color: #1A0D01;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  top: 20%;
}

/* line 75,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div:hover {
  background: #B9B5B2;
  color: #fff;
}

/* line 82,   Restaurant (Burger)/HTML/scss/_testmonial.scss */
.mb-60 {
  margin-bottom: 62px;
}

/* line 1,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area {
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area {
    padding: 60px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area {
    padding-top: 60px;
  }
}

/* line 11,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery {
  position: relative;
  height: 376px;
  float: left;
  overflow: hidden;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

@media (max-width: 767px) {
  /* line 11,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: auto;
    border: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 11,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 11,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 11,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery {
    height: 300px;
  }
}

/* line 33,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 60px;
  color: #fff;
  z-index: 13;
  margin: auto;
  margin: auto;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  transform: scale(4);
  line-height: 60px;
  opacity: 0;
}

/* line 50,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #F2C64D;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 8;
}

/* line 63,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery img {
  width: 110%;
  height: auto;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 69,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery.small_img {
  width: 30%;
}

@media (max-width: 767px) {
  /* line 69,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.small_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 69,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.small_img {
    width: 50%;
  }
}

/* line 78,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery.big_img {
  width: 40%;
}

@media (max-width: 767px) {
  /* line 78,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.big_img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.big_img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 78,   Restaurant (Burger)/HTML/scss/_gallery.scss */
  .gallery_area .single_gallery.big_img {
    width: 100%;
  }
}

/* line 97,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover::before {
  opacity: .3;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 101,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 105,   Restaurant (Burger)/HTML/scss/_gallery.scss */
.gallery_area .single_gallery:hover a {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*=================== contact banner start ====================*/
/* line 3*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10*/
.contact-info {
  margin-bottom: 25px;
}

/* line 13*/
.contact-info__icon {
  margin-right: 20px;
}

/* line 16*/
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24*/
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30*/
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36*/
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53*/
.form-contact label {
  font-size: 14px;
}

/* line 57*/
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61*/
.form-contact .form-control {
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
  color: #333;
}

/* line 69*/
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74*/
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80*/
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}


.form-contact  select.form-control{
  height: 48px !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97*/
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106*/
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112*/
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121*/
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126*/
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133*/
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133*/
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133*/
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141*/
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146*/
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 75,   Restaurant (Burger)/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80,   Restaurant (Burger)/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85,   Restaurant (Burger)/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93,   Restaurant (Burger)/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97,   Restaurant (Burger)/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101,   Restaurant (Burger)/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105,   Restaurant (Burger)/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109,   Restaurant (Burger)/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113,   Restaurant (Burger)/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117,   Restaurant (Burger)/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127,   Restaurant (Burger)/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137,   Restaurant (Burger)/HTML/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138,   Restaurant (Burger)/HTML/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146,   Restaurant (Burger)/HTML/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149,   Restaurant (Burger)/HTML/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 221,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 227,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 231,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 237,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339,   Restaurant (Burger)/HTML/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347,   Restaurant (Burger)/HTML/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/* line 353,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 357,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432,   Restaurant (Burger)/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441,   Restaurant (Burger)/HTML/scss/_elements.scss */




.single-gallery-image {
  /*margin-top: 30px;*/
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}
.single-gallery-image:hover {
  opacity: 0.7;
  animation-name: example;
  animation-duration: 0.5s;
}


@keyframes example {
  from {opacity: 1;}
  to {opacity: 0.7;}
}
  .gallery-item div {
    margin-top: 3px;
    padding: 0 3px !important;
  }

/* line 449,   Restaurant (Burger)/HTML/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455,   Restaurant (Burger)/HTML/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459,   Restaurant (Burger)/HTML/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508,   Restaurant (Burger)/HTML/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528,   Restaurant (Burger)/HTML/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530,   Restaurant (Burger)/HTML/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535,   Restaurant (Burger)/HTML/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540,   Restaurant (Burger)/HTML/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 560,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/* line 574,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596,   Restaurant (Burger)/HTML/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/* line 704,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913,   Restaurant (Burger)/HTML/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950,   Restaurant (Burger)/HTML/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991,   Restaurant (Burger)/HTML/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037,   Restaurant (Burger)/HTML/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1071,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1078,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082,   Restaurant (Burger)/HTML/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086,   Restaurant (Burger)/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089,   Restaurant (Burger)/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093,   Restaurant (Burger)/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096,   Restaurant (Burger)/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099,   Restaurant (Burger)/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 2px;
}

/* Start Blog Area css
============================================================================================ */
/* line 5,   Restaurant (Burger)/HTML/scss/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #F0542C 0%, #F0542C 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 24,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 49,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 104,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 112,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 143,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 157,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 160,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 179,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200,   Restaurant (Burger)/HTML/scss/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224,   Restaurant (Burger)/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228,   Restaurant (Burger)/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234,   Restaurant (Burger)/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247,   Restaurant (Burger)/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 288,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 291,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358,   Restaurant (Burger)/HTML/scss/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374,   Restaurant (Burger)/HTML/scss/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417,   Restaurant (Burger)/HTML/scss/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431,   Restaurant (Burger)/HTML/scss/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 438,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510,   Restaurant (Burger)/HTML/scss/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 544,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_details a:hover {
  color: #F0542C;
}

/* line 549,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 571,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 599,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #F0542C;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 599,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 615,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 615,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 627,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 627,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 647,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 652,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 660,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 664,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 672,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 681,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 685,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 694,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 701,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 713,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 722,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 726,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 735,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 742,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 755,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 760,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 764,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 769,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 774,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 791,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 796,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 807,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 813,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 820,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 828,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 831,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 842,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #F0542C;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 857,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 863,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 963,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 984,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 988,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1005,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1017,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1024,   Restaurant (Burger)/HTML/scss/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1049,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1054,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1057,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1061,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1074,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1077,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1087,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1087,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1101,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1101,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1111,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1114,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1121,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1126,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1130,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1134,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1137,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1144,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1147,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1156,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1160,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1164,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1182,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1182,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1191,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1191,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1204,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1208,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #F0542C;
}

/* line 1213,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1218,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1225,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1230,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1234,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1240,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1243,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1247,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1252,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1259,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1264,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1240,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1275,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1278,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1282,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1287,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1294,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1299,   Restaurant (Burger)/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1307,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1314,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1314,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1325,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1332,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1341,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1344,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1348,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1354,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1358,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1362,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1369,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1372,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1378,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1385,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1391,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1408,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1416,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1420,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1428,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1428,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1437,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1437,   Restaurant (Burger)/HTML/scss/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1445,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1453,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1458,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1463,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1468,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1474,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1480,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1486,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1492,   Restaurant (Burger)/HTML/scss/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/**************** blog part css start ****************/
/* line 2,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part {
  margin-bottom: 140px;
}

@media (max-width: 576px) {
  /* line 2,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 2,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

/* line 19,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 24,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 24,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

/* line 40,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 43,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card {
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

/* line 48,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
  padding: 25px 10px 29px 40px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  bottom: -140px;
  box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
  border-radius: 10px;
}

@media (max-width: 576px) {
  /* line 48,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 48,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 72,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
  color: #F0542C;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* line 76,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a:hover {
  background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 83,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 86,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #F0542C;
  border-radius: 50%;
}

/* line 97,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 97,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 97,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 97,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/* line 119,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 119,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 119,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 119,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 119,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 140,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: 1s;
}

/* line 150,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 14px;
}

@media (max-width: 576px) {
  /* line 150,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 150,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 166,   Restaurant (Burger)/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
  font-size: 12px;
}




.Client_area {
  display: block;
  overflow: hidden;
  padding: 120px 0 115px 0;

}


@media (max-width: 767px) {
  /* line 63 */
  .Client_area {
    padding-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 63 */
  .Client_area {
    padding-top: 0;
  }
}

/*###### Planos ######*/

.plans div {
  margin: 10px 0 80px;
}
.plans .plan {
  background: #f9f9ff;
  list-style: none;
  text-align: center;
  padding: 0;
}
.plans .plan li {
  padding: 15px;
  border-bottom: 1px dashed #bbb;
}
.plans .plan li.plan-name {
  background-color: #ccc;
  color: #F0542C;
  width: 100%;
  margin-left: 0px;
  border-bottom: none !important;
  font-weight: 700;
  text-shadow: 1px 1px 2px #fff;
  font-size: 18px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.plans .plan li.plan-price {
  color: #666;
  padding: 15px 0;
  font-size: 48px;
}
.plans .plan li.plan-action {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 0;
}
.plans .plan.featured {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #f0f0fa;
  color: #333;
}
.plans .plan.featured .plan-name{
  font-size: 18px;
  background-color: #dfdfee;
}

.plans .plan .btn-contrate{
  color: #F0542C;
  text-transform: capitalize;
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 20px;
  background: #efefef;
  border-color: #F0542C;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 0 8px #333;
}

.plans .plan .btn-contrate:hover{
  color: #F0542C !important;
  border-color: #dc8b77;
  background: rgb(221,221,221,1);
  text-shadow: 2px 2px 2px #fff;
  
     }

.plans .plan .btn-contrate i{
  margin: 0 7px ;
}

.figurino, .incremente {
  margin-bottom: 80px;
}


.incremente img {
  border-radius: 10px;
  box-shadow: 1px 1px 3px #333;

}

.incremente .img_1 img {
  width: 100%;
}

/* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
.incremente .img_2 {
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  right: -30px;
  top: 180px;
}

@media (max-width: 767px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
.incremente .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    text-align: right;
    bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
  .incremente .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: -10px;
    text-align: right;
    bottom: 10px;
  }
}

/* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
.incremente .img_2 img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .incremente .img_2 img {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .incremente .img_2 img {
    width: 50%;
  }
}




.figurino img {
  border-radius: 10px;
  box-shadow: 1px 1px 3px #333;

}

.figurino .img_1 img {
  width: 100%;

}

/* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
.figurino .img_2 {
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
  right: -150px;
  top: 250px;
}

@media (max-width: 767px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
.figurino .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: 0;
    text-align: right;
    bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 51,   Restaurant (Burger)/HTML/scss/_about.scss */
  .figurino .img_2 {
    left: auto;
    bottom: 0;
    top: auto;
    right: -10px;
    text-align: right;
    bottom: 10px;
  }
}

/* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
.figurino .img_2 img {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .figurino .img_2 img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 74,   Restaurant (Burger)/HTML/scss/_about.scss */
  .figurino .img_2 img {
    width: 100%;
  }
}



/******** FORMULÁRIOS **********/

.modal-backdrop {
    z-index: 1000 !important;
}


input.small-input {
  width: 50% !important;
}
/*
#ShowBasico, #ShowGold, #ShowPremium {
  display: none;
}





/* BotÃ£o WhatsApp*/

a.WhatsappButton{
    width: 300px;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

a.WhatsappButton img{
    width: 100%;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0.5;
}

a.WhatsappButton img:hover{
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
    }

@media (max-width:767px){
    a.WhatsappButton{
        width: 60px;
        height: 60px;
        display: block;
        position: fixed;
        bottom: 25px;
        right: 15px;
        z-index: 1000;
        background: url('../img/whats-button-mini.png') 0px no-repeat;
        background-size: 60px;
    }
     a.WhatsappButton img{
        display: none;
     }


}

/*


LARANJA = #F0542C
AMARELO = #F2C64D

*/

/*****************************************************

POP UP 

*****************************************************/

.popup-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1001; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.popup-overlay-content {
  position: relative;
  top: 0; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.popup-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  z-index: 1002;
}

/* When you mouse over the navigation links, change their color */
.popup-overlay a:hover, .popup-overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.popup-overlay .closebtn {
  position: absolute;
  top: 0;
  right: 50px;
  font-size: 60px;

}

.popup-btns{
  width: 100%;
  margin-top: -80px;
  z-index: 1005;
  text-align: center;
}



.popup-btns a.popup-btn {
  background: transparent;
  color: #F2C64D;
  border: 1px solid #F2C64D;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 9px 30px;
  cursor: pointer;
  margin: 0 20px;
}

.popup-btns a.popup-btn:hover {
  background: #F2C64D;
  color: #333 !important;
  border: 1px solid #F2C64D;
}

.popup-btns a.popup-btn:focus {
  outline: none;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .popup-overlay a {font-size: 20px}
  .popup-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (max-width:767px){

  .popup-overlay .closebtn {
    right: 10px;
  }

  .popup-btns{
    margin-top: 0;
  }

  .popup-btns a.popup-btn {
margin: 10px 0;
  }

  .testimonial_area .owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
  }
}

.youtube_area .embed-responsive{
  margin: 20px 0;
}

.youtube_area iframe {
  border: 1px solid #aaa;
  border-radius: 15px;
}

/* Otimizacoes de performance, acessibilidade e responsividade */
:root {
  --color-bg: #0f0f12;
  --color-text: #262626;
  --color-muted: #555;
  --color-accent: #F2C64D;
  --color-accent-dark: #9b2522;
  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: var(--color-muted);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--color-accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: -48px;
  left: 16px;
  z-index: 9999;
  background: var(--color-bg);
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  top: 12px;
  color: #fff;
}

.sr-only,
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.main-header-area.sticky {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.logo-img img {
  object-fit: contain;
}

.slider_area .single_slider {
  min-height: clamp(420px, 72vh, 760px);
  background-position: center;
}

.slider_area .slider_text h1,
.slider_area .slider_text h3 {
  line-height: 1.08;
  text-wrap: balance;
}

.section_title h3,
.bradcam_area h1,
.bradcam_area h3 {
  text-wrap: balance;
}

.button,
.genric-btn.primary-border,
.popup-btns a.popup-btn {
  min-height: 44px;
  border-radius: 4px;
}

.boxed-zap {
  display: inline-block;
  background: #1f9f52;
  color: #fff;
  padding: 13px 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
}

.boxed-zap:hover,
.boxed-zap:focus {
  background: #14743a;
  color: #fff;
}

.plans {
  row-gap: 24px;
}

.plan {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: var(--shadow-soft);
}

.plan .plan-name {
  letter-spacing: 0;
}

.plan-action {
  margin-top: auto;
}

.form-contact .form-control {
  min-height: 48px;
  border-color: #d8d8d8;
  color: var(--color-text);
}

.form-contact textarea.form-control {
  min-height: 140px;
}

.modal-dialog {
  max-width: 980px;
}

.modal-content {
  border-radius: 6px;
  overflow: hidden;
}

.WhatsappButton {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999;
  width: 72px;
  height: 72px;
}

.WhatsappButton img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.service-media-offset {
  margin-left: 50px;
}

.service-media-offset-small {
  margin-left: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.single-gallery-image {
  background-size: cover !important;
  background-position: center !important;
}

.youtube_area iframe {
  background: #000;
}

.contract-form-frame {
  width: 100%;
  border: 0;
}

.package-image {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.about-area-compact {
  padding-bottom: 10px;
}

.text-emphasis {
  font-size: 20px;
}

.is-hidden {
  display: none !important;
}

.video-section-spaced {
  margin-top: 150px;
}

@media (max-width: 991px) {
  .service-media-offset,
  .service-media-offset-small {
    margin-left: 0;
  }

  .modal-dialog.col-10 {
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
}

@media (max-width: 767px) {
  .slider_area .single_slider {
    min-height: 480px;
  }

  .slider_area .slider_text h3 {
    font-size: 38px;
  }

  .section-top-border {
    padding: 40px 0;
  }

  .popup-overlay-content img {
    width: 94%;
  }

  .WhatsappButton {
    width: 60px;
    height: 60px;
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
