html{
	min-height: 100%;
	width:100%;
	height:100%;
	font-size:10px;
	background-color: #f5f5f5;
	overflow-x: hidden;
}
body{
	background-color: #fff;
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-position: center -1058px;
	border-top-right-radius: 80px;
	border-top-left-radius: 80px;
	min-height: 100%;
	width:100%;
	line-height: 26px;
	font-size:14px;
	color: #000;
	overflow-x: hidden;
	font-family: "Nunito", Sans-serif;
    display: grid;
    grid-template-rows: 1fr auto;
}

header{
	padding-top:39px;
}

section{
	margin-bottom: 2.8rem;
	position: relative;
}

h2{
	font-family: "Oswald";
	font-weight: bold;
	font-size:4.8rem;
	line-height: 7.1rem;
	color: #000;
	margin-bottom: 1.6rem;
}

h3{
	font-family: "Oswald";
	font-weight: bold;
	font-size:2.4rem;
	line-height: 7.6rem;
	color: #537DC6;
	margin-bottom: 1.6rem;
}

h4{
	font-family: "Nunito", Sans-serif;
	font-size: 2.6rem;
	line-height: 3.2rem;
	font-weight: 300;
	margin-bottom: 1px;
}

h5{
	font-family: "Nunito", Sans-serif;
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: 400;
	color: #6D6D73;
}

p.bulletpoint{
	font-family: "Nunito", Sans-serif;
	font-size: 1.4rem;
	line-height: 2.4rem;
	font-weight: 600;
	color: #000000;
}

.btn{
	border: 0px;
	font-size:1.4rem;
	font-weight: bold;
	border-radius: 0.7rem;
	line-height: 1.7rem;
	padding: 1.22rem 2.2rem;
	color: #fff !important;
}

