body {
  font-size: 1rem;
  color: #272f31;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}

li,
p {
  font-size: 16px;
  color: #272f31;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arapey", serif;
}

.m__tb {
  margin-top: 5%;
  margin-bottom: 5%;
}
.m__tb--t {
  margin-top: 5%;
}
.m__tb--b {
  margin-bottom: 5%;
}

.p__tb {
  padding-top: 5%;
  padding-bottom: 5%;
}
.p__tb--t {
  padding-top: 5%;
}
.p__tb--b {
  padding-bottom: 5%;
}

.l__container {
  width: 95%;
  margin: 0 auto;
  max-width: 1440px;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  margin-bottom: 2rem;
  text-align: center;
}
.section__title span,
.section__title h2,
.section__title h1 {
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  color: #272f31;
  margin-bottom: 0;
}
.section__title .shape-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.section__title .shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: #e1702c;
  display: block;
}

.l__button {
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.625rem 1.5rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: normal;
  transition: all 0.5s ease;
  text-decoration: none;
}
.l__button--border {
  border-color: #e1702c;
  color: #e1702c;
}
.l__button--border:hover {
  background-color: #e1702c;
  color: #ffffff;
}
.l__button--primary {
  color: #ffffff;
  background-color: #d13536;
  border-color: #d13536;
}
.l__button--primary:hover {
  background-color: #ffffff;
  color: #d13536;
}
.l__button--btnColor {
  color: #ffffff;
  background-color: #190E0E;
  border-color: #190E0E;
}
.l__button--btnColor:hover {
  background-color: #ffffff;
  color: #190E0E;
}
.l__button--transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 3.125rem;
  color: #ffffff;
}
.l__button--transparent:hover {
  background-color: #ffffff;
  color: #d13536;
}

.filter__head,
.contact__content--bottom ul,
.about__menu ul,
.footer__menu ul,
.social__icon {
  padding: 0;
  margin: 0;
}
.filter__head li,
.contact__content--bottom ul li,
.about__menu ul li,
.footer__menu ul li,
.social__icon li {
  list-style: none;
}

.social__icon {
  gap: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.social__icon li {
  text-align: center;
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  color: #272f31;
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #d13536 !important;
}
.owl-nav button span {
  display: none;
}
.owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -1.5625rem;
  transform: translateY(-50%);
}
.owl-nav button.owl-prev::before {
  font: var(--fa-font-solid);
  content: "\f053";
  color: #ffffff;
}
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: -1.5625rem;
}
.owl-nav button.owl-next::before {
  font: var(--fa-font-solid);
  content: "\f054";
  color: #ffffff;
}
.owl-dots button span {
  width: 1.875rem !important;
}
.owl-dots button.active span {
  background-color: #d13536 !important;
}

