body {
    overflow-y: auto;
    color: white; 
	
 
}

html[lang='zh-cn'] body {
    line-height: 1.82857143 !important;
}
html[lang='zh-cn'] .use-cases{
    min-height: 500px;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
	color: #fff;
}

a:focus {
    outline: none;
    /* outline: 5px auto -webkit-focus-ring-color; */
    outline-offset: 0;
    color: #fff;
    text-decoration: none;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background: #065b30;
}
/*!* Page Style *!*/
#page0 {
    position: fixed;
    background: url(../images/02bg.jpg) repeat-x;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:-1;
}
/*!* Page Style *!*/
#page {
    position: fixed;
    top: 0;
	margin:0 auto;
	text-align:center;
	width:100%;
}

p {
    font-size: 20px;
    line-height: 2.6rem;
}

h1, h3, h2, h4, h5, h6 {
    font-weight: 600;
}

.message {
    font-size: 40px;
    margin: 20px 0;
}

.btn-normal {
    padding: 8px 20px;
    background: #1dcb8b;
    border: 2px solid #1dcb8b;
    color: #fff;
    text-decoration: none;
    float: left;
    margin: 1.5em 0 0 0;
    font-size: 14px;
    text-transform: capitalize;
}

.btn-normal:hover {
    color: #0099e5 !important;
    text-decoration: none !important;
    outline: none !important;
    background: transparent;
    border-color: #fff;
}

.content-resizer {
    width: 940px;
    margin: 0 auto;
}

.img-rounded {
    border-radius: 5px;
    margin: 5px auto 20px auto;
}

.alt-img {
    padding: 5px;
    background: #fff;
    color: #333;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 20px;
}

div[data-target] {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

div[data-target]:nth-child(1) {
    padding: 0;
}

div[data-target] > div {
    text-align: center;
    /*position: relative;*/
    margin: 0 auto;
}

.about, .classes, .clients, .gallery, .contact {
    overflow-y: auto !IMPORTANT;
}

.about, .classes, .clients, .gallery {
    padding: 4.5em 0em !important;
}

div#about {
    background: #2C82C9;
}

div#classes {
    background: #1f2223;
}

div#clients {
    background: #ffffff;
}

div#gallery {
    background: #1f2223;
}

div#contact {
    background: #ffffff;
}

#single {
    height: 0px !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 46%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 32px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 20px 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
    display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #fff;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #1dcb8b;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -7px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 15px;
    white-space: nowrap;
    max-width: 220px;
    /*overflow: hidden;*/
    display: block;
    padding: 3px 17px;
    background: #0099e5;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li .fp-tooltip:after {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 3.5px;
    right: -9px;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #0099e5;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 25px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}

h1.logo {
    float: left;
    border: 10px solid #fff;
    padding: 10px;
    position: relative;
    font-size: 36px;
    letter-spacing: 1px;
}

h1 span {
    color: #ffffff;
    position: absolute;
    left: 46px;
    top: -21px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 5px 8px;
    background: #1dcb8b;
}

h1.logo a {
    color: #0099e5;
    text-decoration: none;
}

/*-- //logo --*/
/*-- top-nav --*/
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
    float: right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    color: #d6dbb6;
    font-size: 18px;
}

ul.nav.navbar-nav.navbar-right li:nth-child(6) a {
    padding-right: 0 !important;
}

.navbar-collapse {
    padding: 0 !important;
}

/*--//header--*/
/*--banner-slider--*/
#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: absolute;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -54%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
    display: block;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    background: transparent url(../images/down.png) no-repeat 0px 0px;
    left: auto;
    left: 4%;
}

.callbacks_nav.prev {
    background: transparent url(../images/up.png) no-repeat 0px 0px;
    left: 0%;
}

.callbacks_nav.next, .callbacks_nav.prev {
    background-size: 22px;
    width: 22px;
    height: 22px;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 6%;
    left: 47%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 5px;
}

.animated {
    z-index: 99;
}

/*----*/
.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 14px;
    width: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #e84f5a;
}

/*----*/
.banner-w3ls .agileits-social {
    margin: 3em 4.5em 0em 0em;
}

.logo-w3layouts h1 a {
    position: absolute;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    left: 5em;
    top: 1.8em;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
}

.logo-w3layouts h1 a span {
    color: #e84f5a;
}

.header {
    position: absolute;
    z-index: 9999;
    top: 0%;
    left: 10.2%;
    width: 80%;
    background: #fff;
}

