 .sidebar001 ul.services-list{margin-bottom:20px;}
.sidebar001 ul.services-list li a {
  display: block; 
  padding: 16px 18px;
  transition: all .5s ease;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #101010;
  margin-bottom: 15px;
}
.sidebar001 ul.services-list li a:before {
  content: "\f061";
  position: absolute;
  right: 12px;
  top: 16px;
font-family: fontAwesome;
  color: #1c1b1b;
}
.sidebar001 ul.services-list li a:hover,
.sidebar001 ul.services-list li a.active { 
  color: #ffffff;
  border-radius: 5px;
}
.sidebar001 ul.services-list li a:hover:before,
.sidebar001 ul.services-list li a.active:before {
  color: #ffffff;
}



.sidebar001 .address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
  margin-bottom: 20px;
}
.sidebar001 .address-item .address-icon i {
  text-align: center;
  color: #074b3e;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}
.sidebar001 .address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #ffffff;
}

 
.sidebar001 .serviceadd{
  background: #074b3e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 53px;
  margin:20px 0;
}
.sidebar001 .serviceadd .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.sidebar001 .serviceadd .contact a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
 