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

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 1080px;
  width: 95%;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

.button {
  background-color: #222222;
  color: #fff !important;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 1px 1px 5px #000;
  transition: 0.2s;
}

.button:hover{
  background-color: #fff;
  color: #222222 !important;
  font-weight: 500;
  box-shadow: 1px 1px 5px #000;
}

.navbar {
  background-color: #9f433c !important;
  display: flex;
  flex-wrap: wrap;
}
.navbar .nav-link {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.navbar .callus {
  background-color: #c4625f;
  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: #9f433c;
}
.navbar span {
  color: #ffffff;
}
/* .navbar span .button {
  background-color: #c4625f;
  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: auto;
  min-height: 460px;
  max-height: 700px;
  object-fit: cover;
  object-position: center;
}
#myCarousel .carousel-caption {
  background-color: rgba(16, 6, 6, 0.7);
}
/* #myCarousel .carousel-caption .button {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  color: #c4625f;
} */


/* Badges */  
.badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.badge-holder {
  background: #222222;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  max-width: 170px;
  padding: 5px 5px 20px 5px;
  margin: 20px 15px 30px;
  border-radius: 8px;
  position: relative;
  text-shadow: 0px 15px 15px rgb(0 0 0 / 4%);
  font-family: 'Nunito', sans-serif;
}

.badge-holder:hover {
  box-shadow: 0px 0px 8px 0px #fcfffc99;
}

p.badge-content {
  color: #fcfffc;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px !important;
}

.badge-holder img {
  width: 50%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.badge-title {
  background: #9f433c;
  font-size: 15px;
  width: 85%;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
  z-index: 10;
}

.badge-title span {
  font-size: 15px;
}

@media (max-width: 600px) {
  .badge-title {
    width: 90%;
    top: 100%;
    transform: translateY(-50%);
  }
  .badge-title span {
    font-size: 14px;
  }
}


.about-section {
  padding: 4rem 1.2rem;
}
.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: #9f433c;
  margin-top: 1.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* .about-section a {
  background-color: #c4625f;
  color: #ffffff;
  border: 2px solid transparent;
  padding: 0.712rem 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
} */

.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;
}
.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: #c4625f;
  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 {
  width: 50%;
  border: 4px solid transparent;
}

@media screen and (min-width: 781px) {
  .gallery-section img {
    width: 25%;
  }
}

.gallery-section img:hover {
  border: 4px solid #9f433c;
}

.features {
  padding: 4rem 1.2rem;
  background-color: #c4625f;
  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;
}
.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: #9f433c;
  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: #9f433c;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0;
}
.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 */
/* 
.header-call-button{
  color:#fff;
} */





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


/* Gallery */
.gallery-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #222222;
  margin-top: 0;
  text-align: center;
}

.gallery-section {
  padding: 64px 0;
}

.lp-gallery {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 0 auto;
}

.lp-gallery a {
width: 47.5vw;
height: 47.5vw;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
}

.lp-gallery a img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
padding: 5px;
}


@media (min-width: 981px) {
.lp-gallery a {
  width: calc(95vw/3);
  max-width: 360px;
  height: calc(95vw/3);
  max-height: 360px;
}
}
/* END Gallery */