body {
    background-color: rgb(200, 200, 200);
    overflow-x: hidden;
    overflow-y: scroll !important;
    padding: 0px !important;
    /* overflow-y: scroll !important; */
    /* padding: 2rem; */
}

/* A link that has not been visited */

a:link {
    color: inherit;
    text-decoration: none;
}

/* A link that has been visited */

a:visited {
    color: inherit;
    text-decoration: none;
}

/* A link that is hovered on */

a:hover {
    color: inherit;
    text-decoration: none;
}

/* A link that is selected */

a:active {
    color: inherit;
    text-decoration: none;
}


video {
    display: block;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel div {
    /* height: 200px; */
    overflow: hidden;
    /* background-color: white; */
}

.owl-flag {
    height: 100px !important;
}

.owl-carousel div img {
    height: 100%;
    width: auto;
    object-fit: cover;
    transition: all 0.2s ease;
    background-color: rgb(255, 255, 255);
}

#client-list div img {
    /* height: 100%; */
    width: 100%;
    object-fit: contain;
    transition: all 0.2s ease;
    background-color: rgba(243, 243, 243, 0);
}

.owl-carousel div img:hover {
    transform: scale(1.1);
}

.owl-item {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* background-color: white; */
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    align-items: end;
}

.offcanvas-body {
    display: flex;
    align-items: center;
}

.nav-item {
    text-align: center;
    font-size: larger;
    transition: 0.2s ease all;
}

.nav-item:hover {
    color: var(--morange) !important;
}

.nav-link {
    text-align: center;
    font-size: larger;
    transition: 0.2s ease all;
    font-weight: 700;
}

.nav-link:hover {
    color: var(--morange) !important;
}

.navbar-toggler {
    background-color: var(--morange);
    border: none;
    border-radius: 0px;
    box-shadow: none !important;
    padding: 10px;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: 0.2s ease all;
    z-index: 9999;
}

.navbar-toggler:hover {
    background-color: var(--sbrown);
}

.navbar {
    margin-top: 20px;
    margin-right: 20px;
}

.nav-btn-icon {
    width: 40px;
    height: 40px;
}