.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

.header-content h1 span {
  font-size: 23px;
}


ul.intro-list li:before,
ul.list li:before {
  color: #ffbe4a;
}

.text-main-color {
  color: #8e7953;
}

/*
.why-us-card{
    border-radius: 10px;
} */
.about-img img,
.why-us-card img {
  border-radius: 10px;
}

.why-us-content {
  padding: 25px 35px;
  text-align: center;
}

@media all and (max-width: 767px) {

  #special .section-headline h2,
  #license-number .section-headline h2 {
    font-size: 30px;
  }

  .why-us-content {
    padding-top: 0;
  }
}

#services {
  background-image: linear-gradient(rgba(39, 31, 20, 0.8), rgb(39, 31, 20)), url('../img/os-desktop-bg-image.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#recent-work {
  padding-top: 30px;
  padding-bottom: 150px;
}

.gg-bt {
  background: rgb(255 255 255 / 72%);
}

.gg-prev,
.gg-nxt {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.gallery_wrapper {
  margin-top: 25px;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}

ul.gallery li {
  width: 100%;
  /* float: left; */
  position: relative;
  overflow: hidden;
  /* margin: 4px; */
}

ul.gallery-group {
  gap: 15px !important;
  /* margin-top: 50px; */
}

ul.gallery-group li {
  width: 32.5%;
  /* float: left; */
  position: relative;
  overflow: hidden;
  /* margin: 4px; */
}

@media all and (max-width:767px) {
  ul.gallery-group li {
    width: 100%;
  }
}

ul.gallery li a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f002";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  font-size: 25px;
  background: rgba(137, 204, 37, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
}

.fancybox-image,
.fancybox-spaceball {
  height: 95%;
}

h3.gallery-title {
  font-size: 24px;
  line-height: 1;
}

.gallery-title span {
  font-size: 17px;
  color: rgb(97 97 97);
  margin-bottom: 5px;
  line-height: 1;
}

ul.gallery li a:hover:before {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  border: 2px solid #e8d5ba;
}

ul.gallery li img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 510px;
  object-fit: cover;
}

ul.gallery li a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}


#services h2 {
  font-size: 33px;
}

@media (min-width: 992px) {
  #projects .section-headline h2 {
    font-size: 2.375rem !important;
  }
}


#quote {
  background-image: linear-gradient(rgba(39, 31, 20, 0.5), rgb(39, 31, 20, 0.5)), url('../img/fbwc-desk-image.webp');
  background-size: cover;
  background-position: center;
}