body {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
/*a {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-color: transparent;
}*/
p {
    line-height: 30px;
}

.img-width-100per {
    width: 100%;
}

h2 {
    font-size: 50px;
    font-weight: 900;
    margin: 0px 0 80px;
    position: relative;
}

h3.margin-bottom-25 {
    margin-bottom: 25px;
}

.about-section {
    padding: 60px 0;
}

h2.border-bottom-yellow {
    color: #000;
}

    h2.border-bottom-yellow:after {
        content: "";
        background: #ffcd26;
        width: 70px;
        height: 8px;
        position: absolute;
        left: 0;
        bottom: -30px;
    }

.top-bar {
    padding: 1.5rem;
    margin: 0;
    background: #525659;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.img-w-100-per {
    width: 100%;
}

.img-border-radius {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.img-shadeow {
    -webkit-box-shadow: 0px 2px 9px 1px #bebebe;
    box-shadow: 0px 2px 9px 1px #bebebe;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #734b52;
        text-decoration: none;
    }

header {
    padding: 15px 0;
    width: 100%;
    float: left;
    background: #FFF;
    z-index: 999999;
    position: fixed;
}

.logo {
    height: 50px;
    width: auto;
    margin-top: 2px;
}

nav {
    font-size: 20px;
}

    nav ul, nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    nav li {
        display: inline-block;
        padding: 15px 15px 5px;
    }

        nav li a {
            color: #000;
            text-decoration: none;
            display: block;
            transition: color .2s ease;
            position: relative;
        }

        nav li a {
            position: relative;
        }

            nav li a:after, nav li a.active:after {
                content: "";
                color: #5d2f37;
                text-decoration: none;
                width: 0%;
                height: 5px;
                background: #5d2f37;
                position: absolute;
                left: 0;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -ms-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
                bottom: -4px;
            }

            nav li a:hover:after, nav li a.active:after {
                width: 100%;
            }

.hamburg.menu-icon-close {
    display: none;
}


nav li a.active {
    font-weight: bold;
}
/* Mobile Menu */

.menu-icon {
    position: absolute;
    top: -41px;
 /* right: 20px; */
    right: 150px;
    display: none;
}


/* Mobile Menu */


.banner-section {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-top: 82px;
}

.box-banner {
    height: 650px;
}

.dark-box {
    background: #734b52;
    padding: 50px;
    color: #FFF;
   /*  margin-top: -100px; */
    z-index: 999;
}

.we-empower {
    width: 100%;
    float: left;
    position: relative;
}

.dark-box h1 {
    color: #FFF;
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
}

.vmc-simple-slide-handle-buttons {
    bottom: 115px;
}

header {
    padding: 15px 0;
    width: 100%;
    float: left;
}

.logo {
    height: 50px;
    width: auto;
    margin-top: 2px;
}

.banner-section {
    width: 100%;
    float: left;
    overflow: hidden;
}

.box-banner {
    height: 500px;
}


.we-empower {
    width: 100%;
    float: left;
    position: relative;
}

.dark-box h1 {
    color: #FFF;
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
}

.vmc-simple-slide-handle-buttons {
    bottom: 115px;
}

.banner-box {
    margin-left: 30px;
    margin-bottom: 0;
}

    .banner-box p {
        font-weight: 300;
        line-height: 26px;
        font-size: 16px;
    }

    .banner-box li h3 {
        color: #ffcd26;
        font-size: 18px;
    }

    .banner-box li {
        list-style: none;
        position: relative;
        margin-bottom: 25px;
    }

        .banner-box li:nth-child(1):before {
            content: " ";
            background-image: url(../images/quality-information.png);
            position: absolute;
            top: 0px;
            left: -50px;
            width: 28px;
            height: 28px;
        }

        .banner-box li:nth-child(2):before {
            content: " ";
            background-image: url(../images/icon2.jpg);
            position: absolute;
            top: 0px;
            left: -50px;
            width: 28px;
            height: 28px;
        }

        .banner-box li:nth-child(3):before {
            content: " ";
            background-image: url(../images/icon3.jpg);
            position: absolute;
            top: 0px;
            left: -50px;
            width: 28px;
            height: 28px;
        }

        .banner-box li:nth-child(3) {
            margin: 0;
        }

/* ABOUT SECTION */
.about-section {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
}

.know-more {
    background: #ffcd26;
    color: #46485d;
    text-decoration: none;
    padding: 14px 30px;
    display: table;
    margin-top: 35px;
}


/* ABOUT SECTION */

/* Service SECTION */
.services-section {
    width: 100%;
    float: left;
    padding: 60px 0 150px;
    background: #93a886;
}

    .services-section h2 {
        color: #FFF;
    }

    .services-section h4 {
        color: #46485d;
        margin: 20px 0 15px;
    }

.agroict-services, .call-centre, .urban-gardening, .software-solution, .commodity-services, .rural-distribution {
}

.agroict-services {
    background: url(../images/agroict-services.png) no-repeat;
    width: 60px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.call-centre {
    background: url(../images/call-centre.png) no-repeat;
    width: 40px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.urban-gardening-icon {
    background: url(../images/urban-gardening.png) no-repeat;
    width: 50px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.software-solution {
    background: url(../images/software-solution.png) no-repeat;
    width: 58px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.commodity-services {
    background: url(../images/commodity-services.png) no-repeat;
    width: 55px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.rural-distribution-icon {
    background: url(../images/rural-distribution.png) no-repeat;
    width: 63px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .agroict-services {
    background: url(../images/agroict-services-hover.png) no-repeat;
    width: 60px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .call-centre {
    background: url(../images/call-centre-yellow.png) no-repeat;
    width: 40px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .urban-gardening-icon {
    background: url(../images/urban-gardening-yellow.png) no-repeat;
    width: 50px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .software-solution {
    background: url(../images/software-solution-yellow.png) no-repeat;
    width: 68px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .commodity-services {
    background: url(../images/commodity-services-yellow.png) no-repeat;
    width: 55px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box:hover .rural-distribution-icon {
    background: url(../images/rural-distribution-yellow.png) no-repeat;
    width: 63px;
    height: 58px;
    background-size: 100%;
    background-position: center;
    /* text-align: center; */
    margin: 0 auto;
}

.service-box {
    background: #FFF;
    border-radius: 5px;
    padding: 50px 30px;
    text-align: center;
    font-size: 16px;
    color: #46485d;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 370px;
}

    .service-box:hover {
        background: #734b52;
        color: #fff;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        position: relative;
        z-index: 9;
        box-shadow: 0px 0px 13px 0px #9aa8c5;
    }

        .service-box:hover h4 {
            color: #ffcd26;
        }

.knomore {
    float: left;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: normal;
    display: none;
}

    .knomore:hover {
        text-decoration: none;
        color: #FFF;
    }

.service-box:hover .knomore {
    display: block;
    margin-top: 15px;
}

.services-tab ul li img {
    height: 55px;
    width: auto;
    display: block;
    margin: 0 auto;
}

    .services-tab ul li img.yellow-img {
        display: none;
    }

.services-tab ul li.active img.white-img, .services-tab ul li:hover img.white-img {
    display: none;
}

.services-tab ul li:hover img.white-img {
    display: block;
}

.services-tab ul li.active img.white-img {
    display: none;
}

.services-tab ul li.active img.yellow-img {
    display: block;
}

.green-sim-box {
    background: #fafafa;
    border-radius: 5px;
    padding: 28px 98px 28px 28px;
    text-align: right;
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
}

    .green-sim-box.box-left-align {
        text-align: left;
        margin-left: 25px;
        padding: 28px 28px 28px 98px;
    }

    .green-sim-box p {
        font-weight: 300;
    }

.sim-icon {
    float: right;
    margin-left: 25px;
    width: 40px;
}

.sim-box-left {
    float: left;
    width: 82%;
}

.sim-icon img {
    width: 100%;
}

.green-sim-box.box-left-align .sim-icon {
    float: left;
    margin: 0 15px 0 0;
}

.green-sim-box.box-left-align .sim-box-left {
    float: right;
}

.green-sim-box.sim-bottom {
    width: 100%;
    text-align: center;
    padding: 28px;
}

    .green-sim-box.sim-bottom p {
        margin: 0;
    }

.sim-img {
    position: absolute;
    z-index: 9;
    left: 42%;
    width: 180px;
    top: 99px;
}
/* Service SECTION */


/* Number SECTION */
.number-section {
    width: 100%;
    float: left;
}

.number-box {
    background: #46485d;
    padding: 50px;
    width: 100%;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.number-col {
    color: #FFF;
    text-align: center;
    width: 20%;
    float: left;
}

    .number-col p {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
    }

    .number-col h4 {
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: #fff;
    }

    .number-col img {
        margin-bottom: 33px;
        width: 80px;
    }
/* Number SECTION */

/* Career Section */
#nohide {
    background: #fff;
    position: absolute;
    top: 82px;
    right: 0px;
font-size:16px;
}
#nohide ul {
   padding:10px;
margin:0;
}
.section-career {
    width: 100%;
    float: left;
    background: #46485d;
    padding: 80px 0 40px;
    color: #FFF;
}

    .section-career h2 {
        color: #FFF;
        margin-bottom: 20px;
    }

.career-list {
    margin: 0;
}

    .career-list li {
        list-style: none;
        line-height: 15px;
        margin-bottom: 32px;
    }

        .career-list li h3 {
            font-size: 18px;
            margin-bottom: 0;
        }

        .career-list li p {
            font-size: 13px;
            font-weight: normal;
            color: rgba(255,255,255,.6);
            margin: 0;
        }

.view-detail {
    font-size: 14px;
    color: #ffcd26;
    font-weight: 300;
    text-decoration: underline;
}

.hiring-content {
    font-weight: 300;
    font-size: 16px;
}

.see-more-jobs {
    background: #FFF;
    color: #000;
    font-size: 18px;
    padding: 14px 30px;
    float: right;
    z-index: 9;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.container-relative {
    position: relative;
}
/* Career Section */
/* Contact Section */
.footer-section {
    width: 100%;
    float: left;
    background: url(../images/map-bg.jpg) no-repeat #000 right;
    padding: 80px 0;
}

    .footer-section h3 {
        color: #ffcd26;
        margin-bottom: 30px;
    }

    .footer-section .map-icon {
        color: #ffcd26;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        margin-left: 53px;
    }

        .footer-section .map-icon:before {
            content: "";
            background: url(../images/map-icon.png) no-repeat;
            width: 30px;
            height: 45px;
            position: absolute;
            background-size: 100%;
            left: -51px;
            top: 9px;
        }

.footer-social {
    margin-top: 80px;
}

    .footer-social a {
        margin-right: 10px;
    }

    .footer-social img {
        width: 35px;
    }

.footer-right p {
    color: #ffcd26;
}

.footer-right {
    text-align: right;
}

    .footer-right img {
        margin-bottom: 50px;
    }
/* Contact Section */

/* testimonial slider */

.testimonial-slider {
    width: 100%;
    float: left;
    background: url(../images/testi-bg.jpg) no-repeat;
    padding: 90px 0;
    margin: 60px 0;
    background-position: 0px -31px;
    background-size: 100%;
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    /* height: 100vh; */
}

.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.roll {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    left: 5px;
}

.slides {
    width: 330px;
    /* height: 350px; */
    background-color: #FFF;
    text-align: left;
    margin: 0 30px 15px 0;
    display: inline-block;
    font-size: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 1px 11px -2px #9aa8c5;
    padding: 50px 15px;
}

    .slides img { /* 
  margin-top: 10px;
  width: 280px;
  height: 200px; */
        margin-left: 11px;
    }

    .slides p {
        margin: 10px;
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 200;
        text-align: left;
        white-space: normal;
        font-size: 16px;
    }

   /* .slides:hover {
        background: #734b52;
        color: #fff;
    }*/

.testi-icon {
    background: url(../images/quote.png) no-repeat;
    width: 48px;
    height: 39px;
    margin-left: 10px;
}

.slides:hover .testi-icon {
    background: url(../images/quote-white.png) no-repeat;
    width: 48px;
    height: 39px;
    margin-left: 10px;
}

.sections {
    text-align: center;
    color: #734b52;
    font-size: 12px;
    margin-top: 25px;
}

    .sections i {
        margin: 0 2px;
        cursor: pointer;
    }

.navigation {
    position: absolute;
    border: none;
    padding: 0;
    background-color: rgba(35,35,35,0.8);
    height: 34px;
    width: 34px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    top: 176px;
    z-index: 10;
}

    .navigation:visited {
        text-decoration: none;
    }

.navigation-hover {
    height: 50px;
    width: 50px;
    top: 168px;
}

.navigation:active {
    text-decoration: none;
}

.navigation:focus {
    outline: none;
}

.navigation:first-of-type {
    left: 0px;
}

.navigation:last-of-type {
    right: 10px;
}


/* section-key-features */
.section-key-features {
    background: #f3f6f2;
    width: 100%;
    float: left;
}

.key-features-box {
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0px 1px 48px -3px #dddddd;
    text-align: center;
    margin-bottom: 20px;
}

    .key-features-box img {
        display: block;
        margin: 0 auto;
        width: 60px;
        margin-bottom: 10px;
    }

    .key-features-box span {
        color: #734b52;
    }

.section-key-features h3 {
    margin: 15px 0 30px 0;
}

.mobile-img {
    box-shadow: 0px 1px 28px -3px #ccc;
    border-radius: 43px;
}

.key-f {
    margin-top: 60px;
}

.app-data h4 {
    font-weight: 400;
    color: #1c1f28;
}

.app-data p {
    color: #a1a4ac;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.app-data {
    margin-top: 40px;
}

.section-more-services .key-features-box span {
    line-height: 22px;
    display: inline-block;
}

.section-more-services .key-features-box {
    min-height: 178px;
}

    .section-more-services .key-features-box img {
        width: 70px;
    }

.water-soluble-fertilizer, .insecticides, .herbicide, .fungicides {
    margin-top: 90px;
}

    .fungicides a.know-more {
        float: left;
    }

.knowmoresection {
    margin-top: 40px;
}

    .knowmoresection .iffco-logo {
        margin-top: 13px;
    }

    .knowmoresection .shop-link {
        margin-top: 22px;
    }
/* section-key-features */


.vmc-simple-slide .vmc-simple-slide-item {
    background-size: contain;
}

@media screen and (max-width: 950px) {

    .carousel {
        position: relative;
        overflow: hidden;
        width: 620px;
    }
}



/* testimonial slider */


@media screen and (max-width: 992px) {
    .box-banner {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .box-banner {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .number-col {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

/*ABOUT US CSS*/
#Subheader {
    background: url(../images/about-us.jpg) no-repeat;
    
    padding: 100px 0;
    width: 100%;
    float: left;
    background-size: 100%;
    background-position: center -50px;
    margin-top: 82px;
}

    #Subheader.careers {
        background: url(../img/career.jpg) no-repeat;
    }

    #Subheader.contact {
        background: url(../images/contacts.jpg) no-repeat;
        background-size: 100%;
        background-position: center -50px;
    }

    #Subheader.services {
        background: url(../images/services.jpg) no-repeat;
        background-size: 100%;
        background-position: center -130px;
    }

    #Subheader h1 {
        color: #FFF;
        line-height: 70px;
        font-size: 60px;
        font-weight: bold;
    }

    #Subheader p {
        font-size: 24px;
        line-height: 40px;
    }

.subnav {
    background: #93a886;
    width: 100%;
    position: relative;
    float: left;
    font-size: 20px;
}

    .subnav ul, .subnav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .subnav li {
        position: relative;
        z-index: 99;
        float: left;
        cursor: pointer;
        color: #f2f5f1;
        text-decoration: none;
        display: block;
        padding: 30px 30px;
        text-align: center;
        position: relative;
        overflow:;
    }

    .subnav.services-tab li {
        padding: 40px 38px 50px;
    }

    .subnav li:after {
        content: "";
        background: #798B6E;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 0%;
        z-index: -1;
        opacity: 0;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .subnav li:hover:after {
        opacity: 1;
        height: 100%;
    }

    .subnav li.active:hover:after {
        display: none;
    }



    .subnav li.active {
        color: #fecd26;
    }

        .subnav li.active:before {
            content: ' ';
            text-decoration: none;
            background: #734b52;
            -webkit-box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
            -moz-box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
            box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
            margin-top: -10px;
            margin-bottom: -25px;
            color: #f2f5f1;
            text-decoration: none;
            display: block;
            border-radius: 7px;
            padding: 40px 30px 50px;
            text-align: center;
            position: absolute;
            width: 100%;
            left: 0;
            top: -5px;
            height: 130px;
            z-index: -1;
        }

    .subnav.services-tab li.active:before {
        height: 235px;
    }
/*.subnav li a {
	color:#f2f5f1;
	text-decoration: none;
	display: block;
	border-radius: 7px;
	padding: 40px 30px 50px;
}
.subnav li a:hover, .subnav li a.active {
	color: #fecd26;
	text-decoration: none;
	background: #734b52;
	-webkit-box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
-moz-box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.53);
}
.subnav li a.active {
	font-weight: bold;
}*/
.inner-banner {
    width: 100%;
    float: left;
    background: #f3f6f2;
    padding:50px 0 0;
}

    .inner-banner.white-base {
        background: #FFF;
        padding-bottom: 0;
    }

    .inner-banner h1 {
        color: #000;
        line-height: 70px;
        font-size: 60px;
        font-weight: bold;
        position: relative;
        margin-bottom: 60px;
    }

        .inner-banner h1:after {
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 70px;
            height: 8px;
            background: #ffcd26;
            content: ' ';
        }

    .inner-banner img {
        width: 100%;
        height: auto;
        border: 5px solid #FFF;
    }

.middle, .content-area {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
}

    .content-area h1 {
        color: #000;
        line-height: 65px;
        font-size: 55px;
        font-weight: 300;
        position: relative;
        margin-bottom: 60px;
    }

        .content-area h1:after {
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 70px;
            height: 8px;
            background: #ffcd26;
            content: ' ';
        }

.partners-listing {
    width: 100%;
    float: left;
    padding-top: 80px;
}

    .partners-listing h2 {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .partners-listing .col-md-4 img, .partners-listing .col-md-3 img {
        width: 100%;
        height: auto;
        border: 3px solid #fafafa;
        border-radius: 5px;
    }

   /*.partners-listing .col-md-8 a {
        float: left;
        margin-top: 10px;
        color: #000;
        padding: 12px 30px;
        font-weight: bold;
        background: #ffcd26;
        text-decoration: none;
        font-size: 22px
    }

        .partners-listing .col-md-8 a:hover {
            color: #ffcd26;
            background: #000;
            text-decoration: none;
        }*/
    .partners-listing .col-md-8 a {
        color: #ffcd26;
    }

.padding-top-20px {
    padding-top: 20px;
}

.content-area.padding-top-20px h1 {
    color: #000;
    line-height: 70px;
    font-size: 60px;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}

    .content-area.padding-top-20px h1:after {
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 70px;
        height: 8px;
        background: #ffcd26;
        content: ' ';
    }

i.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: relative;
    right: 19px;
    background: #fff;
    top: -2px;
}
}

.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.big {
    font-size: 28px;
    font-weight: 300;
}

select.big {
    border-bottom: 3px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 6px;
    display: inline-block;
    font-weight: bold;
}

    select.big:focus {
        outline: none;
    }

.big i.arrow {
    margin-top: 9px;
    float: right;
    margin-left: 15px;
}

.big li {
    display: none;
}

.big .active {
    display: block
}

.annual-perf .middle {
    display: none;
}

    .annual-perf .middle:first-child {
        display: block;
    }

.annual-box {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    font-size: 28px;
    font-weight: 300;
}

    .annual-box strong {
        font-weight: bold;
        font-size: 40px;
        display: block;
        padding-bottom: 0px;
        color: #734b52;
    }

    .annual-box .col-md-6 .box {
        padding: 60px 40px;
        border: 3px solid #fafafa;
        border-radius: 7px;
    }

.annual-box-listing {
    width: 100%;
    float: left;
    padding: 60px 0;
    border-bottom: 3px solid #fafafa;
    font-size: 24px;
    font-weight: 300;
}

    .annual-box-listing.border-0px {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .annual-box-listing strong {
        font-weight: normal;
        font-size: 40px;
        display: block;
        padding-bottom: 0px;
        color: #734b52;
    }

.award-listing {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    position: relative;
}

    .award-listing img {
        width: 100%;
        height: auto;
    }

.award-content-box {
    background: #FFF;
    padding: 30px;
    border: 2px solid #dcdcdc;
    margin: -30px 2% 0;
    z-index: 999;
    position: relative;
    float: left;
    width: 96%;
}

    .award-content-box h2 {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 20px;
    }

a.know-more {
    float: right;
    margin-top: 10px;
    color: #000;
    padding: 12px 30px;
    font-weight: bold;
    background: #ffcd26;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


    a.know-more:after {
        content: "Know More";
        color: #ffcd26;
        background: #000;
        text-decoration: none;
        width: 100%;
        position: absolute;
        height: 100%;
        top: -30px;
        left: 0;
        z-index: 2;
        padding: 12px 30px;
        opacity: 0;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    a.know-more:hover:after {
        top: 0px;
        opacity: 1;
    }

.careers-listing a.know-more:after {
    content: "Apply Now";
}



a.know-more:hover {
    color: #ffcd26;
}

.contact-form input[type=submit]:after {
    content: "send Message";
    color: #ffcd26;
    background: #000;
    text-decoration: none;
    width: 100%;
    position: absolute;
    height: 100%;
    top: -30px;
    left: 0;
    z-index: 2;
    padding: 12px 30px;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.contact-form input[type=submit]:hover:after {
    top: 0px;
    opacity: 1;
}


.see-more-jobs:after {
    content: "See More Jobs";
    color: #ffcd26;
    background: #000;
    text-decoration: none;
    width: 100%;
    position: absolute;
    height: 100%;
    top: -30px;
    left: 0;
    z-index: 2;
    padding: 14px 30px;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.see-more-jobs:hover:after {
    top: 0px;
    opacity: 1;
}


.team-listing {
    background: #f3f6f2;
    border: 2px solid #e3e3e3;
    padding: 25px;
    margin-bottom: 100px;
}

    .team-listing .image-box {
        padding: 25px;
    }

        .team-listing .image-box img {
            border-radius: 7px;
            width: 100%;
            height: auto;
        }

.team-listing-content-box {
    background: #FFF;
    padding: 30px;
    border: 2px solid #dcdcdc;
    z-index: 999;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -60px;
}

    .team-listing-content-box h2 {
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 10px;
    }

    .team-listing-content-box .designation {
        font-size: 24px;
        color: #757f87;
    }

    .team-listing-content-box .btn-left {
        float: left;
    }

.team-listing .know-more {
    display: none;
}
/*.team-listing.even-box .col-md-4 {
    float: right;
}
.team-listing.even-box .col-md-8 {
    float: left;
}*/
.padding-top-0px {
    padding-top: 0;
}

.careers-listing {
    border: 2px solid #dcdcdc;
    padding: 30px;
    margin-bottom: 60px;
}

    .careers-listing h2 {
        font-weight: bold;
        font-size: 35px;
        margin: 25px 0;
    }

    .careers-listing .category, .careers-listing .locations {
        font-size: 28px;
        font-weight: normal;
    }

    .careers-listing p {
        margin-bottom: 30px;
    }

    .careers-listing .date {
        margin-top: 20px;
        font-size: 18px;
    }

    .careers-listing .category {
        text-transform: uppercase;
        color: #ffcd26;
        font-weight: bold;
    }

.contact-form label {
    margin: 0 0 60px;
    position: relative;
    display: block;
}

.contact-form span {
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5;
}

.contact-form input {
    padding: 10px;
    border: 0;
    border-bottom: 2px solid #d0d0d0;
    width: 100%;
    outline: none;
}

    .contact-form input:focus + span, .contact-form input:not(:placeholder-shown) + span {
        opacity: 1;
        transform: scale(0.7) translateY(-100%) translateX(-15px);
    }

    .contact-form input[type=submit] {
        float: right;
        margin-top: 10px;
        color: #000;
        padding: 12px 30px;
        font-weight: bold;
        background: #ffcd26;
        text-decoration: none;
        font-size: 22px;
        border: 0;
        cursor: pointer;
        width: auto;
    }

        .contact-form input[type=submit]:hover {
            color: #ffcd26;
            background: #000;
            text-decoration: none;
        }

.contact-bottom {
    border-top: 2px solid #d0d0d0;
    background: #f3f6f2;
    padding: 80px 0 55px;
    width: 100%;
    float: left;
}

    .contact-bottom h3 {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .contact-bottom p {
        margin-bottom: 25px;
        font-weight: 300;
    }

.call-centres-listing {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.number-div {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}

    .number-div img {
        margin-right: 20px;
        float: left;
        margin-top: 5px;
    }

.urban-gardening, .software-solutions, .rural-listing-div {
    width: 100%;
    float: left;
}

    .urban-gardening .mobile-phone-icon {
        -webkit-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.43);
        -moz-box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.43);
        box-shadow: 0px 0px 26px -2px rgba(0,0,0,0.43);
        border-radius: 50px;
        width: 80%;
        height: auto;
    }

    .urban-gardening .padding-top-35px {
        padding-top: 35px;
    }

    .urban-gardening .grey {
        font-size: 16px;
        color: #757f87;
    }

.app-icon {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .app-icon img {
        margin-right: 40px;
    }

.software-solutions .col-md-4 img {
    width: 80%;
    height: auto;
}

.software-solutions .col-md-8 .know-more {
    float: left;
}

.rural-listing-div {
    margin-bottom: 60px;
}

.padding-bottom-50px {
    padding-bottom: 50px;
}
/*ABOUT US CSS ENDS HERE*/
.service-box p {
    line-height: 9px;
}

@media screen and (max-width: 992px) {
    .box-banner {
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .box-banner {
        height: 300px;
    }
}


@media screen and (max-width: 655px) {

    .carousel {
        position: relative;
        overflow: hidden;
        width: 310px;
    }

    .menu-icon-close {
        display: block;
        padding: 32px 14px 23px;
    }

        .menu-icon-close img {
            width: 27px;
        }

    .menu-icon {
        display: block;
    }

    .iffco-menu {
        /*background: #734b52;*/
        background: #30642b;
        position: fixed;
        top: 0;
        right: -280px;
        z-index: 999;
        height: 100%;
        width: 70%;
        padding-right: 4%;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

        .iffco-menu a:after {
            display: none;
        }

        .iffco-menu a:hover {
            color: #ffcc26;
        }

        .iffco-menu ul li {
            display: block;
        }

            .iffco-menu ul li a {
                color: #FFF;
                font-size: 25px;
                font-weight: 400;
                padding: 5px 0;
            }

    .vmc-simple-slide-summary .text {
        font-size: 26px;
        line-height: 35px;
    }

    .vmc-simple-slide-summary {
        top: 30%;
        width: 60%;
    }

    .menu-blocker {
        background: rgba(0,0,0,.5);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 92;
        display: none;
    }

    .iffco-menu-open {
        right: 0;
    }

    .menu-blocker-open {
        display: block;
    }

    .dark-box {
        margin: 0;
    }

    .we-empower .container {
        padding: 0;
    }

    .dark-box h1 {
        line-height: 37px;
        font-size: 30px;
        margin-bottom: 25px;
    }

    .dark-box .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner-box {
        margin-left: 13px;
    }

    h2 {
        font-size: 30px;
        margin: 0px 0 50px;
    }

        h2.border-bottom-yellow:after {
            bottom: -14px;
        }

    .about-section {
        padding: 30px 30px;
    }

        .about-section img {
            margin-bottom: 30px;
        }

        .about-section a.know-more {
            float: left !important;
        }

    .career-list {
        padding: 0;
    }

    .see-more-jobs {
        float: left !important;
    }

    .footer-right {
        text-align: left;
    }
    .footer-right p {
        text-align: left;
        margin-left: 80px !important;
    }
    .map-con {
        display: none;
    }

    .footer-section {
        padding: 40px 0 30px;
    }

    .footer-social {
        margin-top: 0;
    }

    .service-icons {
        position: absolute;
        left: 32px;
        top: 39px;
    }

    .service-box {
        background: none;
        text-align: left;
        padding-left: 90px;
        padding-top: 20px;
        min-height: auto;
        margin-bottom: 0;
        color: #FFF;
        position: relative;
    }

        .service-box:hover {
            background: #734b52;
            transform: none !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
        }

        .service-box h4 {
            color: #FFF;
        }

    .call-centre {
        background: url(../images/call-centre-yellow.png) no-repeat;
        background-size: 70%;
    }

    .agroict-services {
        background: url(../images/agroict-services-hover.png) no-repeat;
        background-size: 70%;
    }

    .urban-gardening-icon {
        background: url(../images/urban-gardening-yellow.png) no-repeat;
        background-size: 70%;
    }

    .software-solution {
        background: url(../images/software-solution-yellow.png) no-repeat;
        background-size: 70%;
    }

    .commodity-services {
        background: url(../images/commodity-services-yellow.png) no-repeat;
        background-size: 70%;
    }

    .rural-distribution-icon {
        background: url(../images/rural-distribution-yellow.png) no-repeat;
        background-size: 70%;
    }

    .service-box:hover .agroict-services {
        width: 40px;
        height: 58px;
        background-size: 100%;
    }

    .service-box:hover .rural-distribution-icon {
        width: 35px;
        height: 58px;
    }

    .service-box:hover .commodity-services {
        width: 35px;
        height: 58px;
    }

    .service-box:hover .software-solution {
        width: 38px;
        height: 43px;
    }

    .service-box:hover .urban-gardening-icon {
        width: 32px;
        height: 44px;
    }

    .number-col {
        width: 50% !important;
    }

        .number-col h4 {
            margin-bottom: 3px;
            letter-spacing: 1px;
            font-size: 17px;
        }

        .number-col img {
            margin-bottom: 6px;
            width: 60px;
        }

    .number-box {
        background: #46485d;
        padding: 50px 15px;
    }

    .testimonial-slider {
        background: #734b52;
    }

    .testimonial-slider {
        padding: 40px 0;
        margin: 0px 0;
    }

        .testimonial-slider h2, .services-section h2 {
            color: #FFF !important;
            margin: 0 30px 30px;
        }

    /*.slides {
        background: none !important;
        box-shadow: none;
        color: #fff;
        padding: 0px 15px;        
    }*/
    .slides {
        background: none !important;
        box-shadow: none;
        color: #000;       
        padding: 10px 15px !important;
        width: 290px !important;
    }

    .testi-icon {
        background: url(../images/quote-white.png) no-repeat;
    }

    .navigation {
        top: 126px;
        display: none;
    }

    .section-career {
        padding: 80px 30px 40px;
    }

    .section-career {
        padding: 40px 30px 40px;
    }

    .footer-section {
        padding: 40px 30px 30px;
    }

        .footer-section .map-icon:before {
            display: none;
        }

    .footer-social {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-right img {
        margin-bottom: 13px;
    }

    .footer-section .map-icon {
        margin-left: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .vmc-simple-slide-handle-buttons {
        bottom: 12px;
    }

    .services-tab {
        overflow-x: scroll;
    }

        .services-tab ul {
            width: 1110px !important;
        }

    #Subheader.services {
        background-position: unset;
    }
    /* Service Page */
    .sim-icon {
        margin-left: 0;
    }

    .sim-img {
        display: none;
    }

    .green-sim-box {
        display: flex;
        margin: 0 0 14px;
        padding: 15px;
    }

        .green-sim-box.box-left-align {
            text-align: left;
            margin-left: 0;
            padding: 15px;
        }

    .sim-box-left {
        text-align: left;
        margin-left: 9px;
    }

    .green-sim-box.box-left-align .sim-icon {
        float: left;
        margin: 0;
    }

    .green-sim-box.sim-bottom {
        display: block;
    }

    .contact-form input[type=submit] {
        width: 100% !important;
        float: left !important;
    }

    /* Service Page */

    /* Contact */

    #Subheader.contact, #Subheader.careers, #Subheader {
        background-size: initial;
        background-position: unset;
    }


    /* Contact */
    .hamburg.menu-icon-close {
        display: block;
    }

    .inner-banner h1 {
        font-size: 30px !important;
        margin-bottom: 0 !important;
    }

    .inner-banner {
        padding: 20px 0 60px !important;
    }

    .careers-listing .category, .careers-listing .locations {
        text-align: left !important;
    }

    a.know-more {
        float: left !important;
    }

    .content-area h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .subnav {
        overflow: hidden;
        overflow-x: scroll;
    }

    .services-tab .subnav ul {
        width: 1100px;
    }

    .content-area h1:after {
        bottom: 2px;
    }

    .about-us-section .content-area {
        padding: 10px 0;
    }

    .partners-listing {
        padding-top: 20px;
    }

        .partners-listing h2 {
            font-size: 30px;
            margin-bottom: 20px;
        }

    .number-div img {
        margin-top: -5px;
    }

    .number-div {
        font-size: 30px;
    }

    .call-centres-listing {
        margin-bottom: 10px;
    }

    .rural-listing-div {
        margin-bottom: 10px;
    }

    .padding-bottom-50px {
        padding-bottom: 0px;
    }

    .insecticides {
        margin-top: 40px;
    }

    .herbicide {
        margin-top: 30px;
    }

    .water-soluble-fertilizer {
        margin-top: 30px;
    }

    .subnav ul {
        width: 1100px;
    }

    .team-listing-content-box {
        margin-bottom: 0;
    }

    .inner-banner h1:after {
        bottom: 5px;
    }

    .app-data .text-right .col-md-6 {
        float: left;
        width: 50%;
    }

        .app-data .text-right .col-md-6 img {
            width: 100%;
        }

    .app-icon img {
        width: 50%;
        float: left;
        margin: 0;
    }

    .mobile-img {
        width: 100%;
    }

    #Subheader {
        padding: 30px 0;
    }

        #Subheader h1 {
            line-height: 40px;
            font-size: 40px;
        }

        #Subheader p {
            font-size: 17px;
            line-height: 24px;
        }

    .team-listing.team-row-even .row {
        display: flex;
        flex-direction: column-reverse;
    }
}

.footer-social i {
    color: #000;
    background: #fff;
    width: 35px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 30px;
}


/**** CAREER ADDED BY TANYA ***/
.main-body.color {
    background: #fbfbfb;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    border: 1px dashed #4cd4be;
    float: left;
    padding: 10px;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
}

    .fileContainer [type=file] {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
    }

    .fileContainer span {
        position: relative;
        top: -4px;
        font-size: 15px;
    }

    .fileContainer .ion {
        padding-right: 5px;
        font-size: 25px;
    }

#File_Name {
    margin-top: 5px;
    padding: 8px;
    display: block;
    color: #4cd4be;
    font-size: 16px;
}

.job [type="radio"]:checked,
.job [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}


    .job [type="radio"]:checked + label,
    .job [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .job [type="radio"]:checked + label:before,
        .job [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .job [type="radio"]:checked + label:after,
        .job [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #4cdbc4;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .job [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .job [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.pad0 {
    padding: 0;
}

.jobTabs label {
    font-size: 12px;
    margin-bottom: 0;
}

    .jobTabs label.instruction {
        font-size: 11px;
        line-height: 1;
        font-weight: normal;
    }

.content-head {
    background: #ffffff;
    color: #4cd4be;
    text-align: center;
    padding: 10px 0;
    border: 1px dashed #f1f1f1;
    border-bottom: 1px solid #f6f6f6;
}

    .content-head .ion {
        font-size: 20px;
        padding-right: 5px;
    }

.content-wrap {
    padding: 25px 5px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
    max-width: 100%;
    overflow-x: auto;
}

    .content-wrap .remove {
        display: none;
        padding: 5px 10px;
        border-radius: 50%;
    }


    .content-wrap .add {
        width: 100px;
        margin: 10px 5px;
    }

    .content-wrap th {
        font-size: 12px;
        padding: 0 5px;
    }

    .content-wrap table tr td {
        padding: 5px;
    }


.form-fields {
    max-width: 100%;
    overflow-x: auto;
}

.validation1 {
    font-size: 10px;
    color: #fe8e8e;
    position: relative;
    top: -7px;
}

.pad20 {
    padding: 20px;
}

.card-login .form-control, .content-wrap .form-control {
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 14px;
}

.content-wrap .form-control {
    background: #fbfbfb;
}

@media (min-width: 992px) {
    .jobTabs .col-md-1, .jobTabs .col-md-10, .jobTabs .col-md-11, .jobTabs .col-md-2, .jobTabs .col-md-3, .jobTabs .col-md-4, .jobTabs .col-md-5, .jobTabs .col-md-6, .jobTabs .col-md-7, .jobTabs .col-md-8, .jobTabs .col-md-9,
    .job .col-md-1, .job .col-md-10, .job .col-md-11, .job .col-md-2, .job .col-md-3, .job .col-md-4, .job .col-md-5, .job .col-md-6, .job .col-md-7, .job .col-md-8, .job .col-md-9 {
        float: left;
    }
}

#MessagePopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.39);
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: 0.5s all cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

    #MessagePopup .MessageContent, .verifyOTPPopup {
        position: absolute;
        top: 40%;
        /*bottom: 0;*/
        left: 0;
        right: 0;
        width: 300px;
        background-color: #fff;
        border-radius: 3px;
        height: auto;
        margin: auto;
        padding: 20px 20px 3px;
        transform: scale(0);
        -webkit-transform: scale(0);
        z-index: 99999;
        box-shadow: -2px 19px 29px -6px #615F5F;
        transition: 0.2s all cubic-bezier(0.55, 0.06, 0.68, 0.19);
    }

        #MessagePopup.show, #MessagePopup .MessageContent.show, .verifyOTPPopup.show {
            transform: scale(1);
            -webkit-transform: scale(1);
        }

        #MessagePopup .MessageContent h3, .verifyOTPPopup h3 {
            font-size: 0.9em;
            font-weight: normal;
            line-height: 20px;
            margin-bottom: 30px;
            margin-top: 0;
        }

    #MessagePopup .btn.ok {
        text-align: right;
        color: #1C9252;
        width: 50%;
        display: inline-block;
    }

    #MessagePopup .btn {
        text-align: right;
        float: right;
        color: #4cdbc4;
        width: 50%;
        display: inline-block;
        text-transform: uppercase;
    }

        #MessagePopup .btn:hover {
            text-decoration: none;
        }

        #MessagePopup .btn.cancel {
            text-align: left;
        }
.inner-banner .vmc-simple-slide .vmc-simple-slide-item {
    background-size: contain;
}
