@charset "UTF-8";

*,
html,
body {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}
.fa-search {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.fa-bars,
.fa-search,
.fa-close {
  font-size: 28px;
}
body {
  overflow-x: hidden !important;
}

.content-box {
  margin: 60px 0px 0px 0px;
}
.bg-light {
  background-color: white !important;
}

.navbar {
  padding: 8px 0px;
  transition: all 0.5s ease-in;
}
.navbar-brand {
  color: white !important;
  font-weight: bold;
}

.navbar-nav li a {
  color: black !important;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.5s ease-in-out;
}

.navbar-nav li a:hover {
  color: deepskyblue !important;
}

.navbar-toggler {
  border: 0px !important;
  background-color: transparent !important;
  outline: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
  color: black !important;
}
.home-bg {
  background-image: url(../images/banner.png);
  width: 100%;
  height: 77vh;
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-content-box-outer {
  display: table;
  width: 100%;
  height: 77vh;
  min-height: 400px;
}

.home-content-box-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.banner {
  margin-top: 84px;
}
.hero-heading {
  color: white;
}
.hero-heading h2 {
  font-size: 70px;
  margin: 0px;
}
.hero-heading p {
  font-size: 17px;
  font-weight: 500;
  margin: 0px;
}
.section-two-text-outer {
  display: table;
  width: 100%;
  min-height: 358px;
}
.section-two-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.section-two-image-inner {
  text-align: right;
}
.section-two-text p {
  font-size: 17px;
  margin-top: 20px;
}
.mac-book {
  margin-top: 30px;
}

.pizza-bg {
  background-color: #f1260e;

  padding: 200px 0px 50px 0px;
}
.pizza-content-box {
  margin-top: -157px;
}
.pizza-content-title {
  color: white;
}
.section-four-text-outer {
  display: table;
  width: 100%;
  min-height: 420px;
}
.section-four-text-inner {
  display: table-cell;
  vertical-align: middle;
}
.section-four-text {
  color: white;
}
.mgt {
  margin-top: 60px;
}
.box-style {
  box-shadow: 0px 0px 10px 0px #f8f8f8;
  width: 270px;
  padding: 50px 0px;
  text-align: center;
  margin: 0px 0px 0px auto !important;
  border: 1px solid #009245;
  border-radius: 25px;
}
.box-style p {
  margin: 0px;
  color: #009245;
  font-size: 17px;
  font-weight: 500;
}
.box-style h2 {
  margin-top: 10px;
  color: #f1260e;
}
.box-stylee {
  box-shadow: 0px 0px 10px 0px #f8f8f8;
  width: 270px;
  padding: 50px 0px;
  text-align: center;
  margin: 0px auto 0px 0px !important;
  border: 1px solid #009245;
  border-radius: 25px;
}
.box-stylee p {
  margin: 0px;
  color: #009245;
  font-size: 17px;
  font-weight: 500;
}
.box-stylee h2 {
  margin-top: 10px;
  color: #f1260e;
}
.six-bg {
  background-image: url(../images/offert.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 102px 0px;
  position: relative;
}
.offert-text {
  color: white;
}
.offert-image {
  position: absolute;
  top: -215px;
  left: 20%;
}
.six-content-box {
  margin-top: 230px;
}
.footer-bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 125px 0px 60px 0px;
}
.footer-content-box {
  margin-top: 200px;
}
.phone-icon,
.number,
.location-icon,
.location {
  display: inline-block;
  vertical-align: top;
}
.number,
.location {
  margin-left: 20px;
}
