header {
  margin: 0px;
}
@media (max-width: 576px) {
  header {
    display: none;
  }
}

.hero-section-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/images/img-1.jpg"), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;
  overflow: hidden;
}
.hero-section-container header {
  margin-top: -8px;
  margin-right: -40px;
}
@media (min-width: 576px) {
  .hero-section-container header {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero-section-container header {
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: none;
  }
  .hero-section-container header img {
    opacity: 0;
  }
  .hero-section-container header #navbarNav {
    padding: 1em;
    background-color: #262C3A;
  }
}
.hero-section-container .top-links {
  position: absolute;
  top: 10px;
  display: flex;
  gap: 1em;
}
@media (min-width: 576px) {
  .hero-section-container .top-links {
    display: none;
  }
}
.hero-section-container .top-links a {
  font-size: 1rem;
  color: #fff;
}
.hero-section-container .hero-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 576px) {
  .hero-section-container .hero-section h2 {
    font-size: 2rem;
  }
}
.hero-section-container .hero-section h2 span {
  font-weight: 300;
}

.button-row {
  gap: 2em;
  flex-wrap: wrap;
}
@media (max-width: 940px) {
  .button-row {
    justify-content: center !important;
  }
}
.button-row button {
  display: flex;
  padding: 0.9375rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background: transparent;
  color: #E8BF3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  border: 1px solid #E8BF3F;
  transition: all 0.3s ease-out;
}
.button-row button img {
  width: 1.2rem;
  height: 1.2rem;
}
.button-row button.active {
  display: flex;
  padding: 0.8375rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background: #E8BF3F;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}
.button-row button:hover {
  transform: scale(1.05);
}

.description-container {
  background-color: #FAFAFA;
}
@media (max-width: 576px) {
  .description-container {
    text-align: center;
  }
}
.description-container .description .heading {
  width: 100%;
}
@media (max-width: 576px) {
  .description-container .description .heading {
    margin-bottom: 2em;
  }
}
.description-container .description .heading h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.description-container .description .heading h1 span {
  color: #E8BF3F;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 576px) {
  .description-container .description .heading h1 {
    font-size: 2rem;
  }
  .description-container .description .heading h1 span {
    font-size: 2rem;
  }
}
.description-container .description .content {
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  text-align: left;
  gap: 2em;
}
@media (max-width: 576px) {
  .description-container .description .content {
    text-align: center;
    margin: 0em 0em;
  }
}
.description-container .description .content .cot {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.description-container .description .content .cot h5 {
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
}
.description-container .description .content .cot h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.description-container .description .content .cot h2 span {
  font-weight: 300;
}
@media (max-width: 576px) {
  .description-container .description .content .cot h2 {
    font-size: 2rem;
  }
}
.description-container .description .content .cot p {
  font-size: 1rem;
}

.images-slider-container {
  background-color: #FAFAFA;
  padding-bottom: 2em;
}
.images-slider-container .heading {
  width: 100%;
  gap: 1.6em;
  margin-bottom: 2em;
}
.images-slider-container .heading h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.images-slider-container .heading h2 span {
  font-weight: 300;
}
@media (max-width: 576px) {
  .images-slider-container .heading h2 {
    font-size: 2rem;
  }
}
.images-slider-container .heading p {
  max-width: 50%;
}
.images-slider-container .heading .button-row {
  gap: 2em;
  flex-wrap: wrap;
}
@media (max-width: 940px) {
  .images-slider-container .heading .button-row {
    justify-content: center !important;
  }
}
.images-slider-container .heading .button-row button {
  display: flex;
  padding: 0.9375rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background: transparent;
  color: #E8BF3F;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  border: 1px solid #E8BF3F;
  transition: all 0.3s ease-out;
}
.images-slider-container .heading .button-row button.active {
  display: flex;
  padding: 0.9375rem 1.875rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  background: #E8BF3F;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}
.images-slider-container .heading .button-row button:hover {
  color: #000;
  background-color: #E8BF3F;
}
.images-slider-container .images-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
.images-slider-container .images-slider img {
  display: block;
  width: 355px;
  height: 260px;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  animation: fadeIn 0.5s ease-in-out;
}
@media (max-width: 576px) {
  .images-slider-container .images-slider img {
    width: 250px;
    height: 160px;
  }
}

.owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-services .heading {
  position: relative;
  margin: 0px !important;
}
.our-services .heading h5 {
  color: #4D4D4D;
  font-family: inherit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.our-services .heading h2 {
  margin: 0;
  color: #000;
  font-family: inherit;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .our-services .heading h2 {
    font-size: 1.5rem;
  }
}
.our-services .heading h2 span {
  font-weight: 300;
}
@media (max-width: 960px) {
  .our-services .heading h2 {
    margin-top: 0.4em;
  }
}
.our-services .heading hr {
  position: absolute;
  top: -20px;
  left: 0;
  width: 0.3125rem;
  height: 5.625rem;
  background: #D21D00;
  opacity: 100%;
}
.our-services img {
  width: 30rem;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 760px) {
  .our-services img {
    width: 18.5rem;
    height: 15rem;
  }
}
.our-services img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.our-services button {
  display: flex;
  width: 12.0625rem;
  height: 3.9375rem;
  padding: 0.8125rem 0.9375rem 0.875rem 0.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background-color: #D21D00;
  color: #FFF;
  text-align: center;
  font-family: inherit;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-out;
}
.our-services button:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=services.css.map */