:root{
    --sanuva_base: rgb(132, 60, 11);
    --sanuva_blue: #1778fa;
    --white-color: #fff;

}

html, body{
    overflow-x: hidden !important;
}

  .background-header,.testimonials .item, footer, .fun-facts{
    background-color: var(--sanuva_base) !important;
}

.author figure img{
    width: 50px !important;
    height: 50px !important;
}

.counter .single-fun-facts figure img{
    width: 50px !important;
    height: 50px !important;
}

.counter .single-fun-facts span{
    color: white !important;
}


.fun-facts{
    border-top-right-radius: 300px !important;
    border-bottom-right-radius: 300px !important;
    margin-right: 30px;
}

.main-banner{
   background: var(--sanuva_base) !important;
   border-bottom-right-radius: 100px !important;
}

nav a h3{
    color: var(--white-color) !important;
    white-space: nowrap;
}

.header-area .main-nav .nav li a, .section-heading h6, .section-heading h2{
    text-transform: none !important;
}


.main-banner .item h2{
    font-size: 30px !important;
    white-space: nowrap;
}

#partner{
    display: flex;
    align-items: center;
}

/*#partner .ezimage-field img{
    width: 300px !important;
    height: 100px !important;
    
}*/

footer p{
    padding: 10px;
}