/* --------------------------------
    Primary style
-------------------------------- */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:not(i) {
    font-family: 'Titillium Web', sans-serif;
}
body {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: underline;
    font-weight: bold;
    color: #fff;
}
p {
    color: #fff;
}
img {
    max-width: 100%;
}
input::-ms-clear, textarea::-ms-clear {
    display: none;
}
fieldset {
    padding: 0;
    margin: 0 0 18px 0;
    border: none; 
}
label {
    display: block;
}
input:not([type="checkbox"]):not([type="radio"]) {
    background: #fff;
    padding: 6px 24px;
    height: 50px;
    line-height: 1.4;
    color: #444;
    border: solid 1px #9b9b9b;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    font-weight:300;
    outline: none;
    letter-spacing: -0.2px;
    box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7)
}

.rememberMe,
.termsCondition {
    font-size: 16px;
    color: #000;
    float: left;
}
.rememberMe input[type="checkbox"],
.termsCondition input[type="checkbox"] {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.forgetYourPassword {
    float: right;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

/* --------------------------------
    Main components
-------------------------------- */
/* Background Video Fixed*/
#bg-video {
    position: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/* adding a dotted effect */
#bg-video:after {
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background:url(../images/bg-pattern.png) repeat rgba(0,0,0,0.6);*/
}
/* Video Fixed for all screen sizes */
#bg-video video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../Big-City-Life/Snapshots/Big-City-Life.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

/* main-container */
.main-container {
    display: table;
    width: 100%;
    /*height: 100%;*/
    padding-top:12px; /*changed my me */
    /*position: absolute;*/
    /*background:no-repeat !important; */
}
.main-container .form-container {
    display: table-cell;
    width: 100%;
    /*text-align: center;*/
    vertical-align: middle;
}
.wrapper {
    width: 100%;
    max-width: 400px;
    /*display: inline-block;*/
    min-height: 510px;
}
.main-container .form-container form {
    text-align: left;
    max-width: 400px;
    margin: 0 auto 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    max-width: 450px;
}
.form-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 40px;
    width: 100%;
    max-width: 450px;
    display: inline-block;
}
.form-tabs li {
    display: inline-block;
    padding: 10px 15px;  
    color: #fff;
    font-weight: bold;
    /*text-transform: uppercase; */
    cursor: pointer;
    width: 49%;
    border-bottom: 3px solid transparent;
}
.form-tabs li:hover {
    border-bottom:3px dotted #000;
}
.form-tabs li.active {
    border-bottom:3px solid #000;

}

div.tab:not(.active) {
    display: none;
}
.main-container .form-container form fieldset{
    position: relative;
}
.main-container .form-container form fieldset.error input{
    box-shadow:inset 0 0 8px 1px #ce0202;
}
#password {
    padding-right: 52px;
}
.password-show-hide {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 3px;
}
.password-show-hide i {
    color: #555;
}
.password-show-hide i:hover {
    color: #050505;
    cursor: pointer;
}
fieldset > button,
.button, .trialbtn {
    display: block;
    padding: 0px 16px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    font-weight: normal;
    outline: none;
    background: #2185d0;
    cursor: pointer;
}
fieldset > button:hover {
    background: #24a0ff;
}
fieldset > button[disabled="disabled"] {
    pointer-events: none;
    background:#60b044;
}
.button.social {
    text-align: left;
    overflow: hidden;
    padding-left:0;
    text-decoration: none;
}
.button.social i {
    border-right: 1px solid rgba(0,0,0,0.3);
    padding: 0px 20px;
    text-align: left;
    height: 50px;
    float: left;
    line-height: 50px;
    background: rgba(0,0,0,0.1);
    margin-right: 30px;
}
.button.social.facebook {
    background: #3b5998;
}
.button.social.facebook:hover {
    background: #1550c7;
}

/* Divider */
.divider {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    margin:25px 0;
    position: relative;
    text-align: center;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+50,cccccc+50&0+1,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(204,204,204,0) 1%, rgba(204,204,204,1) 50%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(204,204,204,0) 1%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(204,204,204,0) 1%,rgba(204,204,204,1) 50%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */

}

.divider.or:after {
    content: "or";
    position: absolute;
    background: #ccc;
    color: #222;
    font-weight: bold;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height:30px;
    top: 50%;
    left: 50%;
    margin-top: -15px; 
    margin-left: -15px;
}


