.bg-orange {
    background-color: orange;
}
body{	
background: #fff !important;
}
.navbar-header {
    height: auto !important;
}

.logo-group img {
    width: 100px;
    background: #fff;
    padding: 10px;
    height: 70px;
    object-fit: contain;
    border-radius: 10px;
    margin: 10px 0px 10px 5px;
}

.logo-home {
    width: 75px;
}

/* .logo-home {f
    box-shadow: none;
    border-radius: 10px;
    width: auto !important;
}

.logo-home img {
    width: 120px !important;
    height: 80px !important;
    object-fit: contain;
} */

#page-topbar,
.navbar-menu {
    position: static !important;
    margin: 0px !important;
}

.menu-home {
    background: #4CAF50 !important;
}

.topnav-hamburger {
    display: none;
}

.navbar-menu {
    background: #008000 !important;
}

.counter-sec {
    /* background: #26a12b !important; */
    background: linear-gradient(90deg, #ff9800, #008000)
}

.header {
    background: #FF9800 !important;
    border: 0 !important;
}

.slider-carousel img {
    /* aspect-ratio: 7/4; */
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.slider-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.slider-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: var(--vz-primary) !important;
    color: #fff !important;
    font-size: 26px !important;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slider-carousel .owl-nav .owl-next {
    right: 0px !important;
    left: auto;
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

@media (max-width: 1025px) {
    .topnav-hamburger {
        display: block;
    }
}

@media (min-width: 991px) {
    .navbar-menu .navbar-nav .nav-link {
        padding-right: 0px !important;
    }

}

@media (max-width: 991px) {
    .navbar-header {
        flex-wrap: wrap;
    }

    .logo-group {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .navbar-brand {
        font-size: 16px !important;
    }

    .logo-group {
        display: none;
    }
	.slider-carousel img {
    height: 300px;
	}
}
@media (max-width: 390px) {
    .logo-home {
        width: 40px !important;
    }
	    .navbar-brand {
        font-size: 12px !important;
    }
	 .horizontal-logo {
        padding-left: 0px;
    }
	      .horizontal-logo {
        padding-left: 0px !important;
    }

}