.menu__top {
    background-color: #5c0269 !important;
}
.box-cantainer {
    height: auto;
    bottom: 1%;
}
.small-box {
    display: inline-block;
    margin-left: 10px;
}
.small-box img {
    width:130px;
}
.small-box span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: -5px;
    color: #292929;
}
header.header .overlay, .bg-right {
    background: none !important;
}

.bg-left .imgRight {
    position: relative;
    display: inline-block;
}

    .bg-left .imgRight:before {
        content: "";
        background: url(/images/bg-circle.svg) no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        width: 23.44vw;
        height: 23.44vw;
        background-size: contain;
        margin: 0 auto;
    }

    .bg-left .imgRight:after {
        content: "";
        background: url(/images/icon-bg-right.png) no-repeat;
        position: absolute;
        left: 0;
        right: -10px;
        top: 1vw;
        width: 31.25vw;
        height: 31.25vw;
        background-size: contain;
        margin: 0 auto;
        z-index: 4;
        animation: rotate 80s infinite linear forwards;
    }
.bg-left .img-left-first {
    -webkit-animation: movebounce 20s linear infinite !important;
    animation: movebounce 20s linear infinite !important;
}
.bg-left .img-left-first {
    width: 24vw;
    height: 24vw;
}
@media only screen and (min-width: 1500px) {
    .bg-left .img-left-first {
        width: 16vw;
        height: 16vw;
        margin-right:40px !important;
    }
    .bg-left .imgRight:before {
        width: 15vw;
        height: 15vw;
    }

    .bg-left .imgRight:after {
        top: 1.7vw;
        width: 21vw;
        height: 21vw;
    }
}
@media only screen and (max-width: 1400px) {
    .bg-left .imgRight:after {
        top: 2vw;
    }
}

@media only screen and (max-width: 1200px) {
    .bg-left .imgRight:after {
        top: 4vw;
    }
}

@media only screen and (max-width: 992px) {
    .bg-left .imgRight:after {
        top: 5vw;
    }
}

@media only screen and (max-width :768px) {
    .bg-left .imgRight:after {
        top: 7vw;
    }
}

@media only screen and (max-width: 600px) {
    .small-box img {
        width: 74px;
    }

    header.header .header__meta .site__logo h1 span {
        margin-top: -10px;
    }
    .bg-left .img-left-first {
        margin-right: 5px !important;
    }
    .bg-left .imgRight:after {
        top: 10vw;
        z-index:-1;
    }
}


   

    .fullscreen-bg {
        background-image: url(/images/backgroundHome.jpg) !important;
        background-size: cover;
    }

    .mb__search__inner-bg {
        background: #b94869 !important;
    }

    .logotitleText {
        height: 60px;
        font-size: 30px !important;
        color: #5c0269 !important;
        margin: 0;
    }

    .bg-left .img-left-first {
        -webkit-animation: movebounce 8s linear infinite;
        animation: movebounce 8s linear infinite;
    }

    .mb__search__inner {
        color: #040404 !important;
        border: 1px solid rgba(103, 103, 103, 0.35) !important;
    }

        .mb__search__inner input {
            background: rgba(233,233, 233,0.20) !important;
        }

    .meta__buttons .btn-outline {
        border: 1px solid rgba(103,103, 103,0.35) !important;
        color: #747171 !important;
    }

    .mb__search__icon--search {
        background-image: url(/images/search-bar-white.png) !important;
    }

    header.header .header__meta .site__logo h1 span {
        color: #7f7b7b !important;
    }

    .scroll-down span {
        border: 2px solid #e1e0e0 !important;
    }

        .scroll-down span:before {
            background-color: #e1e0e0 !important;
        }

    .scroll-down a {
        color: #c9c9c9 !important;
    }

    .wgl-toolbar__container .wgl-toolbar__toggle-element {
        background-color: rgba(253, 188,72,1) !important;
    }

    .scroll-down {
        bottom: 20% !important;
    }

        .scroll-down span:after {
            bottom: -28px !important;
            font-size: 13px !important;
        }

    @keyframes rotate {
        0% {
            -moz-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }