.gradient-edge-top.color {
  background: linear-gradient(
    180deg,
    rgba(188, 213, 52, 1) 0%,
    rgba(188, 213, 52, 0) 100%
  );
}

.gradient-edge-bottom.color {
  background: linear-gradient(
    0deg,
    rgba(188, 213, 52, 1) 0%,
    rgba(188, 213, 52, 0) 100%
  );
}

.gradient-edge-start.color {
  background: linear-gradient(
    90deg,
    rgba(188, 213, 52, 1) 0%,
    rgba(188, 213, 52, 0) 100%
  );
}

.gradient-edge-end.color {
  background: linear-gradient(
    90deg,
    rgba(188, 213, 52, 0) 0%,
    rgba(188, 213, 52, 1) 100%
  );
}


.de__pcard .atr__extra-menu{
	bottom: 30px;
}

.atr__images img {
    padding: 0px;
}

footer .widget a:hover{
	color: #fff;
}













