/* Colors */

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");

body {

  font-family: "Raleway", sans-serif;

  margin: 0;

  padding: 0;

  line-height: 150%;

  background-color: #ffffff;

  color: #222222;

  font-size: 0.875rem;

}

h1 {
  font-size: 35px;
  /* This is your default h1 size for desktop */
}

/* Add this inside your CSS file */
@media (max-width: 768px) {

  /* Adjust the max-width as needed for your design */
  .navbar.fixed-top {
    transition: top 0.3s;
  }

  .hidden-navbar {
    top: -100%;
    /* Adjust this value to match the height of your navbar */
  }

  h1 {
    font-size: 15px !important;
  }

  #first {
    font-size: 12px;
  }
}



.button {
  background-color: #fdd71d;
  color: #183160;
  font-weight: 700 !important;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.button:hover{
  background-color: #cdbd70;
  color: #183160;
}

.navbar {
  background-color: #183160 !important;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 20px 5px #fff;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .navbar h5 {
    width: 100%;
    text-align: center;
  }
}

.navbar .nav-link {

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

  text-transform: uppercase;

  color: #ffffff;

}

.navbar .callus {

  background-color: #183160;

  color: #ffffff;

  border: 2px solid transparent;

  padding: 0.712em 0.7em;

  text-transform: uppercase;

  text-decoration: none;

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

}

.navbar .callus:hover {

  border: 2px solid #183160;

  background-color: #183160;

  color: #183160;

}

.navbar span {

  color: #ffffff;

}
/* 
.navbar .button {

  color: #ffffff;

  border: 2px solid transparent;

  padding: 0.712em 0.7em;

  text-transform: uppercase;

  text-decoration: none;

  font-size: calc(0.5em + 0.5vw);

  font-weight: 600;

  background-color: #ffffff;

  color: #222222;

  text-decoration: none;

} */

.navbar span .button:hover {
  background-color: #ffffff;
  color: #183160;
}



#myCarousel {

  text-align: center;
}

#myCarousel img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
  object-position: top left;
  max-height: 700px;
}

#myCarousel .carousel-caption {

  background-color: rgb(24 49 96 / 85%);

  padding: 20px;
}

#myCarousel .carousel-caption .button {
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}



.about-section {

  padding: 4rem 1.2rem;

}

.about-section p {
  text-align: justify;
}

.about-section h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #222222;

  margin-top: 0;

}

.about-section h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #183160;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

/* .about-section a {

  background-color: #183160;

  color: #ffffff;

  border: 2px solid transparent;

  padding: 0.712rem 1.1rem;

  text-transform: uppercase;

  text-decoration: none;

} */



.services-section {

  padding: 4rem 1.2rem;

  background-color: #183160;

  color: #ffffff;

}

.services-section h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 0;

  text-align: center;

}

.services-section h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.services-section .card {

  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;

  background-color: #ffffff;

  text-align: center;

  padding: 20px !important;

  margin-bottom: 1.2rem;

}

.services-section .card:hover {
  box-shadow: 0px 0px 10px 2px #ffffff;
}

.services-section .card .icon {

  border-radius: 50%;

  background-color: #183160;

  color: #ffffff;

  padding: 0.5rem;

  margin: auto;

  margin-bottom: 1.8rem;

  width: 100px;

  height: 100px;

  font-size: 3.75rem;

  line-height: 5rem;

}



.gallery-section {
  padding: 4rem 0;
}

.gallery-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  text-align: center;
}

.gallery-section img {
  height: 300px;
  width: 100%;
  border: 4px solid transparent;
  object-fit: cover;
  object-position: center;
  transition: .2s;
}

.gallery-section img:hover {
  box-shadow: 0 0 5px 5px #000000;
  z-index: 1;
}

@media (max-width:600px) {
  .gallery-section img:hover {
    box-shadow: 0 0 5px 5px #000000;
    position: relative;
    left: 50%;
    right: unset;
  }

  .gallery-section img.right:hover {
    left: unset;
    right: 50%;
  }
}




.features {

  padding: 4rem 1.2rem;

  background-color: #183160;

  color: #ffffff;

}

.features h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 0;

}

.features h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #ffffff;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.features .list-item {

  margin: 1.875rem 0;

  padding: 0;

  list-style: none;

}

.features .list-item li {

  display: block;

  margin: 1rem 0;

  list-style: none;

  font-size: 1rem;

  text-align: justify;
}

.features .list-item li span {

  padding-right: 0.625rem;

}

.features .list-item li span i {

  font-size: 1.2rem;

}



.testimonials {

  text-align: center;

  padding: 4rem 1.2rem;

}

.testimonials p {
  text-align: justify;
}

.testimonials h2 {

  font-size: 2rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #222222;

  margin-top: 0;

  text-align: center;

}

.testimonials h5 {

  font-size: 1rem;

  font-weight: 700;

  margin: 0;

  margin-bottom: 1.2rem;

  color: #183160;

  margin-top: 1.2rem;

  margin-bottom: 0;

  text-transform: uppercase;

}

.testimonials .carousel-control-prev-icon {

  background-image: none;

  color: #222222;

}

.testimonials .carousel-control-next-icon {

  background-image: none;

  color: #222222;

}

.testimonials .carousel-control-next {

  position: inherit;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0;

  color: #fff;

  text-align: center;

  background: 0 0;

  border: 0;

  opacity: 0.5;

  transition: opacity 0.15s ease;

}

.testimonials .carousel-control-prev {

  position: inherit;

  top: 0;

  bottom: 0;

  z-index: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  width: auto;

  padding: 0;

  color: #fff;

  text-align: center;

  background: 0 0;

  border: 0;

  opacity: 0.5;

  transition: opacity 0.15s ease;

}



.footer {

  background-color: #183160;

  color: #ffffff;

  text-align: center;

  padding: 2rem 0;

}

#footer-content {
  padding: 0 16px !important;
  margin: 0px;
}

.footer .social-icons {

  margin: 0;

  padding: 0;

  text-align: center;

}

.footer .social-icons li {

  margin: 0 0.5rem;

  padding: 0;

  list-style: none;

  display: inline-block;

}

.footer .social-icons li a {

  color: #ffffff;

  font-size: 2rem;

}



@media (max-width: 630px) {

  .carousel-caption {

    position: absolute;

    right: 5%;

    bottom: 0.5rem;

    left: 5%;

    padding-top: 1rem;

    padding-bottom: 1rem;

  }

  .carousel-caption h1 {

    font-size: 18px;

  }

  .carousel-caption p.pb-4,
  .carousel-caption p.pt-4 {

    padding: 0px !important;

  }

}

@media (max-width: 420px) {

  .carousel-caption h1 {

    font-size: 14px;

    font-weight: 600;

  }

  .carousel-caption p {

    font-size: 12px;

  }

}

/*# sourceMappingURL=main.css.map */



#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999;
      cursor: pointer;
      bottom: 10px;
      display: inline-block;
      background-color: #81d742;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
  }

  #callnowbutton a img {
      height: 2em;
  }
}