.slick-slider,

.Modern-Slider .item .img-fill{
  min-height: 700px;
      width: auto;
}
.Modern-Slider .item .img-fill img{
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1382px) {
  .search-box{
    padding-right: 0!important;
    padding-left: 0!important;
  }
}
.Modern-Slider .slider-link{
    display: block;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:768px) {
  .entry-profile-info .profile-title{
    line-height: 25px;
  }
}


a.org-service-link {
    background-color: #f2f2f2;
    color: #333;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 3px 7px;
    text-decoration: none;
    transition: all 300ms ease-in;
    display:inline-block;
}

a.org-service-link:hover {
    background-color: #a6f6ff;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    margin: 3px 7px;
    text-decoration: none;

}
