body {
    background-color: #D7E8D9;
    /* background-image:; */
    background-repeat: no-repeat;
    background-size: cover;

  
    overflow-x: hidden;
  }
  
  @font-face {
    font-family: 'Montserrat', serif;   
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot);
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.eot#iefix) format("embedded-opentype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff2) format("woff2"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.woff) format("woff"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.ttf) format("truetype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Light.svg#eicon) format("svg");
    font-style: normal;
    font-weight: 300;
  }
  @font-face {
    font-family: 'Montserrat', serif;   
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot);
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.eot#iefix) format("embedded-opentype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff2) format("woff2"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.woff) format("woff"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.ttf) format("truetype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Regular.svg#eicon) format("svg");
    font-style: normal;
    font-weight: normal;
  }
  @font-face {
    font-family: 'Montserrat', serif;   
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot);
    src: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.eot#iefix) format("embedded-opentype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff2) format("woff2"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.woff) format("woff"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.ttf) format("truetype"),
    url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/fonts/legend/ESLLegend-Bold.svg#eicon) format("svg");
    font-style: normal;
    font-weight: bold;
  }
  
  img {
    max-width: 100%;
  }
  
  .ag-format-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  
    position: relative;
  }
  
  .ag-timeline-block {
    padding: 100px 0;
  }
  .ag-timeline_title-box {
    padding: 0 0 30px;
  
    text-align: center;
  }
  .ag-timeline_tagline {
    font-size: 18px;
    color: #01A560;
    font-weight:600 ;
    letter-spacing: 1px;
  }
  .ag-timeline_title {
    /* background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg); */
    /* background-image: url(../img/awards/bg3.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent; */
    
  background: #146734; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #146734, #184876); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #146734, #184876); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight:600 ;

  
    font-size: 18px;
  
  }
  
  .ag-timeline_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  
    margin: 0 0 0px;
  
    position: relative;
  }
  .ag-timeline_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  
    position: relative;
  }
  .ag-timeline_line {
    width: 2px;
    background-color: #393935;
  
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
  
    overflow: hidden;
  
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #01A560;
  }
  .ag-timeline-card_point-box-left {
    margin-left: 335px;
    margin-right: 20px;
  }
  .ag-timeline-card_point-box-right {
    margin-left: -200px;
    margin-right: 335px;
  }
  .ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #184876;
    background-color: #1d1d1b;
  
    text-align: center;
    font-family: 'Montserrat', serif;   
    font-size: 14px;
    color: #FFF;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .js-ag-active .ag-timeline-card_point {
    color: #1d1d1b;
    background-color: #01A560;
  }
  
  .ag-timeline-card_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  
    background-color: #282828;
  
    opacity: 0;
  
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    -o-box-shadow: 0 0 0 0 rgba(0,0,0,.5);
    box-shadow: 0 0 0 0 rgba(0,0,0,.5);
  
    animation-fill-mode: both;
  
    position: relative;
  }
  .js-ag-animated .ag-timeline-card_item {
    opacity: 0;
  
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-left;
    -moz-animation-name: card-animation-left;
    -o-animation-name: card-animation-left;
    animation-name: card-animation-left;
  }
  .js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item {
    -webkit-animation-name: card-animation-right;
    -moz-animation-name: card-animation-right;
    -o-animation-name: card-animation-right;
    animation-name: card-animation-right;
  }
  
  .ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #282828;
  
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
  
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;
  
    right: auto;
    left: 0;
  }
  
  .ag-timeline-card_img {
    width: 100%;
  }
  .ag-timeline-card_meta-box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .ag-timeline_item:nth-child(2n) .ag-timeline-card_meta-box {
    text-align: center;
  }
  .ag-timeline-card_meta {
    margin: 10px 0 0;
  
    font-family: 'Montserrat', serif;   
    font-weight: bold;
    font-size: 12px;
    color: #184876;
  }
  .ag-timeline-card_info {
    padding: 20px 30px;
  }
  .ag-timeline-card_title {
    display: none;
    margin: 10px 0 0;
  
    font-family: 'Montserrat', serif;   
    font-weight: bold;
    font-size: 18px;
    color: #FF0;
  }
  .ag-timeline-card_desc {
    line-height: 1.45;
  
    font-size: 12px;
    color: #FFF;
  }
  
  
  @-webkit-keyframes card-animation-left {
    0% {
      opacity: 0;
  
      -webkit-transform: translateX(-400px);
      transform: translateX(-400px);
    }
    100% {
      opacity: 1;
  
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-moz-keyframes card-animation-left {
    0% {
      opacity: 0;
  
      -moz-transform: translateX(-400px);
      transform: translateX(-400px);
    }
    100% {
      opacity: 1;
  
      -moz-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes card-animation-left {
    0% {
      opacity: 0;
  
      -o-transform: translateX(-400px);
      transform: translateX(-400px);
    }
    100% {
      opacity: 1;
  
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes card-animation-left {
    0% {
      opacity: 0;
  
      -webkit-transform: translateX(-400px);
      -moz-transform: translateX(-400px);
      -o-transform: translateX(-400px);
      transform: translateX(-400px);
    }
    100% {
      opacity: 1;
  
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @-webkit-keyframes card-animation-right {
    0% {
      opacity: 0;
  
      -webkit-transform: translateX(400px);
      transform: translateX(400px);
    }
    100% {
      opacity: 1;
  
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-moz-keyframes card-animation-right {
    0% {
      opacity: 0;
  
      -moz-transform: translateX(400px);
      transform: translateX(400px);
    }
    100% {
      opacity: 1;
  
      -moz-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-o-keyframes card-animation-right {
    0% {
      opacity: 0;
  
      -o-transform: translateX(400px);
      transform: translateX(400px);
    }
    100% {
      opacity: 1;
  
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes card-animation-right {
    0% {
      opacity: 0;
  
      -webkit-transform: translateX(400px);
      -moz-transform: translateX(400px);
      -o-transform: translateX(400px);
      transform: translateX(400px);
    }
    100% {
      opacity: 1;
  
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  
  @media only screen and (max-width: 979px) {
    .ag-timeline_line {
      left: 30px;
    }
    .ag-timeline-card_point {
      height: 40px;
      line-height: 40px;
      width: 40px;
    }
  
    .ag-timeline_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  
      position: relative;
    }
    .ag-timeline-card_title {
      display: block;
    }
  
    .ag-timeline-card_meta-box {
      display: none;
    }
    .ag-timeline-card_point-box {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
  
      margin-left: 80px;
    }
    .ag-timeline-card_item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
  
      max-width: 100%;
      margin-left: 10px
    }
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0;
    }
    .js-ag-animated.js-ag-show:nth-child(2n) .ag-timeline-card_item,
    .js-ag-animated.js-ag-show:nth-child(2n+1) .ag-timeline-card_item {
      -webkit-animation-name: card-animation-right;
      -moz-animation-name: card-animation-right;
      -o-animation-name: card-animation-right;
      animation-name: card-animation-right;
    }
    .ag-timeline_item:nth-child(2n+1) .ag-timeline-card_arrow {
      right: auto;
      left: 0;
    }
    .container-box-left .js-left{
      -webkit-animation-name: card-animation-right;
      -moz-animation-name: card-animation-right;
      -o-animation-name: card-animation-right;
      animation-name: card-animation-right;
    }
    .box-left{
      -webkit-animation-name: card-animation-right;
      -moz-animation-name: card-animation-right;
      -o-animation-name: card-animation-right;
      animation-name: card-animation-right;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
    .ag-timeline-card_img {
      height: auto;
      width: auto;
    }
  }
  
  @media only screen and (max-width: 639px) {
    .ag-timeline_title {
      font-size: 18px;
    }
  
    .ag-timeline-card_info {
      padding: 10px 15px;
    }
    .ag-timeline-card_desc {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 479px) {
  
  }
  
  @media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
      width: 750px;
    }
  
  }
  
  @media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
      width: 960px;
    }
  
  }


  .container-box-left {
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .container-box-right {
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .box-left {
    position: absolute;
    width: 350px;
    height: 350px;
    left: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease 1s;
    transition: -webkit-box-shadow ease 1s;
    transition: box-shadow ease 1s;
    transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
  }

  .box-right {
    position: absolute;
    width: 350px;
    height: 350px;
    left: 860px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow ease 1s;
    transition: -webkit-box-shadow ease 1s;
    transition: box-shadow ease 1s;
    transition: box-shadow ease 1s, -webkit-box-shadow ease 1s;
  }
  
  .icon {
    position: relative;
    margin-top: -35px;
    left: -15px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
    will-change: transform;
  }
  
  .icon_bg {
    width: 80px;
    height: 80px;
    border-radius: 20%;
    border: 1px solid rgba(225, 227, 232, 0.18);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
    will-change: transform;
  }
  
  .title {
    position: relative;
    top: -20px;
    left: -15px;
  }
  
  .super-box-left:hover .box {
  /*   border: 1px solid rgba(225, 227, 232, 0.18); */
    -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
            box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }

  .super-box-right:hover .box {
    /*   border: 1px solid rgba(225, 227, 232, 0.18); */
      -webkit-box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
              box-shadow: 0 3px 4px 0 rgba(44, 71, 146, 0.25);
      -webkit-transition-delay: 0.32s;
              transition-delay: 0.32s;
    }
  
  .super-box-left:hover .icon_bg {
   width: 350px;
   height: 300px;
    -webkit-transform: translateY(-32px) scale(6);
            transform: translateY(-32px) scale(6);
  }

  .super-box-right:hover .icon_bg {
    width: 350px;
    height: 300px;
     -webkit-transform: translateY(-32px) scale(6);
             transform: translateY(-32px) scale(6);
   }
  
  .super-box-left:hover .icon {
    -webkit-transform: translateY(-48px) scale(1.4);
            transform: translateY(-48px) scale(1.4);
  }

  .super-box-right:hover .icon {
    -webkit-transform: translateY(-48px) scale(1.4);
            transform: translateY(-48px) scale(1.4);
  }
  
  .super-box-left {
      width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .super-box-right {
    width: 220px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
  
  .text {
    position: relative;
    top: 20px;
    width: 200px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }
  
  .super-box-right:hover .text {
    opacity: 0;
    -webkit-transform: translateY(-4px) scale(.8);
            transform: translateY(-4px) scale(.8);
    
  }

  .super-box-left:hover .text {
    opacity: 0;
    -webkit-transform: translateY(-4px) scale(.8);
            transform: translateY(-4px) scale(.8);
    
  }
  
  
  .box-right::after {
    position: absolute;
    width: 300px;
    top: 250px;
    opacity: 0;
    font-size: 12px;
    color: #5d6494;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }

  .box-left::after {
    position: absolute;
    width: 300px;
    top: 250px;
    opacity: 0;
    font-size: 12px;
    color: #5d6494;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.32s;
            transition-delay: 0.32s;
  }

  .super-box-right:hover .box-right::after {
    opacity: 1;
  }

  .super-box-left:hover .box-left::after {
    opacity: 1;
  }

  .box-32::after {
    content: "Sat2Farm received significant recognition on a radio station in Zambia. Mr. Robert Zawe, client from Zambia, recently conducted a radio broadcast in Zambia to discuss SAT2FARM application";
  }

  /*.box-31::after {*/
  /*  content: "Satyukt is recognised as one of the top 100 geospatial companies in the world as per the 2023 edition of the renowned global annual list 5th Global Top 100 Geo";*/
  /*}*/
  .box-1::after {
    content: "11/05/22 organized in the view of National technology day by IKP Knowledge Park in association with ICRISAT, and AgHub at Hyatt Palace, Hyderabad";
  }

  .box-2::after {
    content: "Satyukt received 1st prize at the Kisan Mela held on 20 December, 2021 at Agricultural Reaserch Station, Ananthpuramu.";
  }
  
  .box-3::after {
    content: "5th International Agronomy Congress hosted by Professor Jayashankar Telangana State Agricultural University, Hyderabad, and organized by the Indian Societyof Agronomy.";
  }

  .box-4::after {
    content: "Software Technology Parks of India's Smart Farm Grant Challenge - Stage 2. We received 20 Lakhs as the Product Development Grant.";
  }

  .box-5::after {
    content: "AgriTech challenge conducted by NASSCOM. We have received 2.5 lakhs as prize and project money";
  }
  .box-6::after{
    content:  "Satyukt entered a pilot project with M & M Ltd., to demonstrate soil zoning capability and VRA of fertilizer using satellite imagery for M & M, for the sole purpose of M & M to evaluate the technology and perform feasibility analysis.";
  }
  .box-7::after{
    content: " Satyukt is one of the winner of AI for Agriculture Hachathon 2021 challenge organized by MyGov, Google and HUL. As a continuation of this we are doing a pilot along with HUL and PRADAN in West Bengal.";
  }
  .box-8::after{
content: "Satyukt has partnered with Social Alpha and FISE (Foundation for Innovation and Social Entrepreneurship) to provide farm- specific dynamic crop advisory and early warning of risks (flood, drought, pest, disease) based on remote sensing technologies at an affordable costs to smallholder farmers, (the 'bussiness')established by the promoters.";
  }
  .box-9::after{
    content: "    We are the winners under geo spatial information - geo-spatial information using ML /AI useful in crop monitoring, weather forecasting and program evaluations challenge initiated by Atal Innovation Mission and NITI Aayog and proactively collaborated by  by Indian Space Research Organization minitry of Govt.of India and have recieved grant-in-aid support under Aatmanirbhar Bharat ANIC-ARISE program to dissiminate the farm specific dynamic crop advisory through Sat2Farm app.";
  }
  .box-10::after{
    content: "Satyukt is one of the winner of AI for Agriculture Hachathon 2021 challenge organized by MyGov,Google and HUL. The objective of the challenge to take AI solutions to the field by making Agri startups and corporations to brainstorm and prototype to solve for the key challenges faced by farmers today when it comes to water usage and efficiency. ";
  }
  .box-11::after{
    content: "We are the winners of Krishi Mangal program initiated by CISOC CSR and Social Alpha to transform the agriculture and allied sector by accelerating innovations for the wellbeing and prosperity of smallholders farmers in India  ";
  }
  .box-12::after{
    content: "Atal Innovation Mission (AIM): It is a Government of India endeavour to promote the culture of innovation and entrepreneurship, driven by Niti Aayog. AIM supports the establishment of new incubation centres called Atal Incubation Centres. JK Lakshmipat University was selected as Atal Incubation Centre- JKLU (AIC- JKLU), for turning the vision of Atal Innovation Mission into reality. The institute was one of the ten selections out of the 3658 first round applicants. AIC- JKLU is one of a kind academia-industry- government partnership, driven by Atal Innovation Mission to create high-class incubation facilities with suitable infrastructure in terms of capital equipment and operating facilities. It is coupled with the availability of sector-wise experts for mentoring the start-ups so that these startup businesses can become successful entrepreneurs and enterprises.";}
    .box-13::after{
      content:"Satyukt is recognised by Facility for Low Carbon Technology Deployment (FLCTD). FLCTD is jointly implemented by the Bureau of Energy Efficiency (BEE) and the United Nations Industrial Development Organization (UNIDO). FLCTD is supported by the Global Environment Facility (GEF) and is accelerated by Sangam Ventures. ";
    }
    .box-14::after{
      content: "Farmcrew constantly searches for potential rising Agtech or e-commerce startups with innovations capable of positively impacting agricultural industry in Africa. ";
    }
    .box-15::after{
    content:"The World Bank, in partnership with CES and the National Disaster Management Authority (NDMA) will chose Tech Innovators to do piloting their cutting-edge technology solutions across India,to deal with the twin challenges of immediate disaster response in the time of COVID-19, and building long term disaster and climate resilience.";}
    .box-16::after{
      content: "We have been selected to provide irrigation water management at a  farm-level to Telangana farmers using Sat2Farm app under AgriTech Innovation Pilots (AIP) program initiated by AgHub and PJTSAU, Hyderabad. ";
    }
    .box-17::after{
      content: "STPIOctaNE is a ground-breaking initiative of Ministry of Electronics and Information Technology (MeitY) and managed by STPI to transform the digital profile of North-East by providing a robust startup ecosystem to rev up innovation & entrepreneurship in emerging technology.";
    }
    .box-18::after{
      content: "Satyukt has partnered with Social Alpha and CiNi (Paani) foundation to provide a near real-timefarm-specific dynamic crop advisories through Sat2Farm app to the farmers of Balarampur district of Uttar Pradesh. ";
    }
    .box-19::after{
      content:"Satyukt is selected under UPJA 2020 progarm initiated by Pusa Krishi to improve the landscape of innovation and increase the participation of startups in the field of agriculture. The objective of the program is to provide a near real-time farm-specific dynamic crop advisory through Sat2Farm app to the farmers. " ;
    }
    .box-20::after{
      content: "ClimateLaunchpad is the world’s largest green business ideas competition.";
    }
    .box-21::after{
      content: "The World Bank’s Agriculture Observatory, in conjunction with the Disaster Risk Financing and the Disaster Risk Management teams, and with the support of Draper University launched three Agriculture Risk innovation challenges to harness new technology and data to address the agriculture and food security risks in Southern Africa. ";
    }
    .box-22::after{
      content: " Satyukt is among eight finalists selected under the first Cohort for Enable Startup Track Accelerator program created through a strategic partnership between the state govt.(Start-up Punjab Cell) and AIC, Indian School of Business, Mohali for Agri-startups with an aim to foster entrepreneurship and innovation in the Punjab state. ";
    }
    .box-23::after{
      content:'Received the "Top Innovator Award" by the World bank and Draper university for Southern Africa Innovation Challenge 2020: Food Security and Agriculture Risk Financing.';
    }
    .box-24::after{
      content: "Digital Innovation Summit (DIS) is held annually by HDFC Bank and the objective is to interface with FinTech and new age technology companies and start-ups in the BFSI domain, whilst exploring new and disruptive ideas that fit into the overall objective of simplifying our customer's lives";
    }
    .box-25::after{
      content: "Satyukt is among seven finalists selected under OCP Innovation challenge program designed and developed by the Larta Institute for the OCP Group. The program is designed to solicit solutions from early-stage food and ag companies focused on data-driven methods for use by farmers.";
    }
    .box-26::after{
      content: "Received the “Gold” award for providing farm-scale data from multi satellites by the Department of Administrative Reforms and Public Grievances, Government of India under the Category V – “Innovation Use of ICT in e-governance solutions by startups. under the National Awards for e-Governance 2020";
    }
    .box-27::after{
      content: "Sat2Farm received significant recognition on a radio station in Zambia. Mr. Robert Zawe, client from Zambia, recently conducted a radio broadcast in Zambia to discuss SAT2FARM application";
    }
    .box-28::after{
      content: "Satyukt is a part of five startups which got selected to represent under Maitri: Indo-Brazil Agri-Tech Cross Border Incubation Program. Maitri is an Inter-Government program between Indian and Brazil.";
    }
    .box-29::after{
      content: "IKP Knowledge Park, Hyderabad recognized Satyukt Analytics among the top 50 startups across all sectors.";
    }
    .box-30::after{
      content: " The Graft Aus-India AgTech Challenge is the first cross-border AgTech in-market access program of its kind executed by T-Hub and Australian AgTech incubator Beanstalk Ag tech.";
    }
    .box-31::after{
      content: 'Satyukt is recognised as one of the top 100 geospatial companies in the world as per the 2023 edition of the renowned global annual list 5th Global Top 100 Geo';
    }
    .box-33::after{
      content: 'Satyukt partners with Grama One Centres, a flagship program of the Government of Karnataka to extend satellite-based precision farming solutions to farmers.';
    }
     .box-34::after{
      content: 'Satyukt has officially entered into a momentous collaboration with the Associated Chamber of Commerce and Global New Energies and Technology (GNET). Through this, Satyukt, and GNET will revolutionize the way crops are monitored in real time.';
    }
    .box-35::after{
      content: ' Satyukt Analytics wins the Smart Farm Grant Challenge for our sugarcane harvest prediction solution, receiving ₹50 lakh and deploying it across 100 acres with government and industry partners.';
    }