.logoCenterVideo {
    display: block;
    width: 15vw;
    max-width: 150px;
    opacity: .4;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.volume-style {
    opacity: .5;
    width: 5vw;
    max-width: 80px;
    top: 150px;
    left: 30px;
    position: absolute;
}

.cover-body {
    position: fixed;
    top: 100vh;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff !important;
    z-index: -1;
}

#videoBanner {
    /* make video centered in page (responsive mobile) */
    /**/ margin-left: 50vw;
    /**/ transform: translate(-50%);
    /* make video centered in page (responsive mobile) */

    left: 0;
    top: 0;
    position: fixed;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: -2;
}

section:not(section#bgVideo) {
    background-color: white !important;
}

section:not(section#bgVideo, section#ISMD), footer {
    margin-top: -1px !important;
}

.client-logo img {
    margin: auto !important;
    text-align: center !important;
}

.service-box:hover .whiteOnHover {
    filter: brightness(100) !important;
    -webkit-filter: brightness(100) !important;
}

#installPWA:active img,
#installPWA:hover img {
    filter: brightness(100) !important;
    -webkit-filter: brightness(100) !important;
}

.team-info h5, .team-info span {
    white-space: nowrap;
}

.dropdown-menu {
    border-radius: .5rem !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 5rem !important;
    min-width: 5rem !important;
    max-width: 5rem !important;
}

.nav-item a {
    transition: none !important;
}

.flag {
    width: 25px !important;
}

.changeLangBtn {
    font-weight: bold;
    margin-bottom: 0 !important;
    text-align: center;
    padding: .5rem !important;
}

.changeLangBtn:hover {
    background-color: #0BB5A7;
    border-radius: 0;
}

.changeLangBtn:hover:first-child {
    border-radius: .5rem .5rem 0 0;
}

.changeLangBtn:hover:last-child {
    border-radius: 0 0 .5rem .5rem;
}

.changeLangBtn img {
    margin-left: auto !important;
    margin-right: auto !important;
}

.theme-btn {
    padding: 1rem !important;
    width: 100% !important;
    max-width: 200px !important;
}

ul.no-bullets li {
    list-style: none !important;
}

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

/* Remove input type number arrows for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove input type number arrows for Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.defaultStyle {
    text-decoration: none !important;
    display: inline !important;
    font-weight: normal !important;
    color: #6A7C92 !important;
    font-size: 1rem !important;
    margin-bottom: 0 !important;
}

#installPWAParent {
    display: none;
}