@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,700&display=swap');
/* CSS Document */
p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 28px;
}
h1, h3, h5{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.headerHomeScroll, .header-home-scroll {
	background-color: rgba(255,255,255,.5);
	color: #0c1426;
}
.allHeader{
	background-color: rgba(255,255,255,.5);
}
.btn-track{
	background-color: #a51e24;
	color: #FFFFFF;
	border: none;
	padding: 5px 25px;
	border-radius: 2px;
	border: solid thin transparent;
}
.btn-track:hover{
	background-color: transparent;
	color: #a51e24;
	border: solid thin #a51e24;
	border-radius: 2px;
	cursor: pointer;
} 
.nav-link{
	color: #0c1426;
	border: solid thin transparent;
}
.nav-link:hover{
	color: #0c1426;
	border: solid thin #a51e24;
}
.content.container{
	margin-top: 130px;
}
h2{
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;	
}
.quickAccess a{
	color: #000000;
}
.quickAccess a:hover{
	color: #F2A638;
}
.testimonials.container-fluid{
	background-color: #a51e24;
}
.footerMenu a{
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
}
.footerMenu a:hover{
	color: #a51e24;
	text-decoration: none;
	font-weight: bold;
}
.footer.container-fluid{
	background-color: #0c1426;
}
.social button a{
	color: #2B2628;
	font-weight: bold;
}
.social a{
	color: #FFFFFF;
}
.social a:hover{
	color: #a51e24;
	text-decoration: none;
}
.pageHead{
	margin-top: 230px;
}

.yellow-underline {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

.yellow-underline:after {
	content: "";
	background-color: #a51e24 ;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.copyright.container-fluid{
	background-color: #a51e24;
	color: #ffffff;;
}

.fa-ul {
	margin-left: 20px !important;
}

.shadow {
	box-shadow: 0px 0px 10px #eeeeee;
	padding: 20px 10px;
	transition: all 0.3s ease-out;
}

.shadow:hover {
	box-shadow: 0px 0px 10px #aaaaaa;
}