.footer li {
color: #154153;
}

.footer li:hover {
color: #ff735e;
}

@media (min-width: 769px) {
  .custom-block:hover {
  	z-index: 5;
  	}
  
    .custom-block  .ba-grid-column{
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .custom-block:hover  .ba-grid-column:hover{
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1;
    }
}
/* customer block animation hover with shadow */

.home-li li{
color: #154153;
}
.i-love-shima:hover .content-text h3{
 color: #fff !important;
}
.i-love-shima:hover .content-text p{
 color: #fff;
}

.home-left-text {
background-color:#0e2b5c;
  padding-left: 200px;
  padding-right: 00px;
}

@media screen and (max-width: 600px) {
  .body {
    width: 390px;
  }