.page__banner {
  background: url(../images/page-banner.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page__banner::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.page__banner--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.page__banner--content p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.page__banner--breadcrumb .breadcrumb {
  margin-bottom: 0 !important;
  justify-content: center;
  align-items: center;
}
.page__banner--breadcrumb .breadcrumb-item {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}
.page__banner--breadcrumb .breadcrumb-item::before {
  color: #ffffff;
}
.page__banner--breadcrumb .breadcrumb-item a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.modal-load .modal-body {
  position: relative;
  height: 31.25rem;
}
.modal-load .modal-body button {
  height: 1.875rem;
  width: 1.875rem;
  background-color: #e1702c;
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  opacity: 1;
}
.modal-load .modal-body img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.header .navbar {
  padding: 0;
}
.header .navbar__custom {
  background-color: #272f31 !important;
}
.header .navbar-nav {
  background: #272f31 !important;
}
.header .navbar-nav li {
  margin-right: 18px;
}
.header .navbar-nav li:last-child {
  margin-right: 0;
}
.header .navbar-nav li a {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 33px 20px;
}
.header .navbar .social__icon {
  position: relative;
  padding: 33px 20px;
}
.header .navbar .social__icon li a {
  color: #ffffff;
}
.header .navbar .logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.header .navbar-brand {
  margin-right: 0 !important;
  display: block;
}
.header .navbar-toggler {
  background-color: #ffffff;
  margin: 20px;
}
#myHeader.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3019607843);
  transition: all 0.5s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.banner__carousel .carousel-control-next, .banner__carousel .carousel-control-prev {
  display: none;
}
.banner__carousel--item {
  position: relative;
}
.banner__carousel--item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__carousel--img {
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.banner__carousel--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.banner__carousel--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.banner__carousel--content .b_one {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.banner__carousel--content .shape-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 10px 0;
}
.banner__carousel--content .shape-area .shape {
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg);
  margin: 0 6px;
  background: #e1702c;
  display: block;
}
.banner__carousel--content .title-banner {
  margin-top: 20px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  font-size: 49px;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about__content {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
.about__img {
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-top: 32px;
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.menu {
  position: relative;
  background-color: #f8f8f8;
}
.menu::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/menu-page-left-bg.png);
  background-position: left, right !important;
  background-repeat: repeat-y !important;
  position: absolute;
  top: 0;
  left: 0;
}
.menu::after {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/menu-page-left-bg.png);
  background-repeat: repeat-y !important;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.menu__list--img {
  height: 480px;
  width: 100%;
  overflow: hidden;
}
.menu__list--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.menu__list--item {
  overflow-y: auto;
  padding-right: 16px;
}
.menu__list--item .menu-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  transition: all 0.4s;
  padding: 15px 0;
}
.menu__list--item .menu-wrapper .content h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.menu__list--item .menu-wrapper .content p {
  text-transform: capitalize;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
}
.menu__list--item .menu-wrapper .price-tag {
  background-color: #ffffff;
  padding: 5px 22px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
  box-shadow: 0 0 25px -12px rgba(17, 17, 17, 0.1607843137);
}
.menu__section .menu {
  background: #f7f7f7;
  padding-inline: 50px;
}
.menu__section .menu-wrapper {
  border-bottom: 1px solid #dddddd;
}
.menu__section .menu::before, .menu__section .menu::after {
  display: none;
}
.menu__index {
  position: relative;
  z-index: 1;
}
.menu__index .menu__list--item {
  height: auto;
}
.menu__index .menu__list--item .menu-wrapper {
  border-bottom: 1px dotted #272f31;
}
.menu__index .menu__list--item .menu-wrapper:last-child {
  border-bottom: none;
}
.menu__title {
  text-transform: capitalize;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.menu .l__button {
  position: relative;
  z-index: 1;
}

.gallery__card {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.gallery__card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.gallery__card img:hover {
  transform: scale(1.1);
}
.gallery__nav {
  border: none;
  justify-content: center;
  align-items: center;
}
.gallery__nav button {
  text-transform: capitalize;
  color: #272f31;
  font-weight: 600;
  font-size: 16px;
}
.gallery__nav button:hover, .gallery__nav button.active {
  color: #d13536 !important;
  border: none !important;
  border-color: none !important;
  background-color: #ffffff !important;
}

.testimonial__card {
  background: #f8f8f8;
  padding: 80px 120px;
}
.testimonial__card--content p {
  font-size: 26px;
  font-weight: 400;
}
.testimonial__card--content p:last-child {
  margin-bottom: 0;
}
.testimonial__card--content::before {
  font: var(--fa-font-solid);
  content: "\f10d";
  color: #c4c4c4;
  font-size: 80px;
  position: absolute;
  top: 35px;
  left: 35px;
}
.testimonial__card--content::after {
  font: var(--fa-font-solid);
  content: "\f10e";
  color: #c4c4c4;
  font-size: 80px;
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.testimonial__card--aurthor {
  border-top: 1px solid #e1e1e1;
  padding-top: 25px;
  margin-top: 60px;
}
.testimonial__card--aurthor .sub-title {
  font-weight: 600;
  color: #d13536;
  margin-bottom: 0;
}

.blog__card--img {
  position: relative;
  height: 450px;
  width: 100%;
  overflow: hidden;
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.blog__card--img::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px solid #ffffff;
  right: 20px;
  top: 20px;
  transition: all 0.4s;
}
.blog__card--badge {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  background-color: #d13536;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 85px;
  height: 85px;
  text-transform: uppercase;
  padding: 3px;
  line-height: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  display: block;
}
.blog__card--badge .date {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}
.blog__card--content a {
  text-decoration: none;
  color: #272f31;
}
.blog__card--content h3 {
  font-size: 26px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 10px;
}
.blog__card:hover .blog__card--img:after {
  visibility: hidden;
  opacity: 0;
}
.blog__card:hover img {
  transform: scale(1.1);
}
.blog__card:hover h3 {
  color: #d13536;
}
.blog__dtl img {
  object-fit: contain;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
.blog__dtl .meta {
  border: 1px solid #ececec;
  padding: 10px;
  margin-top: 20px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__dtl .meta-share span, .blog__dtl .meta-date span {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #918888;
}
.blog__dtl .meta-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}
.blog__dtl .meta-share ul {
  margin: 0;
  padding: 0;
  gap: 15px;
}
.blog__dtl .meta-share ul li {
  list-style: none;
}
.blog__dtl .meta-share ul li a {
  line-height: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
}
.blog__dtl .meta-share ul li a.facebook {
  background-color: #3b5998;
}
.blog__dtl .meta-share ul li a.twitter {
  background-color: #1da1f2;
}
.blog__dtl aside {
  position: sticky;
  top: 100px;
}
.blog__dtl .articles {
  background-color: #f5f5f5;
  padding: 1.125rem;
}
.blog__dtl .articles article {
  background-color: #ffffff;
  padding: 1rem;
}
.blog__dtl .articles article img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.625rem;
}
.blog__dtl .articles article a {
  text-decoration: none;
  color: #272f31;
}
.blog__dtl .articles article h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__dtl ol li {
  line-height: 2.5;
  font-weight: 500;
}

.reversation {
  background-image: url("https://cdn.pixabay.com/photo/2024/11/04/13/56/sushi-9173840_1280.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.reversation::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.reversation .section__title {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-inline: auto;
}
.reversation .section__title p,
.reversation .section__title h2 {
  color: #ffffff;
}
.reversation .form {
  max-width: 900px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.reversation .form-control {
  padding: 15px 20px 15px 25px;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
}

.tab {
  background-color: #f8f8f8;
}
.tab__buttons {
  padding: 0;
  margin: 0;
  border-right: 2px solid #ebebeb;
  height: 100%;
}
.tab__buttons--btn {
  list-style: none;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
}
.tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.tab__buttons--btn::before {
  content: "";
  height: 100%;
  width: 2px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: auto;
  right: -2px;
  border-right: 4px solid transparent;
}
.tab__buttons--btn.active::before {
  border-color: #272f31;
}
.tab__buttons--btn:hover {
  color: #d13536;
}
.tab__contents--text {
  display: none;
}
.tab__contents--text.active {
  display: block;
}

.chef {
  background-color: #f8f8f8;
}
.chef .section__title {
  text-align: start;
}
.chef .section__title .shape-area {
  justify-content: start;
}
.chef__img {
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #efefef;
}
.chef__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
}

.footer {
  background-color: #f8f8f8;
  color: #272f31;
}
.footer__img {
  margin-bottom: 20px;
}
.footer__img img {
  height: 70px;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.footer__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.9375rem;
  position: relative;
  padding-left: 40px;
}
.footer__title::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  line-height: 10px;
  transform: rotate(45deg) translateY(-50%);
  margin: 0 6px;
  background: #e1702c;
  display: block;
  left: 0;
  top: 50%;
}
.footer__desc p {
  font-size: 1rem;
  font-weight: 400;
  color: #272f31;
  text-align: justify;
  margin-bottom: 0;
}
.footer__desc--logo {
  margin-bottom: 1.25rem;
  display: block;
  text-align: center;
}
.footer__menu {
  padding-left: 40px;
}
.footer__menu ul {
  padding-left: 40px;
}
.footer__menu ul li {
  margin-bottom: 0.625rem;
  list-style: none;
}
.footer__menu ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #272f31 !important;
  display: block;
  text-decoration: none;
}
.footer__menu ul li a i {
  font-size: 0.875rem;
  margin-right: 1rem;
}
.footer__menu ul li a:hover {
  color: #e1702c !important;
}
.footer__menu ul li a strong {
  font-weight: 500;
}
.footer__menu ul li:last-child {
  margin-bottom: 0;
}
.footer__menu--contact ul {
  padding-left: 40px;
}
.footer__menu--contact ul li {
  position: relative;
  padding-left: 30px;
  color: #272f31;
}
.footer__menu--contact ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}
.footer__menu--contact ul li .social__icon {
  padding-left: 0;
  justify-content: flex-start;
}
.footer__menu--contact ul li .social__icon li {
  margin-right: 0;
  margin-bottom: 0;
}
.footer__menu--contact ul li .social__icon li a i {
  color: #272f31;
}
.footer .social {
  border-top: 1px solid #030202;
  margin-top: 3.125rem;
  padding: 1.875rem 0;
}
.footer .social__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.footer .social__icon li a {
  background-color: transparent;
  color: #272f31;
}
.footer .social__icon li a i {
  color: #272f31;
}
.footer .social__icon li a:hover i {
  color: #e1702c;
}
.footer .copyright {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #272f31;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .copyright img {
  height: 1.5625rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
}
.footer .copyright p {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #272f31;
  margin-bottom: 0;
}
.footer .copyright ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright ul li a {
  color: #272f31;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .copyright ul li a:hover {
  color: #e1702c;
}
.footer .whatsapp {
  position: fixed;
  bottom: 30px;
  right: 3%;
  z-index: 1;
  background-color: #25d366;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer .whatsapp i {
  color: #ffffff;
  font-size: 2rem;
}

.about__dtl--img {
  height: 500px;
  width: 100%;
  overflow: hidden;
}
.about__dtl--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.about__dtl .content p:last-child {
  margin-bottom: 0;
}

.service .row > div {
  margin-bottom: 25px;
}
.service__card {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 60px 50px 50px;
  margin: 0 10px;
  overflow: hidden;
  z-index: 3;
  border: 1px solid #e9e9e9;
}
.service__card::before {
  content: "";
  width: 95%;
  height: 90%;
  background: #fcefe7;
  position: absolute;
  left: 50%;
  top: -60%;
  transform: translateX(-50%);
  border-radius: 50%;
  transition: all 0.6s;
  z-index: -1;
}
.service__card--icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  background: #fff;
  margin: 0 auto 15px auto;
  border-radius: 100%;
  box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.02);
}
.service__card--icon img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  transition: all 0.5s ease;
}
.service__card--content h2 a {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  color: #272f31;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card--content p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service__card:hover::before {
  background-color: #d13536;
}

