/* ------------------------------------------
            font link 
------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@font-face {
    font-family: gjFont;
    src: url(/agri/fonts/gjFont-new.ttf),url(/agri/fonts/gjFont-new.woff2);
}
/* ------------------------------------------
            coustom css 
------------------------------------------ */
a:focus,
a{
    text-decoration: none !important;
}

.respo-header a:hover{
    opacity: 1 !important;
    color:white !important;
}   

body{
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pr{
    position: relative;
}

.slick-list.draggable{
    width: 100% !important;
}
.bnr_leader_m,
.stickyclass.neweleccont.bnr1{
    display: none !important;
}

/* ------------------------------------------
          01 preloader css start
------------------------------------------ */
/* .preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    text-align: center;
    z-index: 9999;
    background-color: #005e33;
 }
.preloader::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 40%;
    background-image: url(/agri/img/leaf.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
 }
.preloader::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 40%;
    background-image: url(/agri/img/leaf.png);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
 }
 
 .preloader .indicator {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
 }
 
 .preloader .indicator img {
    animation: rotation 0.7s infinite alternate;
    -webkit-animation: rotation 0.7s infinite alternate;
    width: 70px;
 }
 
 .preloader.preloader-deactivate {
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
 }
 
 @keyframes rotation {
    0% {
        -webkit-transform:  translateY(-2px);
    }
    100% {
        -webkit-transform: translateY(2px);
    }
 }
 
 @-webkit-keyframes rotation {
    0% {
        -transform:  translateY(-2px);
    }
    100% {
        transform: translateY(2px);
    }
 } */
/* ------------------------------------------
          01 preloader css end
------------------------------------------ */


/* ------------------------------------------
          02 Navbar css start
------------------------------------------ */
.menu-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;  
}

 .main-header{
        height: 85px;
        overflow: hidden;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1024;
        margin-bottom: -20px;
 }
 .main-header .bgimg{
        width: 101%;
        height: 100px;
        position: absolute;
        left: -1%;
        top: 0;
 }

 .logo-bx img{
    width: 180px    ;
    /* margin: auto; */
    display: block;
    /* margin-left: 20px; */
 }

 .header-qui-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
 }

 .header-qui-link li{
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
 }

 .header-qui-link li{
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 10px !important;
 }

 .header-qui-link li:nth-child(1){
    padding: 0 10px !important;
 }

 .header-qui-link li a{
    font-size: 18px;
 }

 .header-social-link{
    margin-right: 20px;
    margin-bottom: 8px;
 }
 .header-social-link li:hover a{
    color: white !important;
 }
/* ------------------------------------------
          02 Navbar css end
------------------------------------------ */



/* ------------------------------------------
          03 Footer css start
------------------------------------------ */

.spfont{
    font-family: gjfont;
}

.footer-bg{
    background-color: #005e33 !important;
    /* background-color: #3d884e; */
    /* background-color: #008F4E; */
    /* background-color: #0d1824; */
    box-shadow: 0px 1px 21.25px 0.75px rgb(0 0 0 / 6%) !important;
    width: 100% !important;
    background-image: url(/agri/img/ghau-img.png), url(/agri/img/ghau-img-right.png) !important;
    background-size: 200px, 200px !important;
    background-position: bottom left, bottom right !important;
    background-repeat: no-repeat, no-repeat !important;
    background-blend-mode: saturation !important;
}

.footer-qui-link li a{
    font-family: gjfont;
}

.footer-social-link li a,
.footer-qui-link li a,
.footer-que .que-icon,
.footer-que .que-text,
.footer-bg p{
    color: #ffffffc2;
}

.footer-heading {
    font-size: 16px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    font-family: gjfont;
}

.footer-heading:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 40px;
    height: 1px;
    border-bottom:1px solid #f4c900;
}

.footer-que li{
   margin-bottom: 8px;
   display: block;
}

.footer-que .que-icon,
.footer-que .que-text{
    display: table-cell;
}

.footer-que .que-icon{
    width: 24px;
}

