﻿body, #form1 {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    height: auto;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Prata', serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

a {
    font-family: 'Roboto', sans-serif;
}

.container-small {
    margin-left: -50px;
    margin-right: -50px;
}

.padd-right {
    padding-right: 0px;
}

.padd-left {
    padding-left: 0px;
}

.padd-both {
    padding-left: 0px;
    padding-right: 0px;
}

a {
    text-decoration: none !important;
}

.btn-default {
    background-image: none !important;
    text-shadow: none !important;
}

.section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

/*--------------------top header---------------------*/
.top-header-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    float: left;
    background: #fff;
    background: #f7edc5;
}

.top-header-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-header-icons-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .top-header-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .top-header-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 30px 0px 0px;
            float: left;
            font-size: 11px;
            font-weight: bold;
            line-height: 20px;
            color: #39345d;
            transition: 0.8s;
        }

            .top-header-icons-ul li a:hover {
                color: #777777;
            }

.top-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-icons-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    text-align: right;
}

    .top-icons-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline;
    }

        .top-icons-ul li span {
            font-size: 15px;
            font-weight: 500;
            color: #d1d1d1;
        }

        .top-icons-ul li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            .top-icons-ul li a i {
                height: auto;
                margin: 0px 0px 0px 0px;
                padding: 0px 0px 0px 20px;
                font-size: 16px;
                font-weight: 500;
                line-height: 20px;
                color: #5b8c51;
                text-align: right;
            }

                .top-icons-ul li a i:hover {
                    color: #5b8c51;
                }


.icon-topcolog {
    color: #feb800;
    font-weight: 600!important;
}

/*******menu****************/
.onlinereg-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: right;
}


/*.onlinereg-mainaa {
    height: auto;
    margin: 27px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    transition: 0.8s;
  
}

    .onlinereg-mainaa:hover {           
        color: #333;
    }*/


.blinking {
    animation: blinkingText 1.0s infinite;
    height: auto;
    width: 100%;
    margin: 27px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    color: #222;
    border-radius: 5px;
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    transition: 0.8s;
}

@keyframes blinkingText {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.logohead {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logohead5555 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.smalllogo {
    height: auto;
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    float: left;
}

.logohead222 {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

/*************slider**********/
.slider-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.sliderimage {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/simages2.jpg);
    background-repeat: repeat;
    background-position: inherit;
    background-size: cover;
}

.sliderimagebg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.roundsl {
    height: auto;
    width: 100%;
    margin: 100px 0px 150px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.roundsl44 {
    height: auto;
    width: 100%;
    margin: 0px auto;
}

.textmainss {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    top: 80px;
}

.textmainssp {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    text-align: center;
    letter-spacing: 5px;
}

.textmainssh1 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 50px 0px 50px;
    float: left;
    font-size: 20px;
    line-height: 40px;
    color: #31512a;
    font-weight: 600;
    text-align: center;
}

.tree45 {
    margin: 0px auto;
}

.sbuttonul {
    height: auto;
    width: 100%;
    margin: 63px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    float: left;
}

    .sbuttonul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 20px;
        list-style-type: none;
        display: inline-block;
    }

        .sbuttonul li a {
            height: 58px;
            margin: 0px 0px 0px 0px;
            padding: 0px 25px 0px 25px;
            float: left;
            font-size: 16px;
            line-height: 58px;
            font-weight: 600;
            color: #fff;
            background-color: #5b8c51;
            border: 1px solid transparent;
            letter-spacing: 0;
            transition: 0.8s;
        }

            .sbuttonul li a:hover {
                color: #5b8c51;
                background-color: #fff;
                border: 1px solid #5b8c51;
            }

.teticon-slid {
    background-color: #fdd062 !important;
    border-color: #fdd062 !important;
    color: #ffffff !important;
    transition: 0.8s;
}

    .teticon-slid:hover {
        background-color: #fff !important;
        border-color: #5b8c51 !important;
        color: #5b8c51 !important;
    }

/****************/
.phnumber {
    height: auto;
    width: 100%;
    margin: 23px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.phnumberico {
    font-size: 25px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #5b8c51;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.phnumber-Content {
    height: auto;
    width: 100%;
    margin: -40px 0px 0px 0px;
    padding: 0px 0px 0px 70px;
    float: left;
}

.phnumberh3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #404a3d;
    font-weight: 400;
    text-align: left;
}

.phnumberaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: #212529;
    font-weight: 400;
    text-align: left;
}
/***********************************top arrow*******************************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    border: 2px solid #db7c0d;
    background: #f39221;
    color: rgb(255, 255, 255);
    z-index: 99999999;
    width: 35px;
    height: 35px;
    line-height: 34px;
    right: 30px;
    bottom: 30px;
    padding-top: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}


    .scroll-top-wrapper:hover {
        border: 2px solid #54cc08;
        background: #54cc08;
        z-index: 99999999;
        color: #fff;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1;
    }

    .scroll-top-wrapper i.fa {
        line-height: 0;
        padding: 0 1px 0 0;
        font-size: 17px;
        text-align: center;
    }

/*****************about us*********/
.about-datasec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
.aboutpseccp {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    text-align: justify;    
}


