.content-lines-wrapper {
    background: #000;
    opacity: 50%;
}

.adapta-center-absolute {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}


.gallery .gallery-item img {
    border: 0px solid #f1f1f1 !important;
    object-fit: cover;
    padding: 5px;
    height: 220px
}
a {
    color: #df8133;
}
a:hover {
    color: #e99d5e;
}

.sticky-menu {
    box-shadow: 2px 4px 5px #000;
}
@media (max-width: 767px) {
    .breadcrumb-area {
        background-position: center;
        min-height: 350px;
    }
    .breadcrumb-wrap nav {
        display: block;
        margin-top: 10px;
    }
    .slider-bg {
        min-height: 650px !important;
}
.contact-bg02 .btn.ss-btn.active {
    padding: 15px;

}
.btn.ss-btn.active {
    padding: 15px;
    margin-bottom: 0;
}
.gallery .gallery-item {
    width:50% !important;
}
}

@media (max-width: 525px) {
.gallery .gallery-item {
    width:100% !important;
}
}


 .footer-widget a:hover {
    color: #df8133;
}
.gallery-image figcaption span {
    font-weight: 700;
    font-size: 13px;
}
.team-thumb img {
    height: 300px;
    object-fit: cover;

}
.team-info {
    height: 100%;
    padding-bottom: 0px;
}
.gallery-image img {
    object-fit: cover;
    height: 400px;
}

.content-box ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0; /* Remove default padding */
    margin-bottom: 10px;
}
.content-box ul li {
    position: relative; /* Allows positioning of the pseudo-element */
    padding-left: 25px; /* Space for the icon */
    padding-bottom: 5px;
}
.content-box ul li::before {
    content: "\f192"; /* Font Awesome check icon (Unicode) */
    font-family: "Font Awesome 5 pro"; /* Font Awesome family */
    font-weight: 500; /* Solid style */
    position: absolute; /* Position the icon */
    left: 0;
    top: 0;
    color: #df8133;
}


.grid-item {
    position: relative;
}

.gallery-image {
    position: relative;
    overflow: hidden;
}

.gallery-image img {
    width: 100%;
    display: block;
}

.gallery-image figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.gallery-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.grid-item:hover .gallery-image figcaption {
    opacity: 1;
}

.grid-item:hover .gallery-image .overlay {
    opacity: 1;
}
.contact-field .form-control:focus {
    color: #e6e6e6;
    background-color: #000;
    border-color: #161616;
    outline: 0;
    box-shadow: 0 0 0 .0rem rgb(225, 225, 225);
}