body::-webkit-scrollbar {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background: linear-gradient(#fccd43, #c59402)
}

::selection {
    background: #fccd43;
    color: #fff;
}




* {
    margin: 0;
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-48 {
    padding-top: 48px;
}


#navbar {
    position: sticky;
    top: 0;
    z-index: 10;
}

.navbar {
    background-image: linear-gradient(to right, #fccd43, #c59402);

}

.navbar-brand img {
    height: 88px;
    padding-left: 20px;
}

.navbar-nav li {
    padding: 0px 26px;
}

.navbar-nav li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    font-size: 18px;
}


.navbar-nav a::after {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background: #fccd43;
    transition: width .3s;

}

.navbar-nav a:hover::before {
    width: 100%;
}

.navbar-nav a:hover::after {
    width: 100%;
}

.fa-bars {
    color: #fff !important;
    font-size: 40px !important;
    outline: none !important;
}

.navbar-toggler {
    outline: none !important;
}

#banner {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    color: #fff;
    padding: 50px 0px 0px 0px;
}

.banner-heding h3 {
    color: #fff;
    margin-top: 100px;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 600;
}

.banner-heding p {
    color: #525251;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.banner-heding a {
    color: #fff;
    font-size: 15px;
}

.carousel {
    padding: 35px 0px 35px 0px;
}

.carousel-item img {
    border-radius: 50px;

}

.banner-heding a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.play_btn {
    width: 25px;
    margin: 10px;
    color: #fff !important;
}

.top-wave {
    width: 100%;
}

#services {
    padding: 100px 0px;
}

.services_img {
    width: 80px;
    margin: 10px;

}

.services h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;


}

.title {
    font-size: 35px;
}

.title::before {
    content: '';
    background-color: #facf44;
    height: 10px;
    width: 261px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(57px);
}

.title::after {
    content: '';
    background-color: #facf44;
    height: 15px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(2px);
}

.agro-bg {
    background-image: url('../images/agro.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

#services .btn-primary {

    padding: 15px;
    border: 0px;
    font-weight: 600;
    color: #000;
    background-image: linear-gradient(to right, #fccd43, #c59402);
}

#services .btn-primary:hover {
    padding: 15px;
    border: 0px;
    background-image: linear-gradient(to left, #fccd43, #c59402);
}

#about-us {
    background: #f2f3f3;
    padding: 100px 0;

}

#about-us .details {
    margin-top: 50px;
}

#about-us h3 {
    padding: 10px 0px;

}

.about-points {
    padding-left: 15px;
}

.about-info p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 25px 0px 25px 0px;
}

#banner-product {
    padding: 25px 15px 25px 25px;
    text-align: left;
}

.banner-product-info h5 {
    font-size: 19px;
    padding-top: 30px;
}

#banner-product .btn-primary {

    padding: 15px;
    border: 0px;
    color: #000;
    font-weight: 600;
    background-image: linear-gradient(to right, #fccd43, #c59402);
}

#banner-product .btn-primary:hover {
    padding: 15px;
    border: 0px;
    background-image: linear-gradient(to left, #fccd43, #c59402);
}


.banner-product-info p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 0px 0px 0px 0px
}

#feature-box {
    background-image: url('../images/feature_box_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 100px 0;
    text-align: center;
}

.feature-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;

}

.feature-box:hover {
    background: #c59402;
    transition: 2s;
    border-radius: 50px;
    padding: 30px;
    color: #fff;
}

.feature-box i {
    font-size: 35px;
    color: #ffc100;
    padding-bottom: 18px;
}

.feature-box h5 {
    font-size: 18px;

}

#social_media {
    background: #f8f9fa;
    padding: 100px 0;

}

.social_icons img {
    width: 150px;
    transition: 0.5s;

}

.social_icons a:hover img {
    width: 150px;
    transform: translateY(-30px);
    filter: drop-shadow(0px 0px 15px #636363);
}


/* Styles for the caption overlays */
/* Standard Box: Top Center */
.box-flex {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    color: #d9d9d9;
}

/* Box: Center Center */
.box-flex-center {
    align-items: center;
}

.box-caption {
    position: absolute;
    width: 94%;
    margin: 0;
    padding: .5rem;
    word-break: break-word;
    font-size: 1.25rem;
    background-color: rgba(248, 193, 10, 0.5);
    color: #f2f2f2;
}

.box-caption:hover {
    background-color: rgba(0, 0, 0, .5);
    color: #e6e6e6;
    transition: all ease .5s;
}

#footer {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    color: #fff;
}

.footer-img {
    width: 100%;
}

.foter-logo {
    width: 180px;
    padding: 10px 0;
}

.footer-box {
    font-size: 16px;
    margin: 36px 0px;
}

