.campaign-aboutus-content.new p {
  color: #606060;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 20px;
}

ul.gallery-menu.dakshan-gallery li {
  color: #e2a750;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 30px;
  text-transform: capitalize;
  transition: 0.3s;
  font-weight: 600;
  border: 2px solid #e2a750;
  border-radius: 50px;
  margin: 0px 20px;
}

.project-single.text-center.current-value {
  border-radius: 50%;
  border: 2px solid #e2a750;
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #000000c4;
}

.bg-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000000;
  opacity: 0.6;
  z-index: 1;
}

.header-social-icon {
  background-color: #e2a750;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #e2a750;
  color: black;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.header-social-icon:hover {
  background-color: black;
  border-color: #e2a750;
  color: #e2a750;
  transform: scale(1.1);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}


@media only screen and (max-width: 600px) {
    ul.gallery-menu.dakshan-gallery li {
        color: #e2a750;
        cursor: pointer;
        font-size: 15px;
        padding: 5px 23px;
        text-transform: capitalize;
        transition: 0.3s;
        font-weight: 600;
        border: 2px solid #e2a750;
        border-radius: 50px;
        margin: 0px 10px;
        margin-top: 5px;
}

img.dhakshan-img {
    width: 150px !important;
}
    
}