
    .project-start-area {background-color: #f1f1f1;}
   /* Set banner height */
#home_banner {
    position: relative;
    height: 300px; /* adjust this to make it smaller or larger */
    overflow: hidden;
        z-index: 1;
}

/* Make carousel item fill the banner */
#home_banner .item {
    height: 100%;
    position: relative;
}

/* Scale image to fill the banner */
#home_banner .banner_image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover ensures no stretching */
}

/* Overlay */
#home_banner .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

/* Caption */
.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-area .section-title{max-width:100%;text-align: left;margin-bottom:0px;}
.content-area .section-title p {
    max-width: 100%;
    font-size: 16px;
    margin-top: 12px;
    
}
.areaweserve .tab-buttons li:before {
    display: none;
}

.areaweserve .tab-buttons .tab-button:focus, .tab-buttons .tab-button:hover {
    border: navajowhite;
    color: #ff0000;
}

.areaweserve .tab-buttons {
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    border-bottom: 1px solid #dee2e6;
}
.areaweserve .tab-buttons .tab-button {
    border: none;
    border-radius: 0;
background-color: #fff;
}
.areaweserve .tab-buttons  .tab-button.active {color: #ffffff;
    background-color: #080e32;
}

.areaweserve .tab-content ul {
    padding: 0;
    margin: 0;
}

.areaweserve .tab-content {
    width: 100%;
    display: inline-block;
}

.areaweserve .tab-content ul li {
    width: 16.6%;
    float: left;
    padding: 5px 5px;
}

.areaweserve .tab-content ul li:before {
    display: none;
}

.areaweserve .tab-content ul li a {
    min-width: 100%;
    width: 100%;
    padding: 5px;
    line-height: 1.1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    white-space: break-spaces;
}

.areaweserve ul > li {
    line-height: 1.8;
    word-wrap: break-word;
    list-style: none;
    position: relative;
}

.areaweserve .default-btn {
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 50px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 10;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.areaweserve .nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
}
.areaweserve .nav-tabs .nav-link.active,.areaweserve .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #080e32; }
    
@media only screen and (max-width: 767px) {
.areaweserve .tab-content ul li {
    width: 33%;
}
}
@media only screen and (max-width: 428px) {
.areaweserve .tab-content ul li {
    width: 50%;
}
}