#index-top {
    background: url(../storage/img/index-top3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 700px;
    color: white;
    
}

.ui-accordion .ui-accordion-header {
    height: 70px;
    padding-top: 1em;
    font-size: 24px;
    font-weight: bold;
    
}

.ui-state-active {
    background: #213347;
}

.carousel-item-container {
    min-height: 200px;
}

@media only screen and (max-width: 768px) {
    #index-top {
        background: url(../storage/img/index-top3-sm.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: -8px;
    }

    .ui-accordion .ui-accordion-header {
        height: 70px;
        padding-top: 1em;
        font-size: 18px;
        font-weight: bold;
        
    }
    .carousel-item-container {
        min-height: 360px;
    }

}

#index-top .dark-overlay {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0px;
    padding: 0px;
}
#index-top .container {
    padding-top: 30px;
}

#index-bottom, #services-middle, #about-middle {
    background-color: #e0dfda /* #bbab9c */;
}

#about-serve {
    background-color: #e0dfda;
}


#index-bottom .container .card-header {
    min-height: 92px;
}

#footer {
    background-color: #213347;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contactus form input[type=text] {
    height: 3.5rem;
}

