.navbar_header {
    padding: 0;
    position: relative;
    z-index: 9;
    width: 100%;
}

.navbar_header .sm-simple a,
.navbar_header .sm-simple a:active,
.navbar_header .sm-simple a:focus,
.navbar_header .sm-simple a:hover {
    font-weight: 500;
}

.navbar_header .col-lg-9.ms-auto {
    padding-right: 0;
}

.navbar_header .sm-simple {
    border: 0;
    box-shadow: none;
    background: none;
    width: 100%;
}

.navbar_header .sm-simple ul {
    border: 0;
}

.navbar_header .contact-menu {
    position: absolute;
    right: 15px;
    z-index: 2;
}

.navbar_header .contact-menu a {
    display: inline-block;
}

.navbar_header .sm-simple>li {
    border: 0;
}

.navbar_header .nav-brand {
    padding: 8px 0;
}

.navbar_header .btn {
    padding-bottom: 5px;
    padding-top: 5px;
}

ul.megamenu.sm-nowrap {
    display: block;
    left: auto !important;
    right: 0 !important;
    border-top: 0;
    padding: 0 10px !important;
    -webkit-box-shadow: 0 1px 3px #000 !important;
    box-shadow: 0 1px 3px #000 !important;
    min-height: 280px !important;
    min-width: 1150px !important;
    max-width: 1150px !important;
}

.main-nav {
    background: transparent;
    padding: 5px 0;
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

#main-menu {
    clear: both;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    top: 15px;
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}

.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}


/* x icon */

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked)~#main-menu {
    left: -300px;
    display: none;
}

#main-menu-state:checked~#main-menu {
    left: 0;
}

@media (min-width: 992px) {
    /* hide the button in desktop view */
    .main-menu-btn {
        position: relative;
        top: 100px;
        right: 15px;
        display: none;
    }
    /* always show the menu in desktop view */
    #main-menu-state:not(:checked)~#main-menu {
        left: 0;
    }
    .sm-simple a .sub-arrow {
        display: none;
    }
}

@media (min-width: 992px) {
    #main-menu {
        float: right;
        align-items: center;
        clear: none;
    }
    #main-menu .menu {
        background: white !important;
        border: 1px solid #eee;
        min-width: 300px !important;
    }
    #main-menu .menu li {
        border: 0;
    }
    #main-menu .menu li a {
        padding: 15px 15px !important;
        display: block;
    }
    #main-menu .menu li:hover a {
        display: block;
    }
    #main-menu .mega-menu {
        background: white !important;
        border: 1px solid #eee;
    }
    #main-menu .mega-menu .flex-column {
        width: 25%;
        margin-right: 20px;
    }
    #main-menu .mega-menu .nav-pills .nav-link {
        text-align: left;
        display: flex;
        padding: 15px 10px;
        justify-content: space-between;
    }
    #main-menu .mega-menu .nav-pills .nav-link.active {
        text-align: left;
        background: none;
        display: flex;
        border-radius: 0;
        font-weight: 600;
    }
    #main-menu .mega-menu .tab-content {
        border-left: 1px solid #eee;
        min-height: 300px;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul {
        margin: 0;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul li {
        float: left;
        width: 25%;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul li a {
        line-height: 20px !important;
        padding: 0px 8px !important;
        margin-right: 10px;
        min-height: 40px;
        font-weight: 400;
        display: block;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul li:hover a {
        display: block;
    }
}

@media (max-width: 991px) {
    #main-menu {
        width: 300px;
        overflow-y: auto;
        box-shadow: 0 0 15px -5px #000;
        position: fixed;
        background: #fff;
        padding: 20px;
        top: 0;
        bottom: 0;
        z-index: 9;
        display: block !important;
        left: -350px;
    }
    #main-menu .mega-menu {
        background: rgba(255, 255, 255, 0.8) !important;
        padding: 10px !important;
    }
    #main-menu .mega-menu .column-1-3 {
        border-right: 1px solid #eee;
    }
    #main-menu .mega-menu .flex-column {
        width: 25%;
        margin-right: 20px;
    }
    #main-menu .mega-menu .nav-pills .nav-link {
        text-align: left;
        color: #000;
        display: flex;
        justify-content: space-between;
    }
    #main-menu .mega-menu .nav-pills .nav-link.active {
        text-align: left;
        background: none;
    }
    #main-menu .mega-menu .tab-content {
        border-left: 1px solid #ccc;
        height: 100vh;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul {
        margin: 0;
    }
    #main-menu .mega-menu .tab-content .tab-pane ul li {
        float: left;
        width: 100%;
    }
    #main-menu .mega-menu .d-flex.align-items-start {
        display: block !important;
    }
    #main-menu .mega-menu .d-flex.align-items-start .flex-column {
        width: 100% !important;
        margin: 0 !important;
    }
}

.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden;
}

.nav-brand {
    float: left;
    margin: 0;
}

#main-menu {
    clear: both;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu>.has-mega-menu {
    position: static !important;
}

