/* 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: 16px;
  background-color: #ffffff;
  color: #222222;
  font-size: 16px;
}

html {
  scroll-padding-top: 80px;
}

a {
  cursor: pointer !important;
}


p,h1,h2,h3,h4,h5,h6{
  padding: 0 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .navbar.fixed-top {
    transition: top 0.3s;
  }

  .hidden-navbar {
    top: -100%;
  }
}

.button {
  background-color: #111111;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #111111;
}

.navbar {
  background-color: #111111!important;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 10px #000000;
  /* padding: 1rem; */
}

.navbar .brand{
  color:#fff;
  text-decoration: #fff;
  font-weight: 700;
  font-size: 25px;
}

.navbar .nav-link {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

@media (max-width:1000px){
  .navbar .brand{
    width: 100%;
    text-align: center;
  }
}

@media (max-width:767px){
  .navbar .brand{
    width: 80%;
    text-align: none;
    text-wrap: wrap;
    line-height: 1.2;
  }
}

.navbar .callus {
  background-color: #111111;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #000000;
  font-size: 0.8125rem;
  font-weight: 600;
}

.navbar .callus:hover {
  border: 2px solid #e58b7b;
  background-color: #e58b7b;
  color: #111111;
}

.navbar span {
  color: #ffffff;
}

.navbar span .button {
  background-color: #111111;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  background-color: #ffffff;
  color: #222222;
  text-decoration: none;
}

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

#myCarousel {
  text-align: center;
}

#myCarousel img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;

}
@media (max-width: 557.9px) {
  h1 {
    font-size: 25px !important;
  }
}
#myCarousel .carousel-caption {
  background-color: rgba(16, 6, 6, 0.7);
  padding: 2rem;
  right: 9% !important;
  left: 9% !important;
}

#myCarousel .carousel-caption p {
  line-height: 1.2;
}

#myCarousel .carousel-caption p a {
  font-weight: 700;
  color: #fff;
}
.slider-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    gap: 10px;
}

@media (min-width: 600px) {
  .slider-buttons {
    flex-direction: row;
  }
}
#myCarousel .carousel-caption .button {
  background-color: #111111;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #111111;
}

.about-section {
  padding: 4rem 1.2rem;
  background-color: #f1f1f1;
}

.about-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #222222;
  margin-top: 0;
  padding-bottom: 10px !important;
}

.about-section h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #111111;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-section a {
  background-color: #111111;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}

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

.about-section img {
  box-shadow: 5px 5px 15px #000;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

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

.service-section h2 {
  font-size: 2.875rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.2rem;
  color: #000000;
  margin-bottom: 1.875rem;
  text-align: center;
  padding-bottom: 10px !important;
}

.service-section p {
  text-align: center;
  padding-bottom: 10px !important;
}

.service-section .service-item {
  position: relative;
  padding: 20px;
  background-color: #f1f1f1;
  color: #000000;
}

.service-section .service-item .icon {
  width: 70px;
  height: 70px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
  background-color: #ffffff;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}

.service-section .service-item .icon::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  z-index: 1;
  bottom: -8px;
  left: 8px;
  transition: 0.3s;
}

.service-section .service-item .icon i {
  color: #111111;
  font-size: 30px;
  z-index: 2;
  position: relative;
}

.service-section .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}



.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: 219px;
  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: #111111;
  color: #ffffff;
}

.features img {
  box-shadow: 5px 5px 15px #000;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width:768px){
  .features img {
    margin-top: 40px;
  }
}

.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 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: #111111;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.testimonials p {
  text-align: justify;
}

.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;
}

.contact-section {
  text-align: center;
  padding: 64px 19.2px;
  background-color: #f1f1f1;
}

.contact-section p {
  text-align: justify;
  font-size: 20px;
  line-height: 1.5;
}

.footer {
  background-color: #111111;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer p {
  margin: 0 4rem !important;
}


.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;
}

/*# 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;
  }
}


.nav-buttons .button:first-of-type {
  margin-right: 10px;
}

/* .slider-buttons .button:first-of-type {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .slider-buttons .button:first-of-type {
    margin-bottom: 0px;
    margin-right: 10px;
  }
} */

@media (min-width: 767.9px) and (max-width: 1199.9px) {
  .navbar > div {
    flex-direction: column;
    padding: 10px 0;
  }
  .collapse.navbar-collapse {
    margin: 15px 0;
  }
}




a {
  text-decoration: none;
  color: initial;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
.button-2 {
        font-size: 16px;
    border: 1px solid #111;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}