.is-fixed .main-bar {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.header-nav .nav > li > a {
  padding: 25px 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.site-button:hover {
  background-color: #280c46;
}

.site-button.white:hover {
  background-color: #208755;
  color: #ffffff;
}

.dez-box {
  background-color: #ffffff;
}

.dez-box .dez-info.text-center p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dez-social-icon.dez-border li a {
  background-color: #208755;
  border: 1px solid #208755;
  color: #ffffff;
}
.dez-social-icon.dez-border li a:hover {
  background-color: #ffffff;
  border: 1px solid #208755;
  color: #208755;
}

.services_area .blog-md .dez-post-media {
  width: auto;
  float: unset;
  margin-right: auto;
}

.services_area .blog-md .dez-post-media a {
  display: block;
}

footer .widget_getintuch i {
  background-color: #208755;
  border: 1px solid #208755;
  color: #ffffff;
}

.footer-bottom {
  background-color: #280c46;
  padding: 15px 0;
  font-size: 13px;
}

.footer-line:after {
  display: none;
}

button.scroltop {
  background: #208755;
  border-color: #208755;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  outline: unset;
}

.sticky_buttons {
  position: fixed;
  top: 35%;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
  z-index: 9999;
}

.whatsapp_block {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 111;
  background-color: #25d366;
  border: 2px solid #25d366;
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
  animation: pulse 5s infinite ease-in;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.whatsapp_block:hover {
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
