/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
 * {
  margin: 0px;
  padding: 0px;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  font-weight: 500;
  border: 0px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #de4303;
  text-decoration: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}
h1 {
  font-weight: 600;
}
h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.2;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 25px;
  -webkit-transition: color 0.2s;
}
.navbar-expand-lg .navbar-nav .nav-link.contact-btn {
  background: #fc5814;
  color: #fff;
  border-radius: 50px;
}
.mission-bg img {
  width: 100%;
  height: auto;
}
.navbar-brand img {
  width: 280px;
}
.home-img {
  height: 650px;
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  background-size: cover;
}
.home-img:before {
  content: "";
  background: rgb(252, 88, 20);
  background: linear-gradient(
    90deg,
    rgba(252, 88, 20, 0.4) 0%,
    rgba(252, 88, 20, 0) 30%
  );
  position: absolute;
  width: 100%;
  height: 650px;
}

.home-img .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 999;
}
.home-img .caption h1 {
  font-size: 55px;
  line-height: 1.2em;
  /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
     color: #fff; */
}
.home-img .caption p {
  width: 56%;
  font-size: 18px;
  line-height: 1.5em;
  /* color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3); */
}
.service-area {
  /* //background: linear-gradient(107.15deg, #FC5814 0%, #DE4303 100%); */
  background: #fc5814 url(../images/bg.png) repeat;
  padding: 80px 0px;
  color: #fff;
}
.service-area .service-header {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.offset-lg-1 h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
p.call {
  /* background: url(../images/call.png) left no-repeat;
  padding-left: 39px; */
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
p.located{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 10px;
}
.service-grid {
  text-align: center;
}
.service-grid img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.service-grid p {
  font-size: 15px;
}
.service-grid h4 {
  margin-top: 15px;
  font-size: 24px;
}
.mission-area {
  padding: 60px 0px;
}
.mission-header {
  margin-bottom: 20px;
}
.mission-header h2 {
  color: #fc5814;
}
.mission-bg {
  position: relative;
  margin-bottom: 20px;
}
.mission-area {
  position: relative;
}
.mission-area::before {
  content: "";
  position: absolute;
  background: #df4403;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  opacity: 0.15;
}
.mission-area::after {
  content: "";
  position: absolute;
  background: url(../images/bh.png) right no-repeat;
  top: 0;
  right: 0;
  width: 100%;
  height: 373px;
  z-index: 1;
}
.mission-header {
  z-index: 99;
  position: relative;
}
.mission-bg ul {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 100px;
  align-items: center;
  padding: 0px;
  justify-content: center;
}

.mission-bg ul li {
  list-style: none;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 29px;
  line-height: 1em;
}

.opening-hour {
margin-bottom: 20px;
}
.opening-hour h3 > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.opening-hour h3 {
  /* text-align: center; */
  font-size: 35px;
}
p.location {
  /* background: url(../images/location.png) left no-repeat;
  padding-left: 39px; */
  line-height: 1.2;
  font-size: 18px;
}
.footer {
  background: #0f131a;
  padding: 40px 0px;
  color: #fff;
  margin-top: 80px;
}

.footer p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
}

.social-media-icons {
  margin: 0px;
  padding: 0px;
  float: right;
}

.social-media-icons li {
  list-style: none;
  float: left;
  padding: 0px 8px;
  font-size: 14px;
  font-weight: 300;
}
.footer {
  position: relative;
}
.footer .row {
  z-index: 9;
}
.footer::after {
  content: "";
  position: absolute;
  background: url(../images/bh.png) right no-repeat;
  top: 0;
  right: 0;
  width: 191px;
  height: 100%;
  z-index: 1;
  background-size: contain;
  left: 0;
  margin: 0 auto;
}
.bj-color {
  color: #fc5814;
}
.bj-color:hover {
  text-decoration: underline !important;
}

@media (min-width: 770px) and (max-width: 1280px) {
  .mission-bg ul {
    gap: 80px;
  }
  .mission-bg ul li {
    font-size: 21px;
  }
  .service-area .service-header {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .opening-hour {
    border-right: 0;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
  }
  .social-media-icons {
    margin: 0px;
    padding: 0px;
    float: none;
    text-align: center;
    margin: 5px 0px;
  }
  .social-media-icons li {
    display: inline-block;
    float: none;
  }
  .footer p {
    text-align: center;
  }
  .service-grid {
    margin-bottom: 30px;
  }
  .service-area .service-header {
    width: 100%;
  }
  .home-img {
    background-position: right;
  }
  .home-img .caption h1 {
    font-size: 37px;
  }
  .home-img .caption p {
    width: 95%;
  }
  .service-area {
    padding: 40px 0px;
  }
  .mission-bg ul {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0px;
    display: inline-block;
  }
  .mission-bg ul li {
    padding: 26px 15px 0px 15px;
    color: #000;
    font-size: 21px;
    text-align: left;
    width: 45%;
    float: left;
  }
  .mission-bg {
    position: relative;
    margin-bottom: 60px;
  }
  .mission-area::before {
    height: 340px;
  }
  .navbar-brand img {
    width: 226px;
  }
  .navbar-toggler {
    background-color: #fc5814;
    border-radius: 0px;
    border: 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.contact-btn {
    text-align: center;
  }
  .home-img {
    height: 550px;
  }
  .home-img:before {
    height: 550px;
    background: linear-gradient(
      90deg,
      rgba(252, 88, 20, 0.5) 0%,
      rgba(252, 88, 20, 0) 80%
    );
  }
}

@media (max-width: 449px) {
  .mission-bg ul li {
    font-size: 18px;
    padding: 26px 10px 0px 10px;
  }
}