/*----------------------------------------------------------------------- NEW CSS--------------------------------------------------------*/
.wrapper2{
    /*float:  left;*/
    padding-left:  5%;
    width: 100%;
    margin-top: 70px
}
.wrapper{
    /*float:  right;*/
    padding-right: 5%;
    border-left: 1px solid white;
    width: 100% !important;
    color:black !important;
    background: rgba(255,255,255,0.8);
    /*background-color: #FFF !important;*/
    /*opacity: 0.8 !important;*/

}
.slider-inner{
    margin-right: 5% !important;
}
.slider-text{
    text-align: center;
    /*color: #014B0D !important;*/
    /*color: #34A853 !important;*/
    /*color: #3F82F3 !important;*/
    font-size: 2.8em !important;
    /*text-transform: uppercase;*/
}
.head-image{
    float: left;
    width: 100%;
    background: linear-gradient(to left, rgba(63, 130, 243, 1) 0%,rgba(63, 130, 243, 1) 46%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%);
}
.head-image img{
    /* margin: auto;
    display: block; */
    float:left;
    margin-left:100px;
    margin-top:2px;
    width:15%;
}
.head-image div span{
    display: inline-block; 
    letter-spacing: 1px; 
    font-size:16px;
    margin-top: 12px;
    font-weight:bold;
}
body{
    /*overflow: hidden;*/
}
.main-container .form-container {
    display: table-cell;
    width: 100%;
    /*text-align: center;*/
    vertical-align: middle;
    /*margin-top: 30pt;*/
    float: right;
}
.head{
    width: 20%;
    height:5px;
    float:left;
}

.main-container{
    /*background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,0) 62%,rgba(255,255,255,0) 100%);*/
   
    /*height: 200% !important;*/
}
.wrapper ul li {
    color: black;
}

.header-text{
    color: #fff;
}
.ticker{
    /*background: linear-gradient(to left, rgba(63, 130, 243, 1) 0%,rgba(63, 130, 243, 1) 46%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%);*/
    /*background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%);*/
    /*background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); */
    /*border-bottom: #98A4BB 1px solid;*/
     /*box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7); */
    /*background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 9%,rgba(255,255,255,0) 62%,rgba(255,255,255,0) 100%);*/




}

.ticker-col{
    /*text-align: center;*/
    height: 40px!important;
    line-height: 42px;
    /*text-align: center;*/
    /*border: 1px solid #123456;*/
    cursor: pointer;
    /*border-left: 1px dotted #000;*/
    padding: 0px!important;
    /*box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7);
    border-radius: 15px;*/

}
.ticker-col > a > i{
    display: inline-block !important;
    vertical-align: middle !important;
    color: white !important;
    line-height: normal !important;
}
.ticker-col-red{
    background-color: #E66512 !important;
    color:black;
}
.icon-text{
    margin-left: 5px!important;
    font-size: 19px!important;
    /*font-weight: bold;*/
    color: #000 !important;
    /*color: #024C0E;*/
    /*color: beige;*/
    /*color: chartreuse*/
}

.font-icon{
    font-size: 23px;
    color: #000 !important;
    /*color: #024C0E;*/
    /*color: beige;*/
    /*color: chartreuse;*/
}
.logo > img {
    height: 55px !important;
}
.btnlist{
    margin-top: 10px;
    margin-right: 0px!important; 
    /*text-align: left!important;*/
    /*box-shadow: 1px 1px 8px #000 !important;*/
}

/*.ticker-col:last-child{
    text-align: center;
    background-color: #34A853;
    border-radius: 25px;
    color: #3F82F3 !important;
    box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7);
    width: 140px !important;
}*/

/*.ticker-col:last-child:hover{
    background-color: green!important;
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;
}*/

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 1; }
}
/*@keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}*/

/*.ticker-col:last-child > i:hover , .ticker-col:last-child > i > span:hover{ 
    color:white!important;
}*/

/*.ticker-col:last-child > i , .ticker-col:last-child > i > span{ 
    color:white !important;
}*/
/*.third-head{
    margin-right: 10px!important;
}*/
.forget-text{
    color: #000 !important;
    font-weight: bold
}
.footer{
    /*background: linear-gradient(to left, rgba(63, 130, 243, 1) 0%,rgba(63, 130, 243, 1) 46%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 67%);*/
    /*background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); */
    /*background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); */
    
    /*background-color: #34A853;*/
    /*background-color: #BCADB3;*/
    /*background-color: rgba(0,0,0,0.7);*/
    background-color:rgba(255,255,255,0.7);

    box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7);
    position:fixed;
    left:0px;
    bottom:0px;
    /*height:30px;*/
    width:100%;


    
}
.footer-col{
    text-align: right;
    height: 70px!important;
    line-height: 70px;
    /*text-align: center;*/
    /*border: 1px solid #123456;*/
    cursor: pointer;
    /*border-left: 1px dotted #000;*/
    color: #fff !important;
}
/*.footer-col:hover{s
    background-color: green!important;
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;
    font-size: 23px!important;
    
    color: #fff !important;
}*/

