* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
.feature-inner_box,
.feature-inner img,
svg,
a,
.svg_after:after,
.motorbike-inner-section:after,
.svg_after,
.motorbike-inner-section img,
.team-leader-div:before,
.social-section a{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
body {
    font-family: 'Cera Pro', sans-serif;
    font-weight:400;
    font-size: 14px;
    overflow-x: hidden;
    background: #fff;
}
body.open{
    overflow: hidden;
}
button{
    outline: none;
}
.pt-70{
   padding-top: 70px;
}
a:hover{
   text-decoration: none;
}
a:focus{
   outline: none;
   text-decoration: none;
}
ol, ul{
    margin: 0px;
}
a{
    display: inline-block;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Black.ttf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
.preloader{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader img {
    max-width: 200px;
}
.clearfix{
	clear: both;
}

/*main-nav*/
.navbar-nav li{
    padding: 0 20px;
}
.navbar-nav li a{
    font-size: 20px;
    position: relative;
    color: #fff;
    padding: 0!important;
}
@media screen and (min-width: 768px){
.navbar-nav li a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: auto;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.navbar-nav li a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}
.main-nav {
     position: absolute; 
     right: 50px; 
     top: 50px; 
}
}
@media screen and (max-width: 991px){
.navbar-nav li a {
    font-size: 16px;
}
}
@media screen and (max-width: 767px){
.navbar-nav li a{
    padding: 5px 0 !important;
}
#hamburger-1 {
    float: right;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 5px;
}
.hamburger .line {
    width: 26px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(48deg);
    -ms-transform: translateY(9px) rotate(48deg);
    -o-transform: translateY(9px) rotate(48deg);
    transform: translateY(9px) rotate(48deg);
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-50deg);
    -ms-transform: translateY(-7px) rotate(-50deg);
    -o-transform: translateY(-7px) rotate(-50deg);
    transform: translateY(-7px) rotate(-50deg);
}
#main-menu {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #32cd32;
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    display: block;
    z-index: 55;
    text-align: center;
}
.is-active#main-menu, .is-active.menu-activebg {
    transform: none;
    padding: 5px;
}
.header-section {
    margin: 0;
}
}