.footer-box i {
    margin-right: 8px;
    background-image: linear-gradient(to right, #fccd43, #c59402);
    border-radius: 80px;
    font-size: 20px;
    padding-top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.footer-box a {
    color: #fff;
}

.footer-box a:hover {
    color: black;
    transition: 2s;
    text-decoration: none;
    padding-left: 5px;
}



.copy-text {
    text-align: center;
    padding-bottom: 20px;
    margin: 0px;
}

/*contac-us*/
#Contact-Us {
    padding: 100px 0;
}

.details-bg {
    background-color: #d9a8192e;
    padding: 50px 0px;
    margin: 50px 0px 0px 0px;
    border-radius: 15px;
}

#Contact-Us h5 {
    font-size: 20px;

}

.box-contact {
    text-align: center;
}

.box-contact:hover {
    text-align: center;
    color: #fff;
    border-radius: 45px;
    transition: 1s;
    background: #e3c054;

}

.footer-form-bg {
    background-image: url('../images/contact_form.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 25px;
}

/* 
.box-contact::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 1;
    border-left: 1px solid black;
} */





.box-contact i {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    padding: 15px;
    margin: 10px;
    border-radius: 15%;
    font-size: 40px;
}

#contactform {
    padding: 150px 0px;

}

.form-table {
    padding: 20px 0px 0px 50px;
}

.form-table h5 {
    font-size: 23px;
    color: black;

}

.form-table input {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    padding: 10px;
    width: 50%;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    outline: none;
}

.form-table textarea {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    padding: 10px;
    width: 50%;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    outline: none;
}

.form-table textarea::placeholder {
    color: #000;
}

.form-table input::placeholder {
    color: #000;
}

.form-table input:focus {
    background-color: #fff;
    border-radius: 5px;
    border-color: #c59402;
    border: 1px dotted #000;
    transition: 2s;
    filter: drop-shadow(2px 2px 8px #000);
}

.form-table textarea:focus {
    background-color: #fff;
    border-radius: 5px;
    border-color: #c59402;
    border: 1px dotted #000;
    transition: 2s;
    filter: drop-shadow(2px 2px 8px #000);
}

#contactform button {
    background-image: linear-gradient(to right, #fccd43, #c59402);
    color: #000;
    padding: 10px 20px 10px 20px;
    outline: none;
    border: none;

}

#contactform button:hover {
    background-image: linear-gradient(to right, #c59402, #fccd43);
    color: #000;
    padding: 10px 20px 10px 20px;
    outline: none;
    border-radius: 15%;
    transition: 1s;

}

#products {
    padding: 100px 0px;
    text-align: center;
}


.our-product img {

    height: 292px;
    width: 290px;
    z-index: 1;
    border-radius: 80%;
}

.imagess img {
    border: 8px solid #fad35a;
    position: relative;
    text-align: center;

}

.imagess::after {
    content: '';
    background-image: url(../images/product-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 296px;
    height: 317px;
    top: -14px;
    left: 9px;
    right: 0px;
    bottom: -104px;

    margin: 0px auto;
    animation: product 5s linear infinite;
    border: 0px;
}


@keyframes product {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.our-product h5 {
    text-align: center;
    font-size: 23px;
    padding: 10px 0px;

}

.our-product p {
    text-align: center;
    font-size: 19px;
    padding: 10px 50px;

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .banner-heding h3 {
        color: #fff;
        margin-top: 0px;
        font-size: 22px;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-weight: 600;
        text-align: center;
    }

    .banner-heding p {
        color: #525251;
        font-size: 15px;
        text-align: center;
        line-height: 22px;
        font-weight: normal;
    }

    .box-flex-center {
        align-items: center;
        padding: 6px 0px 6px 0px;
    }

    #feature-box {
        background-image: url(../images/feature_box_bg.jpg);
        background-position: end;
        background-repeat: repeat-y;
        padding: 00px 0;
        text-align: center;
    }

    .feature-box {
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        margin: 6px 0px 6px 0px;
    }

    .footer-box i {
        margin-right: 0px;
        background-image: linear-gradient(to right, #fccd43, #c59402);
        border-radius: 76px;
        font-size: 20px;
        padding-top: 6px;
        width: 31px;
        height: 33px;
        text-align: center;
    }

    .footer-box {
        font-size: 16px;
        margin: 0px 0px;
        text-align: center;
    }

    .form-table input {
        background-image: linear-gradient(to right, #fccd43, #c59402);
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
        border: none;
        border-radius: 10px;
        outline: none;
    }

    .form-table textarea {
        background-image: linear-gradient(to right, #fccd43, #c59402);
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
        border: none;
        border-radius: 10px;
        outline: none;
    }

    #products {
        padding: 0px 0px;
        text-align: center;
    }


    @media only screen and (device-width: 768px) {
        .banner-heding h3 {
            color: #fff;
            margin-top: 9px;
            font-size: 24px;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            font-weight: 600;
        }

        .carousel {
            padding: 11px 0px 11px 0px;
        }
    }