#main-menu .mega-menu {
    margin-left: -1px !important;
    margin-right: -1px !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu>li {
    overflow: auto;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
    color: #000;
}

#main-menu .mega-menu ul {
    position: static;
    display: block;
    margin: 0.83em 0;
    border: 0;
    padding: 0 0 0 0;
    width: auto;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#main-menu .mega-menu ul li {
    display: list-item;
    list-style-type: none;
    border: 0;
}

#main-menu .mega-menu a {
    display: inline;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    text-decoration: underline;
    padding-left: 0 !important;
    font-size: 14px !important;
    font-weight: 300;
    text-decoration: none;
    line-height: 30px;
}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-3 {
    padding: 0 20px;
}

@media (min-width: 992px) {
    #main-menu .mega-menu .column-1-3 {
        float: left;
        width: 20%;
    }
}

body{overflow-x: hidden;}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.topbar {
    padding: 8px 0;
    border-bottom: 1px double #eee;
}

.topbar p {
    margin-bottom: 0;
    font-family: "Fira Sans", sans-serif;
    display: flex;
    justify-content: space-between;
    opacity: .8;
    font-size: 16px;
    letter-spacing: .5px;
}

.topbar p span {
    margin-right: 30px;
}

.topbar a {
    color: #000;
}

.navbar_header {
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    right: 0;
}

.navbar_header ul li a {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    padding: 0px 30px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400 !important;
}

.navbar_header ul li a:hover {
    color: #afcb1f;
}

.navbar_header img {
    mix-blend-mode: multiply;
}

.navbar_header .nav-brand {
    padding: 0;
}

.navbar_header.bg-dark {
    background: #fff !important;
    box-shadow: -1px 1px 14px rgba(0, 0, 0, 0.06);
    padding: 2px 0;
    transition: 1s;
}

.navbar_header.bg-dark img {
    width: 100px;
}

.banner {
    position: relative;
    background: #52c234;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #061700, #52c234);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #061700, #52c234);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.banner .carousel-item {
    height: 750px;
}

.banner .carousel-item .slide {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover !important;
}

.banner .carousel-indicators button {
    height: 20px;
    width: 20px;
    border-radius: 5px;
    border: 0;
}

.banner .carousel-caption {
    display: flex;
    top: 0;
    bottom: 0;
    align-items: center;
    text-align: left;
    left: 8%;
}

.banner .carousel-caption h1 {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 500;
}

.banner .carousel-caption h1 span {
    color: #afcb1f;
    letter-spacing: 2px;
}

.banner .carousel-caption p {
    color: #afcb1f;
    font-size: 30px;
    font-family: "Fira Sans", sans-serif;
}

.banner .carousel-caption a {
    margin-top: 20px;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: 2px;
    color: #fff;
}

.brands {
    padding: 20px 0;
    position: relative;
    background: #0b622f;
}

.brands .box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    text-align: center;
    background: #fff;
    border-radius: 7px;
}

.discover {
    position: relative;
    padding: 70px 0;
}

