body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #FFF;
    color: #337AB7;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    border-radius: 4px;
}

#back2Top:hover {
    background-color: #3752a4;
    color: #FFF;
    border: solid;
    border-color: #FFF;
}

.welcome-section {
    /*height: 100%;*/
    padding-top: 100px;
    text-align: center;
    background: #fff;
    /*fff b2b2b2*/
    background-image: url("../img/rebg.png");
    background-repeat: repeat;
    background-size: 300px 300px;

}

.about-section {
    /*height: 100%;*/
    padding-top: 100px;
    padding-bottom: 100px;
    /* added */
    text-align: center;
    background: #3752a4;
    color: #ffffff;
    font-size: 12px;
}

.whatwedo-section {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #fff;
    background-image: url("../img/rebg.png");
    background-repeat: repeat;
    background-size: 300px 300px;
}

.contact-section {

    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background: #3752a4;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    /* EBFAFF */
    background-color: #F0F0F0;
}

.navbar-default {
    background-color: #3752a4;
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.floating_div {
    margin: auto 1.5em;
    display: inline-block;
}

@font-face {
    font-family: SiteFont;
    src: url(../fonts/NeoSansArabic-Regular.ttf);
    font-weight: bold;
}

* {
    font-family: SiteFont;
}