.about-sec {
    height: auto;
    width: 100%;
    margin: 90px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-secmain {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-secmain-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 40px;
    line-height: 65px;
    color: #31512a;
    font-weight: 500;
    text-align: left;
    position: relative;
}

    .about-secmain-h2:before {
        position: absolute;
        content: "";
        display: block;
        width: 135px;
        height: 1px;
        top: 55px;
        right: -85px;
        background: #5b8c51;
    }

.about-textheading {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-textheading-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    text-align: justify;
    border-bottom: 1px solid #e4e4e4;
}

.defabout-icons {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.iconsdef-main {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
}

.iconsdef-main33 {
    height: 163px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
    background: #fbfaf7;
    transition: 0.8s;
}

    .iconsdef-main33:hover {
        background: #5b8c51;
        box-shadow: 0px 16px 32px 0px rgb(91 140 81 / 30%);
    }

        .iconsdef-main33:hover .iconsdef-main-h2 {
            color: #fff;
        }

        .iconsdef-main33:hover .iconsdef-mainico {
            background: #e6eee4;
            padding: 5px;
            transition: 0.8s;
        }


.iconsdef-mainico {
    height: 100px;
    width: 100px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
}

.iconsdef-main-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #5b8c51;
    font-weight: 600;
    text-align: center;
    transition: 0.8s;
    LETTER-SPACING: 1px;
}


/****************counter section**********/
.counter-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.countersection22 {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
    background-color: #e9f1ee;
}

.counter {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.counter-content {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

    .counter-content:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 1px;
        height: 40px;
        content: "";
        background-color: #c8cfb8;
        left: 0px;
    }


    .counter-content:after {
        content: "";
        position: absolute;
        top: -8px;
        left: -6px;
        width: 14px;
        height: 14px;
        border: 4px solid #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #dfe1e0;
    }




.counter-value {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 50px 0px 0px 0px;
    float: left;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #4a8b71;
    text-align: left;
    text-transform: uppercase;
}

.counter-valueh3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 800;
    color: #4a8b71;
    text-align: left;
    min-height: 45px;
}

.counter-valueh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #777777;
    text-align: left;
}


.countersection22-bord {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    /*border-top: 1px solid #c8cfb8;*/
    border-left: none;
}

.top-dashsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.top-dashsec-p {
    height: 1px;
    background-color: #c8cfb8;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.counter-headingsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.counter-headingsec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 35px;
    line-height: 39px;
    color: #333333;
    font-weight: 700;
    text-align: left;
}


/***************farmer says*************/
.farmersays-main {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    /*background-image: url(../images/farmer-sayss.jpg);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;*/
}

.farmersays-bg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 100px 0px 100px 0px;
    float: left;
    background-color: #FDD062;
}

.farmermainyy {
    height: 80px !important;
    width: 80px !important;
    margin: 0px 0px 0px 0px;
    margin: 0px auto;
}

.farmermain_imgfp {
    height: auto;
    width: 100%;
    margin: 15px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #5b8c51;
    font-family: 'Prata', serif;
}

.owlmainhead {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.images-owlsec {
    height: auto;
    width: 100%;
    margin: 55px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.text-owlsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.text-owlsec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 50px 0px;
    padding: 70px 0px 0px 0px;
    float: left;
    font-size: 50px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    color: #31512a;
}

.text-owlsec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
    color: #31512a;
    text-align: center;
}

.farmwhitee {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #fff;
}


.farmerimggggr {
    height: 60px;
    width: 60px;
    margin: -30px auto;
    padding: 0px 0px 0px 0px;
    background: #31512a;
    border-radius: 50%;
    border: 2px solid #fdd062;
}

.whitetree {
    height: auto;
    margin: 0px auto;
    padding: 13px 0px 0px 0px;
    text-align: center;
}