./*footer-col >  i:hover , .footer-col >  i > span:hover{ 
    color: #3F82F3;
}*/
.footer-col >  i{
    display: inline-block !important;
    vertical-align: middle !important;
    color: white !important;
    line-height: normal !important;
}
.footer-col-red{
    background-color: #E66512 !important;
    /*color:black;*/
}
.foot-icon-text{
    margin-left: 20px !important;
    font-size: 20px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.gradient-body > img{

    height: 79vh;
    position: absolute;
    width: 100%
}
.form-tabs{
    position: relative;
    z-index: 999;
}
.social-header{
    width: 100%;
    background-color: #fff;
    height:56px;
    color: #000;
    text-align: left;
}
.social-header p{
    margin-top:20px;
}
.head-right-content{
    line-height: 4 !important;
}
.text-head{
    letter-spacing: 1px;
    vertical-align: middle;
    /*text-transform: capitalize;*/
}
#submit-login , #submit-signup{
    background-color: #054D11;
} 
#submit-login:hover , #submit-signup:hover{
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;
    background-color: green;  
}
.form-container{
   height:475px;
    /*background:url(../images/bg-pattern.png) repeat rgba(0,0,0,0.6);*/


}
.slider-text-first{
    color: #054D11 !important;
}
.slider-text-second{
    color: #4285F4!important;
}
.slider-text-third{
    color: #EA4335!important;
}
.slider-text-fourth{
    color: #34A853!important;
}
.slider-text-fifth{
    color: #4285F4!important;
    
}
.trail-btn{
    text-align: left;
}
.footer-col > button {
    max-width: 200px;
    width: 100%
}
.footer-col > button > span {
    margin-left: 20px !important;
}
.bg-img {
    position: fixed;
    position: fixed;
/*  height: 95vh !important;
    width: 302vh !important;*/
    height: 100% !important;
    width: 100% !important;
    z-index: -1;
    /*opacity: 0.4 !important;*/
    background-image: url('../images/new-bg2.jpg');
     background-size: 80%;
    /*background: no-repeat;*/
    background-color: #000!important;

}
.ticker{
    /*box-shadow: 1px 1px 8px #000;*/
    /*background-color:;*/
    /*background-color: rgba(255,255,255,0.7);*/
    /*background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 24%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 66%,rgba(255,255,255,0) 100%);*/

    /*border-radius: 35px;*/

}
.ticker span , .ticker i {
    color: #034D0F !important;
}
.btnlist > span:hover , .btnlist > i:hover{
    /*background-color: #34A853;*/
    background-color: green;
    border-radius: 25px;
    color: #3F82F3 !important;
    box-shadow: 0 0px 8px 1px rgba(0,0,0,0.7);
    color: #fff !important;
    padding: 9px;
    /*padding:  9px;*/
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;
}
.btnlist > i:hover{
    padding-left:  21px !important;
    margin-top: 0 !important;

}
.trialbtn:hover{
    background-color: green !important;
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;   
}
.trialbtn{
    background-color: #054D11 !important;
    /*text-align: center;*/
    /*margin-left: 115px !important;*/
    width: 200px;
    margin:0 auto;
    margin-top: 50PX!important

}


.foot-menu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #333333;*/
}

.foot-menu-li {
    float: left;
    display: -webkit-inline-box;
    margin-left: 1%;
}

.foot-menu-li a {
    display: block;
    color: #054D11;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.foot-menu-li > a:hover{
    background-color: green;
    -webkit-animation: fadeinout 1s linear 1 forwards;
    animation: fadeinout 1s linear 1 forwards;  
    border-radius: 35px;
    color: white;

}
.foot-menu-li:first-child{
    padding-top: 1px !important;
    font-size: 30px;
}
#Languagedd{
    border: 0px;
    margin-top: 11px !important;
    margin-right: 30px !important;
    /*width: 20% !important;*/
    border-radius: 5px !important;
    background: transparent !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #054D11;
}
#social-Languagedd{
    border: 0px;
    /*margin-top: 11px !important;*/
    margin-right: 30px !important;
    /*width: 20% !important;*/
    border-radius: 5px !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: bold;
    color: #000;
       
}

.wrapper:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.70), 0 6px 6px rgba(0,0,0,0.23);

}

.content-text, .welcome-text{
    text-align: center;
    color: #054D11;
}
.content-text h2{
    font-weight: bold;
}
.welcome-text{
    margin-top: 50px!important;
}
.content-text h3{
    /*font-weight: bold;*/
}


#wrap{
    position:fixed;; 
    z-index:-1; 
    top:0; 
    left:0; 
    background-color:black
}
#wrap img.bgfade{
    position:absolute;
    top:0;
    display:none;
    width:100%;
    height:100%;
    z-index:-1;


    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sign_access_options, .login_access_options{
    margin-top: 10px;
    text-align: center;
    /*margin-left: 45px;*/
}

.access_io, .login_access_io{
    background: #bdccb3;
    width: 50%!important;
    /*margin-left: 3px;*/
    height: 50px!important;
    line-height: 45px;
    /*border-radius: 12px;*/
    cursor: pointer;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.access_io:before , .login_access_io:before{
    font-family: FontAwesome;
    content :"\f00d";
    margin-right: 5px;
    font-size: small;
}
.organization{
    float: left;
    /*margin-left: 5px;*/
    border-radius: 0px 10px 10px 0px;
}
.individual{
    float: left;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #9B9B9B;
}
.access_io_check{
    background:#054D11;
    color: #fff;
}
.access_io_check:before{
    font-family: FontAwesome;
    content: "\f00c";
    margin-right: 5px;
    font-size: small;
    color: #fff;
}