
/* CSS Document */


		/* Project Name : Gyrenta Agriculture
		Desgined By  : Torus infotech;
		Developed By : Monu Soni;
		Date        :  05/07/2023;
		 */


 
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800');

* {
    font-family: 'Open Sans', sans-serif;

    box-sizing: border-box;
}


body {
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #333333;
    background-color: #fff;
}

::selection {
    background: #80b435;
    color: #FFF;
    text-shadow: none;
}

.mb-30 {
    margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;

}

/*header start here*/

.header{ 
    
    border-bottom: 1px solid #eee;
}
.left-header h3{
    margin: 0px;
    color: #f3c12c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

@media screen and (max-width:450px){
    .left-header h3{
        font-size: 18px;
    }
    .left-header span{
        font-size: 13px;
    }
    .right-header li a{
        padding-top: 0px !important;
    }
}

.left-header h3 b{
    color: #020171;
}
.left-header span{
    color: #80b435;
    font-size: 14px;
    font-weight: 500;
}

.right-header li a{
    text-decoration: none;
    font-size: 14px;
    padding-top: 10px;
    display: inline-block;
    color: #777;
    font-weight: 600;
}
.right-header li a i{
    padding-right: 2px;
    padding-left: 8px;
}
.right-header li a:hover{
    color: #80b435;
}

/*header close here*/

/*navbar start here*/


/*affix start here*/
.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.affix-top {
    position: static;
    top: -50px;

}

.affix + .container-fluid {
    padding-top: 70px;
}

/*affix close here*/



/*toogle section start here*/
.icon {
    width: 40px;
    height: 40px;
    margin: auto;
    position: absolute;
    right: 17px !important;
    top: 10%;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
}


@media screen and (max-width:991px) {
    .icon {
        display: block;
    }
}

.humbuger {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 3px;
    background-color: #94908a;
    cursor: pointer;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
}

.humbuger::before,
.humbuger::after {
    content: '';
    position: absolute;
    width: 25px;
    cursor: pointer;
    height: 3px;
    background-color: #94908a;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    transition: 0.5s ease-in-out;
}

.humbuger::before {
    top: -6px;
    transition: 0.5s ease-in-out;
}

.humbuger::after {
    top: 6px;
    transition: 0.5s ease-in-out;
}

.icon.active .humbuger {
    background-color: transparent;
    transition: 0.5s ease-in-out;
    box-shadow: none;
}

.icon.active .humbuger::after {
    top: 0px;
    transform: rotate(137deg);
    transition: 0.5s ease-in-out;
}

.icon.active .humbuger::before {
    top: 0px;
    transform: rotate(45deg);
    transition: 0.5s ease-in-out;
}

/*toogle section close here*/

.navbar-bg {
    border-radius: 0px;
    background-color: #fff;
    border: none;
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.1);
    margin-bottom: 0px;
}

.border-shadow {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.navbar-bg .navbar-nav > li > a {
    color: #6f6b6b;
    font-weight: 600;
    font-size: 14px;
}

.navbar-bg .nav > li > a {
    position: relative;
    display: block;
    padding: 45px 12px;
    text-transform: uppercase;
}

.navbar-bg .navbar-nav > li > a:hover,
.navbar-bg .navbar-nav > li > a:focus {
    color: #80b435;
    background-color: transparent;
}

.company img {
    position: relative;
    top: -12px;
    width:100%;
}

.navbar-bg .navbar-nav > .open > a,
.navbar-bg .navbar-nav > .open > a:hover,
.navbar-bg .navbar-nav > .open > a:focus {
    color: #797979 !important;
    background-color: #fff;
}

.navbar-bg .navbar-collapse,
.navbar-bg .navbar-form {
    border-color: #ddd;
}

.dropdown-menu-hover {
    min-width: 200px;
    border: none;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0px 8px 33px 0px rgba(0, 0, 0, 0.13);
    margin: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    /* Safari */
    transition: all 0.5s ease-in-out;
}

.dropdown-menu-hover li {
    padding: 0px 25px;
}

.fa-icon-caret {
    font-size: 12px !important;
}

.fa-icon-plus {
    font-size: 12px !important;
    float: right
}

.dropdown-menu-hover li a i {
    font-size: 8px !important;
    color: #333333;
    margin-right: 8px;
}

.dropdown-menu-hover li a {
    font-size: 13px;
    color: #2b2b2b;
    border-bottom: 1px solid #eee;
    height: 31px;
    line-height: 22px;
}

.dropdown-menu-hover li:last-child a {
    border-bottom: none;
}

.dropdown-menu-hover li a:hover {
    color: #80b435;
    background-color: transparent;
}

.dropdown-menu-hover li a:hover i {
    color: #80b435;
}

.dropdown-hover:hover .dropdown-menu-hover {
    display: block !important;
    margin-top: 0px !important;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #80b435;
}

@media (max-width: 992px) {
    .affix {
        position: fixed !important;
    }
    .company img{
        width: 40%;
    }
    .navbar-header {
        float: none;
        position: relative;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-bg .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 15px;
        display: block;
    }

    .dropdown-menu-hover {
        margin: 0px !important;
    }

    .dropdown-menu-hover li {
        padding: 0px;
    }
}

@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}