.w3l_banner_info {
    text-align: left;
}

.slider_banner_info {
    position: absolute;
    top: 26%;
    left: 19%;
    z-index: 999;
    padding: 13em 30em;
    border: 25px solid rgba(0, 0, 0, 0.69);
}

a.read {
    font-size: 1.1em;
    color: #333;
    background: #fff;
    padding: 0.6em 2em;
}

img.img-responsive {
    width: 100%;
}

/*-- //Slider --*/
/*--modal--*/
.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.modal-content h5 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.modal-header {
    padding: 8px;
}

/*--//modal--*/
/*-- //Banner-Slider --*/
/*--about--*/
.about-bgcolr-agileinfo {
    background: #1dcb8b;
    position: relative;
    min-height: 300px;
    padding: 15px;
}

.about-img-agileinfo {
    background: url(../images/about.jpg) no-repeat 0px 0px;
    border: 14px solid #000;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
}

.about-info-agileits {
    padding: 30px 0px 0px 50px;
    text-align: left;
}

h3.title-w3-agile {
    font-size: 2.7em;
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 1em;
}

h3.title-w3-agile-sub {
    font-size: 2em;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 1.5em;
}

h3.title-w3-agile-sub span {
    color: #1dcb8b;
}

p.para-agileits-w3layouts {
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #000;
    line-height: 30px;
}

.about-w3-grids h4 {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    font-size: 21px;
}

.about-w3-grids {
    padding: 20px;
}

.about-btm-wthree {
    margin-top: 5em;
}

.about-w3-grids:nth-child(1) {
    background: #0369bd;
}

.about-w3-grids:nth-child(2) {
    background: #0562af;
}

.about-w3-grids:nth-child(3) {
    background: #035294;
}

.about-w3-grids:nth-child(4) {
    background: #034073;
}

/*--//about--*/
/*--classes--*/
.class_left {
    min-height: 265px;
}

