body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/background.jpg);
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    height: auto;
}

.transition {
    transition: all 0.3s ease-in-out;
}

.custom-bg {
    background-image: url("../images/horizontal_spread.png");
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header {
    background-image: url("../images/header_bg_new_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 68px;
}

.header-section {
    background-image: url("../images/header_bg_new_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar-bg {
    background-image: url("../images/header_bg_new.jpg");
    background-repeat: no-repeat;
    background-size: 100% 84%;
    height: 346px;
}

@media (max-width:500px) {
    .header-section {
        background-size: 260% 110%;
        background-position: 5% 60%;

    }
}

@media (max-width: 640px) {
    #mobile-menu {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.costs-bg {
    background: linear-gradient(180deg, rgba(177, 193, 119, 0.5), rgba(83, 111, 18, 0.7));
}