/*navbar close here*/


/*banner slider start here*/

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.carousel-indicators li {
    transition: .5s all ease;
}

.carousel-indicators .active {
    width: 30px;
    transition: .5s all ease;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 20px;
    border: 1px solid #fff;
    line-height: 36px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .8s all ease;
}

.carousel-control:hover .glyphicon-chevron-left,
.carousel-control:hover .glyphicon-chevron-right,
.carousel-control:focus .glyphicon-chevron-left,
.carousel-control:focus .glyphicon-chevron-right {
    background-color: #80b435;
    transition: .8s all ease;
}

/*banner slider close here*/

/*home welcome section start here*/
.home-welcome {
    margin-top: 20px;
    margin-bottom: 10px;
}

.agro-welcome h2 {
    color: #80b435;
    font-weight: 500;
    margin-bottom: 28px;
}

.welcome-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.welcome-text p {
    color: #888;
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
}

.welcome-text a {
    text-decoration: none;
    color: #80b435;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #80b435;
    padding: 2px 25px;
    border-radius: 12px;
    margin-left: 35%;
    margin-top: 15px;
    display: inline-block;
    transition: .8s all ease;
}

.welcome-text a:hover {
    background-color: #80b435;
    color: #fff;
    transition: .8s all ease;
}

/*home welcome section close here*/



/*home products section start here*/

.product-heading h2 {
    text-align: center;
    color: #80b435;
    font-weight: 600;
}

.product-heading a {
    text-decoration: none;
    float: right;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 15px;
    border-radius: 8px;
    background-color: #80b435;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
    transition: .8s all ease;
}

.product-heading a:hover {
    background-color: #fff;
    color: #80b435;
    transition: .8s all ease;
}

.products {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 15px 3px rgba(0, 0, 0, 0.3);
}
.home-products .col-md-3, .home-products .col-sm-3{
    padding: 0px;
}
.products span {
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    background-color: #22222263;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    transition: .8s all ease;
}


.UnderConstruction{
        margin-top: 120px;
    font-size: 69px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: blue;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}

.products:hover span {
    padding-top: 70%;
    padding-bottom: 35%;
    transition: .8s all ease;
}

/*home products section close here*/

/*home products contact start here*/

