@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


body {
    font-family: 'Lato', sans-serif;
}

#bodySection3 {
    font-family: "Lato", sans-serif;

}

body::-webkit-scrollbar {
    display: none;
}

/* header */
nav.navbar.navbar-default {
    margin-bottom: 0px;
    min-height: 60px;
}

.header-logo img {
    margin-top: 9px;
    margin-bottom: 15px;
    width: 148px;
}

.box-shadow {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}

header {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.header-logo {
    padding: 7px 0px;
}

.numb-f {
    position: absolute;
    right: 0;
    top: 31%;
}

span.call-num {
    /* display: inline-block; */
    /* float: left; */
    margin-right: 10px;
    font-size: 14px;
}

.about_us {
    background: #ffffff;

}

.about_us p {
    font-family: "Lato", sans-serif !important;

}



.bg_white {
    background: #f7f7f7;

}

#about_us img.logo {
    max-width: 15%;
    height: auto;
}

#bodySection1 {
    background-image: url("../img/BG_img.jpg");
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
}

#bodySection1 img.logo {
    width: 45%;
    margin: 20px;
}

.center-box {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 4px 0 rgba(50, 50, 93, 0.01);
    border-radius: 4px;
    max-width: 430px;
}

#bodySection1 .country_selection img {
    width: 20%;
}

#bodySection1 .country_selection label {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

#bodySection1 .country_selection .country_box {
    background: #FFFFFF;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07), 0 15px 4px 0 rgba(50, 50, 93, 0.01);
    border-radius: 4px;
    cursor: pointer;
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
}

#bodySection1 .country_selection .country_box:active,
#bodySection1 .country_selection .country_box:focus,
#bodySection1 .country_selection .country_box:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.5s;
    transform: scale(1.02);
    transition-property: auto;
}

#bodySection1 .country_selection a {
    /* font-size: 12px; */
    /* color: #333333; */
    /* letter-spacing: 0; */
    /* font-weight: 400; */
    cursor: pointer;
}

#bodySection1 .country_selection a:hover {
    text-decoration: none;
}

#bodySection1 p.foodhub_description {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 24px;
}

#bodySection2 h4.commission_partner {
    font-size: 34px;
    color: #333333;
    font-weight: 400;
}

#bodySection2 h4.commission_partner button.btn-partner {
    background: #FFFFFF;
    border: 1px solid #D82927;
    border-radius: 5px;
    font-size: 18px;
    color: #D82927;
    letter-spacing: 1px;
    margin: 20px;
}

#bodySection2 h4.commission_partner button.btn-partner:hover {
    background-color: #d82927;
    border-color: #d82927;
    color: #fff;
}


.countryText {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
}

#bodySection3 {
    background: #F7F7F7;
}

#bodySection3 h2 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 0.2px;
    line-height: 44px;
    font-weight: 500;
}

#bodySection3 .testimonial-disp {
    background: #FFFFFF;
    box-shadow: 12px 12px 40px 0 rgba(121, 121, 121, 0.30);
    border-radius: 6px;
    padding: 4px 10px;
}

#bodySection3 .testimonial-disp p {
    font-size: 14px;
    color: #555555;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    height: 120px;
    overflow-y: auto;
    padding: 0 20px;
    margin: 15px 5px 5px 0;
}

#bodySection3 .testimonial-disp:hover {
    background: #63c156;
    color: #ffffff;

}

#bodySection3 .testimonial-disp:hover p {
    color: #ffffff;
}

#bodySection3 .testimonial-disp:hover h6 {
    color: #ffffff;
}

#bodySection3 .testimonial-disp h6 {
    font-size: 18px;
    color: #63C156;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
}

.smallTxt {
    font-size: 12px;
    color: #333333;
    font-weight: 500;
}

#footer ul.quick-links li.redcolor a {
    font-size: 16px;
    color: #D82927;
    letter-spacing: 1px;
}

/* Footer */


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #ffffff !important;
}

.background-footer {
    background: #fff;
}

footer p {
    font-size: 13px;
    color: #888888;
    letter-spacing: 0.5px;
    font-weight: 300;
    font-family: "Lato", sans-serif;

}

.youtube_fill svg {
    fill: #888888;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    font-size: 14px;
    color: #888888;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 300;
    font-family: "Lato", sans-serif;

}

/* #footer ul.social li a:hover{ */
/* color:#888; */
/* } */
#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

/* #footer ul.quick-links li:hover{ */
/* padding: 3px 0; */
/* margin-left:5px; */
/* font-weight:700; */
/* } */
#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

p.testimonial_scroll::-webkit-scrollbar {
    width: 5px;

}

/* Track  */

p.testimonial_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle  */

p.testimonial_scroll::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover  */

p.testimonial_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
    width: 10px;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}






.owl-buttons {
    display: none;
}

.owl-carousel:hover .owl-buttons {
    display: block;
}

.owl-item {
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    padding-left: 20px;

    background: #a7a7a7;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 50px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    padding-right: 20px;
}

.owl-nav {
    position: absolute;
    top: -23%;
    /* left: 0; */
    right: 8%;
}

button.owl-prev {
    background: #ffffff !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    font-size: 40px !important;
    outline: none !important;
    margin-right: 20px !important;
}

button.owl-next {
    background: #ffffff !important;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50% !important;
    font-size: 40px !important;
    outline: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #63C156 !important;
    color: #ffffff;
    font-weight: 300;
}

button.owl-next:hover span {
    color: #ffffff !important;
}

button.owl-prev span {
    position: absolute !important;
    top: -8px !important;
    left: 18px !important;
    font-weight: 300;
    /* color:#a8a9ae!important; */
}


button.owl-next span {
    position: absolute !important;
    top: -8px !important;
    /* left: 0; */
    right: 18px !important;
    color: #313540 !important;
    font-weight: 300;
}

.owl-stage-outer {
    padding: 20px 0px 40px 0;
}

.owl-dots {
    display: none !important;
}




@media (min-width: 320px) {}

@media only screen and (max-width: 1280px) {
    .countryText {
        padding-right: 3.2rem;
    }

}

@media (max-width: 992px) and (min-width: 769px) {}

@media (max-width: 992px) and (min-width: 769px) {
    .countryText {
        padding-right: 0.2rem;
    }

    .owl-nav {
        display: none;
    }

    #about_us img.logo {
        max-width: 20%;
    }


}

@media (max-width:768px) {
    .countryText {
        padding-right: 3.2rem;
    }

    .owl-nav {
        display: none;
    }

    #about_us img.logo {
        max-width: 20%;
    }

}


@media (max-width: 736px) and (min-width: 320px) {
    #about_us img.logo {
        max-width: 50%;
    }

    .owl-nav {
        display: none;
    }

    h4 {
        line-height: 37px;
    }

    .countryText {
        padding-right: 1.6rem;
    }

    #bodySection2 h4.commission_partner,
    #bodySection3 h2 {
        font-size: 21px;
    }

    #bodySection1 .country_selection .country_box {
        -ms-flex: 0 0 35.333333%;
        flex: 0 0 35.333333%;
        max-width: 35.333333%;

    }
}

@media (max-width: 480px) and (min-width: 320px) {
    .owl-nav {
        display: none;
    }

    .numb-f {
        width: 53%;
        position: absolute;
        /* right: -15px; */
        top: 0%;
        background: #2cfd2047;
        padding-left: 21px !important;
        padding: 9px 0px;
    }
}