html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
}

body{
    overflow-x:hidden;
    overflow-y: hidden;
    background:#131c21;
}



#loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    background:#091622;
    text-align: center;
}

#loading .fa{
    margin-top:28%;
    font-size: 56px;
    color:#1fa9db;
    
}
.section{
    width: 100%;
    height: 100vh;
    
}

#section-1{
    background:#506072;
    -webkit-transition: all 0.75s linear;
    -moz-transition: all 0.75s linear;
    -ms-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

#banner{
    background: url('../images/cov4.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position:relative;
}
#banner-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.77);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    
}


#banner-top-row{
    font-size:58px;
    color:#fff;
    z-index: 100;
    position:absolute;
    top: 5px;
    text-align: right;
    width: 99%;
    padding-right: 1%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

#banner-top-row *{
/*    border: 1px solid #fff;*/
    border-radius: 2px;
    font-size: 18px;
    text-align: center;
    font-family:'Lato','Segoe UI',sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

/*
#banner-top-row *:hover,#banner-top-row *:focus,#banner-top-row *:active{
    background:#fff;
    color:#000;
}
*/

#our-services{
    margin-left: 2%;
}
#our-services:hover,#our-services:focus,#our-services:active{
    background:#884b90;
    color:#fff;
}
#the-team{
    margin-left: 2%;
    margin-right: 2%;
}

#the-team:hover,#the-team:focus,#the-team:active{
    background:#0d8686;
    color:#fff;
}

#examples:hover,#examples:focus,#examples:active{
    background:#d95e5e;
    color:#fff;
}

#contact-us{
    maring-right: 2%;
}
#contact-us:hover,#contact-us:focus,#contact-us:active{
    background:#0a7f9b;
    color:#fff;
}


#banner-top-row .fa-cloud{
    float: left;
    margin-left: 10%;
    text-shadow: 0 0 5px #1fa9db;
    color:#1fa9db;
}

#banner-top-row .fa-database{
    float: right;
    margin-right: 10%;
    color:#bf1515;
    text-shadow: 0 0 5px #bf1515;
}

#banner-phone{
    color:#713c8d;
    text-shadow: 0 0 5px #713c8d;
}

#banner-html5{
    color:#ff6a6a;
    text-shadow: 0 0 5px #ff6a6a;
    
}

#banner-desktop{
    color:#9db55b;
    text-shadow: 0 0 5px #9db55b;
}


#banner-android{
    color:#48af57;
    text-shadow: 0 0 5px #48af57;
    
}
#banner-bottom-row{
    font-size:58px;
    color:#fff;
    z-index: 100;
    position:absolute;
    top: 50%;
    text-align: center;
    width: 100%;
   
}

#banner-bottom-row .fa-html5{
    float: left;
    margin-left: 10%;
}

#banner-bottom-row .fa-android{
    float: right;
    margin-right: 10%;
}
#banner-logo{
    font-family:'Lato','Segoe UI',sans-serif;
    z-index: 100;
    width: 100%;
    text-align: center;
    font-size: 68px;
    vertical-align: middle;
    position:relative;
    top: 35%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    
}
#left-brace,#right-brace{
/*    text-shadow : 0 0 10px #10936b;*/
    color:#10936b;
}
#logo-middle{
/*    text-shadow : 0 0 10px #fff;*/
    color:#fff;
}

#slogan{
    font-family:'Lato','Segoe UI',sans-serif;
    z-index: 100;
    width: 100%;
    text-align: center;
    font-size: 34px;
    position:relative;
    top: 38%;
    color:#fff;
    font-weight: 300;
}
#down-cont{
    position:absolute;
    bottom: 1%;
    color:#fff;    
    text-align: center;
    width: 100%;
}
#down-from-banner{
    font-size: 48px;
    
    
}


#team{
    width: 100%;
    text-align: center;
    font-family:'Lato','Segoe UI',sans-serif;
    display: none;
    position:absolute;
    top:0;
}



#reload-team{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    color: #10b2a6;
    position: absolute;
    top: 120px;left: 10px;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#reload-team:hover,#reload-team:focus,#reload-team:active{
    background:#10b2a6;
    color: #fff;
}
#reload-team .fa{
    margin-top: 5px;
}

#team-header{
    height:80px;
    color:#fff;
    font-size: 40px;
    background:rgba(13, 134, 134, 0.9);
    padding-top:20px;
    
    
}

#team-return-banner{
    position:absolute;
    top: 35px;
    left: 15px;
    font-size:30px;
    color:#fff;
    cursor: pointer;
    
}

#team-mem-cont{
    display:block;
    width: 100%;
    min-height: 250px;
    
}
.team-mem{
    margin-top: 2%;
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
/*
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
*/
    
}

.team-mem:hover{
    background:#d6f4f7;
}

.team-mem img{
    
    display: block;
    border-radius: 100%;
    box-shadow: 0 0 3px #fff;
    margin-left: auto;
    margin-right: auto;
    
}