.home-cont{
    background-color: #1d76ba;
    padding: 25px;
    color: #fff;
    margin: 30px 0px;
}
.cont-left h2{
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.cont-left p{
    font-size: 13px;
}
.cont-right a{
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 25px;
    margin: 20px 15px;
    display: inline-block;
    text-align: center;
    float: right;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: .5s all ease;
}
.cont-right a:hover{
    background-color: #fff;
    color: #80b435;
    transition: .5s all ease;
}

.inner-page{
    margin-top: 25px;
    margin-bottom: 40px;
}
/*home products contact close here*/


/*footer start here*/

footer{
    background-color: #222;
    padding: 25px;
    color: #ddd;
}
.foot h4{
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
}

.foot a{
    text-decoration: none;
    color: #ddd;
    font-size: 13px;
    transition: .5s all ease;
}
.foot i{
    padding: 5px;
}
.foot a:hover{
    color: #80b435;
    transition: .5s all ease;
}

.social-media{
    margin: 8px 15px;
}

.social-media a{
    text-decoration: none;
    color: #ddd;
    font-size: 16px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.social-media .google{
    background-color: #dd4b39;
    transition: .8s all ease;
}
.social-media .facebook{
    background-color: #3B5998;
    transition: .8s all ease;
}
.social-media .twitter{
    background-color: #1DA1F2;    
    transition: .8s all ease;
}

.social-media a:hover{
    background-color: transparent;
    transition: .8s all ease;
}
/*footer close here*/

/*Company Profile  page start here*/

.categories{
    box-shadow: 0px 2px 10px 4px rgba(0,0,0,0.1);
}
.categories-heading{
    background-color: #80b435;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.categories li a{
    text-decoration: none;
    color: #80b435;
    width: 100%;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: .3s all ease;
}
.categories li a:hover{
    border-left: 5px solid #f3c12c;
    transition: .3s all ease;
}
.dropdown li a{
    text-decoration: none;
    color: #80b435;
    width: 100%;
    display: inline-block;
    padding: 4px 15px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: .3s all ease;
}

.dropdown  {
    color: #80b435;
     border-bottom: 1px solid #eee;
    
}
.dropdown a {
    color: #80b435;
}
.dropdown a:hover {
    color: #80b435;
  
}

.dropdown li a :hover{
    border-left: 5px solid #f3c12c;
    transition: .3s all ease;
    color: #80b435;
    
}
.dropdown a:hover {
    color: #80b435;
     border-left: 5px solid #f3c12c;
    transition: .3s all ease;
}


.dropdown-menu li a{
   font-size: 12px;
}


.CompanyProfile{
    margin-bottom: 30px;
}

.page-heading{
    text-align: center;
    font-weight: 600;
    color: #80b435;
    font-size: 32px;
}

.CompanyProfile p{
    padding: 0px 0px;
    text-align: justify;
    color: #888;
    font-size: 14px;
    line-height: 28px;
}

/*Company Profile  page close here*/

/*contact-page start here*/

.contact-page{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    padding: 10px;
}

.contact-page form{
    padding: 30px 5px;
}

.contact-page form input{
    border-radius: 0px;
}
.contact-page form textarea{
    border-radius: 0px;
    height: 120px;    
}
.cont-btn{
    background-color: #fff;
    color: #80b435;
    border-radius: 0px;
    border-color: #80b435 !important;
    padding: 5px 30px;
    text-align: center;
    margin-left: 35%;
    margin-top: 10px;
    font-weight: 600;
    transition: .8s all ease;
}

.cont-btn:hover{
    background-color: #80b435;
    color: #fff;
    transition: .8s all ease;
}
.cont-info{
    padding: 30px 5px;
    border-right: 1px solid #eee;
}

.cont-info p{
    font-size: 13px;
    color: #888;
}


/*contact-page close here*/

/*product-page start here*/
.home-products .col-md-4, .home-products .col-sm-4{
    padding:10px;;
}
/*product-page close here*/



.products_card {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}
.card-title {
    background: var(--secondary-color);
    text-align: center;
    color: #fff;
    word-spacing: 3px;
    letter-spacing: 1px;
    padding: 5px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 30px;
}

.gallery img {
    width:100%;
}

.gallery h4{
    background:#1D76BA;
    padding:10px;
    text-align:center;
    color:#fff;

}

.gallery .query_btn
{
    margin-left:40%;
    margin-top: 10px;;
}
.images_part .col-lg-6 h4{
    color:#fff;
    background:#1d76ba;
    padding:10px;
    display: inline-block;
}
.enquiry_btn
{
    margin-top: 10px;
    margin-left:40%;
}

.bannercompany img{
    width: 100%;
    
}











































