hr {
    border-top: 1px solid rgb(178, 33, 22);
}
a:hover {
    color: #a0a0a0;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6{
	color: #b22116;
}

a{
    color: #b22116;
}

a.navbar-brand {
    position: absolute;
    z-index: 999;
	top: 0;
}
.header-cta{
	padding: 0;
	margin: 0;
}
.header-cta li{
	list-style: none;
	display: inline-block;
}

@media (min-width: 769px){
	.navbar-brand img{
		width: 82%;
	}
}

@media (max-width: 768px){
	.navbar-brand{
		padding: 0;
	}
	.navbar-brand img{
		width: 42%;
	}
	.header-cta li {
		width: 100%;
	}
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #f0fe00;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.bg-dark {
    background-color: #b91209 !important;
}

.cta{
	background: #b22116;
}

.btn-primary {
    color: #ffffff;
    background-color: #e93c2c;
    border-color: #fc362b;
}

li.nav-item {
    display: inline-flex;
}

.home-row-2{
	background: #f3f5f8;
}

.sec-breadcrumb{
	border-bottom: 1px solid #b22116;
	margin-bottom: 1rem;
}

.breadcrumb{
    background: none !important;
    border-radius: 0;
	margin-bottom: 0;
}
.banner{
	position: relative;
}

.banner-title{
	position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.banner-title h1{
	color: #f6d300;
}

.banner-title .breadcrumb .breadcrumb-item a{
	color: #9f9f9f;
}

.banner-title .breadcrumb .breadcrumb-item.active{
	color: #fff;
}

.banner-title-bg{
	content:'';
	background: #000;
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	opacity: 0.7;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #a3a3a3;
    content: ">";
}

.card-header{
	background: #fff;
}

.abt-team{
	background: #f3f5f8;
	padding: 50px 0;
}

.abt-clients{
	padding: 30px 0;
}

.img-responsive{
	width: 100%;
	height: auto;
}

@media (max-width: 480px){
	.banner .img-responsive{
		height: 220px;
		object-fit: cover;
	}
	
	.banner .banner-title h1{
		font-size: 28px;
	}
	.breadcrumb{padding: 0px;}
	.banner-title-bg {
		height: 90px;
	}
	
}.uppercase{	text-transform: uppercase;}.img-thumbnail{	background: transparent;}.client-title{    padding: 10px;    background: #b91209;	border-bottom-left-radius: 4px;    border-bottom-right-radius: 4px;}.client-title h4{	color: #faf701;	font-size: 14px;    margin: 0;}@media (max-width: 480px){	.client-title h4{		font-size: 24px;	}	button.owl-prev {		left: 0px;		height: 280px;		top: 0;		background: rgba(255, 255, 255, .7) !important;		width: 30px;	}	button.owl-next {		right: 0px;		height: 280px;		top: 0;		background: rgba(255, 255, 255, .7) !important;		width: 30px;	}}.border-red{	border: 1px solid #b91209;}.owl-prev {    position: absolute;    top: 35%;    left: -25px;    display: block !important;    border:0px solid black;}.owl-next {    position: absolute;    top: 35%;    right: -30px;    display: block !important;    border:0px solid black;}.owl-prev i, .owl-next i { color: #b91209; font-size: 28px;}