.full-width-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    background: url(../images/gallery-about-us-1.jpg);
    margin-top: 20px;
    width: 100%;
    height: 40vh;
}

.full-width-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: inline !important;
    z-index: -1;
}

.full-width-image .breadcrumb-title {
    font-size: 35px;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
}

.full-width-image .breadcrumb-menu {
    position: relative;
    z-index: 1;
}

.sidebar {
    background-color: #0f0f0f;
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 30px;

}

@media (max-width: 768px) {
    .sm-sidebar {
        margin-top: 40px;
    }
}

.container-fluid, .container {
    display: block !important;
}

.sidebar-title {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
    font-size: 19px;
    color: #ffffff;
}

.under-line-sidebar-title {
    position: absolute;
    content: '';
    width: 20px;
    border: 2px solid gold;
    border-radius: 15px;
    bottom: 12px;
}

.under-line-sidebar-title2 {
    position: absolute;
    content: '';
    width: 40px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 15px;
    bottom: 12px;
}

.search-div {
    position: relative;
}

.search-icon {
    color: #8e6800;
    position: absolute;
    bottom: 16px;
    left: 15px;
}

.form-control {
    background-color: transparent !important;
    color: #FFBA00;
    border-color: #8e6800;
    padding: 12px 15px 12px 15px;
    border-radius: 10px;
    color: #bebebe !important;

}

.form-control:focus {
    border-color: #FFBA00;
    box-shadow: none !important;
}

.c-countainer {
    display: block;
    margin-top: 30px;
}

.category {
    padding: 10px 5px !important;
    color: rgb(255, 255, 255);
    opacity: 0.5;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid rgba(124, 124, 124, 0.567);
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.category:hover {
    opacity: 1;
}

.grid-container {
    display: grid;
    grid-template-columns:0.7fr 1.3fr;
    gap: 0px;
    line-height: 29px;
}

.posts-countainer {
    margin-top: 40px;
}

.grid-item {
    padding: 10px 5px;
}

.grid-item img {
    width: 100% !important;
    height: auto !important;
    display: inline;
    border-radius: 5px;
}

.grid-item a {
    display: inline;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.date {
    font-size: 12px;
    color: #8e6800;
}

.tag-countainer {
    display: block;
    margin-top: 50px;
    padding: 0px !important;
}

.tag-list {
    background: rgb(60, 60, 60);
    color: #8e6800;
    padding: 5px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.blog-container {
    width: 100%;
    border-bottom: 1px solid #33333372;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    padding-bottom: 15px;

}


.image-container {
    overflow: hidden;
    border-radius: 10px;
}

.image {
    width: 100%;
    border-radius: 5px;
    transition: transform 0.4s ease;
}


.image-container:hover .image {
    transform: scale(1.1);
}

.content h2 {
    font-size: 20px;
    margin: 15px 0 10px;
    font-weight: bold;
    color: #fff;
}

.content p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.more-btn {
    background-color: transparent !important;
    color: #FFBA00;
    padding: 10px 20px;
    border: 2px solid #8e6800;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.more-btn:hover {
    border: none;
    background-color: #FFBA00 !important;
    color: #202020;
}

.page-link {
    background-color: transparent !important;
    color: #FFBA00;
    border: 2px solid #8e6800;
    padding: 0;
    margin: 0 5px;
    border-radius: 12px !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.page-item:not(:first-child) .page-link {
    margin-left: auto !important;
}

.page-item.disabled > .page-link {
    margin-left: 0;
    color: #FFBA00;
    border: 2px solid #8e6800;
}

.active > .page-link, .page-link.active {
    border-color: whitesmoke;
}

.page-link:hover {
    border: none !important;
    background-color: #FFBA00 !important;
    color: #202020 !important;
}


/*css-blog*/
.caption {
    font-size: 19px !important;
    line-height: 37px !important;
}

.content-blog {
    padding-top: 15px;
}

.Publisher {
    display: inline-block;
}

.Publisher a {
    text-decoration: none;
    color: #666;
}

.title-blog-tags {
    font-size: 20px;
    margin: 15px 10px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.title-comments {
    font-size: 25px;
    margin: 15px 10px;
    font-weight: bold;
    color: #fff;
}

.comments-form {
    padding: 30px;
    border-radius: 15px;
    background-color: #0f0f0f;
}

.title-comments-form {
    font-size: 20px;
    margin: 8px 10px;
    font-weight: bold;
    color: #fff;
}

.comment-input {
    background: rgb(60, 60, 60);
    padding: 15px 20px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.851);
    border: none;
    box-shadow: none;
    margin: 8px 0px;
    width: 100%;
}

.send-btn {
    background-color: transparent !important;
    color: #FFBA00;
    margin-top: 10px;
    padding: 10px 20px;
    border: 2px solid #8e6800;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

input::placeholder {
    color: #8e6800a9;
}

input::-webkit-input-placeholder {
    color: #8e6800a9;
}

input::-moz-placeholder {
    color: #8e6800a9;
}

input:-ms-input-placeholder {
    color: #8e6800a9;
}

input::-ms-input-placeholder {
    color: #8e6800a9;
}

textarea ::placeholder {
    color: #8e6800a9;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: #8e6800a9;
}

textarea::-moz-placeholder {
    color: #8e6800a9;
}

textarea:-ms-input-placeholder {
    color: #8e6800a9;
}

textarea::-ms-input-placeholder {
    color: #8e6800a9;
}

.comment-input:focus {
    outline: none !important;
    border: 2px solid #8e6800;

}