html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.fa-phone {
  transform: rotate(90deg);
}

header {
  background: #33302e;
  padding: 0.5rem 0;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #eee;
}
header svg {
  color: #bf2c2b;
}

.navbar {
  background-color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #33302e;
  margin: 0 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .active {
  color: #bf2c2b;
}

main #intro #intro_bg1 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg1.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg2 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg2.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg3 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg3.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg4 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg4.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg5 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg5.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg6 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg6.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro #intro_bg7 {
  background: rgba(0, 0, 0, 0.5) url("../intro_bg7.jpg") no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
main #intro h1 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
}
main #intro .btn-1 {
  background: #bf2c2b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
}
main #jumbotron {
  background: rgba(51, 48, 46, 0.8) url("../jumbotron_bg.png") no-repeat center;
  background-size: cover;
}
main #jumbotron .btn-1 {
  background: #bf2c2b;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
}
main #home_about {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f6;
}
main #home_about h2 {
  color: #33302e;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
main #home_about h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px auto;
}
main #home_about .card {
  background-color: transparent;
  border: none;
}
main #home_about .card:hover {
  background-color: #fff;
}
main #home_about .card .icon-container {
  background-color: #33302e;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #home_about .card .icon-container svg {
  color: #fff;
  font-size: 20px;
}
main #home_about .card h5 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #33302e;
}
main #home_about .card p {
  font-size: 13px;
  color: #33302e;
}
main #home_services {
  background-color: #33302e;
}
main #home_services h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
main #home_services h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px auto;
}
main #home_services .card {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  height: 100%;
}
main #home_services .card img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15rem;
}
main #home_services .card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
main #home_services .card .card-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #33302e;
}
main #achievements {
  background: rgba(0, 0, 0, 0.25) url(../achievements_bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
main #achievements h2 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
main #achievements h2 svg {
  color: #bf2c2b;
}
main #achievements h3 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}
main #achievements span {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
main #clients h2 {
  color: #33302e;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}
main #clients h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px auto;
}
main #clients #clients-carousel .owl-stage {
  display: flex;
  align-items: center;
}
main #clients #clients-carousel .owl-stage .card {
  background-color: #fff;
  padding: 10px;
  border: none;
  display: flex;
  justify-content: center;
}
main #cta {
  background: rgba(0, 0, 0, 0.75) url(../cta_bg.jpg) no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  color: #fff;
}
main #cta h2 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
main #cta a {
  color: #fff;
}
main #cta .card {
  background: #33302e;
  border-radius: 5px;
  border: none;
  padding: 20px;
}
main #cta form .btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #bf2c2b;
  color: #fff;
  border: none;
  font-size: 16px;
}

footer {
  background-color: #33302e;
  color: #fff;
}
footer h5 {
  color: #fff;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #eee !important;
}
footer .nav-link {
  color: #fff;
}
footer .nav-link:hover {
  color: #eee !important;
}

#addresses {
  background: #eee;
}
#addresses .card {
  background: transparent;
  border: none;
}
#addresses .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#addresses .card .card-body h5 {
  font-weight: 700;
  color: #33302e;
  text-transform: uppercase;
}
#addresses .card .card-body p {
  font-size: 14px;
  color: #33302e;
}

#about_header {
  height: 250px;
  background: rgba(0, 0, 0, 0.5) url("../about_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#about_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#about_us {
  background-color: #f4f4f6;
}
#about_us p {
  text-align: justify;
  color: #33302e;
  font-size: 14px;
}
#about_us img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#whychooseus h2 {
  color: #33302e;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}
#whychooseus h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px 0;
}
#whychooseus .card {
  background-color: transparent;
  border: none;
}
#whychooseus .card .icon-container {
  background-color: #bf2c2b;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#whychooseus .card .icon-container svg {
  color: #fff;
  font-size: 20px;
}
#whychooseus .card h5 {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  color: #33302e;
}
#whychooseus .card h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px 0;
}
#whychooseus .card p {
  font-size: 13px;
  color: #33302e;
}

#vision_mission {
  background-color: #f4f4f6;
}
#vision_mission h2 {
  color: #33302e;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
}
#vision_mission h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px 0;
}
#vision_mission p {
  text-align: justify;
}

#services_header {
  height: 250px;
  background: rgba(0, 0, 0, 0.5) url("../services_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#services_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#services_page h2 {
  color: #33302e;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
#services_page h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 50px;
  background-color: #bf2c2b;
  margin: 10px 0;
}
#services_page .card {
  background-color: #bf2c2b;
  border-radius: 5px;
  border: none;
  height: 100%;
}
#services_page .card .card-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
#services_page .card p {
  color: #fff;
}
#services_page .card svg {
  margin-right: 10px;
}
#services_page .icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bf2c2b;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

#gallery_header {
  height: 250px;
  background: rgba(0, 0, 0, 0.5) url("../gallery_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#gallery_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#gallery_images .card {
  height: 100%;
}
#gallery_images .card h5 {
  text-align: center;
  font-weight: 600;
}
#gallery_images img {
  height: 250px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact_header {
  height: 250px;
  background: url("../contact_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#contact_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#contact_form h3 {
  font-weight: 700;
  color: #33302e;
  text-transform: uppercase;
}
#contact_form .card {
  background-color: #f4f4f6;
  border: 2px solid #bf2c2b;
  border-radius: 5px;
  height: 100%;
}
#contact_form .card .card-body {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#contact_form .card .card-body h5 {
  font-weight: 700;
  color: #33302e;
  text-transform: uppercase;
}
#contact_form .card .card-body a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
#contact_form form input,
#contact_form form textarea {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  background-color: #f5f5f5;
}
#contact_form form .btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #33302e;
  color: #fff;
  border: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  /* Rules for smartphones only */
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
    color: #33302e;
  }
  #intro {
    height: auto !important;
  }
  #intro h4 {
    font-size: 30px !important;
  }
  #intro h1 {
    font-size: 30px !important;
  }
  #intro .btn-1 {
    padding: 8px;
    font-size: 14px;
  }
  #vision img,
  #mission img {
    padding: 5px;
  }
  #about_header,
  #services_header,
  #gallery_header,
  #contact_header {
    height: auto !important;
  }
}
#whatsappbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  padding-top: 4px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#whatsappbtn a {
  color: #fff;
}

#callbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 40px;
  padding-top: 4px;
  background-color: #bf2c2b;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#callbtn a {
  color: #fff;
}

@keyframes sonarAnimation {
  0% {
    box-shadow: 0 0 0 rgba(191, 43, 43, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* Rules for larger desktop screens only */
  header a {
    font-size: 13px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 12px;
  }
}