#carousel{
    margin-bottom:50px;
}
footer{
    padding-top:50px !important;
}
.footer-title{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-logo{
    margin-bottom:30px;
}
.transparent-btn{
    border: 1px solid #767677 !important;
}
.transparent-btn:hover {
    background: #499c3a;
    color: #fff;
    border: 1px solid #499c3a !important;
}
#hotel-carousel button img, #location-carousel button img{
    width:20px;
}
#hotel-carousel .owl-nav button, #location-carousel .owl-nav button{
    background: #00000059;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}
#hotel-carousel .owl-prev, #location-carousel .owl-prev{
    transform: rotate(270deg);
}
#hotel-carousel .owl-next, #location-carousel .owl-next{
    transform: rotate(90deg);
}

#business .img-wrapper, #portfolio .img-wrapper{
    background: #ddd;
    text-align: center;
}
#business .img-wrapper img, #portfolio .img-wrapper img{
    mix-blend-mode: darken;
}
#we-dos a{
    text-decoration: none !important;
    color: #2b2e31;
}
#location-carousel .owl-item a{
    background: #ddd;
}
#location-carousel .owl-item img{
    mix-blend-mode: darken;
}
header{
    background: #5652528f;
}
footer .address li a{
    font-size:16px;
    line-height: 30px;
    color: #9d9d9d;
}
input.transparent-btn:hover {
    background: #499c3a;
    color: #fff;
    border: 1px solid #499c3a !important;
}

#sustainability-page .desktop h3, #sustainability-page .desktop p, #contact-page .desktop h3, #contact-page .desktop p{
    color:#fff;
}

.newSectionBox {
    height: 100%;
    padding: 30px 30px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 5px 17px 50px -3px rgba(0, 0, 0, 0.1);
}
.newSectionBox h3 {
    font-size: 18px;
    color: #499c3a;
    padding-bottom: 10px;
    border-bottom: 1px solid #a9a3a3;
}
.stats{
    background:#499c3a;
}
.stats p{
    margin-bottom:0px;
}
.stats p, .stats h3{
    color:#fff;
    font-weight: 800;
    line-height: 1.5;
}
@media (min-width: 1024px){
    .custom-row5 {
        flex: 0 0 20% !important;
        max-width: 20% !important;
        text-align: center;
        position: relative;
    }
}

@media only screen and (max-width:768px){
    .stats p, .stats h3{
        line-height: 1.2;
    }
    .stats .custom-row5{
        margin-bottom: 10px;
    }
    .stats h3{
        margin-bottom: 0px;
    }
    #map .tab-wrapper{
        height: calc(70% - 12px) !important;
    }
    #map .tab-information{
        height:270px !important;
    }
    .responsive-column-reverse{
        flex-direction: column-reverse;
    }
    header img.logo {
        max-width: 150px !important;
        min-width: 150px !important;
    }
    header{
        height:55px;
    }
    #home-page #carousel {
        min-height: 100%;
    }
    #home-page #carousel .owl-stage-outer, #home-page #carousel .owl-nav {
        min-height: 100%;
    }
    footer .location-links a{
        font-size: 13px;
        line-height: 25px;
        color: #9d9d9d;
    }
    footer .address li{
        font-size: 14px;
        padding-bottom: 5px;
        color: #9d9d9d;
    }
    footer a {
        font-size: 14px;
        color: #9d9d9d;
    }
}