.header-logo {
    max-width: 250px
}

.mobile-menu-wrapper .mobile-logo {
    width: 80%;
}

.objectfitImage {
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .sidebar-btn {
        height: 40px;
        width: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-btn {
        height: 50px;
        width: 50px;
    }
}

hr {
    border-top: var(--theme-color) solid;
}

.branch-single-box:hover .address a{
    color: #fff;
}






/*
*
*
*/
.case-studies-section.style-2 {
    overflow: hidden
}

.case-studies-section.style-2 .case-btn-inner {
    gap: 30px
}

.case-studies-section.style-2 .case-btn-inner .line {
    width: 100%;
    height: 1px;
    background: var(--bs-border-color)
}

.case-studies-section.style-2 .case-btn-inner .array-prev,
.case-studies-section.style-2 .case-btn-inner .array-next {
    border-color: var(--bs-border-color);
    background-color: var(--bs-border-color);
    color: var(--white-color);
    transition: all .4s ease 0s
}

.case-studies-section.style-2 .case-btn-inner .array-prev:hover,
.case-studies-section.style-2 .case-btn-inner .array-next:hover {
    color: var(--theme-color)
}

@media(min-width: 1501px) {
    .case-studies-section.style-2 .case-slider.swiper {
        overflow: visible
    }

    .case-studies-section.style-2 .case-slider.swiper .case-btn-inner {
        display: none
    }
}

.case-studies-section.style-2 .case-single-item {
    position: relative;
    overflow: hidden
}

.case-studies-section.style-2 .case-single-item:hover .image-box .overlay-btn {
    right: 0
}

.case-studies-section.style-2 .case-single-item:hover .image-box img {
    transform: scale(1.1) rotate(-2deg)
}

.case-studies-section.style-2 .case-single-item:hover .info-content .icon-box i {
    animation: wobble_vertical 1s forwards ease-in-out 0s
}

.case-studies-section.style-2 .case-single-item::before {
    display: none
}

.case-studies-section.style-2 .case-single-item .image-box {
    position: relative;
    background-color: var(--dark-color);
    overflow: hidden;
    border-radius: 10px
}

.case-studies-section.style-2 .case-single-item .image-box img {
    width: 100%;
    height: auto;
    transition: all .4s ease 0s
}

.case-studies-section.style-2 .case-single-item .image-box .overlay-btn {
    position: absolute;
    bottom: 62px;
    right: -62px;
    transition: all .4s ease 0s
}

@media(max-width: 390px) {
    .case-studies-section.style-2 .case-single-item .image-box .overlay-btn {
        bottom: 30px
    }
}

.case-studies-section.style-2 .case-single-item .image-box .overlay-btn .case-btn {
    background: var(--theme-color);
    border-top-left-radius: 10px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 25px;
    color: var(--white-color)
}

.case-studies-section.style-2 .case-single-item .info-content {
    max-width: 540px;
    padding: 30px 42px;
    background-color: #b7df93;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin-left: auto;
    margin-top: -62px;
    position: relative;
    display: flex;
    align-items: center
}

@media(max-width: 430px) {
    .case-studies-section.style-2 .case-single-item .info-content {
        padding: 30px;
        border-top-left-radius: 0
    }
}

@media(max-width: 390px) {
    .case-studies-section.style-2 .case-single-item .info-content {
        padding: 20px;
        margin-top: -30px
    }
}

.case-studies-section.style-2 .case-single-item .info-content .border {
    width: 2px;
    height: 68px;
    background-color: var(--bs-border-color);
    margin: 0 30px 0 40px
}

@media(max-width: 430px) {
    .case-studies-section.style-2 .case-single-item .info-content .border {
        margin: 0 20px
    }
}

@media(max-width: 375px) {
    .case-studies-section.style-2 .case-single-item .info-content .border {
        margin: 0 12px
    }
}

.case-studies-section.style-2 .case-single-item .info-content .info .category {
    font-size: 14px;
    color: #1A2C4B;
    position: relative;
    padding-left: 46px;
    margin-bottom: 8px
}

.case-studies-section.style-2 .case-single-item .info-content .info .category::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background: #1A2C4B;
    transition: all .4s ease-in-out;
    left: 0;
    top: 50%
}

.case-studies-section.style-2 .case-single-item .info-content .info .title {
    font-size: 25px;
    color: #1A2C4B;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width: 360px) {
    .case-studies-section.style-2 .case-single-item .info-content .info .title {
        font-size: 20px
    }
}

.case-studies-section.style-3 .case-single-item::before {
    display: none
}

.case-studies-section.style-3 .case-single-item .case-info {
    position: static;
    padding: 22px 0 30px;
    border-bottom: 1px solid var(--bs-border-color10)
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge {
    margin-bottom: 0
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge span {
    color: var(--dark-color);
    background-color: var(--bs-border-color);
    border-color: var(--bs-border-color6);
    cursor: pointer;
    transition: all .4s ease 0s
}

.case-studies-section.style-3 .case-single-item .case-info .case-badge span:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.case-studies-section.style-3 .case-single-item .case-info .title {
    margin-bottom: 15px
}

.case-studies-section.style-3 .case-single-item .case-info .title a {
    color: var(--dark-color);
    background: linear-gradient(var(--dark-color) 0%, var(--dark-color) 98%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all .4s ease 0s
}

.case-studies-section.style-3 .case-single-item .case-info .title a:hover {
    color: var(--dark-color);
    background-size: 100% 2px
}

/*
*
*
*/