.footer-news-img{
    background-image: url(/agri/img/banners/hbanner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    flex: 0 0 60px;
    transition: all 0.3s;
    background-color: lightgray;
}
.footer-news-img:hover{
    filter: brightness(0.8);
}

.footer-news-text p{
    max-height: 40px;
    overflow: hidden;
    margin: 0;
    font-family: gjfont;
}
.footer-news-text span{
    font-size: 11px;
    color: #f4c900;
    margin-top: 8px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;

}

.footer-qui-link li{
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding: 0px 15px;
    border-right: 1px solid #ffffff99;
}
.footer-qui-link li a:hover{
    color:white;
}
.footer-qui-link li:nth-child(1){
    padding: 0px 15px 0px 0px;
}
.footer-qui-link li:last-child{
    border-right: 1px solid transparent;
}

.news-g{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 298px;
    width: 100%;
    background-color: white;
    border-radius: .25rem;
    margin-bottom: 8px;
}
.news-g input{
    padding: 9px 15px;
    border: 0px;
    display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    outline: none;
}

.submit-btn{    
    padding: 5px 18px;
    background: #c7c7c7;
    margin-right: 4px;
    margin-top: 4px;
    text-transform: uppercase;
    color: #525252;
    border:none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.news-g:hover .submit-btn{    
    padding: 5px 18px;
    background: #008F4E;
    margin-right: 4px;
    margin-top: 4px;
    text-transform: uppercase;
    color: white;
    border:none;
    border-radius: 5px;
}

.footer-social-link ul li{
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.footer-social-link ul li::after{
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    transition: all 0.4s;
}
.footer-social-link ul li:hover::after{
    background-color: #ffffff1c;
    width: 35px;
    height: 35px;
}
.footer-social-link ul li a{
   position: absolute;
   z-index: 1;
}
.footer-social-link ul li:hover a{
   /* color:#008F4E; */
   color: #ffffffc2;
}

/* .developed a{
    font-size: 10px;
    color:#ffffff99
}
.developed a:hover{
    color:#008F4E;
} */

.copyright{
    margin:16px 0 0;
    color: #999;
    font-size: 12px;
}


.mede-with{
    color: #999;
    font-size: 12px;
    margin: 16px 0 0;
}

.mede-with a{
    color: #ffffffc2;
}

.mede-with a:hover{
    color: #dd1627;
}

.icons-box-made{
    /* border: 1px solid red; */
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 3px;
}

.icons-box-made .fa-heart,
.icons-box-made .fa-heart-o{
    position: absolute;
}

.mede-with .fa-heart-o{
    color: #999;
    font-size: 13px;
    transition: all 0.3s;
    opacity: 1;
}

.mede-with .fa-heart{
    color: #999;
    font-size: 13px;
    transition: all 0.3s;
    opacity: 0;
    transform: scale(0);
}

.mede-with:hover .fa-heart-o{
    opacity: 0;
}

.mede-with:hover .fa-heart{
    opacity: 1;
    color: #dd1627;
    transform: scale(1);
}

.footer-bg-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ------------------------------------------
          03 Footer css end
------------------------------------------ */

/* ------------------------------------------
          04 Home slider css start
------------------------------------------ */

.item-bx{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 20px 40px;

}

.item-bx .slider-text img{
    width: 85px;
    display: block;
}

.item-bx .slider-text h1{
    color: white;
    transition: all 0.3s ease-in-out;
    font-size: 28px;
    font-weight: 700;
    margin-top: 5px;
}

.item-bx .slider-text p{
    color: white;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px;
}



.home-overlay{
    background-color: black;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-s-item{
    width: 100%;
    height:450px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.home-s-item img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------
          04 Home slider css end
------------------------------------------ */

/* ------------------------------------------
          05 icon-list css start
------------------------------------------ */
.icon-list{
    margin-bottom: 24px;
}

.icon-list span{
    width: 110px;
    height: 110px ;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    transition: all 0.3s ease-in-out;
}

.icon-list span img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

.icon-list h6{
    font-family: gjfont;
    color: #525252;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgb(0 0 0 / 7%) 50%, rgba(0,0,0,0.0) 100%);
    padding: 5px 5px;
    transition: all 0.3s ease-in-out;
    font-family: gujFont,Roboto,arial !important;
}

.icon-list:hover span img{
    transform: scale(1);
}

.icon-list:hover h6{
    color: #008F4E;
}

.icon-list:hover span{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
/* ------------------------------------------
          05 icon-list css end
------------------------------------------ */