/*----------------------------------------------------------------
                                GLOBAL
----------------------------------------------------------------*/
body.wb-rtl .direction-auto {
    direction: rtl !important;
}

body.wb-ltr .direction-auto {
    direction: ltr !important;
}

body.wb-rtl .text-align-auto {
    text-align: right !important;
}

body.wb-ltr .text-align-auto {
    text-align: left !important;
}

/*----------------------------------------------------------------
                                HEADER
----------------------------------------------------------------*/
.copyright-willaarts i {
    color: white !important;
}

body.wb-rtl .menu-toggle {
    left: 0;
    right: unset;
}

.bg-gradient-primary-secondary-color {
    background-image: linear-gradient(to right top, var(--wb-primary-color), var(--wb-secondary-color));
}

body.wb-rtl .page-title-small span:before {
    right: 0;
    left: unset;
}

.sidebar-nav-menu, .side-menu-nav {
    background-color: #1e1e1e !important;
}

.left-50 {
    left: 50%;
    transform: translateX(-50%);
}

.litle-image img {
    height: 40px;
    width: auto;
    margin: 5px;
}

footer .footer-logo img {
    max-height: 60px !important;
}

.process-step-style-03 .process-step-item-box .process-step-item-box-bfr {
    width: 1px;
    height: calc(100% + 30px);
    top: -40%;
    left: 50%;
}

.process-item .number {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wb-primary-color);
    border-radius: 50%;
    color: white;
    position: relative;
    transition: .3s;
    transform: scale(1);
}

.process-item .number:hover {
    transform: scale(1.1);
}

.process-item {
    margin-bottom: 90px;
}

.process-item:not(:last-child) .number:after {
    position: absolute;
    content: '';
    width: 1px;
    opacity: .5;
    z-index: -1;
    height: calc(100% + 10px);
    background-color: white;
    left: 50%;
    top: 100%;
}

.process-item .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: var(--wb-primary-color);
    border-radius: 50%;
    z-index: 1;
}

.process-item .number span {
    z-index: 2;
}

.right-13 {
    right: 13%;
}

.left-13 {
    left: 13%;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05) !important;
    border-radius: 15px;
}

.portfolio-box .portfolio-hover {
    background-color: var(--wb-primary-color) !important;
}

.portfolio-box:hover .portfolio-hover {
    opacity: .9;
}

.page-title-small span:before {
    border-color: white;
}

.breadcrumb a {
    color: white;
}

.breadcrumb a:hover {
    opacity: .7;
}

input[type=button], input[type=email], input[type=password], input[type=search], input[type=submit], input[type=tel], input[type=text], textarea {
    text-align: right;
}

.btn-gradient-primary {
    background-image: linear-gradient(to right, var(--wb-primary-color), #005b97, var(--wb-primary-color));
    color: #fff;
    background-size: 200% auto;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

.btn-gradient-primary:hover {
    background-position: right center;
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

#managers {
    height: 325px;
    transition: 1s ease height;
}

.bg-fixed {
    height: 500px;
    position: absolute;
    left: 0;
    background-attachment: fixed;
    z-index: 0;
    background-size: 700px;
    background-position: left;
    background-repeat: no-repeat;
}

.direction-auto .bg-fixed {
    right: 0;
    left: unset;
    background-position: right;

}

.openMenu {
    transform: translateX(-30%) !important;
}

.pb-140 {
    padding-bottom: 140px;
}

/*----------------------------------------------------------------
                                swiper
----------------------------------------------------------------*/
.single-product-thumb .swiper-slide {
    max-height: 80px !important;
    width: 100%;
    max-width: 80px;
    text-align: center;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (min-width: 320px) {
    .slider-vertical > .swiper-pagination-bullets {
        left: 15px;
        right: unset !important;
    }
}

@media (min-width: 1200px) {

    body.wb-rtl .page-title-small span {
        padding-right: 25px;
        padding-left: 0 !important;
        margin-right: 25px;
        margin-left: 0 !important;
    }

    body.wb-rtl .slider-vertical > .swiper-pagination-bullets {
        left: 60px;
    }
}

@media (max-width: 767px) {
    header .navbar .navbar-brand img, header .sidebar-nav-menu .navbar-brand img, header.side-menu .logo img {
        max-height: 30px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 23px !important;
    }

    .process-item .circle {
        width: 50px;
        height: 50px;
    }

    .process-item .number {
        width: 70px;
        height: 70px;
    }

    .right-13 {
        right: 0%;
    }

    .left-13 {
        left: 0%;
    }
}

@media (max-width: 991px) {
    .bg-fixed {
        background-size: 200px;
    }

    .responsive-menu {
        position: absolute;
        height: 100%;
        top: 0%;
        padding-top: 20px;
        z-index: 10;
        left: 0;
        background-color: #1e1e1e;
        transition: .4s;
        transform: translateX(-100%);
    }

    .menu-list li {
        width: 100%;
        padding: 2px 30px;
    }

    .small-icon {
        padding: 10px 20px;
    }

    .single-product-thumb .slider-vertical .swiper-wrapper {
        flex-direction: row;
        transform: none !important;
    }
    .product-image-thumb .swiper-wrapper {
        flex-wrap: wrap !important;
        row-gap: 8px;
        column-gap: 8px;
    }

}


