.sirpi-icon {
  width: 90px;
}

.sirpi-icon-boxcontainer {
  background: #8bccc9;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 20px;
  cursor: pointer;
}

.sirpi-icon-boxcontainer a {
  font-size: 20px;
}

.sirpi-icon-boxcontainer:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

a.text-hover-primary {
  font-size: 18px;
}

.footer-box .footer-minititle {
  color: #a57221;
  font-weight: bold;
}

.footer-box span.email {
  color: #a57221;
    font-size: 19px;
    font-weight: bold;

}

.footer-box .h5.text-white.ordenery-font.my-2 {
  color:#a57221 !important;
}

.color-whitw {
  color: #a57221 !important;
}

.color-gold {
  color: #a57221 !important;
}


/*add*/




@media screen and (max-width: 500.98px) {
  img.nav-logo {
    width: 288px;
    background: #ffffff00;
    padding: 0px;
    border-radius: 20px;
  }

  #scroll {
    position: fixed;
    right: 30px;
    bottom: 69px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    display: none;
  }

  .owl-nav-secondary.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }

  .owl-nav-secondary.owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
}
