@font-face {
    font-family: ss;
    /* src: url(/fonts/Roboto/Roboto-Regular.ttf);*/
}
@font-face {
    font-family: ss-bold;
    /* src: url(/fonts/Roboto/Roboto-Bold.ttf); */
}
@font-face {
    font-family: ss-black;
    /* src: url(/fonts/Roboto/Roboto-Black.ttf); */
}
@font-face {
    font-family: ss-thin;
    /* src: url(/fonts/Roboto/Roboto-Thin.ttf); */
}
@font-face {
    font-family: ss-light;
    /* src: url(/fonts/Roboto/Roboto-Light.ttf); */
}
ul, ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #3f4244;
}

body {
    font-family: ss;
    color: #3f4244;
    background-color: #f5f5f5;
}

header {
    padding: 10px 0 15px;
    background-color: #fff;
    height: 100px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.nav-bar{
    display: none;
}

.logo {
}

    .logo a {
    }

        .logo a img {
        }

.lang {
    float: right;
    margin-top: 28px;
    margin-left: 10px;
}

.lang a {
}

.lang a img {
    max-width: 41px;
}

.lang select {
    background-color: #e8e5e5;
    color: #232e3d;
    font-size: 12px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
}

.main-nav {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}

.main-nav li {
    float: left;
    margin: 0 5px;
}

.main-nav li a {
    padding: 3px 15px 0;
    color: #3f4244;
    display: block;
    line-height: 39px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
}

.main-nav li a.active,
.main-nav li:hover a {
    background-color: #4285f4;
    color: #fff;
}

#get-involved{
    height: 570px;
    margin-top: 100px;
    position: relative;
}
#bgCarousel{
    width: 100%;
    position: absolute;
    top: 0;
    height: 600px;
}
#bgCarousel .item {
    transition-property: opacity;
    transition-duration: 3s;
}
        
#bgCarousel .item,
#bgCarousel .active.left,
#bgCarousel .active.right {
    opacity: 0;
}

#bgCarousel .active,
#bgCarousel .next.left,
#bgCarousel .prev.right {
    opacity: 1;
}

#bgCarousel .next,
#bgCarousel .prev,
#bgCarousel .active.left,
#bgCarousel .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
#get-involved .imgMob{
    display: none;
}
#get-involved .block-left{
    margin-top: 150px;
    margin-bottom: 150px;
    float: left;
    margin-left: 100px;
    position: relative;
    z-index: 10;
}
#get-involved .block-left h4{
    font-size: 30px;
    color: #fff;
    font-family: ss-light;
}
#get-involved .block-left h3{
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    font-family: ss-black;
    margin-bottom: 30px;
}
#get-involved .block-left p{
    font-size: 36px;
    margin-top: 25px;
	font-weight: bold;
    color: #fff;
    font-family: ss-thin;
}
#get-involved .block-left div{

}
#get-involved .block-left div a, a.dwl-now2{
    background-color: #4285f4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 45px;
    display: inline-block;
    padding: 3px 15px 0;
    border-radius: 5px;
    font-size: 22px;
    vertical-align: middle;
    font-family: ss-bold;
    text-decoration: none;
    cursor: pointer;
}
#get-involved .block-right{
    /*background: url(/img/bg-ban.png) center no-repeat;*/
    height: 707px;
    position: absolute;
    top: 0;
    right: 0;
    width: 584px;
    padding: 0;
    margin: 0;
}
#get-involved .block-right img{
position: absolute;
top: 38px;
left: -131px;
}
#discover{
    padding: 50px 0;
    background-color: #fff;
}
#discover .slide{
    float: left;
}
#discover .slide > a{
    float: left;
    width: 550px;
    margin-right: 25px;
    overflow: hidden;
    box-shadow: 5px 0px 20px #ccc;
}
#discover .slide > a img{
    max-width: 100%;
}
#discover .slide div{
    overflow: hidden;
}
#discover .slide div h3{
    font-family: ss-bold;
    font-size: 34px;
    color: #243638;
    margin-top: 0;
    text-transform: uppercase;
}
#discover .slide div h2{
    font-family: ss-bold;
    font-size: 40px;
    color: #4285f4;
}
#discover .slide div p{
    font-size: 20px;
    color: #243638;
    line-height: 2em;
    margin-top: 5px;
    font-family: ss-light;
}
#discover .slide div a:not(.thumb){
    display: none;
}
.carousel-indicators{
    bottom: 0;
    margin-bottom: 0;
/*     left: 430px; */
    margin-left: 20px;
	width: auto;
}
.carousel-indicators li{
    width: 60px;
    height: 10px;
    background-color: #dbdbdb;
    border: none;
    margin: 0;
    margin-right: 2px;
    border-radius: 2px;
}
.carousel-indicators li.active{
    background-color: #4285f4;
    width: 60px;
    height: 10px;
    border: none;
    margin: 0;
    margin-right: 2px;
    border-radius: 2px;
}
#how-it-work{
    #background: url('../image/bg.jpg') center center no-repeat;
	background-color: #4285f4;
    position: relative;
    height: 690px;
    counter-reset: section;
}
#how-it-work h2{
    font-size: 52px;
    font-family: ss-bold;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
