/*
    Design and developed by : Kites Global
    Created on : Jul 23, 2020, 1:09:42 PM
    Author     : Dasun Senanayake
*/

@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

a:hover{
    text-decoration: none;
}
.btn{
    border-radius: .1rem;
}
.main-nav{
    border-bottom: 0.18rem #b0dd45 solid;
    position: relative;
    background-color: #fff;
}
.topnav{
    display: none;
}
.logo{
    height: 40px;
}
.navbar-light .navbar-nav .nav-link {
    color: #505050;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.slider-sec{
    margin-top: 4.4rem;
}
.slider-sec .slider-owl-carousel .item .slider-itm-cont{
    position: relative;
}
.slider-sec .slider-owl-carousel .item .slider-itm-cont .slider-itm-title{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 3rem;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}
.slider-sec .slider-owl-carousel .item .slider-itm-cont .slider-itm-title h3{
    text-transform: uppercase;
    font-size: 1.9rem;
}.slider-sec .slider-owl-carousel .item .slider-itm-cont .slider-itm-title p{
    font-size: 1.5rem;
}


.sec-welcome .welcome-info-cont{
    background-color: #272727;
    padding: 3rem 2rem;
    z-index: 2;
}
.sec-welcome .welcome-info-cont h1{
    text-transform: uppercase;
    color: #b0dd45;
    font-size: 1.6rem;
}
.sec-welcome .welcome-info-cont h1 span{
    color: #fff;
    font-size: 1rem;
    display: block;
}
.sec-welcome .welcome-info-cont p{
    color: #fff;
}
.sec-welcome .welcome-img-cont{
    background-image: url(../img/welcomeimg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.sec-discover .discover-img-cont{
    background-image: url(../img/discover-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-discover .discover-info-cont{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.sec-discover .discover-info-cont img{
    margin-bottom: 1rem;
}
.sec-discover .discover-info-cont h3{
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #000;
}

.sec-products{
    background-image: url(../img/products-mob-bg.jpg);
    background-repeat: no-repeat;
    padding: 3rem 0;
}
.sec-products .products-title-cont{
    text-align: center;
}
.sec-products .products-title-cont h3{
    color: #fff;
    text-transform: uppercase;
}
.sec-products .products-title-cont h3 span{
    font-size: 1.2rem;
    display: block;
}
.sec-products .products-title-cont h4{
    color: #8cc540;
    font-family: 'Kaushan Script', cursive;
}
.sec-products .products-title-cont p{
    color: #fff;
    text-shadow: 2px 1px 2px #333;
}
.sec-products ul{
    margin: 2rem 0 0 0;
    padding: 0;
}
.sec-products ul li{
    color: #fff;
    list-style: none;
    margin-bottom: 1.4rem;
}
.sec-products .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff;
    margin: 2rem 0 0 0;
}
.sec-products .table tr td{
    border-top: 0px solid #dee2e6;
    vertical-align: middle;
}

.sec-ourproducts{
    padding: 3rem 0;
}
.sec-ourproducts h3{
    color: #8cc540;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.sec-ourproducts h3 span{
    color: #000;
}
.sec-ourproducts .products-owl-carousel .item a{
    color: #372526;
}
.sec-ourproducts .products-owl-carousel .item .product-title{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 2.5rem 0.3rem;
}
.sec-ourproducts .products-owl-carousel .item .product-title h5{
    font-size: 1.1rem;
    text-transform: uppercase;
}
.sec-ourproducts .products-owl-carousel .item .product-title button{
    font-size: 0.7rem;
    text-transform: uppercase;
}
.products-owl-carousel .owl-nav button.owl-next, .products-owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px !important;
    font-size: 40px;
    padding: 5px;
    border-radius: 0px;
}
.products-owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}
.products-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    text-align: left;
    left: -55px;
    color: #ccc;
}
.products-owl-carousel .owl-nav .owl-next {
    position: absolute;
    text-align: right;
    right: -55px;
    color: #ccc;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

footer{
    background-color: #b0dd45;
    text-align: center;
    padding: 2rem 0;
}
footer p{
    font-size: 0.76rem;
}
footer ul li{
    display: inline-block;
    margin: 0 0.5rem;
}
footer ul li a{
    color: #272727;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
}
footer ul li a:hover{
    color: #000;
}

.sec-breadcrumb{
    margin-top: 4.4rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
}
.sec-breadcrumb .breadcrumb{
    border-radius: .1rem;
    background-color: transparent;
    margin-bottom: 0;
    padding: .35rem 1rem;
}
.sec-breadcrumb .breadcrumb .breadcrumb-item{
    text-transform: uppercase;
    font-size: 0.7rem;
}
.sec-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #333;
}
.sec-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #000;
    font-weight: 600;
}