.team-mem div{
    display: block;
    font-size: 22px;
    color:#0bb4ad;
    
}

#jian{
    
    
}

#lex{
   
    
}

#team-hint{
    font-size: 36px;
    margin-top: 50px;
}

.mem-layer{
    position: absolute;
    
    background:rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    
}

.divider{
    width: 20%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0), #000, rgba(0, 0, 0, 0.0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0), #000, rgba(0, 0, 0, 0.0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.0), #000, rgba(0, 0, 0, 0.0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0), #000, rgba(0, 0, 0, 0.0));    
}
#team-mem-details{

    font-size: 22px;
    
}

.mem-details{
    display: none;
}
.expertise-header{
    font-size: 20px;
}


.expertise{
    margin-bottom: 20px;
}
.bio{
    font-weight: 300;
    
}



#services{
    
    width: 100%;
    text-align: center;
    font-family:'Lato','Segoe UI',sans-serif;
    display: none;
    position:absolute;
    top:0;
}

#services-return-banner{
    position:absolute;
    top: 35px;
    left: 15px;
    font-size:30px;
    color:#fff;
    cursor: pointer;
    
}
#services-header{
    height:80px;
    color:#fff;
    font-size: 40px;
    background:rgba(136, 75, 144, 0.9);
    padding-top:20px;    
    
}

#services-cont{
    position: relative;
    top: 0;
    width:100vw;
    text-align: left;
    height: calc(100vh - 100px);
}

#services-cont *{
    display: inline-block;
}
    

#dev{
    width: 50%;
    height: 50%;
    background: #009688;
    cursor: pointer;
}

#web{
    width: calc(50% + 3px);
    position: absolute;
    height: 50%;
    background:#C2185B;
    margin-left: -3px;
    cursor: pointer;
}

#network{
    width: 50%;
    height: calc(50% + 2px);
    background: #2196F3;
    top:50%;
    left: 0;
    
    color:#fff;
    cursor: pointer;
    position:absolute;
}

#server{
    background:#F44336;
    width: calc(50% + 3px);
    height: calc(50% + 2px);
    position: absolute;
    margin-left: -3px;
    top:50%;
    cursor: pointer;
    position:absolute;
}

.service{
    overflow-x: hidden;
}
.service-label{
    margin-top: 19%;
    text-align: center;
    
    width: 100%;
    color:#fff;
}
.service-label .fa{
    font-size: 64px;
}
.service-label div{
    font-size: 29px;
}


#dev-details{
    color:#fff;
    display: none;
    margin-top: 100px;    
    font-size: 23px;
    text-align: center;
    
}

.tech-stack{
    width: 100%;
    text-align: center; 
    
}


.list-item{
    width: 100%;
    text-align: left;
    margin-left: 5px;
    margin-right: auto;
    font-weight: 300;
}

.list-item *{
    display: inline-block;
}

.fa-cont{
    margin-left: 35%;
        
}
.list-item .fa{
    
    float:right;
}

.list-item-text{
    text-align: left;
    margin-left: 10px;
}
.description{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 100px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-weight: 300;
    
}

#dev-back{
    display: none;
    font-size: 28px;
    left: 15px;
}
.service-back{
    color:#fff;
    position:absolute;
    left: 25px;
    top: 5px;
    cursor: pointer;
    
    
}

#web-details{
    color:#fff;
    display: none;
    margin-top: 100px;    
    font-size: 23px;
    text-align: center;
    
}

#web-back{
    display: none;
    font-size: 28px;
}

#network-back{
    display: none;
    font-size: 28px;
    left: 15px;
}

#network-details{
    color:#fff;
    display: none;
    margin-top: 100px;    
    font-size: 23px;
    text-align: center;
    
}


#server-back{
    display: none;
    font-size: 28px;
    left: 15px;
}

#server-details{
    color:#fff;
    display: none;
    margin-top: 100px;    
    font-size: 23px;
    text-align: center;
    
}


/**---------CONTACT US -----------------**/

#contact{
    
    width: 100%;
    text-align: center;
    font-family:'Lato','Segoe UI',sans-serif;
    display: none;
    position:absolute;
    top:0;
}

#contact-return-banner{
    position:absolute;
    top: 35px;
    left: 15px;
    font-size:30px;
    color:#fff;
    cursor: pointer;
    
}
#contact-header{
    height:80px;
    color:#fff;
    font-size: 40px;
    background:rgba(10, 127, 155, 0.9);
    padding-top:20px;    
    
}
#contact-cont{
    margin-top: 5%;
    
}

#contact-cont *{
    display: inline-block;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
}

#contact-email{
    margin-right: 50px;
}