#how-it-work .img-mob{
    position: absolute;
    text-align: center;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 5;    
}
#how-it-work .img-mob img{
    -moz-transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    opacity: 0;
}
#how-it-work .img-mob.active img{
    opacity: 1;
}

#how-it-work .div-step{
    margin-top: 100px;
    position: relative;
    z-index: 10;
    padding: 0;
}
#how-it-work .div-step.right{
    text-align: right;
    padding-left: 0;
}
#how-it-work .div-step.left{
    padding-right: 0;
}
#how-it-work .div-step ul{
    
}
#how-it-work .div-step ul li{
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-family: ss-bold;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    white-space: nowrap;
    position: relative;
    line-height: 100px;
    padding-bottom: 30px;
    cursor: pointer;

}

#how-it-work .div-step.left ul li{
    padding-left: 60px;
    
}
#how-it-work .div-step ul li span{
    font-size: 13.5px;
    display: inline-block;
    position: absolute;    
    top: 70px;
    white-space: normal;
    font-family: ss;
    line-height: 1.3em;
}
#how-it-work .div-step.right ul li span{
    right: 0;
    padding-right: 60px;
}
#how-it-work .div-step.left ul li span{
    left: 0;
    padding-left: 60px;
}
#how-it-work .div-step.right ul li{
    padding-right: 60px;
}
#how-it-work .div-step.left ul li:before,
#how-it-work .div-step.right ul li:after{
    counter-increment: section;
    content: counter(section);
    color: #4285f4;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 29px;
}
#how-it-work .div-step.left ul li:before{
    left: 0;
}
#how-it-work .div-step.right ul li:after{
    right: 0;
}
#how-it-work .div-step.left ul li.active:before,
#how-it-work .div-step.right ul li.active:after{
    -webkit-animation: mymove 800s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 800s infinite;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes mymove {
    from {opacity: 1;}
    to {opacity: 0;}
}
#experience{
    padding-top: 0px;
    padding-bottom: 0;
}
#experience  h2{
    color: #4285f4;
    font-size: 48px;
    font-family: ss-bold;
    text-align: center;
}
#experience h3{
    text-align: center;
    color: #243638;
    font-family: ss-bold;
    font-size: 34px;
}
#dwl{
    background-color:#ebebeb;
    padding: 50px 0;
}
.mob-down{
    float: left;
    margin-right: 80px;
    margin-left: 90px;
}
.mob-down img{

}
.con-down{
    overflow: hidden;
    margin-top: 20px;
}
.con-down h3{
    color: #243638;
    font-family: ss-bold;
    font-size: 34px;
}
.con-down h2{
    color: #4285f4;
    font-size: 48px;
    font-family: ss-bold;
    margin-bottom: 45px;
}
.con-down p{
    font-size: 17px;
    max-width: 100%;
}
.con-down a{
    display: inline-block;
    margin-bottom: 50px;
}
.con-down a img{

}
footer{

}
.foot-top{
    background-color: #232e3d;
    padding: 20px 0;
}
.foot-top > div{

}
.foot-top > div h5{
    font-family: ss-bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.foot-top  p{
    font-size: 13px;
    color: #a9b4c3;
    margin-bottom: 15px;
}
.foot-top  p.copy-right{
    padding-left: 15px;
    margin-top: 45px;
}
.contact-box p.copy-right{
    display: none;
}
.social{

}
.social span{
    margin-right: 20px;
}
.foot-bot{
    padding: 30px 0 25px;
    background-color: #1a2533;
    position: relative;
}
.foot-bot span{
    font-family: ss-bold;
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
}
.foot-bot span label{
    margin: 0 4px;
    padding-right: 10px;
    border-right: 1px solid #7b7878;
    line-height: 16px;
}
.foot-bot span label:last-child{
    border: none;
}
footer .lang{
    margin-top: 0;
}
.trans_bg{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
@media(max-width: 1366px){
    #get-involved .block-right{
        width: 435px;
    }
}

@media(max-width: 1024px){
    .main-nav li{
        margin: 0 1px;
    }
    .main-nav li a{
        padding: 3px 10px 0;
        line-height: 35px;
    }
    #get-involved .block-right {
        width: 360px;
    }
    #get-involved .block-left h3{
        font-size: 72px;
    }
    #get-involved .block-left{
        margin-left: 15px;
    }
}

