.contact-breadcrumbs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}

.copyright-footer {
    background-color: #000;
    border-top: 1px solid #ffffff38;
    padding: 15px 0;
}

.list-social__item a {
    color: #fff !important;
    font-size: 15px !important;
}

.logo img {
    max-width: 150px;
}

.ft-logo {
    max-width: 150px;
}

@media only screen and (max-width: 600px) {
    .contact-breadcrumbs {
        height: 30vh !important;
    }

    .title-2 {
        font-size: 28px !important;
    }

   body .sbtn{
        text-align: left !important;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #ffff;
}

::-webkit-scrollbar-thumb {
    background: #222222;
    height: 100px;
}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
}