html,
body {
	width: 100%;
	height: 100%;
}
body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    overflow-x: hidden;
	overflow-y: scroll;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: capitalize;
}

.btn {
	border: none;
	text-transform: capitalize;
	color: #fff;
}

.btn:focus,
.btn:hover,
.btn:active {
	outline: none !important;
	box-shadow: none !important;
}

.btn-lg {
	font-size: 16px;
	padding: 10px 40px;
}

.btn-success {
	background-color: #BF2026;
	border-color: #f3f3f3;
}

.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle,
.btn-success:hover {
	background-color: #982E3C !important;
}

.fa,
.text-success {
	color: #BF2026 !important;
}

.form-control {
	margin-bottom: 10px;
}

.parsley-errors-list {
	list-style: none;
	font-size: 14px;
	padding: 0;
	color: #BF2026;
}

.preloader {
	position: fixed;
	background: url(../images/loader.gif) center center #fff no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}

.overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 12;
}

.top_bar * {
	transition-property: all;
	transition-duration: .5s;
}

.top_bar {
    transition: all 0.3s ease-in-out;
}

nav .logo {
	height: 70px;
	width: auto
}

.navbar-light .navbar-nav .nav-link {
	text-transform: capitalize;
	font-weight: 500;
	color: #BF2026;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: #822C38;
}

.navbar-light .btn {
	background-color: #BF2026;
	color: #f3f3f3 !important;
}

.navbar-light .btn:hover {
	background-color: #982E3C;
}

.nav-item.active .active_link {
    border-bottom: 2px solid #BF2026;
	width: 80%;
	margin: 0 auto;
}

.banner {
	position: relative;
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 13
}

.banner .overlay {
	background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
}

.banner .overlay .container {
	position: relative;
	z-index: 10;
}

.banner .overlay h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.banner .overlay p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}

.banner .overlay .fa {
	color: #fff;
}

.page_title {
	background: url("../images/page_title.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	color: #f3f3f3;
}

.page_title .container {
	position: relative;
	z-index: 13;
}

.page_title .row {
	padding-top: 120px;
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
}

.breadcrumb-item a {
	color: #ddd
}

.breadcrumb-item a:hover {
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-weight: 300;
	font-size: 10px;
	line-height: 26px;
	color: #f3f3f3
}

.breadcrumb-item.active {
	color: #f3f3f3;
}

.welcome {
	background-color: #e3e3e3;
	color: #333;
}

.home_services {
	position: relative;
	background: url("../images/home_services_bg.jpg") no-repeat center;
	background-size: cover;
}

.home_services .container {
	position: relative;
	z-index: 13;
}

.funfacts .card p,
.home_services .card p:first-of-type {
	font-weight: 600;
}

.about-section {
	padding: 60px 0;
}

.about-image {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.highlight-box {
	background: #f9f9f9;
	padding: 20px;
	border-left: 5px solid #BF2026;
	margin-top: 30px;
	border-radius: 6px;
}

.services {
	position: relative;
	background: url("../images/services_bg.jpg") no-repeat center;
	background-size: cover;
}

.services .overlay {
	background-color: rgba(255, 255, 255, 0.5);
}

.services .container {
	position: relative;
	z-index: 13;
}

.section-title {
	font-size: 2rem;
	margin-bottom: 1rem;
	display: inline-block;
	padding-bottom: 0.3rem;
}

.nav-tabs {
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 10px;
}

.nav-tabs .nav-link {
	/* border-bottom: 1px solid transparent; */
	font-weight: 600;
	color: #BF2026;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #BF2026;
	color: #BF2026;
}

.tab-content {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
}

.funfacts .card,
.welcome .card,
.home_services .card,
.service-card,
.contact-section .card,
.quote-form-section .card {
	border: none;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	border-radius: 10px;
}

.services .col-6 {
	margin-bottom: 15px;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 0 rgba(0, 0, 0, 0.1);
}

.service-icon {
	font-size: 2rem;
	margin-bottom: 10px;
}

.map-container {
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.contact-info i {
	font-size: 30px;
	/* line-height: 30; */
}

.contact-section {
	padding: 60px 0;
}

.footer {
	background-color: #555;
	padding: 30px 0;
}

.footer,
.credits {
	font-size: 14px;
}

.credits {
	background-color: #333;
	text-transform: capitalize;
}

.footer a,
.credits a {
	color: #f3f3f3
}
  

@media(max-width:767px) {
	
	body {
		font-size: 12px;
	}

	.navbar-light .navbar-nav .nav-link {
		background-color: rgba(191, 32, 38, .3);
		margin-bottom: 1px;
		border-radius: 35px;
		font-size: 16px;
		text-align: center;
	}

	.navbar-light .navbar-nav .active>.nav-link,
	.navbar-light .navbar-nav .nav-link.active,
	.navbar-light .navbar-nav .nav-link.show, 
	.navbar-light .navbar-nav .show>.nav-link,
	.navbar-light .navbar-nav .nav-link:hover {
		background-color: #BF2026;
		color: #f3f3f3;
	}

	.navbar-light .btn {
		color: #f3f3f3 !important;
	}

	.banner .overlay p {
		font-size: 14px;
		margin-bottom: 0;
	}

	.banner .overlay .btn {
		font-size: 12px;
		padding: 5px 20px;
	}

	.nav-item.active .active_link {
		display: none;
	}

	.funfacts .col-6,
	.welcome .col-6,
	.welcome .card,
	.home_services .col-6,
	.service-card,
	.quote-form-section .card {
		margin-bottom: 20px;
	}
	
	.funfacts .col-6:last-of-type,
	.funfacts .col-6:nth-child(3) {
		margin-bottom: 0;
	}

	.about-section {
		padding: 30px;
	}

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

	.service-icon,
	.fa {
		font-size: 25px;
	}

	.nav-tabs .nav-link {
		font-size: 15px;
	}

	.nav-tabs .nav-link .fa {
		font-size: 15px;
	}

	.services .card h6 {
		font-size: 14px;
	}

	.contact-section {
		padding: 30px;
	}
	
	
	
}

@media (prefers-color-scheme: dark) {
	body {
	  background-color: #121212;
	  color: #e0e0e0;
	}
  
	.navbar,
	.footer,
	.card {
	  background-color: #1e1e1e !important;
	  color: #e0e0e0 !important;
	  border-color: #333 !important;
	}
  
	.form-control {
	  background-color: #2a2a2a;
	  color: #f1f1f1;
	  border-color: #444;
	}
  
	.form-control:focus {
	  background-color: #2a2a2a;
	  border-color: #777;
	  color: #fff;
	}
  
	.btn-primary {
	  background-color: #0069d9;
	  border-color: #0062cc;
	}
  
	.btn-primary:hover {
	  background-color: #0053ba;
	  border-color: #004fa3;
	}
	
  }

  @media (prefers-color-scheme: light) {
	body {
	  background-color: #ffffff;
	  color: #333;
	}
	/* You can add more light-specific rules here */
  }
  



