* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;    
}
body {
    margin: 0;
    padding: 0;
    background-color: #000000f0;
}
.near {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    background-image: url('consultancy.jpg');
    position: relative;
    padding: 20px 0;
    display: none;
}
.near .layout {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .88);
}
.near p {
    margin-bottom: 1rem;
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    margin-top: 25px;
    line-height: 2.4;
    font-size: 30px;
    color: #796969;
    position: relative;
}
.clear {
        margin-bottom: 20px;
}
@media(max-width: 700px) {
    .near p {
        font-size: 25px;
    }
}
.near ul {
    text-align: center;
    font-size: 30px;
    list-style: none;
    position: relative;
}
.near ul li a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;    
}
.near ul li a:hover {
    color: #104faf
}
@media(max-width: 536px) {
    .near ul li a {
        font-size: 20px;
    }   
}
.footer {
    margin: 30px 0;
    margin-bottom: 0;
}