html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.fa-phone {
  transform: rotate(90deg);
}

header {
  background: #1b2b4f;
  padding: 1rem 0 0;
  height: 50px;
  font-weight: bold;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #eee;
}

.navbar {
  background-color: #fff;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #1b2b4f;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #299ad2;
}
.navbar .navbar-nav .nav-item .active {
  color: #299ad2;
}

.payment_btn {
  background: #299ad2 !important;
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 5px !important;
  font-weight: bold !important;
}
.payment_btn:hover {
  background: #1b2b4f !important;
}

main #intro #intro_bg1 {
  background: url("../intro_bg1.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 60vh;
  border-radius: 0 0 50px 50px;
}
main #intro #intro_bg2 {
  background: url("../intro_bg2.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 60vh;
  border-radius: 0 0 50px 50px;
}
main #intro #intro_bg3 {
  background: url("../intro_bg3.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 60vh;
  border-radius: 0 0 50px 50px;
}
main #intro #intro_bg4 {
  background: url("../intro_bg4.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 60vh;
  border-radius: 0 0 50px 50px;
}
main #intro h4 {
  font-weight: 800;
  color: #299ad2;
  font-size: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
main #intro h1 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
main #intro .btn-1 {
  background: #299ad2;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
}
main #home_about {
  display: flex;
  justify-content: center;
  align-items: center;
}
main #home_about h2 {
  color: #299ad2;
  font-weight: 700;
  text-transform: uppercase;
}
main #home_about p {
  text-align: justify;
}
main #home_about svg {
  color: #299ad2;
}
main #home_about img {
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 100%;
}
main #home_services {
  background: url("../services_bg.jpg") no-repeat fixed;
  background-size: cover;
}
main #home_services h2 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
main #home_services p {
  text-align: center;
  color: #fff;
}
main #home_services a {
  text-decoration: none;
}
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: 500;
  text-align: center;
  color: #1b2b4f;
}
main #cta {
  background-color: #eee;
  display: flex;
  justify-content: center;
  color: #1b2b4f;
}
main #cta h2 {
  font-weight: 700;
  color: #1b2b4f;
  text-transform: uppercase;
}
main #cta a {
  color: #000;
}
main #cta .card {
  background: #1b2b4f;
  border-radius: 5px;
  border: none;
  padding: 20px;
}
main #cta form .btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #fff;
  color: #1b2b4f;
  border: none;
  font-size: 16px;
}

footer {
  background-color: #1b2b4f;
  color: #fff;
}
footer h5 {
  color: #fff;
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #299ad2 !important;
}
footer .nav-link {
  color: #fff;
}
footer .nav-link:hover {
  color: #299ad2 !important;
}

#about_header {
  height: 60vh;
  background: url("../about_header.jpg") no-repeat bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 0 50px 50px;
}
#about_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#about_us p {
  text-align: justify;
}
#about_us img {
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 100%;
}

#vision_mission {
  background: url("../services_bg.jpg") no-repeat fixed;
  background-size: cover;
}
#vision_mission #vision .card,
#vision_mission #mission .card {
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#vision_mission #vision h3,
#vision_mission #mission h3 {
  color: #fff;
}
#vision_mission #vision p,
#vision_mission #mission p {
  text-align: justify;
  color: #fff;
}
#vision_mission #vision img,
#vision_mission #mission img {
  width: 100%;
  background-color: #eee;
  border-radius: 5px;
  padding: 10px;
}

#services_header {
  height: 60vh;
  background: url("../services_header.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 0 50px 50px;
}
#services_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#services_page .card {
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#services_page .card .card-title {
  color: #1b2b4f;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
#services_page .card .card-text {
  text-align: justify;
}
#services_page .card img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

#gallery_header {
  height: 60vh;
  background: url("../gallery_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 0 50px 50px;
}
#gallery_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#gallery_images img {
  height: 300px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

#contact_header {
  height: 60vh;
  background: url("../contact_header.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0 0 50px 50px;
}
#contact_header h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#contact_form h3 {
  font-weight: 700;
  color: #299ad2;
  text-transform: uppercase;
}
#contact_form .card {
  background-color: #f4f4f6;
  border: 2px solid #299ad2;
  border-radius: 20px;
  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: #299ad2;
  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: #299ad2;
  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: #1b2b4f;
  }
  #intro {
    height: auto !important;
  }
  #intro .btn-2 {
    padding: 8px;
    font-size: 14px;
  }
  #vision img,
  #mission img {
    padding: 5px;
  }
  #about_header,
  #services_header,
  #products_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: #299ad2;
  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(27, 43, 79, 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;
  }
}