.contact__content h2 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact__content .desc {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact__content--bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-top: 50px;
}
.contact__content--bottom .address {
  width: 50%;
}
.contact__content--bottom .address ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 5px;
}
.contact__content--bottom .address ul li a {
  color: #272f31;
  text-decoration: none;
}
.contact__content--bottom .address ul li a:hover {
  color: #e1702c;
}
.contact__form .form__group {
  margin-bottom: 16px;
}
.contact__form .form-control {
  padding: 15px 20px 15px 25px;
  border-radius: 0px;
  border: 1px solid #e8e8e8;
}

.map iframe {
  height: 400px;
  width: 100%;
}

@media (max-width: 1100px) {
  .testimonial__card {
    padding: 70px 100px;
  }
  .testimonial__card--content p {
    font-size: 20px;
  }
  .testimonial__card--content::before, .testimonial__card--content::after {
    font-size: 45px;
  }
  .service__card {
    padding: 25px;
  }
  .menu__section .menu {
    padding-inline: 35px;
  }
  .menu__list--item .menu-wrapper .content h4 {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .m__tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .m__tb--t {
    margin-top: 10%;
  }
  .m__tb--b {
    margin-bottom: 10%;
  }
  .p__tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p__tb--t {
    padding-top: 10%;
  }
  .p__tb--b {
    padding-bottom: 10%;
  }
  .section__title h1,
  .section__title h2,
  .section__title span {
    font-size: 30px;
  }
  .section__title .shape-area {
    margin: 20px 0;
  }
  .about__menu {
    margin-top: 30px;
  }
  .about__menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .filter__body .menu__card--img {
    height: 250px;
  }
  .testimonial__card {
    padding: 60px 40px;
  }
  .testimonial__card--content p {
    font-size: 22px;
  }
  .testimonial__card--content::before {
    top: 0;
  }
  .testimonial__card--content::after {
    bottom: 0;
  }
  .blog__card--img {
    height: 350px;
  }
  .service .row {
    justify-content: center;
    align-items: center;
  }
  .menu__section .menu {
    padding-inline: 25px;
  }
}
@media (max-width: 823px) {
  .header .navbar-nav li a {
    padding: 20px 0;
  }
  .header .navbar .btn-close {
    background-color: #e1702c;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .m__tb {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .m__tb--t {
    margin-top: 10%;
  }
  .m__tb--b {
    margin-bottom: 10%;
  }
  .p__tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .p__tb--t {
    padding-top: 10%;
  }
  .p__tb--b {
    padding-bottom: 10%;
  }
  .section__title span,
  .section__title h2,
  .section__title h1 {
    font-size: 30px;
  }
  .page__banner {
    height: 160px;
  }
  .page__banner--content p {
    margin-bottom: 5px;
  }
  .banner__carousel--img {
    height: 500px;
  }
  .banner__carousel .title-banner {
    font-size: 30px;
    line-height: 45px;
  }
  .about__content {
    padding: 40px 0;
  }
  .about__menu ul {
    columns: 1;
  }
  .about__dtl--img {
    height: auto;
  }
  .about__dtl--img img {
    height: auto;
  }
  .filter__head li {
    margin: 0;
    text-align: left;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .filter__head li .l__button--transparent {
    border-radius: 5px;
    padding: 10px 12px;
  }
  .testimonial__card {
    padding: 20px;
  }
  .testimonial__card--content p {
    font-size: 20px;
  }
  .testimonial__card--content::before, .testimonial__card--content::after {
    display: none;
  }
  .blog__card--img {
    height: 300px;
  }
  .footer__menu {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .footer .copyright {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .contact__content--bottom {
    flex-direction: column;
  }
  .tab__buttons {
    border-right: none;
    margin-bottom: 25px;
  }
  .tab__buttons--btn {
    padding-left: 18px;
    border-bottom: 1px solid #ebebeb;
  }
  .tab__buttons--btn.active {
    border-left: 4px solid #272f31;
  }
  .tab__buttons--btn.active::before {
    border-right: none;
  }
  .menu__section .menu {
    padding-inline: 18px;
  }
  .menu__list--item .menu-wrapper .content h4 {
    font-size: 18px;
  }
  .menu__list--item .menu-wrapper .content p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
