a.navbar-brand img {
    background: #fff;
    padding: 5px;
}

a.navbar-brand-second img {
    /* background: #fff; */
    padding: 5px;
}


.single-footer-widget img {
    padding: 5px;
    background: #fff;
}
.contact-info-single {
    min-height: 255px;
}
.product__row {
    border: 5px solid #1245a8;
    padding: 10px;
    margin-bottom: 25px;
    /* border-radius: 20px; */

}

.product-txt h3{
    font-size: 35px;
}

.product-txt h3::after {
    display: inline-block;
    content: "";
    border-top: .2rem solid #db001b;
    width: 3rem;
    margin: 0 .5rem;
}


.product-img img {
    /* border-radius: 20px; */
	height: 300px;
	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(245, 6, 6, 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;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.page-title-area.bg-about{
    background-image: url(../images/pages-bg/about-bg-1.jpg);
}
.page-title-area.contact-bg{
    background-image: url(../images/pages-bg/contact-bg.jpg);
}
.page-title-area.gallery-bg{
    background-image: url(../images/pages-bg/gallery-bg.jpg);
}
.page-title-area.product-bg{
    background-image: url(../images/pages-bg/product-bg.jpg);
}

