.logo img {
    height: 80px;
    width: 100% !important;
        object-fit: cover;
    object-position: 50% 50%;
}


.statsbgarea {
    background-image: url(../../img/statsbg.jpg);
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 70px 0px 50px 0px;
}


.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select select {
    display: inline-block;
    border: 1px solid #bbb;
    padding: 4px 3px 3px 5px;
    margin: 0;
    width: 100%;
    height: 46px;
    border: 1px solid #e3e3e3;
    padding: 8px 16px;
    border-radius: 4px;
    font: inherit;
    outline: none;
    line-height: 1.2;
    background: #fff;
    -webkit-appearance: none;
}