.dsc_logo{
/*	width:40%;
	float:left;*/
	padding:50px 0px 60px 70px;
}
.header-section{
	background-color: #030303;
}
.dsc_logo img {
    max-width: 340px;
}
.dsc_logo h2{
    font-size: 60px;
    font-family: 'Cera Pro', sans-serif;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    margin-top: 100px;
}
.dsc_logo h2 span{
	color: #32cd32;
	font-weight:bold;
}
.dsc_logo .offer{
	padding-right:20%;
}
.dsc_logo .offer p{
	margin-bottom: 0;
    font-size: 24px;
    color: #999999;
    margin-top: 30px;
}
/*.images_ecco{
	width:60%;
	float:left;
	position:relative;
}*/
.images_ecco:after{
    background-image: url(../images/bike.png);
    height: 738px;
    width: 770px;
    background-repeat: no-repeat;
    bottom: 0px;
    left: -50px;
    position: absolute;
    content: '';
    background-size: contain;
}
.indiegogo p{
	font-size:30px;
	color:#fff;
	margin-bottom:20px;
}
.indiegogo p span{
	background-color: #fe0070;
	padding:10px 20px;
	font-weight:600;
	font-size:28px;
	text-transform:uppercase;
}
.logo_dsc_sub img{
	width:65px;
	height:80px;
	margin-right: 15px;
}
.logo_dsc_sub{
	display: flex;
	align-items: center;
}
.logo_dsc_sub p{
    font-size: 24px;
    color: #999999;
    padding-right: 20%;
}
.indiegogo{
    margin-top: 110px;
}
@media screen and (max-width:1599px){
    .dsc_logo h2 {
        font-size: 48px;
        margin-top: 130px;
    }
    /*.dsc_logo {
        padding: 50px 0px 60px 50px;
    }*/
    .indiegogo p {
    	font-size: 26px;
        padding-right: 10%;
    }
    .indiegogo p span {
        font-size: 22px;
    }
    .logo_dsc_sub p {
        font-size: 22px;
        color: #999999;
        padding-right: 10%;
        margin-bottom:0px;
    }
    .dsc_logo img {
        max-width: 300px;
    }
    .dsc_logo .offer {
        padding-right: 15%;
    }
    .images_ecco:after{
    	background-size: contain;	
        background-repeat: no-repeat;
        max-width: 80%;
        bottom: -170px;
    }
    /*.images_ecco:after{
        height: 85%;
        width: 115%;
    }*/
}
@media screen and (max-width:1300px){
    .indiegogo {
        margin-top: 110px;
    }
}
@media screen and (max-width:1199px){
    .dsc_logo h2{
        font-size: 35px;
        margin-top: 170px;
    }
    .indiegogo {
        margin-top: 200px;
    }
    .dsc_logo .offer p{
        font-size: 22px;
    }
    .indiegogo p {
        font-size: 22px;
    }
    .indiegogo p span {
        font-size: 18px;
    }
    .dsc_logo img {
        max-width: 250px;
    }
    .logo_dsc_sub p {
        font-size: 18px;
    }
    .dsc_logo .offer {
        padding-right: 10%;
    }
    .dsc_logo {
        padding: 40px 0 40px 40px;
    }
}
@media screen and (max-width:991px){
    .dsc_logo img {
        max-width: 200px;
    }
    .dsc_logo h2 {
        font-size: 32px;
        margin-top: 100px;
    }
    .dsc_logo .offer p {
        font-size: 18px;
    }
    .indiegogo p {
        font-size: 20px;
    }
    .indiegogo p span {
       font-size: 16px;
       padding: 8px 10px;
    }
    .logo_dsc_sub img {
        width: 50px;
        height: 55px;
        margin-right: 10px;
    }
    .logo_dsc_sub p {
        font-size: 15px;
    }
}
@media screen and (max-width:767px){
    .dsc_logo {
        width: 100%;
    }
    .images_ecco {
        width: 100%;
    }
    .dsc_logo {	
        padding: 20px 0 30px 15px;
    }
    .dsc_logo h2 {
        margin-top: 40px;
        font-size:30px;
    }
    .dsc_logo .offer {
        padding-right: 30px;
    }
    .dsc_logo .offer p {
        font-size: 15px;
        margin-top: 20px;
    }
    .indiegogo {
        margin-top: 40px;
    }
    .indiegogo p {
        font-size: 18px;
    }
    .indiegogo p span {
        font-size: 14px;
        padding: 5px 10px;
    }
    .logo_dsc_sub p {
        padding-right: 30px;
    }
    .images_ecco::after {
        height: 100%;
        width: 100%;
        left: 0;
    }
}
/* feature_blog */
.feature_blog{
	padding-top: 75px;
	padding-bottom:100px;
	text-align:center;
}
/*.feature_blog .feature-inner{
    width: 24.50%;
    text-align: center;
    display: inline-block;
    margin-bottom: 85px;
}*/
.feature-inner p {
    font-size: 26px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom:0px;
}
@media screen and (max-width:1599px){
    .feature-inner p {
        font-size: 22px;
        margin-top: 20px;
    }
    .feature-inner img{	
        max-width: 70px;
        max-height: 70px;
    }
}
@media screen and (max-width:1199px){
    .feature-inner p {
        font-size: 20px;
        margin-top: 18px;
    }
    .feature-inner img{	
        max-width: 60px;
        max-height: 60px;
    }
}
@media screen and (max-width:991px){
    .feature-inner p {
        margin-top: 15px;
    }
}
@media screen and (max-width:767px){
    .feature-inner img {
        max-width: 50px;
        max-height: 50px;
    }
}
/* bike-Services */
.bike_service{
	background-image: url(../images/nirobibg.png);
	background-size: cover;
    margin-bottom: 115px;
	padding: 120px 0 110px  0;
    transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    width: 120%;
    left: -10%;
}
.bike_service_inner {
    transform: rotate(4.5deg);
    -moz-transform: rotate(4.5deg);
    -webkit-transform: rotate(4.5deg);
    -o-transform: rotate(4.5deg);
    -ms-transform: rotate(4.5deg);
}
.svg_after svg{
	height:65px;
	width:65px;
	margin-left: 40px;
	fill:#fff;
}
.svg_after-clock svg{
	height:96px;
	width:96px;
	fill:#fff;
}
.service-inner{
	width: 33%;
    display: inline-table;
    margin-bottom: 70px;
}
.title-service{
	font-size:48px;
	color: #fff;
	margin-bottom:90px;
}
.title-service h2{
	margin:0;
	font-size:48px;
	font-weight:400; 
}
.title-service p{
    color: #32cd32;
    font-weight: bold;
    margin-top: 10px;
}
.service-dsc h2{
	font-weight:bold;
	font-size: 36px;
	color:#32cd32;
	margin-bottom: 0;
}
.service-dsc p{
	font-size:24px;
	color:#fff; 
}
.svg_after{
	position:relative;
	z-index:1;
}
.svg_after:after{
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    top: -30px;
    z-index: -1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    left: 0px;
    background-color: #297725;
    opacity: 0.7;
}
.service-inner-clock:after{
	width:100%;
	height:100%;
	content: '';
	position: absolute;
}
.service-dsc-clock{
	font-size:36px;
	color:#fff;
	margin-top:20px;
}
@media screen and (max-width:1599px){
    .title-service,.title-service h2{
        font-size: 42px
    }
    .service-dsc h2 {
        font-size: 34px;
    }
    .service-inner, .service-inner-clock {
        margin-bottom: 80px;
    }
}
@media screen and (max-width:1199px){
    .title-service, .title-service h2 {
        font-size: 35px;
    }
    .svg_after svg {
        height: 60px;
        width: 60px;
        margin-left: 30px;
    }
    .svg_after::after {
        height: 70px;
        width: 70px;
        top: -20px;
        left: 50%;
        transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
    .svg_after-clock svg {
        height: 86px;
        width: 86px;
    }
    .service-dsc-clock {
        font-size: 25px
    }
    .service-dsc p{
    	padding-right:20px;
    }
    .service-dsc h2 {
        font-size: 30px;
    }
    .service-dsc p {
        font-size: 22px;
    }
    .service-inner, .service-inner-clock {
        margin-bottom: 40px;
    }
}
@media screen and (max-width:991px){
    .service-inner, .service-inner-clock {
        width: 32.5%;
    }
    .svg_after svg {
        height: 50px;
        width: 50px;
        margin-left: 25px;
    }
    .service-dsc h2 {
        font-size: 28px;
        margin-top:15px;
    }
    .service-dsc p {
        font-size: 18px;
        margin-top: 5px;
    }
    .service-inner, .service-inner-clock {
        margin-bottom: 20px;
    }
    .service-dsc-clock {
        font-size: 22px;
    }
    .title-service, .title-service h2 {
        font-size: 32px;
    }
    .title-service{
    	margin-bottom:70px;
    }
}
@media screen and (max-width:767px){
    .title-service{
    	margin-bottom:60px;
    }
}
@media screen and (max-width:650px){
    .title-service, .title-service h2 {
        font-size: 26px;
    }
    .service-inner, .service-inner-clock {
        width: 49%;
    }
    .service-inner, .service-inner-clock {
        margin-bottom: 30px;
    }
    .title-service {
        margin-bottom: 50px;
    }
    .service-dsc p {
        font-size: 16px;
        padding-right: 0;
    }
    .service-dsc-clock {
        font-size: 18px;
    }
    .service-dsc h2 {
        font-size: 25px
    }
}
@media screen and (max-width:350px){
    .title-service, .title-service h2 {
        font-size: 23px;
    }
    .svg_after::after{
    	left:50%;
    	transform: translateX(-50%);
    	-o-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    }
}
/* battery_info */
.battery_info{
	background-image: url(../images/bike_ride_batter.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0px 100px;
    background-size: 600px;
}
/*.bike-battery-information{
	padding-left:0px;
}*/
.battery_info{
	display: flex;
	padding-bottom: 120px;
}
.bike-ride-offer p{
	font-size:66px;
	line-height:1;
	font-weight: bold;
	color:#030303;
}
.bike-ride-offer p span{ 
	color:#32cd32;
}
.bike-ride-offer {
    padding: 30px 0 30px 30px;
    position:relative;
    border-left: 7px solid #32cd32;
}
.bike-ride-offer:after{
	content: '';
	height:7px;
	width:120px;
	background-color:#32cd32;
	position:absolute;
	left:0;
	top:0;
}
.bike-ride-offer:before{
	content: '';
	height:7px;
	width:120px;
	background-color:#32cd32;
	position:absolute;
	left:0;
	bottom:0;
}
.bike-dscibtion{
	/*margin: auto;
	margin-top:50px;*/
	width:95%;
	color:#777777;
	font-size:30px;
}
.don-worry h2{
	font-size: 36px;
    color: #fff;
    width: 95%;
    text-align: center;
    margin: auto;
    margin-top: 65px;
    font-weight: bold;
    padding: 25px 0;
    line-height: 1;
    background: #32cd32;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.don-worry-info{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.don-worry-inner{
	padding:0 45px;
}
.don-worry-inner p{
	margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.don-worry-inner img{
	margin-bottom: 5px;
}
.dsc_bike_p{
    font-size: 29px;
    color: #777777;
    text-align: center;
    line-height:1.5;
}
@media screen and (max-width:1599px){
    .battery_info{
    	background-size:450px;	
    }
    .bike-ride-offer p {
        font-size: 60px;
    }
    .don-worry h2 {
        font-size: 34px;
        color: #fff;
        width: 90%;
    }
    .don-worry-inner p {
        font-size: 22px;
    }
    .dsc_bike_p {
        font-size: 26px;
    }
    .battery_info {
        padding-bottom: 80px;

    }
}
@media screen and (max-width: 1199px){
	.bike-battery-information{
		padding-left:150px;
	}
	.bike-ride-offer p {
    	font-size: 50px;
	}}	
	.don-worry h2 {
    	font-size: 30px;
	    width: 95%;
	    margin-top: 50px;
	    padding: 20px 0;
	    line-height: 1.2;
	}
	.don-worry-inner img {
    	max-width: 250px;
	}
	.don-worry-inner p {
    	font-size: 20px;
	}
	.battery_info {
    	padding-bottom: 40px;
	}
	.dsc_bike_p {
    	font-size: 22px;
	}
}
@media screen and (max-width:991px){
	.battery_info {
    	background-size: 300px;
	}
	.bike-battery-information {
    	padding-left: 280px;	
	}	
	.bike-ride-offer p {
    	font-size: 38px;
	}
    .don-worry h2{
    	width:100%;
    	font-size:24px;
    	margin-top:40px;
    }
    .don-worry-info {
    	margin-top: 40px;
	}
	.don-worry-inner p {
    	font-size: 18px;
	}
	.don-worry-inner img {
    	max-width: 230px;
	}
	.dsc_bike_p {
    	font-size: 20px;
	}
}
@media screen and (max-width:767px){
	.battery_info {
		background-size: 280px;
		background-position: 0 0;
		padding-bottom: 0;
	}
	.bike-dscibtion {
		margin-top: 20px;
    	font-size: 18px;
    	width: 100%;
	}
	.battery_info .container{
		min-width:100%;
	}
}
/* daily-Premiums */
.daily-premiums{
	position: relative;
	padding:150px 0;
	margin-top: 50px;
    padding-top: 170px;
}
.daily-premiums:after{
	position: absolute;
	height:100%;
	width:100%;
	content: '';
	left:0px;
	background: #f1f2f6;
	z-index: -1;
	top:0;
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.daily-premiums-inner{
	width: 80%;
	margin: auto;
}
.daily-premiums-inner h2{
	font-size:60px;
	font-weight:bold;
}
.daily-premiums-inner h2 span{
	color:#32cd32;
}
.fuel-co2-box{
	display: flex;
	margin-top:45px;
}
.fuel-co2-box .premiums-inner-1{
	font-size: 36px;
    margin-top: 90px;
    margin-right: 160px;
}
.daily-premiums-inner h3{
	margin: auto;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-top: 90px;
    background-color: #030303;
    width: 68%;
    text-align: center;
    padding: 20px 0;
    z-index:1;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.each-after{
	position: relative;
	z-index:1;
}
.daily-premiums-inner .each-after:after{	
	position: absolute;
    content: '';
    background-color: #32cd32;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 79px;
    z-index: -1;
    bottom: 0px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.each-ecobodaa{
	width:70%;
	display: flex;
	margin: auto;
}
.each-ecobodaa-inner{
	width:50%;
	text-align:center;
	margin-top:50px;
}
.each-ecobodaa-inner p{
	font-size:26px;
	font-weight: bold;
	margin-top:30px;
	margin-bottom: 0;
}

/* our-motorbike-smart */
.our-motorbike{
	background-image:url(../images/our-motorbike-smart.png);
    padding: 160px 0px;
    margin-top: -150px;
	background-repeat: no-repeat;
	text-align:center;
}
.motorbike-title h2{
	font-size:60px;
	font-weight:bold;
	color:#fff;
}
.motorbike-title h2 span{
	color:#32cd32;
}
.motorbike-title p{
	color:#999999;
	font-size:30px;
}
.motorbike-inner-blog{
	display: flex;
	margin-top: 90px;
}
.motorbike-inner-section p{
    font-size: 26px;
    color: #fff;
    padding: 0 20px;
    margin-top: 30px;
}
.motorbike-inner-section{
	width:16.66%;
	position: relative;
	z-index: 1;
}
.motorbike-inner-section:after{
	position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    top: -30px;
    z-index: -1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #297725;
    opacity: 0.7;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
   	-ms-transform: translateX(-50%);
}
.our-team{
	/*margin:50px 0; */
}
.founder-co-founder{
	text-align:center;
}
.our-team-title{
	font-size:60px;
	text-align: center;
	font-weight:bold;
}
.our-team-title span{
	color:#32cd32;
}
.team-leader {
    margin: 60px 30px 60px 30px;
    display: inline-block;
}
.team-leader h3{
	font-size:32px;
	font-weight:500;
}
.team-leader p{
	font-size: 24px;
    color: #777777;
    font-weight: 500;
}
.social-copyright-inner{
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.social-copyright-inner span,
.social-copyright-inner span a{
	font-size:24px;
	color:#777777;
	line-height:1;
}
.social-copyright-inner span a:hover{
    color: #32cd32;
}
.footer-bottom{
	padding:25px 15px;
	text-align:center;
	font-weight:400; 
	background-color:#030303;
	color: #777777;
	font-size:22px; 
}
.social-copyright-inner > a{
	width:50%;
}
.social-section a svg{
    height: 60px;
    width: 60px;
    padding: 15px;
    fill: #222;
    background-color: #32cd32;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 7px;
    border: 2px solid #32cd32;
}
.social-section a:hover svg{
    background-color: transparent;
    fill: #32cd32;
}
.social-section{
    width: 50%;
    text-align: right;
}

/*new-css*/
canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: -9;
}
div#particles-js {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}
.feature-inner_box{
    border-radius: 5px;
}
.feature-inner_box:hover{
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
}
.feature-inner_box:hover img,
.service-inner:hover .svg_after,
.motorbike-inner-section:hover img{
    position: relative;
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.team-leader .team-leader-div:before{
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    left: 50%;
}
.team-leader:hover .team-leader-div:before{
    background-color: hsl(120, 61%, 50%, 0.5);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}
.service_clock_box_position {
    background-image: url(../images/shap_bg_1.png);
    background-size: 1060px;
    background-repeat: no-repeat;
    height: 380px;
}
.service-inner-clock{
    right: 0;
    transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    bottom: 0;
    width: 50%;
    margin-bottom: 0;
}
.service_rotate_text {
    transform: rotate(3deg) translateY(50%);
    -webkit-transform: rotate(3deg) translateY(50%);
    -moz-transform: rotate(3deg) translateY(50%);
    -o-transform: rotate(3deg) translateY(50%);
    -ms-transform: rotate(3deg) translateY(50%);
    position: absolute;
    bottom: 50%;
    left: 210px;
    padding-bottom: 40px;
}
.service-dsc-clock p{
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 300;
}
.service-dsc-clock p b{
    font-weight: 800;
}
.svg_after-clock {
    margin-top: 30px;
}
.our-motorbike-inner{
    z-index: 9;
}
#particles-js1 canvas{
    left: 0;
    z-index: 0;
}
a#scroll{
    width: 40px;
    height: 40px;
    background-color: #32cd32;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    border: 2px solid #32cd32;
    opacity: 1;
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
}
a#scroll:hover{
    background-color: transparent;
    color: #32cd32;
}
@media (min-width: 1200px) and (max-width: 1550px){
    .dsc_logo img {
        max-width: 240px;
    }
    .dsc_logo h2 {
        font-size: 38px;
        margin-top: 70px;
        line-height: 1.2;
    }
    .indiegogo {
        margin-top: 60px;
    }
    .battery_info{
        background-position: 0px 30px;
    }
    .bike-dscibtion {
        max-width: 80%;
    }
}
@media screen and (max-width: 340px){
    body .service_rotate_text {
        bottom: 22px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .founder-co-founder {
        display: flex;
    }
    .social-copyright-inner span, .social-copyright-inner span a {
        font-size: 19px;
    }
    .motorbike-inner-section p {
        font-size: 20px;
        padding: 0 10px;
    }
    .daily-premiums-inner {
        width: 100%;
    }
    .daily-premiums-inner h3 {
        font-size: 32px;
    }
    .bike-battery-information {
        padding-left: 0;
        margin: 0;
        max-width: 100%;
        flex: none;
    }
    .battery_info {
        background-image: none;
    }  
    .service-inner-clock {
        width: 100%;
        position: relative;
        bottom: -15px;
    }
    .svg_after::after {
        left: 0;
        transform: none;
    }
    .dsc_logo h2 {
        margin-top: 60px;
    }
    .indiegogo {
        margin-top: 60px;
    }
    .images_ecco:after {
        background-position: center center;
        left: 0px;
    }
    .our-motorbike {
        margin-top: -210px;
    }
    .motorbike-title h2,.daily-premiums-inner h2,.our-team-title {
        font-size: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .images_ecco:after {
        background-position: center center;
        left: 0px;
    }
    .svg_after::after {
        left: 0;
        transform: none;
    }
    .service-inner-clock {
        width: 100%;
        position: relative;
        bottom: -15px;
    }
    .service_clock_box_position {        
        background-size: cover;
    }
    .our-motorbike {
        margin-top: -200px;
    }
    .don-worry h2 {
        font-size: 24px;        
    }
}    
@media (min-width: 1600px) and (max-width: 1799px){
    .images_ecco:after {
        background-position: center center;
    }
        .battery_info {
        background-size: 550px;
    }
}
@media screen and (max-width: 767px){
    .feature-inner_box{
        padding: 30px 15px 30px 15px;
    }
    .feature_blog .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    br,
    .daily-premiums:after,
    .daily-premiums-inner .each-after:after{
        display: none;
    }
    .feature-inner p {
        font-size: 12px;
    }
    .mb-20{
        margin-bottom: 20px;
    }
    .bike_service,
    .service-inner-clock,
    .daily-premiums-inner{
        width: 100%;
        left: 0;
    }
    .bike_service,
    .bike_service_inner,
    .service-inner-clock{
        transform: rotate(0);
    }
    .feature_blog,
    div#particles-js{
        padding-bottom: 40px;
    }
    .feature_blog,
    .bike_service,
    .daily-premiums{
        padding-top: 40px;
    }
    .title-service p{
        font-size: 18px;
    }
    .service-inner,
    .service-inner-clock,
    .don-worry-inner{
        text-align: center;
    }
    .service_clock_box_position{
        background-size: 330px;
        height: 100px;
        background-image: none;
    }
    .service_rotate_text{
        transform: rotate(0) translateY(0);
        -webkit-transform: rotate(0) translateY(0);
        -ms-transform: rotate(0) translateY(0);
        -o-transform: rotate(0) translateY(0);
        -moz-transform: rotate(0) translateY(0);
        position: absolute;
        bottom: 20px;
        left: auto;
        padding-bottom: 0;
        right: 0;
        width: 50%;
        padding-right: 15px;
    }
    .service-dsc-clock p{
        font-size: 16px;
    }
    .svg_after-clock svg {
        height: 56px;
        width: 56px;
    }
    .svg_after-clock,
    .title-service p,
    .fuel-co2-box{
        margin-top: 0;
    }
    .bike_service{
        margin-bottom: 40px;
    }
    .bike-ride-offer{
        padding: 25px 0 25px 15px;
    }
    .bike-battery-information{
        padding: 340px 0 0 0;
    }
    .bike-ride-offer p {
        font-size: 23px;
        margin-bottom: 0;
        line-height: 1.3;
    }
    .bike-dscibtion {
        margin-top: 10px;
        font-size: 14px;
        width: 100%;
        padding: 0 15px;
        line-height: 1.4;
    }
    .images_ecco::after {
        height: 100%;
        bottom: -40px;
        max-width: 380px;
        background-position: center center;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .bike-ride-offer,
    .don-worry{
        margin: 0 15px;
    }
    .don-worry h2 {
        width: 100%;
        font-size: 18px;
        margin-top: 20px;
        padding:15px;
        line-height: 1.4;
    }
    .don-worry-inner{
        padding: 0 15px;
    }
    .don-worry-inner img {
        max-width: 130px;
    }
    .don-worry-inner p {
        font-size: 12px;
    }
    .don-worry-info img{
        max-height: 70px;
    }
    .dsc_bike_p {
        font-size: 14px;
        margin-top: 10px;
    }
    .don-worry-info {
        margin-top: 20px;
    }
    .daily-premiums{
        margin-top: 40px;
        background: #f1f2f6;
        padding-bottom: 60px;
    }
    .daily-premiums-inner h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .fuel-co2-box .premiums-inner-1 {
        font-size: 30px;
        margin-top: 20px;
        margin-right: 0;
    }
    .fuel-co2-box {
        display: block;
    }
    .premiums-inner-1 > p {
        font-size: 20px;
        margin-bottom: 0;
    }
    .premiums-inner-1 {
        margin-bottom: 20px;
    }
    .daily-premiums-inner h3{
        margin-top: 40px;
        font-size: 21px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .each-ecobodaa{
        width: 100%;
    }
    .each-ecobodaa-inner p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.3;
    }
    .our-motorbike{
        margin-top: -120px;
        padding-top: 145px;
        padding-bottom: 0;
        background-size: 2101px;
    }
    .each-ecobodaa-inner img {
        max-width: 110px;
    }
    .motorbike-title h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .motorbike-title p{
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 7px;
    }
    .motorbike-inner-blog{
        flex-wrap: wrap;
        margin: 0 -15px;
        margin-top: 40px;
    }
    .motorbike-inner-blog > .motorbike-inner-section{
        width: 49%;
        margin-bottom: 30px;
    }
    .motorbike-inner-section p {
        font-size: 26px;
        padding: 0;
        margin-top: 10px;
        font-size: 16px;
    }
    .motorbike-inner-blog > .motorbike-inner-section.motorbike-inner-section-5,
    .motorbike-inner-blog > .motorbike-inner-section.motorbike-inner-section-6{
        margin-bottom: 40px;
    }
    .motorbike-inner-section:after{
        left: 42%;
        height: 60px;
        width: 60px;
        top: -10px;
    }
    .motorbike-inner-blog > .motorbike-inner-section img {
        max-width: 50px;
    }
    .our-team-title {
        font-size: 30px;
    }
    .our-team {
        margin: 40px 0;
    }
    .team-leader {
        margin: 20px 0 0 0;
    }
    .team-leader .team-leader-div:before{
        width: 91%;
        height: 91%;
    }
    .team-leader h3 {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .team-leader p {
        font-size: 18px;
    }
    .social-section {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .social-copyright-inner {
        display: block;
        margin-bottom: 40px;
    }
    .social-section a svg {
        margin: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        top: 50%;
    }
    .social-section a{
        position: relative;
        height: 40px;
        width: 40px;
        padding: 15px;
        background-color: #32cd32;
        border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        margin: 0 7px;
        border: 2px solid #32cd32;
    }
    .social-section a:hover{
        background-color: transparent;
    }
    .social-copyright-inner span, .social-copyright-inner span a {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .social-copyright-inner{
        text-align: center;
    }
    .footer-bottom {
        padding: 15px 15px;
        font-size: 14px;
    }
    .images_ecco img{
        max-height: 280px;
    }
}