
		.link-hover-style-1 {
			color: #f2f2f2 !important;
		}

		.list li {
			line-height: 14px !important;
		}
		.about-section{
			background-color: #fcfcfc !important;
		}

		
.contact {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 92px;
	/*display:none;*/
    z-index: 21000;
    animation:up-down 2s infinite;
}
@keyframes up-down{

	0%{
		transform:translateY(0)
	}
50%{
	transform:translateY(20px)
}
100%{
	transform:translateY(0)
	}
}
@keyframes sonar-effect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #d31f26}
100%{box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #d31f26;transform:scale(1.5);opacity:0}}
.footer-logo {
	border: 5px solid #B77B57;
	border-radius:15px;
	padding:5px;
}

.contact img {
    width:40px;
    border-radius: 50%;
	margin: 5px;
}
.contact-whatsapp {
	width: 50px;
	position: fixed;
	bottom: 130px;
	left: 15px;
	z-index: 9999;
	display: inline-block;
	animation: up-down 1s infinite;
}