.featured-imagebox-country.style1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
  text-align: center;
  overflow: visible;
  padding: 7px;margin-bottom: 20px;
  box-shadow: 0 0 9px 0 rgba(29, 33, 67, 0.10);
}
.featured-imagebox-country.style1:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.featured-imagebox {
  margin: 15px 0;
}
.featured-imagebox, .featured-imagebox .featured-thumbnail {
  position: relative;
  overflow: hidden;
}
.featured-imagebox-country.style1 .featured-content {
  position: relative;
  text-align: center;
  padding: 37px 12px 23px;
  text-align: center;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block {
  transform: translateY(-65px);
  margin-bottom: -50px;
  transition: all .4s;
}
.featured-imagebox-country.style1 .featured-content-icon_img-block img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 0 0px 10px 0 rgba(18, 29, 39, 0.16);
} 
.featured-imagebox-country .theme-btn { 
  padding: 6px 6px 6px 24px;
  border-radius: 55px;
  line-height: 1; 
  margin-top: 10px;
}
.featured-imagebox-country .theme-btn i {
  width: 36px;
  height: 36px;
  line-height: 37px; 
  margin-left: 10px; 
}