/**For mobile**/
@media(max-width: 992px){
    header{
        text-align: center;
    }
    .logo{
        float: none !important;
    }
    header .lang{
        position: absolute;
        top: 0;
        right: 0;
    }
    .lang a{
        display: none;
    }
    .main-nav{
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        background-color: #232e3d;
        background-color: rgba(0,0,0,0.85);
        margin: 0;
        display: none;
    }
    .main-nav.open{
        display: block;
    }
    .main-nav li{
        width: 100%;
        margin-bottom: 1px;
    }
    .main-nav li a{
        color: #fff;
        font-size: 24px;
        line-height: 120px;
        font-family: ss-bold;
    }
    .main-nav li a.active{
        color: #4285f4;
        background-color: transparent;
    }
    .nav-bar{
        display: inline-block;
        position: absolute;
        top: 0;
        left: 20px;
        font-size: 70px;
        color: #999;
        height: 70px;
    }
    .nav-bar.active,
    .nav-bar:hover{
        color: #4285f4;
    }
    #get-involved{
        height: auto;
    }
    #get-involved .block-left div a, a.dwl-now2 {
	    font-size: 25px;
	    padding: 10px 25px;
    }
    
    .lang select {
    	font-size: 20px;
	    height: 50px;
	    line-height: 50px;
	    margin-right: 10px;
	    padding: 0 10px;
    }
    #app-title {
    	font-size: 40px !important;
    }
    #bgCarousel{
        display: none;
    }
    #get-involved .block-left{
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    #get-involved .block-left h4,
    #get-involved .block-left h3,
    #get-involved .block-left p{
        color: #232323;
    }
    #get-involved .block-left h3{
        margin: 0;
    }
    #get-involved .block-left p{
        margin-bottom: 30px;
    }
    #get-involved .block-right{
        display: none;
    }
    #get-involved .imgMob{
        display: block;
    }
    #discover{
        padding: 30px 0 60px;
    }
    #discover .slide {
        float: none;
    }
    #discover .slide > a.thumb{
        display: none;
    }
    #discover .slide div{
        text-align: center;
    }
    #discover .slide > div a:not(.thumb){
        display: block;
        text-align: center;
    }
    .carousel-indicators{
        left: 0;
        text-align: center;
        width: 100%;
        bottom: -50px;
    }
    .container {
	    width: 100%;
	}
	#how-it-work {
		height: 820px !important;
	}
	#experience{
	    padding-top: 15px;
	}
	#myCarousel a img{
	    width: 100%;
	}
	#discover .slide div p {
    	font-size: 30px; 
	}
	
    #how-it-work h2{
        font-size: 50px;
        margin-top: 34px;
    }
    #how-it-work .img-mob{
        display: none;
    }
    #how-it-work .div-step{
        width: 100%;
        margin-top: 0;
    }
    #how-it-work .div-step{
        padding-left: 15px !important;
        padding-right: 0;
    }
    #how-it-work .div-step ul li,
    #how-it-work .div-step.left ul li,
    #how-it-work .div-step.right ul li{
        text-align: left;
        padding-left: 60px;
        padding-right: 0;
        line-height: 80px;
        font-size: 28px !important;
    }
    #how-it-work .div-step ul li:after{
        display: none !important;
    }
    #how-it-work .div-step ul li:before{
        counter-increment: section;
        content: counter(section);
        color: #4285f4;
        width: 42px;
        height: 42px;
        display: inline-block;
        background-color: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 47px;
        position: absolute;
        top: 17px !important;
        left: 0;
        font-size: 24px !important;
    }
    #how-it-work .div-step ul li span{
        left: 0;
        padding-left: 60px;
        top: 60px;
        font-size: 16px;
    }
    #dwl{
        padding: 45px 0 80px;
    }
    .mob-down{
        display: none;
    }
    .con-down{
        text-align: center;
    }
    .con-down p{
        max-width: 100%;
    }
    .con-down h2{
        margin-bottom: 20px;
    }
    .foot-top div,
    .foot-bot div.container{
        width: 100%;
        
    }
    .foot-top > div h5{
        font-size: 24px;
    }
    .foot-top > div p{
        font-size: 20px;
    }
    p.copy-right{
        display: none;
    }
    .contact-box{
        border-bottom: 1px solid;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .contact-box p.copy-right{
        display: block;
        padding-left: 0;
    }
    *[href^="tel"]{
        color:inherit;
        text-decoration:none;
    }
    .lang a img{
        max-width: 80px;
        margin-right: 15px;
    }
}
#frmFeedback{
    padding-top: 30px;
    padding-bottom: 30px;
}
#frmFeedback div.form-group{
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    padding-top: 15px;
}
#frmFeedback div.form-group.not-border{
    border-bottom: none;
}
#frmFeedback i.icon-submit{
    background-image: url(/image/icon-submit.png);
    background-repeat: no-repeat;
    width: 43px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: 0;
}
#frmFeedback i.icon-submit.icon-user{
    background-position: 0 0;
}
#frmFeedback i.icon-submit.icon-phone{
    background-position: 0 -48px;
}
#frmFeedback i.icon-submit.icon-mail{
    background-position: 0 -94px;
}
#frmFeedback input[type=text],
#frmFeedback input[type=tel],
#frmFeedback input[type=email]{
    width: 100%;
    padding-left: 55px;
    border: none;
    line-height: 42px;
    font-size: 16px;
}
#frmFeedback select{
    width: 100%;
    height: 42px;
    border: none;
    font-size: 17px;
    background-color: #fff;
}
#frmFeedback select option{

}
#frmFeedback textarea{
    width: 100%;
    border: none;
    resize: none;
    box-sizing: border-box;
}
#frmFeedback textarea::-webkit-input-placeholder{
    color: #c0c0c0;
    line-height: initial;
}
#frmFeedback input[type=submit]{
background: rgba(250,114,73,1);
background: -moz-linear-gradient(left, rgba(250,114,73,1) 0%, rgba(242,70,67,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,114,73,1)), color-stop(100%, rgba(242,70,67,1)));
background: -webkit-linear-gradient(left, rgba(250,114,73,1) 0%, rgba(242,70,67,1) 100%);
background: -o-linear-gradient(left, rgba(250,114,73,1) 0%, rgba(242,70,67,1) 100%);
background: -ms-linear-gradient(left, rgba(250,114,73,1) 0%, rgba(242,70,67,1) 100%);
background: linear-gradient(to right, rgba(250,114,73,1) 0%, rgba(242,70,67,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa7249', endColorstr='#f24643', GradientType=1 );

    text-align: center;
    line-height: 100px;
    color: #fff;
    border: none;
    line-height: 60px;
    padding: 0 105px;
    border-radius: 100px;
    font-size: 20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    line-height: 45px;
    color: #616161;
}
::-moz-placeholder { /* Firefox 19+ */
    line-height: 45px;
    color: #616161;
}
:-ms-input-placeholder { /* IE 10+ */
    line-height: 45px;
    color: #616161;
}
:-moz-placeholder { /* Firefox 18- */
    line-height: 45px;
    color: #616161;
}
.copy-right {
    color: #fff;
}