body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}

.f-20, .f-20-black {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0%;
}
@media (max-width: 768px) {
  .f-20, .f-20-black {
    margin-bottom: 0%;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .f-20, .f-20-black {
    line-height: 22px;
  }
}

.f-20-black {
  color: #000;
}

.heading, .service .heading {
  font-weight: 600;
  font-size: 35px;
}
@media (max-width: 768px) {
  .heading, .service .heading {
    font-size: 24px;
    margin-bottom: 0%;
  }
}

.content {
  margin-bottom: 0%;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .content {
    font-size: 14px;
    margin-bottom: 0%;
  }
}

.sub-heading {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sub-heading {
    font-size: 20px;
    margin-bottom: 0%;
  }
}

.red-bg {
  background-color: #DE3333;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.bg-gray {
  background-color: #EFEFEF;
  padding: 50px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bg-gray {
    padding: 20px;
  }
}

.btn-link {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
}
.btn-link:hover {
  text-decoration: underline;
}

.padding {
  padding: 50px;
}
@media (max-width: 768px) {
  .padding {
    padding: 25px;
  }
}

.home-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  background-image: url("../images/home_our_excellence 1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}
@media (min-width: 991px) and (max-width: 1400px) {
  .home-banner {
    height: 80vh;
  }
}
@media (max-width: 991px) {
  .home-banner {
    height: 100dvh;
  }
}
@media (max-width: 576px) {
  .home-banner {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
}
@media (max-width: 399px) {
  .home-banner {
     padding-block: 400px;
     min-height: 100svh;
     min-height: 100vh;  
    box-sizing: border-box;
  }
}

.home-banner .container {
    
  position: relative;
  z-index: 999;
  color: #fff !important;
}
@media (max-width: 576px) {
  .home-banner .container {
    padding-block: 60px !important;
  }
}
.home-banner .container ul li {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .home-banner .container ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
.home-banner .container form .card {
  border: 5px solid #fff;
  padding-block: 15px;
  padding-inline: 15px;
  background-image: url(../images/banner-form.png);
  background-position: left center;
  background-size: cover;
  max-height: auto;
  min-height: auto;
  width: auto;
}
@media (max-width: 991px) {
  .home-banner .container form .card {
    padding-block: 10px;
  }
}
@media (max-width: 576px) {
  .home-banner .container form .card {
    padding-block: 5px;
    padding-inline: 5px;
  }
}
.home-banner .container form .card .card-body {
  color: #000;
}
.home-banner .container form .card .card-body p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}
.home-banner .container .f-20, .home-banner .container .f-20-black {
  font-weight: 600;
}

.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Change from 90% */
  height: 100%;
  background: url(../images/banner.png) center/cover no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 1200px) {
  .overlay::after {
    width: 100%;
  }
}

.service {
  background-color: #DE3333;
}
.service .heading {
  font-size: 33px;
}
@media (max-width: 768px) {
  .service .heading {
    font-size: 24px;
    margin-bottom: 0%;
  }
}
.service .card {
  min-height: 100%;
}

.service .card .content{
margin-bottom: 10px;
}

.accordion-button:focus {
   z-index: 3;
   border-color: transparent !important;
   box-shadow: 0 0 0 .25rem transparent !important;
}

.welcome-sec-img, .welcome-sec-img-new {
  width: 100%;
  height: 100%;
  background-image: url(../images/Restaurants.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
}
.welcome-sec-img img, .welcome-sec-img-new img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-sec-img-new {
  background-image: url(../images/our-work.jpg);
}

.restaurants ul li {
  line-height: 40px;
}

.fqs .accordion {
  text-align: left;
  font-weight: 500;
}
.fqs .accordion .accordion-item {
  margin-bottom: 10px !important;
  border-radius: 0% !important;
  border: none !important;
  box-shadow: 0 0.2rem 0.75rem 0 rgba(76, 75, 79, 0.12) !important;
}
.fqs .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/chevron-down.svg") !important;
  background-size: 25px;
}
.fqs .accordion .accordion-item .accordion-button {
  background-color: #DE3333 !important;
  color: #fff;
  font-weight: 500;
  border-radius: 0% !important;
}
.fqs .accordion .accordion-item .accordion-button::after {
  background-image: url("../images/chevron-down.svg") !important;
  background-size: 25px;
}

/*.submit-btn {*/
/*  font-family: "Raleway", Sans-serif;*/
/*  font-weight: 700;*/
/*  background-color: #de3333;*/
/*  color: #fff;*/
/*  padding: 16px 24px 16px 24px !important;*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 1px !important;*/
  /* background-image: url(../images/button_next_aerrow.png); */
/*  background-repeat: no-repeat;*/
/*  background-position: calc(100% - 19px) center;*/
/*}*/

.contact .row .contact-form {
  padding: 0%;
}
@media (max-width: 991px) {
  .contact .row .contact-form {
    display: none;
  }
}
.contact .row .contact-form img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .row form .form-control {
  border-radius: 0%;
}/*# sourceMappingURL=style.css.map */