#mainNav .navbar-brand img,
#mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img{
    height: 2em;
}

.privacy-policy-nav,
.terms-of-use-nav{
    background-color: #212529!important;
}

section#privacy-policy,
section#terms-of-use{
    padding-top: 10rem;
}

img.client{
    filter: grayscale(100%);
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3{
    line-height: 1.75;
}

header.masthead .masthead-heading{
    font-size: 3.5em;
}

#services{
    background-color: #f3f3f3;
}

header.masthead {
    height: 100vh;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover{
    background: rgb(0 0 0 / 50%);
}

.timeline > li .timeline-image{
    border-radius: initial;
}

.contact-form-hide{
    display: none;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

a.btn-whatsapp-pulse:hover{
    color: #FFF;
    background: #199b4a;
}
@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
