* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	text-decoration: none;
	outline: none;
	font-family: 'Lato', sans-serif;
}
::-webkit-input-placeholder {
    color:inherit;
    opacity:1;
}
:-ms-input-placeholder {
    color:inherit;
    opacity:1;
}
::placeholder {
    color:inherit;
    opacity:1;
}
html,
body{
	height:100%;
}
.container-fluid{
	max-width: 1900px;
	width: 100%;
}
.container{
	max-width: 1170px;
	width: 100%;
}
/*** ### Header ### ***/
header {
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #000000;
	z-index:10000;
}
header .logo {
	position: relative;
	text-align:left;
}
header .logo a {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}
header .logo img {
	display: inline-block;
	vertical-align: middle;
	max-height:140px;
}
.navigation {
	position: relative;
}
.navigation nav {
	position: relative;
}
.navigation nav ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.navigation nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
}
.navigation nav ul li:first-child {
	margin-left: 0px;
}
.navigation nav ul li:last-child {
	margin-right: 0px;
}
.navigation nav ul li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	padding: 15px 15px;
}
.navigation nav ul li a::before{
	position: absolute;
	content: "";
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 5px;
	opacity: 0;
	background: rgba(195, 56, 0, 0.99);
	transition: ease-in-out 0.2s;
}
.navigation nav ul li a:hover::before{
	opacity: 5;
}
.device-nav {
	position:absolute;
	top:50%;
	right:15px;
	transform:translate(0%,-50%);
	-webkit-transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	-o-transform:translate(0%,-50%);
	cursor: pointer;
	color: #FFFFFF;
	display: none;
	z-index: 1000;
}
.device-nav span.icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
}
@media (max-width: 991px) {
	header{
		padding: 5px 0px;
	}
.device-nav {
	display: block;
}
.navigation nav {
	margin: 0px 0px 0px 0px;
}
.navigation nav {
	-o-transform: translate(100%);
	-o-transform-origin: 0 0;
	-o-transition: -o-transform .5s cubic-bezier(.77, .2, .05, 1);
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate(100%);
	-webkit-transform-origin: 0 0;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	height: calc(100% + 100px);
	top: 50px;
	left: 0;
	list-style-type: none;
	position: fixed;
	right: 0;
	transform: translate(100%);
	transform-origin: 0 0;
	transition: -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -o-transform .5s cubic-bezier(.77, .2, .05, 1);
	background: #000000;
}
.navigation nav.reveal {
	opacity: 1;
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	background: #000000;
}
 .navigation nav, .navigation nav ul, .navigation nav ul li, .navigation nav ul li a {
    display: block;
    width: 100%;
}
.navigation nav ul {
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
}
.navigation nav ul li {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
}
.navigation nav ul li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	margin: 0px;
}
}
/*** ### Hero Section ### ***/
.hero-section{
	position: relative;
	height: 100vh;
	max-height: 926px;
	overflow: hidden;
}
.hero-section .video{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    object-fit: cover;
	z-index: 9;
}
.hero-section .logo-box{
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	z-index: 10;
}
.hero-section .logo-img{
	position: relative;
}
.hero-section .logo-img img{
	display: block;
	margin: auto;
	max-height: 389px;
}
.hero-section h1{
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.hero-section h1 strong{
	font-weight: 900;
}
@media(max-width:1199px){
	.hero-section .logo-img img{
		max-height: 350px;
	}
	.hero-section h1{
		font-size: 35px;
	}
}
@media(max-width:991px){
	.hero-section .logo-img img{
		max-height: 300px;
	}
	.hero-section h1{
		font-size: 30px;
	}
}
@media(max-width:767px){
	.hero-section .logo-img img{
		max-height: 250px;
	}
	.hero-section h1{
		font-size: 25px;
	}
}
/*** ### Top Brand Section ### ***/
.top-brand-section{
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
}
.top-brand-section h2{
	color: #000000;
	font-size: 26px;
	font-weight: 700;
	margin: 30px 0px 30px 0px;
	padding: 0px;
	text-align: center;
}
.top-brand-section .iner{
	position: relative;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	text-align: center;
}
.top-brand-section .iner .boxes{
	position: relative;
	min-width: 180px;
	margin: 15px 10px;
}
.top-brand-section .iner .boxes .images-box{
	position: relative;
	height: 80px;
	max-height: 80px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	margin-bottom: 15px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 80px;
}
.top-brand-section .iner .boxes h3{
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
@media(max-width:1199px){
.top-brand-section{
	position: relative;
	padding: 15px 0px;
}
.top-brand-section .iner .boxes{
	min-width: 160px;
}
.top-brand-section .iner .boxes .images-box{
	height: 70px;
	max-height: 70px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 70px;
}
.top-brand-section .iner .boxes h3{
	color: #000000;
	font-size: 16px;
}
}
@media(max-width:991px){
.top-brand-section{
	position: relative;
	padding: 15px 0px;
}
.top-brand-section .iner .boxes{
	min-width: 150px;
}
.top-brand-section .iner .boxes .images-box{
	height: 60px;
	max-height: 60px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 60px;
}
.top-brand-section .iner .boxes h3{
	font-size: 15px;
}
}
@media(max-width:767px){
.top-brand-section .iner .boxes{
	min-width: 120px;
}
.top-brand-section .iner .boxes .images-box{
	height: 50px;
	max-height: 50px;
}
.top-brand-section .iner .boxes .images-box img{
	max-height: 50px;
}
}
/*** ### Post Details Section ### ***/
.post-details-section{
	position: relative;
	padding: 20px 0px;
}
.post-details-section .iner{
	position: relative;
	padding: 20px 0px;
	border-bottom: 1px solid #000000;
}
.post-details-section h2{
	color: #c33800;
	font-size: 40px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section h3{
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section p{
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.post-details-section a.primary-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #cb4b16;
	border-radius: 16px;
	background: #FFFFFF;
	padding: 15px 35px;
	margin: 30px 0px 0px 0px;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #000000;
}
.post-details-section a.primary-btn:hover{
	background: #cb4b16;
	border-color: #000000;
	color: #FFFFFF;
}
.post-details-section .post-image{
	position: relative;
	padding: 15px 0px;
}
.post-details-section .post-image img{
	width: 100%;
}
.post-details-section .post-text{
	position: relative;
	padding: 15px 0px;
}
@media(max-width:1199px){
	.post-details-section{
		padding: 15px 0px;
	}
	.post-details-section .iner{
		padding: 15px 0px;
	}
	.post-details-section h2{
		font-size: 35px;
	}
	.post-details-section h3{
		font-size: 22px;
	}
	.post-details-section p{
		font-size: 18px;
		line-height: 25px;
	}
	.post-details-section a.primary-btn{
		padding: 12px 25px;
		margin: 20px 0px 0px 0px;
		font-size: 18px;
	}
}
@media(max-width:991px){
	.post-details-section h2{
		font-size: 30px;
	}
	.post-details-section h3{
		font-size: 20px;
	}
	.post-details-section p{
		font-size: 16px;
		line-height: 22px;
	}
	.post-details-section a.primary-btn{
		padding: 10px 22px;
		font-size: 16px;
	}
}
@media(max-width:767px){
	.post-details-section h2{
		font-size: 25px;
	}
	.post-details-section h3{
		font-size: 18px;
	}
	.post-details-section p{
		font-size: 15px;
	}
	.post-details-section a.primary-btn{
		font-size: 15px;
	}
}
/*** ### Post Slider ### ***/
.post-slider{
	position: relative;
	padding: 20px 0px 50px 0px;
}
.post-slider .iner-slider{
	position: relative;
}
.post-slider .iner-slider .items{
	position: relative;
}
.post-slider .iner-slider .items img{
	width: 100%;
}
.post-slider .slick-dots{
	left: 0px;
	right: 0px;
	bottom: -30px;
}
@media(max-width:1199px){
	.post-slider{
		padding: 15px 0px 30px 0px;
	}
	.post-slider .slick-dots{
		bottom: -25px;
	}
}
/*** ### Total Projects Section ### ***/
.total-project-section{
	position: relative;
	padding: 20px 0px;
}
.total-project-section .boxes{
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
.total-project-section .boxes::before{
	position: absolute;
	content: "";
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 1px;
	background: #c33800;
}
.total-project-section .boxes:last-child::before{
	display: none;
}
.total-project-section .boxes h2{
	color: #c33800;
	font-size: 70px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.total-project-section .boxes h3{
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.total-project-section{
		padding: 15px 0px;
	}
	.total-project-section .boxes{
		position: relative;
		margin-bottom: 15px;
	}
	.total-project-section .boxes h2{
		font-size: 55px;
	}
	.total-project-section .boxes h3{
		font-size: 22px;
	}
}
@media(max-width:991px){
	.total-project-section .boxes h2{
		font-size: 45px;
	}
	.total-project-section .boxes h3{
		font-size: 20px;
	}
}
@media(max-width:767px){
	.total-project-section .boxes:nth-child(even):before{
		display: none;
	}
	.total-project-section .boxes h2{
		font-size: 35px;
	}
	.total-project-section .boxes h3{
		font-size: 18px;
	}
}
/*** ### Benefits Section ### ***/
.benefits-section{
	position: relative;
	background: url(../images/f6c400_1ecc8d103a7f485db577ad56eb40ee8f_mv2-1600.webp) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.benefits-section .iner-text{
	position: relative;
	min-height: 475px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.benefits-section .iner-text .items{
	position: relative;
	width: 100%;
	min-width: 100%;
}
.benefits-section .iner-text h2{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.benefits-section .iner-text{
		min-height: 400px;
	}
	.benefits-section .iner-text h2{
		font-size: 45px;
	}
}
@media(max-width:991px){
	.benefits-section .iner-text{
		min-height: 350px;
	}
	.benefits-section .iner-text h2{
		font-size: 35px;
	}
}
@media(max-width:767px){
	.benefits-section .iner-text{
		min-height: 300px;
	}
	.benefits-section .iner-text h2{
		font-size: 25px;
	}
}
/*** ### Blog Post Section ### ***/
.blog-post-section{
	position: relative;
	padding: 50px 0px;
}
.blog-post-section .car-icons{
	position: relative;
	margin-bottom: 15px;
}
.blog-post-section .car-icons img{
	display: block;
	margin: auto;
}
.blog-post-section h2{
	color: #000000;
	font-size: 50px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.blog-post-section h3{
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.blog-post-section p{
	color: #000000;
	font-size: 22px;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.blog-post-section .boxes{
	position: relative;
	margin-top: 30px;
}
.blog-post-section .boxes .blog-image{
	position: relative;
	margin-bottom: 30px;
}
.blog-post-section .boxes .blog-image img{
	width: 100%;
}
.blog-post-section .boxes p{
	font-size: 20px;
}
@media(max-width:1199px){
	.blog-post-section{
		padding: 30px 0px;
	}
	.blog-post-section h2{
		font-size: 40px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section h3{
		font-size: 20px;
		margin: 0px 0px 10px 0px;
	}
	.blog-post-section p{
		font-size: 20px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .boxes{
		margin-bottom: 20px;
	}
	.blog-post-section .boxes .blog-image{
		margin-bottom: 20px;
	}
	.blog-post-section .boxes p{
		font-size: 18px;
	}
}
@media(max-width:991){
	.blog-post-section{
		padding: 30px 0px;
	}
	.blog-post-section h2{
		font-size: 30px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section h3{
		font-size: 18px;
		margin: 0px 0px 10px 0px;
	}
	.blog-post-section p{
		font-size: 18px;
		margin: 0px 0px 15px 0px;
	}
	.blog-post-section .boxes{
		margin-bottom: 15px;
	}
	.blog-post-section .boxes .blog-image{
		margin-bottom: 15px;
	}
	.blog-post-section .boxes p{
		font-size: 16px;
	}
}
@media(max-width:767px){
	.blog-post-section h2{
		font-size: 25px;
	}
	.blog-post-section h3{
		font-size: 16px;
	}
	.blog-post-section p{
		font-size: 16px;
	}
	.blog-post-section .boxes p{
		font-size: 15px;
	}
}
/*** ### Benefits slider Section ### ***/
.benefits-slider-section{
	position: relative;
	background: url(../images/gettyimages-901404586-1600-1.webp) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0px;
}
.benefits-slider-section .iner-text{
	position: relative;
	min-height: 300px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	justify-content: left;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	-o-justify-content: left;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
}
.benefits-slider-section .iner-text .items{
	position: relative;
	width: 100%;
	min-width: 100%;
}
.benefits-slider-section .iner-text h2{
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
@media(max-width:1199px){
	.benefits-slider-section{
		padding: 30px 0px;
	}
	.benefits-slider-section .iner-text{
		min-height: 250px;
	}
	.benefits-slider-section .iner-text h2{
		font-size: 45px;
	}
}
@media(max-width:991px){
	.benefits-slider-section .iner-text{
		min-height: 230px;
	}
	.benefits-slider-section .iner-text h2{
		font-size: 35px;
	}
}
@media(max-width:767px){
	.benefits-slider-section .iner-text h2{
		font-size: 25px;
	}
}
/*** ### Footer ### ***/
footer{
	position: relative;
	background: #dc322f;
	padding: 10px 0px;
	text-align: right;
}
footer p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 400;
}
@media(max-width:991px){
}
/*** ### Bottom Footer ### ***/
.bottom-footer{
	position: relative;
	padding: 20px 0px;
	background: #000000;
}
.bottom-footer .boxes{
	position: relative;
	padding: 15px 0px;
}
.bottom-footer .boxes .footer-logo{
	position: relative;
}
.bottom-footer .boxes .footer-logo img{
	display: inline-block;
	vertical-align: top;
	max-height: 170px;
}
.bottom-footer .boxes h2{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.bottom-footer .boxes ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.bottom-footer .boxes ul li{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.bottom-footer .boxes ul li:last-child{
	margin-bottom: 0px;
}
.bottom-footer .boxes a{
	color: inherit;
	text-decoration: none;
	outline: none;
	border: none;
}
@media(max-width:1199px){
	.bottom-footer{
		padding: 15px 0px;
	}
	.bottom-footer .boxes .footer-logo img{
		max-height: 150px;
	}
	.bottom-footer .boxes h2{
		font-size: 15px;
		margin: 0px 0px 10px 0px;
	}
	.bottom-footer .boxes ul li{
		font-size: 15px;
		margin-bottom: 15px;
	}
}