body {
    background-image: url(../images/bg.png);
    background-position: center;
    background-size: cover;
}
.logo img {
    width:auto;
    height: 90px;
}
.metrics-button a, .metrics-button button {
    padding: 7px 30px !important;
    color: white;
    border: 1px solid white;
    font-size: 15px;
}

.cli-images {
    width:auto;
    height:132px;
}

.bg-image {
    background-image: url(../images/bg-small.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 90px;
    padding: 70px;
}
.bg-image h5 {
    font-size: 19px;
}
.bg-image h4 {
    font-size: 25px;
    margin-top: 5px !important;
    font-weight: 300;
}

.padding-adjust {
    padding:90px;
    justify-content: center;
}
.calender-button button {
    font-weight: 900;
    font-size: 16px;
    padding: 11px;
    color:#183a5f;    
}

.padding-adjust h5 {
    font-size: 18px;
    text-align: right;
    letter-spacing: 1px;
    word-spacing: 4px;
}
.padding-adjust h4 {
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-align: right;
}

.our-sponsors {
    margin-top: 90px;
}
.sponsors {
    border-bottom: 1px solid white;
}
.sponsors-logo {
    height: 58px;
    text-align: center;
}
.sponsors-images {
    height: 100%;
}
.sponsors-box p {
    font-size:13px;
}
.sponsors-images-one {
    width: auto;
    height: 105px;
    display: block;
    margin: auto;
}
.contact-button {
    font-size: 17px;
    margin-top: 20px;
    font-weight: bold;
    padding: 9px 30px;
    margin-bottom: 35px;
    color:#183a5f;
}
.product-box{
    margin-top: 90px;
}
.product-img{
    height: 140px;
    display: block;
}
.product-img img {
    height: 100%;
}
@media (max-width:425px) {
    .cli-section {
        margin-top:50px;
    }
}