.menu_sticky {
  position: sticky;
  color: black;
  z-index: 1000;
  position: -webkit-sticky;
  top: 0;
  background-color: white;
}
.menu_sticky ul li a {
  color: #34588D !important;
  font-weight: 200;
}

.logoStyle {
  width: 258px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.burgetMenu {
  color: #34588D !important;
}

.logoSection {
  padding-top: 1rem !important;
}

.embed-responsive {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000; /* Optional: ensures background color */
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-close {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 24px;
  color: black;
  cursor: pointer;
  z-index: 1055; /* Ensure it stays above the modal content */
}

.spanBold {
  font-weight: 400;
}

.sectionAboutUs {
  padding-top: 10rem !important;
}

.aboutMoreContent {
  display: none;
}

.justifyText {
  text-align: justify;
}

.serviceBox {
  padding-left: 1rem;
  padding-right: 1rem;
}

.socialIcons {
  display: inline-block;
  flex-direction: row;
  justify-content: space-between;
}

.contactSection {
  display: flex;
  justify-content: center;
  background-color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contactForm {
  justify-content: center !important;
  display: flex !important;
  background-color: #efefef;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.contactHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  border: none;
  font-size: 16px;
  height: 45px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-bottom: 1px solid #43434d;
  border-radius: 0;
}

.formSubmitButton {
  display: flex;
  justify-content: center;
}

.masonry-grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.masonry-item {
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1rem;
}

.masonry-item img,
.masonry-item video {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.overlay div {
  display: none;
}

.masonry-item:hover .overlay {
  opacity: 1;
}/*# sourceMappingURL=custom.css.map */