﻿span.border-bottom-footer::after {
	left: 0 !important;
	margin-left: 0 !important;
	opacity: 0.5 !important;
	height: 5px !important;
	width: 162px !important;
	border-radius: 100px !important;
}

.border-bottom-footer.border-bottom-footer-1 {
	display: block !important;
	width: 162px;
}

.border-bottom-footer.border-bottom-footer-1::before {
	position: absolute;
	left: 0;
	right: 9px;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: #349150;
	animation: go-left-right 5s infinite alternate;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	top: -4px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.about-service-area p {
	font-size: 17px;
}

.seo-page-heading h3 {
	font-size: 34px !important;
}

.section-heading h3 {
	font-size: 34px !important;
}


@media (max-width: 767px){
.section-heading h3 {
    font-size: 26px !important;}
}