/* Home page specific styles */
a, a:link, a:visited, a:hover, a:active { text-decoration: none !important; }
a.sec-home .card-body img { -webkit-filter: grayscale(0); filter: grayscale(0); }
a.sec-home:hover .card-body h4 { color: red; }
a.sec-home:hover .card-body img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.unslider-nav { display: none; }

.home-banner-slider { height: 420px; }
.home-banner-img { width: 90%; }
