.header-style-three .navigation > li > a {
    /*margin-top: 18px;*/
    padding: 10px 16px;
}

.header-style-three .info-box{
    margin-top: 5px;
}
.header-style-three .navigation > li > a:hover {
    background-color: #fff;
    color: #006a4e;
}

.page-title {
    padding: 300px 0 0;
}

.main-footer.style-two:before {
    background-color: rgba(0,0,0,0.9);
}

.main-footer.style-two .widgets-section {
    padding: 50px 0 13px;
}

.services-section-three::before {
    opacity: 1;
}

.sidebar-page-container .container {
    max-width: 80%;
    margin: 0 auto;
}

.subscribe-section{
    display: none;
}

.sidebar-page-container{
    margin-bottom: 100px;
}

.table th {
    border-top: none;
}

.data {
    font-weight: bold;
    font-size: 16px;
}

.status-message {
    color: #fff;
    font-weight: bold;
    background-color: darkgreen;
    padding: 5px 10px;
    border-radius: 5px;
}

 .owl-carousela .item {
     height: 10rem;
     background: #4DC7A0;
     padding: 1rem;
 }
.owl-carousela .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem;
}

@media only screen and (max-width: 767px){
    .logo-outer{
        width: 75% !important;
    }

    .hmenu{
        display: none !important;
    }

    .main-footer.style-two .widgets-section {
        padding: 0 0 13px;
    }
}