#phone-icon{
    font-size: 48px;
}
#email-icon{
    font-size: 48px;
}
/*
.form-item *{
    display: inline-block;
    vertical-align: middle;
}
#sender{
    margin-top: 5px;
    border-radius: 2px;
    width: 400px;
    height: 30px;
    border: 1px solid #9a9a9a;
    font-family:'Lato','Segoe UI',sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}
#message-label{
    margin-top: 15px;
}
#message{
    border-radius: 2px;
    margin-top: 5px;
    width: 400px;
    height: 200px;
    border: 1px solid #9a9a9a;
    font-family:'Lato','Segoe UI',sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

.disabled{
    background:#aaaaaa;
    
}
#submit{
    width: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    font-family:'Lato','Segoe UI',sans-serif;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background:#099f99;
    color:#fff;
    border-radius: 2px;
    margin-top: 15px;
    
}
*/

#contact-title{
    font-size: 28px;
    font-weight:300;
    display: block;
    margin-bottom: 5%;
}

a,a:link,a:visited,a:focus,a:active{
    text-decoration: none;
    color:#000;
}

/*---------------EXAMPLES---------------*/


#examples-cont{
    overflow: auto;
    width: 100%;
    height:100%;
    text-align: center;
    font-family:'Lato','Segoe UI',sans-serif;
    display: none;
    position:absolute;
    top:0;
    
}

#examples-return-banner{
    position:absolute;
    top: 35px;
    left: 15px;
    font-size:30px;
    color:#fff;
    cursor: pointer;
    
    
}
#examples-header{
    height:80px;
    color:#fff;
    font-size: 40px;
    background:rgba(217, 94, 94, 0.9);
    padding-top:20px;    
    
}

#examples-grid{
    width:100%;
    min-height:100%;
    text-align: center;
    padding-top:40px;
    padding-bottom:40px;
    background:#131c21;
}

.example-item{
    position:relative;
    overflow: hidden;
    width:49.8%;
    height: 400px;
    max-width:800px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
    display: block;
/*    margin-top:20px;*/
    margin-bottom:40px;
    border-radius:2px;
    box-shadow: 0px 0px 3px #e06db8;
/*    border: solid 1px #e06db8;*/
}

.example-item-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    color:#fff;
    opacity:0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.example-item-overlay:hover{
    opacity:1;
}
#example-item-bg-1{
    height:100%;
    background:url('../images/edgemore.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#example-item-bg-2{
    height:100%;
    background:url('../images/gatt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#example-item-bg-3{
    height:100%;
    background:url('../images/go4less.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#example-item-bg-4{
    height:100%;
    background:url('../images/chl.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.example-item-overlay .fa{
    position: absolute;
    font-size:38px;
    top:40%;
    width:100%;
    left:0;
}
.example-item-title{
    position: absolute;
    bottom:6px;
    width:100%;
    height:40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    
}

#example-ss-cont{
    position:fixed;
    background:#141b27;
    width:100%;
    height:100%;
    z-index:102;
    top:0;
    left:0;
    text-align: center;
    overflow: auto;
    display: none;
}
#example-ss-close{
    color:#fff;
    font-size:32px;
    cursor:pointer;
    position:absolute;
    right:10px;
    top:10px;
}

#example-ss{
    width:80%;
    position: absolute;
    top:50px;
    left:10%;
}











@media screen and (max-width:800px){
    .example-item{
        width:90%;
    }
}


/*@media screen and (max-height: 489px) and (max-width: 570px) {*/
@media screen and (max-width: 620px){
    .team-mem img{
        width: 100px;
        height: 100px;
    }
/*
    .team-mem{
        display:block;
        width: 100%;
    }
*/
    
    .list-item{
        text-align: left;
    }
    .list-item .fa-cont{
        margin-left: 10%;  
        font-size: 20px;
        text-align: left;
    }
    
    .list-item .list-item-text{
        margin-left: 5%;
        font-size: 19px;
    }
    
    .description{
        width: calc(100% - 10px);
        font-size: 19px;
    }
    .service .service-label .fa{
        font-size: 42px;
    }
   .service  .service-label div{
        font-size: 18px;
    }
    #banner-top-row{
        text-align: center;
    }
    #banner-logo{
        font-size: 48px;
    }
    
    #slogan{
        font-size:23px;
    }
    
    #contact-email{
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }
}


@media screen and (max-width: 400px){
    .team-mem img{
        width: 80px;
        height: 80px;
    }
/*
    .team-mem{
        display:block;
        width: 100%;
    }
*/
    
    .list-item{
        text-align: left;
    }
    .list-item .fa-cont{
        margin-left: 0;  
        font-size: 20px;
        text-align: left;
    }
    
    .list-item .list-item-text{
        margin-left: 3%;
        font-size: 17px;
    }
    
    .description{
        width: calc(100% - 10px);
        font-size: 17px;
    }
    .service .service-label .fa{
        font-size: 42px;
    }
   .service  .service-label div{
        font-size: 14px;
    }
    #banner-top-row{
        text-align: center;
    }
    #banner-logo{
        font-size: 38px;
    }
    
    #slogan{
        font-size:19px;
    }
    
    #contact-email{
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }
}