/*************sponsor-sect********/
.sponsor {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.sponsor-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.sponsor-imag22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.images-sponsor22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.sponsor99_img {
    /*height: 130px !important;
    width: 130px !important;*/
    margin: 0px 0px 0px 0px;
    margin: 0px auto;
    box-shadow: 5px 10px 4px 0px rgba(153, 153, 153, 0.21);
    border: 1px solid #efecec;
}



/****************location default**************/
.locatiosec-deafu {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.locdefault-33 {
    height: 500px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.locatiosec-images22 {
    height: 500px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/************footer*************/



.footer-main {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

.footer-mainlogo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footerlogo {
    height: auto;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}


.about-footer33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.about-footer-sech2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 37px;
    line-height: 35px;
    color: #31512a;
    font-weight: 500;
    text-align: left;
}

.information-ul {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    list-style-type: none;
}

.information-li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    list-style-type: none;
}

.information-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #777;
    transition: 0.8s;
}

    .information-a:hover {
        color: #31512a;
    }

.about-footer33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #777;
    text-align: left;
}


.footetext-teboxrt {
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    font-family: inherit;
    font-weight: inherit;
    color: #9f9f9f;
    background: 0 none;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 18px;
    padding-bottom: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out;
}

    .footetext-teboxrt:focus {
        outline: none;
    }

.emailbutton {
    height: auto;
    width: 129px;
    margin: 15px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #333;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    letter-spacing: 1px;
    border: 2px solid #01a659;
    background: #fff;
    text-transform: uppercase;
    transition: 0.8s;
}

    .emailbutton:hover {
        color: #fff;
        background: #01a659;
        border: 2px solid #01a659;
    }


.footer-mainp22 {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #abb7a7;
    font-weight: 400;
    text-align: left;
}

.mainp22-aa33 {
    font-size: 14px;
    line-height: 25px;
    color: #88b855;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/********************Down footer****************/
.footer-downmain-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    float: left;
    background: #020523;
}

.footer-down-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .footer-down-iner p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        color: #31512a;
        text-align: left;
        letter-spacing: 2px;
        text-transform: capitalize;
    }

.footer-down-iner2 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

.designer_link2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #31512a;
    text-align: left;
    letter-spacing: 2px;
}

.main-footer {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    float: left;
    background: #062633;
}

.main-footer-iner {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.footer-logo {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    float: left;
}

.footersect-border {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
}

.footersect-border-p22 {
    height: 1px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #e9e9e9;
}

.footercopyrig {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
    float: left;
}

.copyrigg {
    height: 90px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fdd062;
}


/************about pagge sec**********/
.page-data {
    height: auto;
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.page-datamain-22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/********contact us*********/
.page-mainimages {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
}

    .page-mainimages:before {
        position: absolute;
        content: "";
        background-image: url(../images/header-bg33.png);
        background-repeat: no-repeat;
        bottom: -19px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 20px;
    }



.background-images22 {
    height: 200px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.p-page {
    height: auto;
    width: 100%;
    margin: 60px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    top: 0px;
}

.aboutus-pagetext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutus-pagetext-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    color: #222;
    line-height: 45px;
    text-align: left;
    font-weight: 700;
}

.aboutus-pagetext-ul {
    text-align: right;
    display: inline-block;
    padding: 5px 20px;
    float: right;
    margin-top: 0px;
    background: #ffffff70;
    border-radius: 5px;
}

    .aboutus-pagetext-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        display: inline-block;
    }

        .aboutus-pagetext-ul li a {
            height: auto;
            width: 100%;
            margin: 0px 0px 0px 0px;
            padding: 5px 0px 0px 0px;
            float: left;
            font-size: 16px;
            line-height: 23px;
            color: #222;
            text-align: center;
        }


/*****end top images*/
.contactus-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    float: left;
    background-color: #fff;
}

.textcont33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: left;
}

.contact-secbox {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background: #fff;
}

.cont-secbox22 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    float: left;
    font-size: 35px !important;
    text-align: center;
    color: #fdd062;
    background-color: #fff;
    position: absolute;
    left: 25px;
}

.contact-secbox2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 50px;
    float: left;
}

.contact-secbox2-h222 {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    text-align: left;
    color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contact-secbox2-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-align: left;
    color: #333;
    letter-spacing: 0.5px;
}

    .contact-secbox2-a:hover {
        color: #333;
    }


.messbox-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
    float: left;
}

.messbox-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 30px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #01a659;
}