.discover .box {
    background-color: #FFF7D8;
    padding: 34px 35px 40px 35px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.discover .item-holder {
    max-width: 250px;
}

.discover .item-holder h2 {
    color: #1A1A1A;
    font-family: "Epilogue", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 90px !important;
    min-height: 110px;
}

.discover .item-holder .btn {
    line-height: 40px;
    padding: 0 28px;
    background-color: #afcb1f;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: .07em;
}

.discover .box1 {
    background-color: #E8FFD8;
    padding: 34px 35px 40px 35px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.discover .box2 {
    background-color: #FFF0E3;
    padding: 34px 35px 40px 35px;
    border-radius: 3px 3px 3px 3px;
    position: relative;
}

.discover img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.about-us {
    padding: 70px 0 110px 0;
    position: relative;
}

.about-us img {
    border-radius: 7px;
}

.about-us h2 {
    color: #afcb1f;
    font-size: 24px;
    font-family: "Epilogue", sans-serif;
    margin-bottom: 25px;
}

.about-us h3 {
    color: #000;
    font-size: 42px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-us h4 {
    font-family: "Epilogue", sans-serif;
}

.about-us h5 {
    color: #0b622f;
    font-size: 42px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-us h6 {
    font-family: "Epilogue", sans-serif;
    margin-bottom: 25px;
}

.about-us p {
    font-family: "Fira Sans", sans-serif;
    opacity: .7;
    margin-bottom: 25px;
}

.about-us h5 {
    margin-bottom: 25px;
}

.about-us .btn {
    line-height: 40px;
    padding: 0 28px;
    background-color: #afcb1f;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    letter-spacing: .07em;
}

.about-us .box {
    padding: 20px 0;
}

@media (min-width:1200px) {
    .about-us .box {
        padding: 100px 40px;
        background: rgba(255, 255, 255, 0.9);
        /* margin-left: -150px; */
    }
}

.our-product {
    padding: 70px 0;
    position: relative;
}

.our-product h2 {
    font-size: 48px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.our-product h2 span {
    color: #afcb1f;
}

.why-us {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    background: #f5efdf;
}

.why-us::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/background-banner.jpg);
    background-position: 50% 50%;
    background-size: contain;
    mix-blend-mode: multiply;
    opacity: .5;
}

.why-us .container-fluid {
    position: relative;
    z-index: 1;
}

.why-us h2 {
    font-size: 48px;
    font-family: "Epilogue", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 70px;
}

.why-us h2 span {
    color: #455218;
}

.why-us .box {
    padding: 25px;
    text-align: center;
}

.why-us .box img {
    margin-bottom: 30px;
    width: 128px;
}

.why-us .box p {
    font-size: 24px;
    font-weight: 600;
    font-family: "Epilogue", sans-serif;
    line-height: 20px;
    color: #0b622f;
}

.why-us .box p span {
    font-size: 16px;
    opacity: .8;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
    color: #000;
}

.footer {
    background: #f6f4f0;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.footer h2 {
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.footer ul {
    padding-left: 0;
    list-style: none;
}

.footer ul li a {
    display: inline-block;
    font-family: "Fira Sans", sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.footer ul li a a:hover {
    color: #afcb1f;
}

.footer p {
    font-family: "Fira Sans", sans-serif;
}

.footer p strong {
    font-weight: 500;
    font-size: 20px;
}

.footer p a {
    color: #000;
}

.footer .icon .bi {
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.227);
    text-align: center;
    border-radius: 100%;
}

.copyright {
    background: #0b622f;
    padding: 16px 0;
}

.copyright p {
    margin-bottom: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    color: #fff;
}

.inner-banner {
    padding: 40px 0 40px 0;
    position: relative;
    background: #0b622f;
}

.inner-banner h1 {
    color: #fff;
    font-family: "Epilogue", sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.inner-banner .breadcrumb {
    color: #fff;
}

.inner-banner .breadcrumb ol {
    color: #fff;
}

.inner-banner .breadcrumb li {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
}

.inner-banner .breadcrumb a {
    color: #fff;
}

.inner-banner .breadcrumb .active {
    color: #afcb1f;
}

.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.product-inner {
    padding: 70px 0;
}

.product-inner .box {
    text-align: center;
    border-radius: 4px;
    /* box-shadow: 0 0 50px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
}
.product-inner .box img{border-radius: 20px;}

.product-inner p {
    font-family: "Epilogue", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 15px 0;
}

.product-inner .box video {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.banner video {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .carousel-item {
        height: 550px !important;
    }
    .carousel-item .slide {
        width: 100%;
        height: 100%;
        background-position: 70% 50% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner .carousel-caption {
        left: 5%;
    }
    .banner .carousel-caption p {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner .carousel-caption h1 {
        font-size: 42px;
    }
    .banner .carousel-caption a {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
    }
    .carousel-item {
        height: 500px !important;
    }
    .carousel-item .slide {
        width: 100%;
        height: 100%;
        background-position: 70% 90% !important;
    }
}

@media (max-width: 991px) {
    .banner .carousel-caption {
        left: 5%;
    }
    .banner .carousel-caption p {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner .carousel-caption h1 {
        font-size: 30px;
    }
    .banner .carousel-caption a {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
    }
    .main-menu-btn-icon,
    .main-menu-btn-icon::before,
    .main-menu-btn-icon::after {
        background-color: #000;
    }
    .navbar_header ul li a {
        padding: 10px 15px !important;
    }
    .carousel-item {
        height: 450px !important;
    }
    .carousel-item .slide {
        width: 100%;
        height: 100%;
        background-position: 70% 90% !important;
    }
}

@media (max-width: 767px) {
    .discover img {
        position: relative;
        margin: 15px 0;
    }
    .discover .item-holder {
        max-width: 100%;
    }
    .discover .item-holder h2 {
        min-height: auto;
        margin-bottom: 20px !important;
    }
    .topbar p {
        display: block;
    }
    .topbar p span {
        display: inline-block;
    }
    .banner .carousel-caption {
        left: 5%;
    }
    .banner .carousel-caption p {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .banner .carousel-caption h1 {
        font-size: 24px;
    }
    .banner .carousel-caption a {
        margin-top: 0;
        padding: 0;
        font-size: 14px;
    }
    .topbar p span {
        margin-right: 0;
        font-size: 14px;
    }
    .navbar_header img {
        width: 150px;
    }
    .carousel-item {
        height: 400px !important;
    }
    .carousel-item .slide {
        width: 100%;
        height: 100%;
        background-position: 70% 90% !important;
    }
    .discover .box2,
    .discover .box,
    .discover .box1 {
        text-align: center;
    }
    .inner-banner {
        padding: 20px 0;
    }
    .inner-banner h1 {
        margin: 0;
    }
}

@media (max-width:500px) {
    .carousel-item {
        height: 300px !important;
    }
    .about-us {
        padding: 50px 0;
    }
}