.btn-success{
	color: #fff !important;
	background: #45D9A7;
    background: -moz-linear-gradient(left, #45D9A7 0%, #42c899 50%, #3FB489 100%);
    background: -webkit-linear-gradient(left, #45D9A7 0%, #42c899 50%, #3FB489 100%);
    background: linear-gradient(to right, #45D9A7 0%, #42c899 50%, #3FB489 100%);
}

.btn-primary{
	color: #fff !important;
	background: #5988FF;
    background: -moz-linear-gradient(left, #5988FF 0%, #3F9AF5 50%, #27aaec 100%);
    background: -webkit-linear-gradient(left, #5988FF 0%, #3F9AF5 50%, #27aaec 100%);
    background: linear-gradient(to right, #5988FF 0%, #3F9AF5 50%, #27aaec 100%);
}

.incars-block{
	margin-top: 600px;
}

.main-content{
	margin-top: 360px;
}

.left-block{
	padding-right:84px !important;
}

.right-block{
	padding-left:60px !important;
}

.car-image{
	display: block;
	left: -10px;
	height:705px;
	top:-170px;
	width: 1000px;
	min-width: 100%;
	position: absolute;
	background-color: transparent;
	background-image: url("../img/car.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.e-motor-image{
	display: block;
	left: -93px;
	height:443px;
	top:97px;
	width: 829px;
	min-width: 100%;
	position: absolute;
	background-color: transparent;
	background-image: url("../img/e-motor.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.plug-image{
	display: block;
	right: -71px;
	height:445px;
	top: 86px;
	width: 779px;
	min-width: 100%;
	position: absolute;
	background-color: transparent;
	background-image: url("../img/ev-plug.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.spacer-one{
	display: block;
	width: 100%;
	height: 472px;
}

.spacer-two{
	display: block;
	width: 100%;
	height: 386px;
}

.text {
	text-transform: uppercase;
	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.under-plug{
	width: 380px;
	float: right;
	margin-bottom: 3.1rem;
}

.under-plug-2{
	width: 380px;
	float: right;
	margin-bottom: 4.9rem;
}

.header-logo{
	position: absolute;
	left: calc(50% - 143px);
	top:0px;
	z-index: 2;
}

.navlinks{
	margin-top:18px;
}

.navlinks a{
	font-family: "Nunito", Sans-serif !important;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    padding:7px;
    margin: 0px 10px;
}

.btn.menu-button{
	z-index:2;
	position: absolute;
	right:0px;
}

.btn.menu-button i{
	color:#000;
	font-size:18px;
	padding:7px !important;
    margin: 0px 10px !important;
}

.btn.menu-button:hover i{
	background: linear-gradient(to left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.menu-dropdown{
	position: absolute;
    left: 0px;
    background: #f4f4f4;
    top: 0px;
    height:100%;
    z-index: 1;
    padding: 20px;
    padding-top: 120px;
}

.menu-dropdown li{
	margin-bottom: 20px;
}

.menu-dropdown li a{
	font-family: "Nunito", Sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    padding:7px;
    margin: 0px 10px;
}

.menu-dropdown li a:hover{
	background: linear-gradient(to left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    background: -moz-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    background: -webkit-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navlinks a:hover{
	background: linear-gradient(to left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    background: -moz-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    background: -webkit-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-links{
	margin-top:18px;
	font-family: "Nunito", Sans-serif !important;
    font-size: 13px;
    font-weight: 700;
}

.footer-links a{
	font-family: "Nunito", Sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding:7px;
    margin: 0px 10px;
}

.footer-links a:hover{
    background: -moz-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    background: -webkit-linear-gradient(left, #00DFA0 0%, #3D7DFB 50%, #a753fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer{
	background-color: #f4f4f4;
	padding-bottom: 50px;
}

footer .container.footer-inner{
	padding:7.7rem 9.6rem 4.4rem;
}

footer h2{
	margin-bottom: 0px;
}

footer h3{
	margin-top: -10px;
}

footer .hero-text-one{
	font-size:18px;
	line-height: 28px;
	max-width: 900px;
	color: #000;
	padding-top:25px;
	margin:0px auto;
}

footer .hero-text-two{
	font-size:14px;
	line-height: 20px;
	font-weight: bold;
	max-width: 450px;
	padding-top:25px;
	padding-bottom:50px;
	margin:0px auto;
	color: #000;
}

span.secondary{
	color: #888A91;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link{
	font-family: "Nunito", Sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	padding:5px;
	padding-left:0px;
	padding-right:37px;
	color: #888A91;
	margin-right: 100px;
	transition: border-color 0.1s linear;
	border-bottom: 4px solid transparent;
	border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover{
	background: transparent;
	transition: border-color 0.3s linear;
	color: #000;
	border-bottom: 4px solid #000;
}

form .form-group{
	margin-bottom: 30px;
}

form label{
	font-family: "Nunito", Sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.form-control{
	font-size:1.6rem;
}

.form-check-label{
	padding-left:15px;
}

form input.form-control{
	border-radius: 0px;
	border:0px;
	background: 0px;
	padding:0px;
	border-bottom: 1px solid #D8D8D8;
}

form input.form-control:focus{
	border-radius: 0px;
	border:0px;
	background: 0px;
	box-shadow: none;
	border-bottom: 1px solid #000;
}

form select.form-control{
	border-radius: 0px;
	border:0px;
	background: 0px;
	padding:0px;
	border-bottom: 1px solid #D8D8D8;
}

form .select-wrapper{
	position: relative;
}

form .select-wrapper:after{
    content: "";
    position: absolute;
    right: 3px;
    top: 1.3rem;
    border-top: 7px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: block;
    width: 10px;
    height: 10px;
}

form select.form-control:focus{
	border-radius: 0px;
	border:0px;
	background: 0px;
	box-shadow: none;
	border-bottom: 1px solid #000;
}

.footer-notice{
	font-family: "Nunito", Sans-serif;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #000;
}

.tab-pane{
	padding-top:50px;
}

@media (min-width: 1600px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
}

@media (max-width: 1200px){
	body{
		background-position: center -957px;
    	background-size: 3000px auto;
	}
	.incars-block {
	    margin-top: 520px;
	}

	.main-content {
	    margin-top: 315px;
	}

	.e-motor-image{
		top: 57px;	
	}
}

@media (max-width: 991px){
	html{
		font-size:9px;
	}
	body{
		background-position: center -840px;
   		background-size: 2700px auto;
   		border-top-right-radius: 5rem;
		border-top-left-radius: 5rem;
	}

	.left-block{
		padding-right:55px !important;
	}

	.right-block{
		padding-left:55px !important;
	}

	.main-content {
	    margin-top: 286px;
	}

	.incars-block {
	    margin-top: 480px;
	}

	.under-plug, .under-plug-2{
		width: auto;
	}

	.car-image{
		height:605px;
		width: 800px;
	}

	.e-motor-image{
		height:383px;
		width: 659px;
	}

	.plug-image{
		height: 357px;
    	width: 519px;
		right: -51px;
		top: 45px;
	}

	.spacer-one{
		height: 340px;
	}

	.spacer-two{
		height: 230px;
	}

	.e-motor-image {
	    top: 184px;
	}

	footer .container.footer-inner{
		padding:3.7rem 4.6rem 2.4rem;
	}

}


@media (max-width: 767px){
	html{
		font-size:8px;
	}
	body{
		background-position: center -555px;
    	background-size: 1900px auto;
	}
	
	.left-block{
		padding:30px !important;
	}

	.right-block{
		padding:30px !important;
	}

	footer .left-block, footer .right-block{
		padding:15px !important;
	}

	.incars-block {
	    margin-top: 350px;
	}

	.main-content {
	    margin-top: 146px;
	}

	.plug-image {
	    height: 306px;
	    width: 521px;
	    left: -135px;
	    top: 45px;
	}

	.car-image{
		height: 380px;
	    width: 530px;
	    top: -60px;
	    right: -22%;
	    left: auto;
	}
	
	.spacer-two {
	    height: 221px;
	}

	.spacer-one{
		height: 220px;
	}

	.e-motor-image {
	    top: 0px;
	    height: 286px;
    	width: 534px;
    	left:10px;
	}

	footer {
		margin-top: 255px;
	}
}

@media (max-width: 576px){
	html{
		font-size:8px;
	}

	body{
		background-position: center -436px;
    	background-size: 1500px auto;
	}
	header{
		min-height: 80px;
	}
	.header-logo {
	    position: absolute;
	    left: calc(50% - 100px);
	    top: 0px;
	    width: 200px;
	}

	.navlinks{
		margin-top: 0px;
	}

	.main-content {
	    margin-top: 110px;
	}

	.incars-block {
	    margin-top: 275px;
	}

	.plug-image {
	    height: 210px;
    	width: 350px;
	    right: auto;
	    left: -30px;
	    min-width: auto;
	    top: 45px;
	}

	.car-image {
		height: 330px;
	    width: 460px;
	    top: -60px;
	    right: -28%;
	    left: auto;
	}

	.spacer-two {
	    height: 180px;
	}

	.footer-rest{
		margin-top:10px;
	}

	.footer-rest a{
		margin-left: 0px;
		margin-right: 0px;
	}
	
section#text-6.widget.widget_text  {	
	text-align: center !important;
	min-width: 100% !important;
	}

}


.acx_smw_float_fix {
		margin-left: auto !important;
		margin-right: auto !important;
	text-align: center !important;
	display: block !important;
	min-width: 100% !important;
	
	}