.texbox-border {
    height: auto;
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.formcontrol {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 8px 15px 8px 15px;
    float: left;
    border: 1px solid #c8c8c8;
    font-size: 15px;
    color: #075061;
    text-align: left;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .formcontrol:focus {
        border-color: #ccc;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 152, 0, 0.46);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 152, 0, 0.41);
    }

.cont-submit {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 12px 40px 12px 40px;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #f39221;
    border-style: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

    .cont-submit:hover {
        background: #01a659;
        border-style: none;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }

.contact-shadw {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
    min-height: 140px;
}

.contact-shadwtext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 15px 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contact-shadwh2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
    color: #096628;
    letter-spacing: 0.5px;
}




.locationbackgrou {
    height: auto;
    width: 100%;
    margin: 30px 0px 30px 0px;
    padding: 15px;
    float: left;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.contactus-locationsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.cont-loca {
    height: 450px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}

.studentsreg-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    background-color: #f8f8f8;
}

.regnow-images {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboupage-section-psec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    text-align: justify;
}

.aboupage-images-section {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.aboutimages-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.margconttt {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}



/******************************captcha**********************/
.capchamargin-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 0px 0px;
    float: left;
}

.protectedcap {
    user-select: none;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    padding: 9px 10px 6px 10px;
    border: 1px solid #bbbaba;
    color: #333;
    font-weight: 600;
    height: 45px;
    float: left;
    letter-spacing: 0.5px;
}

.protectedcap22 {
    user-select: none;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 9px 10px 6px 10px;
    border: 1px solid #bbbaba;
    color: #333;
    font-weight: 600;
    height: 45px;
    width: 110px;
    float: left;
    letter-spacing: 0.5px;
    margin: 0px 0px 0px 5px;
}

    .protectedcap22:focus {
        border-color: #ccc!important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }


.btnrefreshcaptcha {
    height: 45px;
    width: 45px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff!important;
    line-height: 34px;
    text-align: center;
    background-color: #f39221;
    border: 1px solid #f39221;
}

    .btnrefreshcaptcha:hover {
        background-color: #01a659;
        border: 1px solid #01a659;
    }

.marginbuttcc {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}
/**********about page******/


.pagedata-sec {
    height: auto;
    width: 100%;
    margin: 40px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.allpage-text {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.allpage-text-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #777777;
    font-weight: 500;
    text-align: justify;
}

.intimages {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.intimages-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

.intimages a:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7);
}

.intimages a::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.allpage-555 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*============drop images=============*/
/***********updating soon********/
.updatingsoon-sec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.updatingsoon-sec-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #ff2000;
    font-weight: 600;
    letter-spacing: 1px;
}

.updatingsoon-sec-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.solutmar {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
    border: 1px solid #f5e8bf;
    box-shadow: 0px 10px 20px 0px rgb(153 153 153 / 12%);
}

.solutmar-h2 {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
    text-align: left;
}

/**********business model***********/
.demo {
    background: #f6fcfd;
}

.serviceBox55 {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-bottom-color: #419f05;
    text-align: center;
    position: relative;
    transition: all 0.5s ease 0s;
    height: 340px;
}

    .serviceBox55:hover {
        border: 1px solid #419f05;
    }

    .serviceBox55:before,
    .serviceBox55:after {
        content: "";
        width: 70%;
        height: 5px;
        background: #419f05;
        opacity: 0;
        position: absolute;
        top: -3px;
        left: 35%;
        transform: translateX(-50%);
        transition: all 0.5s ease 0s;
    }

    .serviceBox55:hover:before,
    .serviceBox55:hover:after {
        opacity: 1;
        left: 50%;
    }

    .serviceBox55:after {
        top: auto;
        bottom: -3px;
    }

    .serviceBox55 .service-icon {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: #086628;
        margin: 0 auto 20px;
        color: #fff;
        padding: 5px;
    }

    .serviceBox55 .title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        color: #252525;
        margin: 0 0 10px 0;
        transition: all 0.5s ease 0s;
    }

    .serviceBox55:hover .title {
        opacity: 0;
    }

    .serviceBox55 .description {
        font-size: 15px;
        color: #777;
        line-height: 25px;
        font-weight: 400;
        margin: 0;
        transition: all 0.5s ease 0s;
        text-align: justify;
    }

    .serviceBox55:hover .description {
        margin-top: -20px;
        padding-bottom: 20px;
    }


.businmod55 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/**************heading sec********/
.headingsec-h22 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 50px;
    color: #419f05;
    font-weight: 600;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

    .headingsec-h22:before {
        position: absolute;
        content: '';
        left: 0%;
        bottom: -3px;
        width: 60px;
        height: 4px;
        background-color: #008036;
        border-radius: 0px 10px 10px 0px;
    }

.playstorell {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.playstorell33 {
    height: auto;
    width: 200px;
    margin: 0px auto;
}

/*************ul sec*/
.auline-ul {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .auline-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 5px 25px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
        color: #777;
        position: relative;
        text-align: justify;
    }

        .auline-ul li:before {
            font-family: FontAwesome;
            content: "\f192";
            font-size: 15px;
            line-height: 27px;
            color: #419f05;
            font-weight: 400;
            left: 0px;
            top: 0px;
            position: absolute;
        }

.soluarg22 {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.khetibarriimmgg {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    float: left;
}

.intimagesdd {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 30px 15px 0px 15px;
    float: left;
}


.intimages-h2 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 23px;
    line-height: 27px;
    color: #333;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.intimages-text-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 27px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.founmarggg {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.foundermess {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.foundermess-imgg {
    height: 220px;
    width: 220px;
    margin: 0px auto;
    border-radius: 50%;
}

.brainimg3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.teamview-alll {
    height: auto;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.teamview-alll-aa {
    height: 45px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 130px;
    border: 3px solid #333333;
    color: #333;
    border-radius: 5px;
    font-size: 15px;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    transition: 0.8s;
    background-color: #f1cf6900;
    display: block;
}


    .teamview-alll-aa:hover {
        background-color: #74eb4d;
        border: 3px solid #74eb4d;
        color: #fff;
    }

.teammargin {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.marginintroduc {
    height: auto;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.gallmainseccc {
    height: auto;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/***************page*/

.product-gridpp {
    text-align: center;
    border: dashed 1px #e7e7e7;
    overflow: hidden;
    transition: all 0.4s ease-out;
    margin: 0px 0px 30px 0px;
    padding: 10px 0px 0px 0px;
}

    .product-gridpp:hover {
        box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
    }

    .product-gridpp .product-image {
        position: relative;
        overflow: hidden;
    }

        .product-gridpp .product-image a.image {
            display: block;
        }

        .product-gridpp .product-image .pic-1 {
            backface-visibility: hidden;
            transition: all 0.5s ease 0s;
            padding: 0px 0px 0px 0px;
        }


        .product-gridpp .product-image .pic-2 {
            width: 100%;
            height: 100%;
            transform: scale(1.1);
            backface-visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.5s ease 0s;
        }

        .product-gridpp .product-image:hover .pic-2 {
            opacity: 1;
            transform: scale(1);
        }

        .product-gridpp .product-image img {
            width: 140px;
            height: 130px;
        }

    /*.product-gridpp .quick-view {
        color: #fff;
        background-color: #419f05;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        width: 140px;
        padding: 10px 17px;
        box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
        opacity: 0;
        transform: translateX(-50%) translateY(100%);
        position: absolute;
        top: 80%;
        left: 50%;
        transition: all .3s ease-in-out;
    }

    .product-gridpp:hover .quick-view {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }*/

    .product-gridpp .quick-view:hover {
        color: #fff;
        background: #80d24c;
    }

.product-grid .quick-view i {
    color: #fff;
    margin-left: 10px;
    display: inline-block;
}

.product-gridpp .product-content {
    padding: 0px 5px 10px 5px;
    position: relative;
    height: 100px;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
}

.product-gridpp .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    padding: 0px 10px 0px 10px;
}

    .product-gridpp .title a {
        color: #000;
        transition: all 0.3s ease;
    }

        .product-gridpp .title a:hover {
            color: #6cbf1c;
        }

/******************directmess*/

.director-messagesss {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 30px 30px;
    float: left;
    background: #419e07;
}

.messagesss34 {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: relative;
    top: -60px;
    box-shadow: 0px 2px 23px 0px #fff;
}

.messagesss34-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 17px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.messagesss34-h22 {
    height: auto;
    width: 100%;
    margin: -20px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 25px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.foundmesss3 {
    height: auto;
    width: 100%;
    margin: 100px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}



/*********Career*/
.career-section22 {
    margin: 0px 0px 0px 0px;
    padding: 89px 0px 40px 0px;
    width: 100%;
    height: auto;
    float: left;
    background-image: url('../images/career-bg.jpg');
    background-position: top;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}


.heading_bdr {
    margin: 10px 0px;
    padding: 0px;
    width: 80px;
    height: 5px;
    float: left;
    background-color: #edbf47;
    border-radius: 5px;
}

.career-mainsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 30px 15px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0 4px 26px 3px rgb(234, 230, 227);
}

.texbox-border {
    height: auto;
    width: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.texbox-border-conte {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-align: left;
    color: #6f6c6c;
}

.sponsor-textbox-button2 {
    margin: 20px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    height: 38px;
    background: linear-gradient(to right, #74eb4d 0%, #3fb111 100%);
    border: navajowhite;
}

    .sponsor-textbox-button2:hover {
        background: linear-gradient(to right, #3fb111 0%, #74eb4d 100%);
    }

.contentbox-message-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    text-align: left;
    color: #ff0000;
    font-weight: 400;
}

/**************video page*******************/
.vid-wraper {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.video-wpr {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 2px 2px 0px 2px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    float: left;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    .video-wpr:hover {
        -webkit-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        -moz-box-shadow: 0px 35px 44px -22px rgba(0,0,0,0.72);
        box-shadow: 0px 35px 44px -22px #1f181b;
    }



.video-ifrm-wpr {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.video-title-h {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #222;
}

.videoifram {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    border-style: none;
}



/************social icons************/

.socialicons456-sec {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: left;
    color: #014279;
    font-size: 14px;
}

.login45-section {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: none;
}

    .login45-section li {
        margin: 0px 3px;
        padding: 7px 0px 7px 3px;
        height: auto;
        list-style-type: none;
        display: inline;
    }

        .login45-section li a {
            margin: 0px;
            padding: 0px 5px;
            color: #222;
            font-size: 14px;
            line-height: 20px;
        }


/*******up down*******/
.serchpickep-mobile {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.searchpickep-app22p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    color: #fff;
    text-align: left;
}


.getapp-ulsec {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 40px 0px 0px 0px;
    float: left;
}

    .getapp-ulsec li {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 20px;
        font-size: 15px;
        color: #fff;
        line-height: 20px;
        text-align: left;
        list-style-type: none;
        display: block;
        position: relative;
        font-weight: 600;
    }

        .getapp-ulsec li:before {
            font-family: fontAwesome;
            content: "\f05d";
            font-size: 16px;
            line-height: 23px;
            color: #fff;
            left: 0px;
            top: 0px;
            font-weight: 400;
            padding: 0px 0px 0px 0px;
            position: absolute;
            margin: 0px 0px 0px 0px;
        }


.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.buttonsection-play {
    height: auto;
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.slider_btn2 {
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 600;
    color: #fff;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0px;
    border: 0px;
    overflow: hidden;
    margin-right: 20px;
}


    .slider_btn2:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        border: 2px solid #fff;
    }

    .slider_btn2:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 0;
    }

    .slider_btn2:hover, .slider_btn2:focus {
        color: #fff;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.slider_btn:hover:before, .slider_btn:focus:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.slider_btn2:hover:after, .slider_btn2:focus:after {
    left: 120%;
    -webkit-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.yellow_hover {
    background: #000;
}

    .yellow_hover:before {
        background: #ffbb03;
    }

.dark_hover2 {
    background: #ffbb03;
}

    .dark_hover2:before {
        background: #020e2700;
    }


/*============= 2 mob =============*/
.app_image {
    position: relative;
}

    .app_image .shadow_bottom {
        content: '';
        position: absolute;
        width: 80%;
        height: 5px;
        border-radius: 50%/5px;
        left: 10%;
        bottom: 0px;
        /*-webkit-box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);
        box-shadow: 0px 35px 33px 0 rgba(0, 0, 0, 0.8);*/
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    }

    .app_image .image_two {
        position: absolute;
        right: 15px;
        top: 0;
    }

        .app_image .image_two img {
            -webkit-animation-name: jump;
            animation-name: jump;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s;
            -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
            animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        }

        .app_image .image_two .shadow_bottom {
            -webkit-animation: shadow 3.8s infinite linear;
            animation: shadow 3.8s infinite linear;
            bottom: 10px;
        }

    .app_image .image_first {
        height: auto;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
    }

        .app_image .image_first img {
            -webkit-animation-name: jump;
            animation-name: jump;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s;
            -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
            animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
            width: 100%;
        }

        .app_image .image_first .shadow_bottom {
            -webkit-animation: shadow 2.8s infinite linear;
            animation: shadow 2.8s infinite linear;
        }

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 1.4s 0.6s linear;
        transition: -webkit-transform 1.4s 0.6s linear;
        -o-transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear;
        transition: transform 1.4s 0.6s linear, -webkit-transform 1.4s 0.6s linear;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.allpagetext-h33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 21px;
    line-height: 35px;
    color: #777777;
    font-weight: 500;
    text-align: justify;
}

.service456 {
    height: 63px;
    width: 63px;
    border-radius: 50%;
}

/*************agri input owl*/
.agrinputowl {
    height: auto;
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/*****organicprod********/

.organicprod {
    height: auto;
    width: 100%;
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #fbfaf7;
    margin-top: 150px;
}

.organicprodhead {
    height: auto;
    width: 60%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


.organicprodhead2 {
    height: auto;
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.organicprodhead2-secmain {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 50px 100px 0px 0px;
    float: left;
}

.organicprodhead2-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 37px;
    line-height: 57px;
    color: #31512a;
    font-weight: 500;
    text-align: left;
}

.organicprodhead2-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    text-align: justify;
}

.framval-h4 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #31512a;
    font-weight: 500;
    border-bottom: 2px solid #31512a;
}


/*************ul sec*/
.framval-ul {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .framval-ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 0px;
        list-style-type: none;
        display: block;
        width: 100%;
        float: left;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        color: #777777;
    }

.spanframm {
    color: #5b8c51;
}

.orgainicprimg {
    height: 650px;
    width: 65%;
    margin: -50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-image: url(../images/agrion/agriorg.jpg);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.orgainicprimgbb {
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    background-color: #31512ae6;
}


.boxxorg {
    height: 220px;
    width: 260px;
    margin: 100px 0px 0px 100px;
    padding: 15px 0px 0px 20px;
    float: left;
    background-color: #fdd062;
}

.boxxorg-h2 {
    height: auto;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 60px;
    line-height: 60px;
    color: #31512a;
    font-weight: 500;
    text-align: left;
}

.boxxorg-p {
    height: auto;
    width: 100%;
    margin: -56px 0px 0px 0px;
    padding: 0px 0px 0px 100px;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #31512a;
    font-weight: 400;
}

.righarrii {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 100px;
    float: right;
    font-size: 21px;
    line-height: 20px;
    color: #31512a;
    font-weight: 600;
    text-align: right;
    transform: rotate(-35deg);
}

.orgainfarmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    top: 200px;
}

.margorginn {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 130px;
    float: left;
}

.organicprodogho {
    height: auto;
    width: 50%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
}

/*************company feature*************/
.companyfeatur {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.companyfeaturtext {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.comfeat {
    margin: 0px auto;
}

.companyfeaturtext-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 50px;
    line-height: 65px;
    color: #31512a;
    font-weight: 500;
    text-align: center;
}

.companyfeaturtext-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 30px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    text-align: center;
}

.featureiconmm4 {
    height: auto;
    width: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    transition: 0.8s;
}

    .featureiconmm4:hover {
        box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
    }

        .featureiconmm4:hover .featureiconmm4mm {
            padding: 50px;
            border: 1px solid #fff;
            border: none;
        }

        .featureiconmm4:hover .textfeatmm {
            border: none;
            background-color: #31512a;
            /*border: 1px solid #fff;*/
        }

        .featureiconmm4:hover .featureiconmm4mm-aa {
            color: #fff;
        }

        .featureiconmm4:hover .featureiconn {
            color: #fff;
        }

.mmfeatureiconmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    float: left;
}


.featureiconmm4mm {
    height: 362px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 25px;
    border: 1px solid #e2dfd5;
    transition: 0.8s;
}


.featurimg {
    margin: 0px auto;
}

.featureiconmm4mm-h1 {
    height: auto;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 24px;
    line-height: 43px;
    color: #31512a;
    font-weight: 500;
    text-align: center;
}

.featureiconmm4mm-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    text-align: center;
}

.featureiconmm4mm-aa {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #31512a;
    font-weight: 600;
    text-align: left;
    width: 100%;
}

.featureiconn {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    font-size: 18px;
    color: #777777;
    font-weight: 600 !important;
    text-align: right;
}

.textfeatmm {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 18px;
    float: left;
    border: 1px solid #e2dfd5;
    background-color: #fff;
    border-top: none;
    transition: 0.8s;
}

/***********quickinfotse*************/
.quickinfotse {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 130px 0px 130px 0px;
    float: left;
    background: #31512a;
}

.quickinfotse-he {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.quickinfotseico {
    font-size: 70px;
    color: #fdd062;
    line-height: 60px;
    display: inline-block;
    text-align: left;
}

.quickinfotse-Content {
    height: auto;
    width: 100%;
    margin: -72px 0px 0px 0px;
    padding: 0px 0px 0px 80px;
    float: left;
}

.quickinfotse-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #b9c8b5;
    font-weight: 400;
    text-align: left;
}

.quickinfotse-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 37px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-family: 'Prata', serif;
    position: relative;
}

    .quickinfotse-a:before {
        position: absolute;
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        top: 8px;
        right: 29px;
        background: #fdd062;
    }

/*******************/
.onlinemake-Content {
    height: auto;
    width: 100%;
    margin: -12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.onlinemake-p {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #b9c8b5;
    font-weight: 400;
    text-align: left;
}

.onlinemake-a {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 37px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-family: 'Prata', serif;
}


/********footer******/
.footer40 {
    height: 630px;
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 260px 100px 0px 100px;
    float: left;
    background-color: #31512a;
}

.footer60 {
    height: 630px;
    width: 60%;
    margin: 0px 0px 0px 0px;
    padding: 260px 100px 0px 60px;
    float: left;
    background-color: #f0efeb;
}

.footerh4444 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 39px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    font-family: 'Prata', serif;
}


/**************social icons**********/
.socialicons-sec {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 100%;
    height: auto;
    text-align: left;
    color: #014279;
    font-size: 14px;
}

.login-section {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

    .login-section li {
        margin: 0px 3px;
        padding: 0px 0px 0px 0px;
        height: auto;
        list-style-type: none;
        display: inline-block;
    }

        .login-section li a {
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            float: left;
        }

            .login-section li a i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                color: #e4e4e4;
                border: 1px solid #abb7a7;
                border-radius: 30px;
                transition: 0.3s;
                margin-bottom: 10px;
                transition: 0.8s;
            }

                .login-section li a i:hover {
                    background: #fff;
                    border: 1px solid #fff;
                    color: #31512a;
                }

.socconn-p {
    height: auto;
    width: 100%;
    margin: 30px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
}

.main40secc {
    height: auto;
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main60secc {
    height: auto;
    width: 60%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.main30secc {
    height: auto;
    width: 30%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/***************/
.weusese {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    position: absolute;
    top: 0px;
}

.weusese-col {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 15px;
    float: left;
    background-color: #fff;
    position: relative;
}

.logosecff {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.logosecff56 {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.weusess {
    height: auto;
    width: 100%;
    margin: 13px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.weusessicon {
}

.weusess-Content {
    height: auto;
    width: 100%;
    margin: -50px 0px 0px 0px;
    padding: 0px 0px 0px 75px;
    float: left;
}

.weusessh3 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 20px;
    line-height: 20px;
    color: #404a3d;
    font-weight: 400;
    text-align: left;
}

.weusessaa {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: #212529;
    font-weight: 400;
    text-align: left;
}

.icoweser {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/**********subscribes*******/

.subscribedd {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 70px 0px 70px 0px;
    float: left;
    color: #fff;
}


/******product*/

.featuresprod {
    height: auto;
    width: 100%;
    margin: 70px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.margfeattt {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.product-grid {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    border: 2px solid #e2dfd5;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

    .product-grid:hover {
        border: 2px solid #5b8c51;
    }

    .product-grid .product-image {
        overflow: hidden;
        position: relative;
    }

        .product-grid .product-image a.image {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
            height: auto;
        }

        .product-grid .product-image .pic-1 {
            transition: all 0.5s ease 0s;
            height: 230px;
        }

    .product-grid:hover .product-image .pic-1 {
        transform: rotate(45deg);
    }

    .product-grid .product-image .pic-2 {
        width: 100%;
        height: 100%;
        opacity: 0;
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .product-grid:hover .product-image .pic-2 {
        opacity: 1;
        transform: rotate(0);
    }

    .product-grid .product-links {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
    }

        .product-grid .product-links li {
            margin: 0 -2px 0 0;
            display: inline-block;
            opacity: 0;
            transition: all 0.3s ease-out 0s;
        }

    .product-grid:hover .product-links li {
        margin: 0 5px;
        opacity: 1;
    }

    .product-grid .product-links li a {
        color: #333;
        background: #ebebeb;
        font-size: 15px;
        line-height: 35px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: block;
        transition: all 0.5s ease 0s;
    }

        .product-grid .product-links li a:hover {
            color: #fff;
            background: #5b8c51;
        }


    .product-grid .product-content {
        padding: 15px;
    }

    .product-grid .title {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 5px;
    }

        .product-grid .title a {
            color: #5b8c51;
            transition: all 0.3s ease 0s;
        }

            .product-grid .title a:hover {
                color: #777;
            }

    .product-grid .price {
        color: #5b8c51;
        font-size: 16px;
        font-weight: 500;
    }

.yymargprddd {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

/************video***********/
/*Video Box*/
.inner-column40 {
    height: auto;
    width: 35%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}



.video-box {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

    .video-box .video-image {
        position: relative;
        margin: 0px;
    }

        .video-box .video-image img {
            position: relative;
            width: 100%;
            z-index: 3;
            height: 485px;
        }

    .video-box .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow: hidden;
        line-height: 80px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .video-box .overlay-box span {
            position: absolute;
            width: 100px;
            height: 100px;
            left: 50%;
            top: 50%;
            z-index: 99;
            color: #333;
            font-weight: 400;
            font-size: 32px;
            line-height: 105px;
            text-align: center;
            border-radius: 50%;
            padding-left: 4px;
            display: inline-block;
            margin-top: -50px;
            margin-left: -50px;
            transition: all 900ms ease;
            -moz-transition: all 900ms ease;
            -webkit-transition: all 900ms ease;
            -ms-transition: all 900ms ease;
            -o-transition: all 900ms ease;
            background-color: #fff;
        }

    .video-box .ripple,
    .video-box .ripple:before,
    .video-box .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -moz-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -ms-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -o-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        box-shadow: 0 0 0 0 #ffffff99;
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .video-box .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .video-box .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 96, 29, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 96, 29, 0);
    }
}

/***********innerorgh*******/
.growingfoodd {
    height: auto;
    width: 100%;
    margin: 150px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.inner-column60 {
    height: auto;
    width: 65%;
    margin: -106px 0px 0px 0px;
    padding: 100px 100px 0px 100px;
    float: left;
    background: #31512a;
}

.innerorgh {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.innerorghii {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.innerorgh-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 35px;
    line-height: 65px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}

.innerorgh-textp {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 30px 0px;
    float: left;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-align: justify;
}

.growing-icons {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.growing-main {
    height: auto;
    width: 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
}

.growing-main33 {
    height: auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
    transition: 0.8s;
}

.growing-mainico {
    height: 77px;
    width: 77px;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
}

.growing-main-h2 {
    height: auto;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    transition: 0.8s;
}

.innerdownimgg {
    height: 170px;
    width: 100%;
    margin: -100px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.hmargggh {
    height: auto;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}


/*************product*************/
.prodonlineregmm {
    height: auto;
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

.bbquadrat {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.8s;
}

    .bbquadrat:hover {
        color: #f39221!important;
    }

.downlaodapph11 {
    height: auto;
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 14px;
    float: left;
    font-size: 25px;
    line-height: 40px;
    color: #31512a;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
}

.featurepsecc {
    background: #31512a;
    height: 3px!important;
    width: 35px!important;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    margin-left: 14px;
}
