.carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item,
.view,
body,
html {
    height: 100%
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
}


.navbar {
    background-color: rgba(255, 255, 255, 0);
}

.page-footer,
.top-nav-collapse {
    /* background-color:#1C2331 */
    background-color: white;
}

.card.card-cascade.narrower .view.view-cascade {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: -1.25rem;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    color: #fff;
    text-align: center;
}

.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.contactUs-info {
    font-family: 'CircularStdmed';
    font-size: 42px;
    line-height: 55px;
    color: #3e3e3e;
    margin: -8px 0 25px;
}

@media only screen and (max-width:768px) {
    .navbar {
        /* background-color:#1C2331 */
        background-color: white;
    }
}

.svg-bg2 {
    background-image: url(img/2.html); 
    background-repeat: no-repeat; 
    background-size: contain
}

ul.stepper {
    counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 1rem -1.5rem;
    padding: 0 1.5rem;
    padding: 1.5rem;
}

.stepper-vertical {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.stepper-vertical li {
    display: flex;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content {
    width: 45%;
    float: left;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background-color: transparent !important;
}

.stepper-vertical li .step-content {
    display: block;
    margin-top: 0;
    margin-left: 3.13rem;
    padding: .94rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none !important;
}

.block1 {
    margin-top: 10%;
    text-align: center;
}

.myCol {
    background-color: #147e79;
}

.barModal {
    background-color: #147e79;
}

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }
}

/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.html) center no-repeat #fff;
}
