@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
    color: #212529;
}
a:hover{
    color: #6c7830;
}
li{
    list-style-type: none;
}
strong{
    color: #6c7830;
}
mark{
    background-color: #fed970;
}
.btn a{
    color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #6c7830;
    border-color: #6c7830;
}
.btn-success:hover {
    color: #fff;
    background-color: #60692a;
    border-color: #60692a;
}
.section_padding{
    padding: 40px 0px;
}
.title{
    margin-bottom: 20px;
}

/*====== Header start ======*/
header{
    background-color: #faf3e8 !important;
}
.topbar{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.topbar .logo img{
    width: 50%;
}
.topbar .contact_info li{
    list-style-type: none;
    font-size: 16px;
    font-weight: 500;
}
.topbar .contact_info li a{
    text-decoration: none;
    color: #68742e;
}
.navbar{
    display: flex;
    justify-content: center;
    background: #dcdcdc;
    padding-top: 20px;
}
.navbar .nav-items{
    display: flex;
}
.navbar .nav-items li{
    list-style-type: none;
    padding: 0px 60px;
    border-right: 2px solid #000;
    font-size: 18px;
    font-weight: 500;
}
.navbar .nav-items :nth-child(5){
    border-right: none;
}
.dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
        .dropdown-menu li{
        border-right: none !important;
    }
    .nav-items ul{
        background-color: antiquewhite;
        border-radius: 15px;
    }
    .dropdown-item:hover {
        background-color: burlywood;
        padding: 10px;
        border-radius: 5px;
        color: #fff;
        transition: .3s ease;
    }
/*====== Header end ======*/

/*=====Slider ======*/
.carousel-inner{
    height: 400px;
}
.carousel-caption {
    bottom: 45%;
}
/*=====Slider ======*/

/*====== About ======*/
.about_sec .about{
    max-width: 700px;
    text-align: center;
}
/*====== About ======*/

/*====== Partners ======*/
.partners_sec{
    background: #fed970;
}
.owl-carousel {
    display: flex;
    align-items: center;
}
.owl-carousel .item{
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.owl-carousel .item img{
    width: 60% !important;
}
.owl-nav .owl-prev, .owl-next{
    width: 40px;
    height: 40px;
    background: #6c7830 !important;
    color: #fff !important;
}
.partners_logo{
    margin: 10px;
    padding: 20px;
    background: antiquewhite;
    height: 200px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;}
.partners_logo img{
    width: 100%;
}
/*====== Partners ======*/

/*====== Product ======*/
.products_sec{
    background-color: #eee;
}
.product_sec_inner .product_img img{
    width: 90%;
}
.product_aside .product_img img{
    width: 90%;
    margin-bottom: 15px;
}
.product_sec_inner{
    background: #fff;
    padding: 20px 20px 50px 20px;
    margin: 10px;
}
.product_aside{
    background: #fed970;
    padding: 20px 10px;
    margin: 10px;
}
/*====== Product ======*/

/*====== Concept ======*/
.concept_box{
    background: antiquewhite;
    padding: 20px;
    border-radius: 10px;
    height: 270px;
    margin: 10px;
}
.concept_box .title h3{
    color: #6c7830;
}
/*====== Concept ======*/

/*====== Product ======*/
.product_box .product_box_inner .product_img img{
    width: 100%;
}
.product_box .product_box_inner .product_img{
    margin-bottom: 15px;
}
.product_box{
    background: #eee;
    padding: 10px;
    height: 400px;
    margin: 10px;
    border-top: 4px solid #646f2c;
}
.services-one__content h3{
    font-size: 22px;
}
.services-one__content h3 a{
    color: #6c7830;
    font-weight: 600;
}
/*====== Product ======*/

/*====== Video ======*/
#myVideo{
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
}
/*====== Video ======*/

/*====== Footer ======*/
footer{
    border-top: 4px solid #6c7830;
}
.footer_logo img{
    width: 90%;
}
.footer_widget{
    margin-top: 15px;
}
.footer_widget_title h3{
    font-size: 25px;
    color: #6c7830;
}
.footer_desc{
    text-align: center;
}
/*====== Footer ======*/