
body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
  color: #2e313a;
  font-size:17px;
}

.padding{
	padding-right:30px;
	padding-left:30px;
}
.sticky-top{
	background:#fff;
}
.container{
	max-width:1400px;
	width:100%;
}
.time{
	margin-top:10px;
    font-size: 18px;
    font-weight: 500;
    opacity: .8;
}
.header_phone{
	margin-top: 18px;
	font-size: 23px;
    font-weight:600;
}
.header_phone a{
	font-size: 23px;
	font-weight:600;
	color:#2e313a;
	position:relative;
}
.header_phone a:before{
	content: '';
    position: absolute;
    width: 0;
    height: 1px;
    transform: scaleX(0);
    background-color: currentcolor;
    transition: transform .5s;
    bottom: 0;
}
.header_phone a:hover::before{
	width: 100%;
    transform: scaleX(1);
}
.header_phone a:hover{
	color: #2e313a;
	text-decoration: none;
}
.gradients{
	background-image: linear-gradient(to right, #fff , #ededed);
}
.hero_banner{
	padding:75px 0;
}
.hero_banner .hero_banner_content{
	--display: flex;
    --justify-content: center;
    margin-top:10px;
}
.hero_banner .hero_banner_content h1{
	font-size:3.8rem;
	font-weight:700;
}
.hero_banner .hero_banner_content .sh1{
	font-size:2.2rem;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: normal;
}
.hero_banner .hero_banner_content .sh2{
	font-size:1.3rem;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: normal;
    margin-top:15px;
}



.counter-section{
	padding-top:30px;
	padding-bottom:30px;
	background:#F2DA5C;
}
.counter-section span.counter { font-size:3.2rem; line-height:60px; display:block; font-weight:700;}
.counter-title{ font-size:1.3rem; margin-bottom: 0; font-weight:600;}
.counter-icon {top:25px; position:relative}
.counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
.counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
.counter-subheadline span {float: right;}

.welcome{
	padding:80px 0;
}
.welcome h2{
	font-size: 2.2rem;
    font-weight:600;
    letter-spacing: -.5px;
    margin-top:0px;
}
.welcome img{
	width: 80% !important;
	margin: 0 auto;
}
.welcome .sh2{
	font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -.8px;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
}
.welcome p{
	font-size:19px;
	line-height: 35px;
}

.truck-battery-section{
	padding:45px 0 65px 0;
}
.truck-battery-section h2{
	font-size: 30px;
    font-weight: 600;
}
.truck-battery-section p{
	font-size: 19px;
    line-height: 35px;
}
.welcome ul li{
	font-size: 22px;
    font-weight: 500;
    line-height: 1.7em;
}
.cta{
	background:#2e313a;
	padding:65px 0;	
}
.cta h2{
	font-size: 30px;
    font-weight: 600;
    color:#ffd92c;
}
.cta p{
	font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
}
.btn1{
	background-color:#ffd92c;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    fill:#000;
    color:#000;
    padding:15px 30px 15px 30px;
    border:0;
}
.btn1:hover, .btn1:focus, .btn1:active{
	color: #fff;
    background-color:#666666;
    border-color:#666666;
}

.services{
	padding:95px 0;
}
.services img{
	border-radius:10px;
}
.services .card-body i{
	font-size:3rem;
	padding-bottom:10px;
	color:#2e313a;
}
.services h3{
	font-size:1.5rem;
    font-weight: 600;
}
.cta_1{
	background-image: linear-gradient(to right, #fff , #ededed);
	padding:75px 0;
}
.cta_1 .sh2{
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:15px;
}
.cta_1 img{
	width:13% !important;
	display: inline-block !important;
	vertical-align: middle;
    margin-bottom: 4px;
}
.cta_1 svg:hover{
	color:#fff;
}
footer.footer{
		background:#2e313a;
		display: block;
		padding-bottom:25px;
	}
	.tag-line{
		background:#666666;
		text-align: center;
		padding:20px 0;
	}
	.tag-line .sh1{
		font-size:30px;
		font-weight:600;
		color:#ffd92c;
	}
	.cta_1 .sh2{
		font-size: 1.4rem;
	}
	.address_1{
		text-align: center;
		padding-top:45px
	}
	.address_1 .sh1{
		color:#FFD92C;
		font-size: 14px;
    	font-weight: 600;
	}
	.address_1 a{
		color:#FFFFFFD6;
		font-size:17px;
		opacity:6;
	}
	.address_1 .phone a{
		font-size:22px;
		color: #E8E8E8;
	}

.copyright{
	background:#fff;
	padding:15px 0;
}

.copyright .web{
	color:#d3d3d3;
}
.copyright .web a{
	position: relative;
	font-size:12px;
	color:#8a8a8a;
}
.copyright .web a:before{
	content: '';
    position: absolute;
    width: 0;
    height: 1px;
    transform: scaleX(0);
    background-color: currentcolor;
    transition: transform .5s;
    bottom: 0;
}
.copyright .web a:hover::before{
	width: 100%;
    transform: scaleX(1);
}
.copyright .web a:hover{
	color: #2e313a;
	text-decoration: none;
}
.copyright .copy{
	font-size:12px;
	color:#8a8a8a;
}
.mobile-section-text{
	display: none;
}


@media (max-width: 768px) {
	
	.hero_banner .hero_banner_content{
		margin-top: 0px;
	}
	.hero_banner .hero_banner_content h1{
		font-size: 2.3rem;
	}
	.hero_banner .hero_banner_content .sh1{
		font-size: 1.5rem;
	}
	.counter-section span.counter{
		font-size: 2.6rem;
	}
	.counter-title{
		font-size: 1.1rem;
	}
	.welcome h2{
		font-size: 1.5rem;
		margin-top: 10px;
	}
	.welcome p{
		font-size: 15px;
    line-height: 25px;
	}
	.welcome ul li{
		font-size: 16px;
    	line-height: 1.6em;
	}
	.ipad-pad{
		margin-top:55px;
	}
	footer.footer{
		background:#2e313a;
		display: block;
		padding-bottom:25px;
	}
	.tag-line{
		background:#666666;
		text-align: center;
		padding:20px 0;
	}
	.tag-line .sh1{
		font-size:18px;
		font-weight:600;
		color:#ffd92c;
	}
	.address_1{
		text-align: center;
		padding-top:25px
	}
	.address_1 .sh1{
		color:#FFD92C;
		font-size: 14px;
    	font-weight: 600;
	}
	.address_1 a{
		color:#FFFFFFD6;
		font-size:17px;
		opacity:6;
	}
	.address_1 .phone a{
		font-size:22px;
		color: #E8E8E8;
	}

	.mobile-section-text{
		display: block;
		background: #F2DA5C;
		padding: 20px 0;
	}
	.mobile-section-text .sh1{
        font-weight: 600;
        font-size: 25px;
        letter-spacing: -.6px;
	}
}

@media (max-width: 767px) {
	.padding{
		padding-right: 10px;
    	padding-left: 10px;
	}
	
	.text-right{
		text-align: center !important;
	}
	.header_phone a{
		font-size:23px;
	}
	header .d-flex{
		flex-direction: column;
	}

	.mobile-section-text{
		display: block;
		background: #F2DA5C;
		padding: 20px 0;
	}
	.mobile-section-text .sh1{
        font-weight: 600;
        font-size: 25px;
        letter-spacing: -.6px;
	}

	.hero_banner{
		text-align: center;
	}
	.hero_banner .hero_banner_content h1{
		font-size:1.8rem;
	}
	.hero_banner .hero_banner_content .sh1{
		font-size: 1.6rem;
	}
	.counter-section .sm-margin-bottom-ten{
		padding-bottom: 20px;
	}
	.welcome h2{
		font-size: 1.4rem;
	}
	.welcome .sh2{
		margin-bottom:15px;
		margin-top: 5px;
	}
	.truck-battery-section{
	    padding-top:0;
	}
	.cta h2{
		font-size: 28px;
	}
	.services{
		padding: 55px 0;
	}

	footer.footer{
		background:#2e313a;
		display: block;
		padding-bottom:25px;
	}
	.tag-line{
		background:#666666;
		text-align: center;
		padding:20px 0;
	}
	.tag-line .sh1{
		font-size:17px;
		font-weight:600;
		color:#ffd92c;
	}
	.cta_1 .sh2{
		font-size: 1.4rem;
	}
	.address_1{
		text-align: center;
		padding-top:15px
	}
	.address_1 .sh1{
		color:#FFD92C;
		font-size: 14px;
    	font-weight: 600;
	}
	.address_1 a{
		color:#FFFFFFD6;
		font-size:17px;
		opacity:6;
	}
	.address_1 .phone a{
		font-size:22px;
		color: #E8E8E8;
	}
	.copyright{
		text-align: center;
	}
	.mobile-counter-section{
		background: #2e313a;
	}
	.mobile-counter-section span.counter{
		color: #ffd92c;
	}
	.mobile-counter-section .counter-title{
		color: #fff;
	}
}