.img1 {
    background: url(../images/c7.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.img2 {
    background: url(../images/c1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.img3 {
    background: url(../images/c6.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.img4 {
    background: url(../images/c5.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.class_left {
    width: 45.5%;
    float: left;
}

.class_right {
    width: 54.5%;
    float: left;
    padding: 26.5px 10px;
    border-right: 3px solid #0099e5;
}

.white {
    background: #fff;
}

.black {
    background: #000;
}

.timings-agileits-w3layouts p {
    color: #1dcb8b !important;
    font-size: 14px !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.5px !important;
    display: inline;
    padding-right: 10px !important;
}

.timings-agileits-w3layouts span {
    font-size: 15px;
    letter-spacing: 1px;
    color: #a9a7a7;
}

.timings-agileits-w3layouts h6 {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 12px 0px 8px;
}

.clr-w3ls {
    color: #fff !important;
}

.class_box {
    margin-bottom: 2.6%;
}

.class_img {
    width: 88%;
    margin: 13.55px auto;
}

.class_img img {
    float: left;
    width: 30.5%;
    margin-right: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}

.class_desc, .class_desc1 {
    width: 62.5%;
    float: left;
}

.class_right1 {
    width: 54.5%;
    float: left;
    padding: 26.5px 10px;
    border-right: 3px solid #0099e5;
}

.black h3 {
    color: #fff !important;
}

.white h3, .black h3 {
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 2px 0px 7px;
    color: #000;
}

.white p, .black p {
    color: #777;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 25px;
}

.white h4, .black h4 {
    color: #949596;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.white h5, .black h5 {
    font-size: 20px;
    text-transform: capitalize;
    color: #1dcb8b;
    letter-spacing: .7px;
    margin: 12px 0px 0px;
}

/*--//classes--*/
/*-- clients --*/
.contact-w3layouts h3, .clients h3 {
    color: #000 !important;
}

.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}

.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888 !important;
}

.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}

.spldishes-agileinfo {
    margin-top: 4em;
}

.spldishes-agileinfo h5 {
    font-size: 2em;
    color: #fff;
}

.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}

.spldishes-grids {
    padding: 0;
}

.g1 {
    position: relative;
    display: block;
}

.agile-dish-caption {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 999;
    background: rgba(5, 5, 3, 0.78);
    padding: 2em 2em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.agile-dish-caption h4 {
    font-size: 1.8em;
    color: #0099e5;
    margin-bottom: 0.5em;
    font-weight: 400;
    letter-spacing: 3px;
    margin-top: 0;
}

.agile-dish-caption h3 {
    font-weight: bold;
    color: #3d3d3d;
}

.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
}

.g1:hover .agile-dish-caption {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#owl-demo .item img {
    width: 100%;
}

@media (max-width: 480px) {
    .agile-dish-caption {
        padding: 0.5em;
    }

    .agile-dish-caption span {
        font-size: 0.8em;
    }
}

/*-- //clients --*/
/*-- gallery --*/
.agileinfo_portfolio_grid {
    margin-top: 1.5em;
}

.agileinfo_portfolio_grid:nth-child(1) {
    margin-top: 0;
}

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: rgba(0, 0, 0, 0.55);
    /* border-bottom: 1px solid #FFF; */
    /* border-top: 1px solid #FFF; */
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    -o-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
}

.hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1.5px;
    background-color: transparent;
    color: #0099e5;
    padding: 1.6em 0 0em;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect h4 span {
    color: #fff;
    padding: 3px 7px 5px 10px;
    background: #1dcb8b;
}

.hovereffect p {
    color: #FFF;
    line-height: 1.8em;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hovereffect:hover p, .hovereffect:hover h4 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*-- //gallery --*/
/*-- animate popup --*/
/*-- login form --*/
.login-top.sign-top {
    background: #303030;
}

.agileits-login h6 {
    text-align: left;
    color: #b0d2c6;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 15px 0 13px;
}

label.anim span {
    font-size: 15px;
    color: #cccbcb;
}

.wthree-text ul li {
    list-style: none;
    text-align: left;
    margin-bottom: 8px;
}

.agileits-login {
    padding: 1em;
}

.agileits-login input[type="text"], .agileits-login input[type="password"], .agileits-login input[type="email"], .agileits-login textarea {
    outline: none;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    margin-bottom: .7em;
    background: rgba(0, 0, 0, 0.33);
}

.agileits-login textarea {
    resize: none;
    height: 55px;
    margin-bottom: 0 !important;
}

.agileits-login ::-webkit-input-placeholder {
    color: #fff;
}

.agileits-login :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.agileits-login ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.agileits-login :-ms-input-placeholder {
    color: #fff;
}

/*-- checkbox --*/
.agileits-login label {
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

input.checkbox {
    background: #000;
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

input.checkbox:before {
    content: "";
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    background: inherit;
    cursor: pointer;
}

input.checkbox:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #fff;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 1.2em;
    border-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

.anim input.checkbox:checked:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .6em;
    border-color: transparent;
    border-right-color: transparent;
    animation: .4s rippling .4s ease;
    animation-fill-mode: forwards;
}

.text-left {
    text-align: left;
}

@keyframes rippling {
    50% {
        border-left-color: #fff;
    }
    100% {
        border-bottom-color: #fff;
        border-left-color: #fff;
    }
}

/*-- //checkbox --*/
.wthree-text {
    margin-top: 0.5em;
}

.wthree-text ul li {
    display: inline-block;
    float: left;
    width: 100%;
}

.wthree-text ul li:nth-child(2) {
    float: right;
}

.wthree-text ul li a {
    font-size: 1em;
    color: #fff;
    letter-spacing: 0.5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.wthree-text ul li a:hover {
    text-decoration: underline;
}

.w3ls-submit {
    text-align: center;
    margin-top: 1.3em;
}

.agileits-login input[type="submit"] {
    font-size: 1em;
    color: #fff;
    border: none;
    outline: none;
    padding: .5em 3em;
    font-size: 15px;
    letter-spacing: .5px;
    -webkit-appearance: none;
    text-transform: uppercase;
    transition: .5s all;
    background: #1dcb8b;
    border: 2px solid #1dcb8b;
    display: inline-block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: capitalize;
}

.agileits-login input[type="submit"]:hover {
    background: #0099e5;
    border: 2px solid #0099e5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.modal-header {
    border-bottom: none;
}

/*-- //animate popup --*/
/*-- //checkbox --*/
/*-- membership --*/
.plan {
    background: url(../images/member.jpg) no-repeat 0px 0px;
    background-size: cover;
    text-align: center;
    min-height: 16em;
    padding-top: 2em;
}

.plan h5 {
    font-size: 28px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}

.plan h2 {
    font-size: 24px;
    color: #dce1e4;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 25px 0px 25px;
}

.plan h2 span {
    color: #1dcb8b;
}

.member-btn-agileits {
    padding: 8px 20px;
    background: #1dcb8b;
    border: 2px solid #1dcb8b;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    margin-top: .7em;
}

.member-btn-agileits:hover {
    background: transparent;
    border-color: #fff;
    color: #fff !important;
    text-decoration: none;
}

/*-- //membership --*/
/*--Contact --*/
.contact p.sub {
    font-size: 15px;
}

.contact-w3layouts span {
    color: #fff;
    margin-right: 8px;
    text-align: center;
}

p.sub {
    font-size: 14px;
    margin-top: 1em;
    color: #949393 !important;
}

.add .icon, .sub .icon {
    font-size: 14px !important;
}

.contact-agileits-w3layouts-left {
    text-align: right;
}

p.add {
    font-size: 14px;
    margin-top: 9px;
    color: #949393 !important;
}

a.mail {
    color: #949393;
    text-decoration: none;
}

a.mail:hover {
    color: #1dcb8b;
}

.icon {
    width: 30px;
    height: 30px;
    background: #1dcb8b;
    line-height: 30px;
    border-radius: 50%;
    margin-left: 14px;
}

.contact-w3layouts {
    margin: 4em 0 4em;
}

.contact-w3layouts h3 {
    margin-bottom: 0.5em !important;
}

.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"], .mail-grid1-form textarea {
    outline: none;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 3px solid #171616;
    width: 100%;
}

.mail-grid1-form input[type="text"], .mail-grid1-form input[type="email"] {
    margin-bottom: 1em;
}

.mail-grid1-form textarea {
    margin: 0 0 1em;
    min-height: 100px;
    resize: none;
}

.mail-grid1-form input[type="submit"] {
    outline: none;
    border: none;
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    letter-spacing: .5px;
    padding: 8px 65px;
    background: #1dcb8b;
    font-size: 14px;
    text-transform: capitalize;
    border: 2px solid #1dcb8b;
    color: #fff;
    float: left;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}

.mail-grid1-form input[type="submit"]:hover {
    background: #0099e5;
    border-color: #0099e5;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -webkit-appearance: none;
}

.mail-grid1-form {
    text-align: left !important;
}

/*-- footer --*/
.footer-w3layouts {
    padding: 1em 0;
    background: #000;
}

.agile-copy {
    float: left;
}

.footer-w3layouts p {
    padding: 1em 0;
    text-align: center;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    font-size: 15px;
}

.footer-w3layouts p a {
    text-decoration: none;
    color: #1dcb8b;
}

.footer-w3layouts p a:hover {
    text-decoration: none;
    color: #0099e5;
}

.agileits-social {
    float: right;
}

.agileits-social ul {
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.agileits-social ul li {
    display: inline-block;
}

.agileits-social ul li a {
    color: #333;
    text-align: center;
}

.agileits-social ul li a i.fa.fa-facebook {
    height: 40px;
    width: 40px;
    background: #3b5998;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-facebook:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-twitter {
    height: 40px;
    width: 40px;
    background: #1da1f2;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-twitter:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-rss {
    height: 40px;
    width: 40px;
    background: #f26522;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-rss:hover {
    opacity: 0.8;
}

.agileits-social ul li a i.fa.fa-vk {
    height: 40px;
    width: 40px;
    background: #45668e;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.agileits-social ul li a i.fa.fa-vk:hover {
    opacity: 0.8;
}

.agileits-social ul li:nth-child(2) {
    margin: 0 .5em;
}

.agileits-social ul li:nth-child(3) {
    margin: 0 .5em 0 0;
}

.agile-copy {
    float: left;
}

.agileits-social {
    float: right;
}

.center {
    text-align: center;
}

.dma-text-green {
    color: #d6dbb6;
    font-size: 18px;
    line-height: 2.5rem !important

}

.dma-text {
    font-size: 14px;
    line-height: 2rem !important;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 auto;
}

.mar40 {
    margin-top: 40px !important;
}

.mar20 {
    margin-top: 20px !important;
}


.dma-button-group a {
    background: #d6dbb6;
    font-size: 20px;
    width: 22%;
    margin: 45px 5%;
    border-radius: 28px;
}

.translate-body {
    display: none;
}

.dma-map-box {
    width: 573px;
    height: 572px;
    margin: 0 auto;
    text-align: center;
    background: url("../images/dma1.0_bg.png") no-repeat;
    background-size: cover;
}

.dma-map-box p:nth-child(4), .dma-map-box p:nth-child(3), .dma-map-box p:nth-child(2) {
    font-size: 20px !important;
    line-height: 1.8rem !important;
    letter-spacing: 1px !important;
    color: #ffffff;
}

.dma-lg-text-green {
    font-size: 40px;
    color: #d6dbb6;
    margin: 40px 0;
}
.community_contribution  div{
    height: 170px;
    width: 220px;
    display: inline-table;
    cursor: pointer;
}
.community_contribution div:not(:first-child){
    margin:0 5px;
}
.community_contribution  div img{
    width:100%;    height: 170px;
}
.community_contribution .designer{
    margin:20px 0;
}
.use-cases {
    margin: 15px 20px;
    font-size: 14px;
    min-height: 700px;
}

.line-height-20 {
    line-height: 20px;
}

.use-case-ticket p, .use-case-copy-right p, .use-case-ad p, .use-case-commerce p {
    color: #ffffff;
}
#ranking{
    display: contents;min-width: 40px;
}

.use-case-ticket div, .use-case-copy-right div, .use-case-ad div, .use-case-commerce div {
    height: 187px;
}

.dma-time-line {
    font-size: 20px;
    margin: 40px 0px;
    color: #ffffff;
    text-align: left;
}

.text-left {
    text-align: left;
}

.use-cases-4 {
    margin-top: 40px;
}

.md-3{
    width: 25%;float: left;
}
.use-cases-4 .f-text {
    font-size: 14px;
    line-height: 1.8rem!important;
    text-align: left;
    padding: 0 20px;
}

.use-cases-4{
    padding:0 4px
}
.use-cases-4 .f-til {
    font-size: 16px;
}

/*contact-us*/
.contact-us {
    width: 100%;
   
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}


footer.contact-us {
    padding: 22px 0;
}

footer.contact-us * {
    margin: 3px;
}

/*============================/////////////////////////=======================================*/
.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.pc-display {
    display: block;
}

.mobile-display {
    display: none;
}

.dma-logo {
    margin: 0 auto;
    left: 1px;
    top: -35px;
}

.dma-logo-bg {
    position: absolute;
    left: 0;
    right: 0;
}

.w3ls-info {
    width: 930px;
    margin: 0 auto;
}
#Pilot_dApp .appName{
    color: white;
    font-size: 20px;
    margin-top:15px;
}

.navbar-toggle {
    margin-right: 0;
}

.uptick-display-area {
    width: 306px;
}

.uptick-display-area img {
    display: block;
    float: left;
    width: 140px;
}

.uptick-display-area img:first-child {
    margin-right: 25px;
}

.navbar-nav {
    margin: 0;
}

ul{
    list-style: none;
}
.dma-img-block {
    position: absolute;
    top: 40%;
    right: 141px;
    transform: translateY(-50%);
}
#road-map-table{
    width: 70%;margin-left:16px!important;
}
#bs-example-navbar-collapse-1 ul li a {
    font-size: 14px;
    color: #d6dbb6;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.w600 {
    width: 600px;
}

.w800 {
    width: 800px;
}

.w960 {
    width: 960px;
}

.w900 {
    width: 900px;
}

.dropdown-menu {
    background-color: #374465;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #374466;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #374466 !important;
}
.dropdown-menu li{
    cursor: pointer;
}

#road-map-table tr:nth-child(2) {
    margin-left: 24px;
}

#road-map-table td {
    padding: 6px 0;
}
/*
.container {
    width: 1000px;
}
*/
#road-map-table {
    width: 920px;
    margin: 0 auto;
}
/*下划线*/
.underline{
    text-decoration: underline;
}

.left-table {
    width: 920px;
    margin: 0 auto;
}
.left-table td{
    padding:8px 0 ;
}
.pro-area img{
    width:240px;
    cursor: pointer;
}
.pro-area img:not(:first-child){
    margin:0 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none!important;}

.rank-box{
    background: #5163ad;
    border-radius: 14px;
    margin-top: 40px;
    font-size: 24px;
    padding: 10px;
}
.rank-right{
    font-size: 20px;
    font-weight: 600;
}
.logodownload{
text-align: right;
margin-top: 20px;
position: relative;
top: -300px;
right: -200px;
}
.logo{
	float:left;
}
.download{
	float:left;
	width:270px;
	align:center;
}
.clear{
	display:block;clear:both
}