.body {
    min-height: 100%;
    height: 100%;
}

.container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    overflow: hidden;
    min-height: 64vh;
}

.row {
    justify-content: center;
}

nav {
    padding: 0;
}

.banner-image {
    background-image: url("/media/images/london.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 150px;
    padding-top: 250px;
    padding-bottom: 250px;
}

.banner-image .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-text {
    text-align: center;
}

.banner-text > h1 {
     color: white;
}

.img-top {
    width: 100%;
}

.content-main {
    margin-bottom: 50px;
}

.row-main {
    padding: 180px 50px 80px 50px;
    text-align: center;
}

.introduction h3 {
    padding-bottom: 15px;
}

.row-who-are-we {
    margin-top: 100px;
    padding: 200px 50px 200px 50px;
    background-color: #d7ebfb;
}

.row-why-us {
    padding: 200px 50px 200px 50px;
    background-color: #195381;
    color: #fff;
}

.why-us-title {
    padding-left: 120px;
}

.main-clients {
    margin-top: 150px;
    margin-right: 0;
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
}

.testimonial-wrapper {
    margin-bottom: 30px;
}

.client-logo {
    width: 10rem;
}

p.intro {
    font-size: 150%;
}

.img-project {
    width: 230px;
}

.img-blog {
    width: 550px;
}

.contact-form-wrapper {
    padding: 100px;
}

.about-container {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 64vh;
}

.our-story-wrapper {
    padding: 150px 200px 150px 200px;
}

.our-story-title h1 {
    padding-bottom: 30px;
    font-weight: bold;
}

/*.our-goals-wrapper {
    padding: 150px 200px 150px 200px;
    background-color: #195381;
    color: #fff;
    text-align: center;
}

.our-goals-title h1, .our-values-title h1 {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.our-values-wrapper {
    width:100%;
    padding: 100px 0px 100px 0px;
    background-color:#d7ebfb;
}*/

.element-title {
    text-align: center;
    font-weight: bold;
}

.element {
    text-align: center;
}

.element-image {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    width: 70px;
}

.element-text {
    text-align: center;
    padding-bottom: 40px;
}

.services-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20%;
    padding-right: 15%;
}

.services-title {
    padding: 15px;
}

.services-group {
    padding: 50px 0px 50px 0px;
}

.services-logo {
    text-align: center;
    padding-bottom: 15px;
}

.services-logo img {
    width: 100px;
    margin: 0px 15px 15px 15px;
}

.services-body {
    padding-left: 1%;
    padding-right: 4%;
}

.services-body h4 {
    padding-bottom: 8px;
}

.footer {
    background-color: #000000;
    color: #d4d4d4;
    padding: 40px 20px 20px 40px;
    bottom: 0;
    width: 100%;
}