li{
    list-style: none;
}
.ar-small-logo{
    width:40px;
}

.ar-normal-logo{
    width:50%;
}

.form-content ul{
    padding: 0;
}

.form-content li{
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-content input, .form-content textarea, .form-content button{
    padding-left:20px;
    width: 100%;
    border: 1px solid #e3e3e3;
    color:#939393;
    outline: none;
    height:40px;
}
.form-content textarea{
    height: 100px;
}

.form-content button{
    background:#939393;
    color:#fff;
    cursor:pointer
}

.site-screens img{
    display: block;
}

.portfolio-content{
    cursor: pointer;
}



.btn-contact a{
    padding-left: 20px;
    width: 100%;
    border: 1px solid #e3e3e3;
    color: #fff;
    outline: none;
    height: 40px;
    background: #939393;
    color: #fff;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 7px;
}


@media screen and (max-width: 992px){
    .site-navigation {
        height:300px;
    }
}