.sec-cph h1{
    color: #b0dd45;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.sec-cph h2{
    color: #b0dd45;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.sec-cph h4{
    color: #1462aa;
    font-size: 1.05rem;
    margin-bottom: 0.5rem;
}
.sec-cph p{
    margin-bottom: 2rem;
}
.sec-cph ul{
    margin: 0;
    padding: 0 0 0 1.6rem;
}
.sec-cph ul li{
    margin-bottom: 0.5rem;
}
.sec-cph .map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.sec-cph .map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.sec-cph .side-bar h5{
    font-size: 1.1rem;
}
.sec-cph .side-bar p span{
    color: #b0dd45;
}
.sec-cph .side-bar ul{
    margin: 0;
    padding: 0;
}
.sec-cph .side-bar ul li{
    list-style: none;
    margin-bottom: 0.6rem;
}
.sec-cph .side-bar ul li svg{
    margin-right: 0.5rem;
}
.sec-cph .teamitm{
    margin-bottom: 2rem;
    text-align: center;
}
.sec-cph .teamitm p{
    color: #b0dd45;
    margin-top: 1rem;
}
.sec-cph .teamitm p span{
    display: block;
    color: #000;
    font-size: 0.9rem;
}
.sec-cph .netPartnersitm{
    margin-bottom: 1rem;
}
.sec-cph .member-sec{
    margin-bottom: 1rem;
}
.sec-cph .member-sec p{
    padding: 15% 0;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.sec-cph .product-cont{
    margin-bottom: 5rem;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.sec-cph .product-cont p{
    text-align: justify;
}
.sec-cph .product-cont h2 span{
    color: #000;
}
.sec-cph .pro-obp{
    background-image: url(../img/products/page/blackpepper-bg.jpg);
}
.sec-cph .pro-owp{
    background-image: url(../img/products/page/whitepepper-bg.jpg);
}
.sec-cph .pro-occ{
    background-image: url(../img/products/page/ceyloncinnamon-bg.jpg);
}
.sec-cph .pro-oc{
    background-image: url(../img/products/page/cloves-bg.jpg);
}
.sec-cph .pro-on{
    background-image: url(../img/products/page/nutmeg-bg.jpg);
}
.sec-cph .pro-om{
    background-image: url(../img/products/page/mace-bg.jpg);
}
.sec-cph .pro-og{
    background-image: url(../img/products/page/ginger-bg.jpg);
}
.sec-cph .pro-ot{
    background-image: url(../img/products/page/turmeric-bg.jpg);
}
.sec-cph .gallery a img {
    float: left;
    width: 20%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.producers-gal .gallery a img {
    float: left;
    width: 49.5%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.farmers-stories h2 {
    color: #b0dd45;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}
.farmers-stories h5{
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}
.farmers-stories .farmers-stories-itm{
    margin-bottom: 3rem;
}
.farmers-stories .farmers-stories-itm h4{
    font-size: 1.1rem;
}

.follow-us h3 {
    color: #8cc540;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.follow-us h3 span {
    color: #000;
}

@media (min-width: 992px) {
    .mainmenu-sec{
        
    }
    .logo{
        height: 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-brand {
        margin-top: -1.03rem;
    }
    .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: #b0dd45;
        border-bottom: 0.18rem solid #1462aa;
    }
    .nav-link {
        display: inline;
        padding: .8rem 1rem;
    }
    .mainmenu-sec #qualitycertifimob{
        display: none;
    }
    .mainmenu-sec #newsMediamob{
        display: none;
    }
    .topnav{
        display: block;
        width: 100%;
        text-align: right;
        background-color: #fff;
    }
    .topnav ul{
        margin-bottom: 0rem;
    }
    .topnav ul li{
        display: inline-block;
    }
    .topnav ul li a{
        color: #505050;
        text-transform: uppercase;
        font-size: 0.7rem;
        padding-right: .7rem;
        padding-left: .7rem;
        border-right: 0.02rem solid #505050
    }
    .topnav ul li:last-child a{
        border-right: 0rem solid #505050
    }
    .topnav ul li a svg{
        width: 0.9rem;
        height: 0.9rem;
    }
    .navbar-light .navbar-nav .nav-link {
        font-weight: 600;
    }
    .slider-owl-carousel .owl-dots {
        position: absolute;
        bottom: 5%;
        left: 45%;
        right: 45%;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #b0dd45;
    }
    .sec-welcome{
        margin-top: 1rem;
    }
    .sec-welcome .welcome-info-cont{
        background-image: url(../img/welcomeinfo-bg.png);
        background-color: #1c3136;
        background-repeat: repeat-x;
        text-align: right;
    }
    .sec-welcome .welcome-img-cont{
        border-radius: 0 0 0 0;
    }
    
    .sec-discover .discover-info-cont{
        padding: 8rem 7.4rem 8rem 3rem;
    }
    .no-bothside-padding{
        padding-right: 0px;
        padding-left: 0px;
    }
    .sec-discover .discover-info-cont img{
        display: none;
    }
    .sec-products{
        background-image: url(../img/products-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sec-ourproducts .products-owl-carousel .item .product-title{
        padding: 2rem 0.3rem;
    }
    .sec-ourproducts .products-owl-carousel .item .product-title h5{
        font-size: 0.9rem;
    }
    .producers-gal .gallery a img {
        width: 24.5%;
    }
}