body {
    padding-bottom: 40px;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-brand {
    height: auto;
}

.navbar-inverse .navbar-nav>li>a {
    color: #c7c7c7;
    font-size: 14px;
    padding: 50px 15x 15px 15px;
    margin: 15px 0px 0px 0px;
}

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
    /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.featurette-divider {
    margin: 60px 0;
}

.carousel-inner>.item>.tp {
    /*height: 100vh !important;*/
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    min-height: 500px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.block-dev {
    width: 100%;
    height: 230px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 0 15px;
    background: linear-gradient(90deg, rgb(248, 165, 43), rgb(213, 51, 46)) transparent;
    color: #fff;
}

.privacy-con {
    font-size: 14px;
}

.glyphicon{
    color: #fff;
    font-size: 24px;
}

.jumbotron{
    background-color: #f7f8f9;
}