/* Only for demo purposes. */
body {
	font-family: "Fira Sans", sans-serif;
	/* background-color:#808080; */
	/* margin: 40px 0; */
}
/* Start Gallery CSS */
.thumb {
	margin-bottom: 15px;
}
.thumb:last-child {
	margin-bottom: 0;
}
/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */
.thumb 
figure img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumb 
figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.h-whatsapp {
                width: 56px;
                    height: 56px;
                    background: #2db742;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
                    -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
                    -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
                    position: fixed;
                    bottom: 65px;
                    padding: 13px;
                    left: 14px;
                    z-index: 99;
                }
.custom {
                    width: 56px;
                    height: 56px;
                    /* background: #2db742; */
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    position: fixed;
                    bottom: 15px;
                    left: 4px;
                    padding: 13px;
                    z-index: 99;
                }