.carousel-e  h1 {
    color: white;
    margin: 50px 0 20px 0;
    padding: 0;
    font-size: 2.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
}

.carousel-e a {
    color: white;
}

.carousel-e .carousel-caption {
    position: static;
    text-align: left;
}

.carousel-e {
    /*background: #3299bb url('cubes.png') repeat 0 0; */
    background: #3389A4  url('/static/images/excellencis/cubes.png') repeat 0 0;
    background-size: 67px 100px;
}

.carousel-e .carousel-control.left, .carousel-e .carousel-control.right {
    background-image: none;
}

.carousel-e .carousel-img {
    height: 400px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    display: static;
}

.carousel-text ul {
    font-size: 1.3em;
}

.carousel-text ul li {
    margin-bottom: 10px;
}

.no-margin {
    margin: 0 !important;
}

.animation-delay-1 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s;
}

.animation-delay-2 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

.animation-delay-3 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

.animation-delay-4 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

.animation-delay-5 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.row-top-margin {
    margin-top: 20px;;
}

/* New */

body {
    font-family: 'Roboto', sans-serif;
}

body p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 30px;
    color: #777;
}

body .container {
    width: 100%;
    max-width: none;
}

.container .row {
    max-width: 1100px;
    margin: 0 auto;
}

.container.nested-container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding-top: 15px;
}

/* call out */

.alternate-background {
    border-bottom: 1px solid lightgray;
}

.alternate-background-2 {
    background: #aaa url('/static/images/excellencis/cubes.png') repeat 0 0;
    background-size: 67px 100px;
}

.alternate-background-3 {
    background: #f8f8f8;
    text-align: center;
}

.callout h1, .callout h2, .callout h3 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #3389A4;
}

.callout p, .callout label {

}

.callout img {
    max-width: 100%;
}

.callout ul {

}

.callout li {
    padding-bottom: 15px;
}

/* Nav bar */

#logo {
    float: none;
}

#logo img {
    border: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar {
    background-color: #fff;
    border: none;
    /*border-bottom: 2px solid #2a89ad;   */
    border-bottom: 2px solid #2b738a;
    min-height: 60px;
}

.navbar-nav > li > a {
    line-height: 30px;

    font-size: 13px;
    text-transform: uppercase;;
}

#main-nav {
    padding-right: 15px;
}

.navbar-nav .active {
    background: #eee;
}

.navbar-toggle .icon-bar {
    background-color: #563d7c;
}

.navbar-toggle {
    margin-right: 0px;
}

#login-button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    margin-top: 15px;
    color: white;
    margin-right: 15px;
    margin-left: 10px;
}

/* Carousel */

#section-carousel {
    position: relative;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: #fff;
    max-width: 100%;
    margin: 0px 0 0 0;
    padding: 0px 0 0 0;
}

#section-carousel .row div {
    cursor: pointer;
}

.feature-group h1, .feature-group h2, .feature-group h3 {
    color: #3389A4;
    font-size: 28px;
    text-align: center;
}

.feature-group p {
    text-align: center;
}

.feature-group i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*background-color: #3299bb;   */
    background-color: #3389A4;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}

#uppoint {
    margin-top: 20px;
}

#aboutus {
    margin-top: 10px;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.o-image {
    height: 250px;
}

@media (max-width: 992px) {
    .o-image {
        display: none;
    }
}

#content b {
    color: #3389A4;
}

#requestDemo {
    background: #f8f8f8;
}
