body {
	font-family: 'Poppins', sans-serif;
}
.bg-none{
	background: none !important;
}
p{
	text-align: justify;
  	text-justify: inter-word;
	font-size: 16px;
	font-weight: 300;
}
a{
	text-decoration: none;
}
.form-control:focus{
	box-shadow: none;
	border-color: #2C82C9 !important;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
.navbar-nav {
	margin-left: 20px;
}
p{
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}
.navbar-nav .nav-item .nav-link{
	font-size: 16px;
	color: #333;
	padding: 0 20px;
}
.text-blue{
	color: #06a6ec;
}
.background-blue{
	background-color: #06a6ec;
}
.navbar-nav .nav-item .nav-link.active{
	color: #06a6ec;
}
.get-quote-btn a{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #06a6ec;
	padding: 10px 20px;
}
.banner{
	background: url(../images/banner.png) no-repeat center center;
	background-size: cover;
	height: calc(100vh - 103px);
	position: relative;
}
.overlay{
	content: '';
	width: 100%;
	position: absolute;
	inset: 0;
	background-color: #06a6ec;
	opacity: 60%;

}
.banner-content {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
.banner-content h1{
	font-size: 60px;
	font-weight: bold;
	width: 70%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
.welcome-velocity{
	padding: 70px 0;
}
.welcome-velocity h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.welcome-velocity h2 b{
	color: #06a6ec;
}
.welcome-velocity h4{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 40px;
}
.welcome-velocity h4 b{
	color: #06a6ec;
	font-weight: 600;
}
.welcome-velocity ul{
	display: flex;
	gap: 15px;
	flex-direction: column;
	margin-top: 30px;
}
.welcome-velocity ul li i{
	display: block;
	padding: 4px;
	border-radius: 50%;
	background-color: #06a6ec;
	color: #fff;
	font-size: 15px;
	margin-top: 3px;
}
.welcome-velocity ul li{
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.welcome-velocity-image {
	width: 100%;
	height: 100%;
}
.welcome-velocity-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.absolute-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.get-quote-form{
	padding: 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	height: 100%;
}
.get-quote-form small{
	font-size: 15px;
	color: #06a6ec;
}
.get-quote-form h2{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 35px;
}
.get-quote-form form .form-control{
	height: 35px;
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 10px;
}
.get-quote-form form .form-control::placeholder{
	font-size: 15px;
	color: #999;
}
.get-quote-form form .btn{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #06a6ec;
	padding: 10px 20px;
	border-radius: 0px;
	margin-top: 35px;
}
.get-free-quote{
	padding-bottom: 70px;
}
.get-free-quote .welcome-velocity-image{
	height: 410px;
}
.contact-us{
	padding-bottom: 70px;
}
.contact-wrap{
	padding: 35px;
	display: flex;
	justify-content: space-between;
	background-color: #06a6ec;
	align-items: center;
}
.contact-wrap h2{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.contact-wrap form{
	display: flex;
	align-items: center;
	gap: 10px;
}
.contact-wrap form .btn{
	font-size: 16px;
	font-weight: 500;
	color: #06a6ec;
	background-color: #fff;
	border-radius: 0px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-wrap form .form-control{
	height: 40px;
	border-radius: 0px;
}
footer{
	padding: 15px 0;
	background-color: #666666;
}
footer small{
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
}