body{
    padding-top: 0px!important;
    margin:0; 
    background:#fff;
    background:#fff;
    font-family: "Arial";
    min-height: 2000px;
}
#header-canvas{
    background-color:rgba(0,0,0,1);
    position: relative;
    z-index: 1;
}
#page{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.canvas-globe{
    position: absolute;
    display: block;
    z-index: 10;
    opacity: 0.4;
    width: auto;
    max-width: 90%;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*position:absolute;*/
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    margin:auto;

    transform-origin: center center!important;
    transform-style: preserve-3D;
    animation: movez 500s linear infinite;
}
.mb-0{
    margin-bottom: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
@keyframes movez{
    0%{transform: rotate(0deg); transform-origin: center center;}
    100%{transform: rotate(360deg);transform-origin: center center;}
}

/*Login - Join*/
.middle-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0);
    background: rgba(0,0,0,0);
    display: block;
    overflow: hidden;
    overflow-y: auto;
    padding: 50px 10px 0px 10px;
    z-index: 1000;
}
.middle-close{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.middle-inside{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.middle-scroller{
    display: table-cell;
    position: relative;
    height: 100%;
    vertical-align: middle;
}
.middle-heading{
    text-align: center;
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #eee;
}
.middle-paragraph{
    font-size: 16px;
    line-height: 21px;
    padding: 0px;
    text-align: center;
    color: #ddd;
}
.c4h-heading{
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin: 0px;
    font-weight: bold;
}
.c4h-timeline{
    color: #FDCB4D;
    text-align: center;
    font-size: 18px;
    margin: 5px 0px;
    font-weight: bold;
}

.middle-body{
    display: block;
    width: 100%;
    max-width: 400px;
    min-height: 150px;
    height: auto;
    position: relative;
    /*background-color: rgba(255,255,255,0.1);*/
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 100;
    left: 0;
    top: 0;
}
.middle-loginwith{
    padding: 0px 20px 10px 20px;
    margin: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
}
.middle-loginwith li {display: inline-block;margin:2px 1px;}
.middle-loginwith li a{
    display: block;
    position: relative;
    background: #f1f1f1;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 400;
    z-index: 10;
    color: #fff;
}

[data-title]:hover:after{
    content: attr(data-title);
    position: absolute;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    background: #183c8b;
    z-index: 10;
    white-space: nowrap;
    top: -35px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    border-radius: 3px;
    letter-spacing: 0.4px;
}
.middle-loginwith li a:hover:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #183c8b;
}
.middle-loginwith li a:hover{
    transition: 400ms;
    opacity: 0.95;
}
.middle-loginwith li a img{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0px auto;
    margin-top: 5px;
}
.middle-loginwith li a.middle-facebook{background-color:#4368b0; border-color:#4368b0;}
.middle-loginwith li a.middle-google{}
.middle-loginwith li a.middle-fitbit{background-color:#1BB2B6; border-color:#1BB2B6;}
.middle-loginwith li a.middle-linkedin{background-color:#107BA8; border-color:#107BA8;}
.middle-loginwith li a.middle-twitter{background-color:#1CAAF1; border-color:#1CAAF1;}

.middle-orline{
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    box-sizing: border-box;
}
.middle-orline span{
    display: block;
    position: relative;
    overflow: hidden;
    height: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.middle-orline span:before{
    content: '';
    position: absolute;
    width: 44%;
    height: 1px;
    background: #999;
    top: 10px;
    left: 0;
}
.middle-orline span:after{
    content: '';
    position: absolute;
    width: 44%;
    height: 1px;
    background: #999;
    top: 10px;
    right: 0;
}
.middle-form{
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0px;
}
.middle-form input{
    background: rgba(255,255,255,0.85);
}
.middle-form input, .middle-form button{
    display: block;
    width: 100%;
    height: 44px;
    padding: 0px 12px;
    font-size: 17px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #999;
    margin-bottom: 12px;
    outline: none;
    -webkit-transition: border-color .20s ease-in-out,box-shadow .20s ease-in-out;
    transition: border-color .20s ease-in-out,box-shadow .20s ease-in-out;
}
.middle-form input:focus{
    border-color: #1BAFED;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.middle-form button{
    background-color: #183c8b;
    border-color: #183c8b;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.7px;
    cursor: pointer;
}
.middle-form button:hover{
    opacity: 0.9;
    -webkit-transition: 400ms;
    transition: 400ms;
}
.middle-footer{
    margin-top: 15px;
    border-top: 1px solid #999;
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #ddd;
}
.middle-footer a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.middle-footer a:hover{text-decoration: underline;}
.middle-checkbox{
    position: relative;
    display: inline-block;
    font-size: 14.5px;
    padding-left: 24px;
    color: #ddd;
    font-weight: bold;
}
.middle-checkbox input{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
}
.middle-checkbox span{
    position: absolute;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    border: 2px solid #bababa;
    box-shadow: inset 0px 0px 3px #bababa;
    -webkit-transition: 200ms;
    transition: 200ms;
    border-radius: 2px;
}
.middle-checkbox input:checked ~ span{
    box-shadow: none;
    border: none;
    height: 7px;
    width: 14px;
    left: 2px;
    top: 5px;
    border-left: 2.5px solid #ccc;
    border-bottom: 2.5px solid #ccc;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    border-radius: 0px;
}
.middle-psforgot{
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
    float: right;
    font-weight: bold;
}
.middle-psforgot:hover{text-decoration: underline; color: #fff;}
.middle-joinpara{
    font-size: 15px; color: #ddd; line-height: 22px; text-align: center;
}
.middle-joinpara a{
    color: #fff;
    font-weight: bold;
}
.middle-tabs{display: none;}

@media(max-width: 767px){
    .index-header .dropdown-menu {
        background: #eee!important;
    }
    .home-text-video iframe{
        margin-bottom: 15px;
    }
    .section-helpingothers{
        text-align: center;
        padding: 10px;
    }
    .section-helpingothers p{
        max-width: 320px;
        font-size: 12px;
        padding-bottom: 15px;
    }
}

@media(max-width: 420px){
    .c4h-heading{
        font-size: 26px;
        white-space: nowrap;
    }
    .c4h-timeline{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .middle-heading{
        margin-top: 10px;
        font-size: 20px;
    }
    .middle-joinpara{
        font-size: 13px;
    }
    .middle-paragraph{
        margin-top: 5px;
        font-size: 15px;
        line-height: 20px;
    }
    .middle-form input, .middle-form button {
        height: 36px;
        font-size: 15px;
    }
    .middle-loginwith {
        padding: 0px 20px 0px 20px;
    }
    .middle-loginwith li a {
        width: 30px;
        height: 30px;
    }
    .middle-loginwith li a img {
        width: 20px;
        height: 20px;
    }
    .middle-footer {
        margin-top: 5px;
        padding: 5px 10px 10px 10px;
    }
    .section-sw {
        top: 54px!important;
        text-align: center;
    }
    .middle-loginwith {
        margin-bottom: -10px;
    }
    .middle-orline span {
        height: 17px;
        margin-bottom: 11px;
    }
    .middle-footer {
        margin-bottom: 10px;
    }
    .section-helpingothers p {
        font-size: 12px;
        padding-bottom: 12px;
    } 
    .index-header .navbar-nav > li > a {
        text-align: center;
        min-width: 30px;
    }
    .navbar-wrapper .login-menu {
        text-align: center;
    }
}

/*25-Aug-2018*/
.index-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1010;
}
.navbar-fixed {
    background-color: #183c8b;
    background: -webkit-linear-gradient(#000, #183c8b);
    background: -moz-linear-gradient(#000, #183c8b);
    background: -ms-linear-gradient(#000, #183c8b);
    background: -o-linear-gradient(#000, #183c8b);
    background: linear-gradient(#000, #183c8b);
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
    box-shadow: 0px 0px 3px #999;
    padding-top: 0px;
    padding-bottom: 0px;
    animation: Headanim 400ms linear;
}
@keyframes Headanim {
    from {transform: translateY(-100px); opacity: 0}
    to {transform: translateY(0px)}
}
.navbar-brand {padding: 0px;}
.navbar-brand img {
    max-height: 130px;
    margin-top: 10px;
    transition: 400ms;
    margin-left: auto;
    width: 100%;
}
.navbar-fixed .navbar-brand img {
    max-height: 51px;
    margin-top: 2px;
    width: 100%;
}
.index-header .navbar-nav{
    margin-top: 10px;
}
.navbar-fixed .navbar-nav{
    margin-top: 0px;
}
.navbar-fixed .navbar-nav>li>a {
    border-right: 1px solid #444444;
}
.navbar-fixed .navbar-nav {
    margin-top: 18px!important;
}
.navbar-fixed .navbar-nav>li:last-child>a {
    border-right: none;
}
.how-it-works-menu .navbar-nav>li>a {
    text-align: center;
    color: #ddd;
    transition: 400ms;
}
.how-it-works-menu .navbar-nav>li>a:hover,
.how-it-works-menu .navbar-nav>li>a:focus {color: #fff; background: transparent;}
.index-header .navbar-nav>li>a:hover img {opacity: 0.7}
.how-it-works-menu .dropdown:hover .dropdown-menu{
    /*display: block;*/
}
.how-it-works-menu .dropdown.open .dropdown-toggle {background-color: transparent!important;}
.how-it-works-menu .dropdown-rarrow:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -9px;
    right: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.how-it-works-menu .dropdown-menu {
    border-radius: 0px;
    border-color: #ddd;
}
.how-it-works-menu .dropdown-menu li a {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.section-sw{
    position: absolute;
    top: 120px;
    width: 100%;
    left: 0px;
    z-index: 1001;
}
.section-sw a{
    background-color: #183c8b;
    border-color: #183c8b;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    cursor: pointer;
    border-radius: 3px;
}
.section-sw p{
    color: #ddd;
    font-size: 14px;
    margin-top: 15px;
}
.section-helpingothers{
    text-align: right;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1001;
    box-sizing: border-box;
    padding: 15px;
}
.section-helpingothers p{
    display: inline-block;
    width: 100%;
    max-width: 280px;
    color: #eee;
    margin: 0px;
    font-size: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.section-helpingothers p:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -12px;
    bottom: 0;
    animation: arrowmove 2s linear infinite;
}
@keyframes arrowmove{
    0%{transform: translateY(0px) rotate(-45deg);}
    33.33%{transform: translateY(-4px) rotate(-45deg);}
    66.66%{transform: translateY(4px) rotate(-45deg);}
    100%{transform: translateY(0px) rotate(-45deg);}
}

.home-text-video{
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    display: inline-block!important;
}
.home-text-video iframe{
    width: 100%!important;
    height: 320px!important;
    border: none!important;
    display: block!important;

}
.home-text-video summary{
    display: block;
    box-sizing: border-box;
}
.home-text-video summary p {
    font-size: 16px;
    color: #555;
    line-height: 25px;
}
@media(max-width: 767px){
    .index-header .dropdown-menu {
        background: #eee!important;
    }
    .home-text-video iframe{
        margin-bottom: 15px!important;
    }

    .section-helpingothers{
        text-align: center;
    }
}
.margin-bottom-15{
    margin-bottom: 15px!important;
}
.margin-bottom-20{
    margin-bottom: 20px!important;
}
.margin-bottom-25{
    margin-bottom: 25px!important;
}
.margin-bottom-30{
    margin-bottom: 30px!important;
}
