* {

	font-family: 'Nunito', sans-serif;
}
html{
	scroll-behavior: smooth;
	overflow-x: hidden;
	
}


.spinner-wrapper{
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;

}
.spinner-border{
	height: 60px;
	width: 60px;
}



body {
	margin: 0%;
	overflow-x: hidden;
	
	
}
.section-padding {
	padding: 100px ;
}

.navbar .getstarted {
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	color: #ffffff !important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-nav a:hover{
	color: #d11d10 !important;
	text-decoration:none;
	
}

.navbar-brand {
	color: #000;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #d11d10
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: rgb(65, 64, 64);
}

.bgcolor.scrolled{
	background-color: #161616;
	transition: ease-in-out 0.5s;
}

.bgcolorg{
	background-color: #161616;
}



#home {
	background: linear-gradient(rgba(17, 17, 17, 0.1), rgba(8, 8, 8, 0.1)), url(../img/homebg.png);
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: flex;
	align-items: center;
 }
 
#home h1 {
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
	font-size: 80px;
 }
 
#home p {
	max-width: 550px;
	margin: 18px auto;
	font-size: 28px;
	font-weight: 600;
	text-shadow: 2px 2px 2px #000
 }

#offers{
	background-color: #f7f7f7;
	padding-top: 85px;
	padding-bottom: 155px;
	
}
h2{
	color: rgb(0, 0, 0);
	padding-bottom: 18px;
	font-size: 40px;
	font-weight: 500;
	
}
#services{
	padding-top: 100px;
	padding-bottom: 155px;
	color: rgb(0, 0, 0);
	
}
h5{
	font-weight: 700;
	
} 
.imghover{
	transition: .5s ease-in-out;
}
.imghover:hover{
transform: scale(1.2);
transition: .5s ease-in-out;
cursor: pointer;
}
#benefits{
	padding-top: 85px;
	padding-bottom: 165px;
	background-color: #f7f7f7;
	font-size: 18px;
}
ul.benefitsist
{
	color: #d11d10;
	font-weight: 600;
	list-style-type: circle;
}
.benefitsist p{
	font-size: 20px;
}

#aboutus{
	padding-top: 100px;
	padding-bottom: 150px;
	background-color: #ffffff;
	font-size: 18px;
}

.aboutus p{
	font-size: 10px;
}



/* Gallery */



#testo{
	padding-top: 70px;
	padding-bottom: 5px;
	background-color: #f7f7f7;
	color: #000000;
	
}
#testimonial {
	padding: 50px 0;
	
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
.owl-dot.active span {
	background: #d11d10 !important;
  }

#contact{	
	color: #000000;
	padding-top: 70px;
	padding-bottom: 25px;
}
.img1:hover{
	transform: scale(1.2);
	transition: .5s ease-in-out;
	cursor: pointer;
}

.img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
 }
.user-content p{
    margin-top:5px;
    font-size:12px;
}

 
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: #d11d10;
}


footer{
	background-color: #080808;
	color: #ffffff;
}


#btn-back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	
	font-size: 25px;
	padding: 11px 24px 14px 24px;
	font-weight: 800;
	background-color: #d11d10;
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	
	}
	#home{
		background: linear-gradient(rgba(17, 17, 17, 0.1), rgba(8, 8, 8, 0.1)), url(../img/homebgm.png);
		min-height: 100vh;
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
		display: flex;
		align-items: center;
		
	}
	 .navbar-brand {
		color: #000;
		font-size: 21px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 2px;
		font-weight: 600;
	}
	.navbarimg{
		width: 80px;
		height: 50px;
	}

	
}