@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
body { font-family: 'Poppins', sans-serif; font-size: 1rem; line-height: 1.5; color: #444; transition-duration:.5s; background: #fff; }		

.social-icons a { color: #9f313a; }
.social-icons a:hover { color: #5e080f; }
		
.bg-gray { background: #f2f2f2; }
#company h1,h2 { color: #9f313a; font-weight: 700; margin-bottom: 0px; text-align: center; font-size: 36px; text-transform: uppercase; }
#company h1:after, h2:after { content: ""; width: 50px; height: 2px; background: #9f313a; margin: 0 0 10px 15px; display: inline-block; }
#company h1:before, h2:before { content: ""; width: 50px; height: 2px; background: #9f313a; margin: 0 15px 10px 0; display: inline-block; }
#company h3 { color: #9f313a; font-size: 24px; font-weight: 700; }
		
.nav-tabs .nav-link.active { color: #fff; background-color: #9f313a; }
.nav-tabs .nav-link { color: #333; background-color: #fff; margin-right: 10px; }
.nav-tabs .nav-link:hover { color: #fff; background-color: #9f313a; }

.breadcrumbs a { color: #eee; }
.breadcrumbs h1 { color: #eee; }
.breadcrumbs a:hover { color: #ddd; }
.breadcrumbs { padding: 20px 0; background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/pexels-2.webp); background-attachment: fixed; background-repeat: round; background-size: cover;margin-top: 20px; }
.breadcrumbs h2 { font-size: 28px; font-weight: 400; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; list-style: none; padding: 0; margin: 0; }
.breadcrumbs ol li+li { padding-left: 10px; }
.breadcrumbs ol li+li::before { display: inline-block; padding-right: 10px; color: #eee; content: "/"; }
				
.crunchify-top { position: fixed; bottom: 1rem; right: 1rem; width: 2.2rem; height: 2.2rem; line-height: 2.3rem; font-size: 1.0rem; color: #fff!important; background-color: rgba(156, 48, 57); border-radius: 3.2rem; text-align: center; cursor: pointer; display: block; }
			
.page-footer { background: #212121; color: #fff; }
.page-footer a { color: #fff; }
.footer-copyright { background: #111; }

/* Media Query */
@media (min-width: 320px) and (max-width: 767px) {
	#company h2 { font-size: 24px; }
}	