/*!
Theme Name: TopscoreWP
Theme URI: http://topscoresoftwares.com
Author: Topscore Deepu
Author URI: http://topscoresoftwares.com
Description: Lightweight and highly extendable theme to create almost any type of website. Bundled with Bootstrap 5 and Compitable with Page Builders.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: topscorewp
Tags: custom-logo, custom-menu, featured-images, elementor
*/

.treadmark {
	color: #7a7a7a;
}
.treadmark i {
	color: #ff0a0a;
	animation: beat 0.5s infinite alternate;
}
.treadmark a {
	color: #fafafa;
}
@keyframes beat {
	to {
		transform: scale(1.3);
	}
}

.list-group-flush > .list-group-item {
	border-width: 0 0 1px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/*header*/

.topbar {
	position: relative;
	width: 100%;
	background:  #a6ce39 ;
	padding: 5px 0;
	z-index: 99;
}

.topbar-contact > li {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.topbar-contact li:last-child {
	padding-right: 0;
}
.topbar-contact > li:last-child::before {
	content: none;
}
.topbar-contact > li a {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #003c72;
}
.topbar-contact li a > i {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.socials {
	display: inline-block;
	line-height: 0;
	text-align: right;
}
.socials > li {
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.socials > li:last-child {
	margin-right: 0;
}
.socials li a {
	display: inline-block;
	color: #dddddd;
	font-size: 13px;
	text-align: center;
}
.socials li a:hover {
	color: #ffffff;
}
.log-in-out {
	position: relative;
	display: inline-block;
	font-family: 'Barlow', sans-serif;
	text-transform: capitalize;
	font-size: 15px;
	width: auto;
	background: none;
	margin-right: 17px;
	color: #dddddd;
	vertical-align: middle;
}
.log-in-out:focus,
.log-in-out:hover {
	color: #dddddd;
}
.log-in-out i {
	font-size: 15px;
	margin-right: 10px;
}



.testimonial-style{
    padding-bottom:33px;
    color:#fff;
}

.service-head{
	color: #141b22;
	font-family: "Jost", sans-serif;
}

.service-head:hover{
    color: #137b04;
}

.service-special{
    color: #fff;
	font-family: "Jost", sans-serif;
}

.service-special:hover{
    
    color: #137b04;
}

