*{
  font-family:  'Poppins';
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.nav_menu ul {
    list-style-type: none;
    padding: 0;
    /*overflow: hidden;*/
}

.nav_menu li {
    float: right;
    margin-top: 15px;
}

.nav_menu li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}

.nav_menu li a:hover {
    color: #068708;
    text-decoration: none;
}

.nav_menu li a.active {
    color: #068708;
    border-bottom: 3px solid rgb(250, 55, 55);
}

.banner2 {
    padding: 20px;
}



.typing_effect {
    display: flex;
}
.typing_effect p{
  margin-top: 20px;
  font-size: 20px;
}

.typing_effect p span.tt {
    font-weight: bold;
    color: #f20901;
}

.typing_effect p span.kursor {
    display: inline-block;
    background-color: #ccc;
    width: 3px;
    animation: blink 1s infinite;
}

.typing_effect p span.kursor.typing {
    animation: none;
}


#counter .farmer_count h2.percent:after {
  content: " +";
  display: inline-block;
}

.farmer_count {
  --border-size: 3px;
  --border-angle: turn;
  background-image: conic-gradient(from var(--border-angle), #068708, #068708 10%, #068708), conic-gradient(from var(--border-angle), transparent 0%, #068708, rgb(255, 247, 0), #08f, #f03, rgb(255, 247, 0));
  background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 3s linear infinite;
          animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
.box:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

.aboutgs {
    /* border: 1px solid; */
    margin: 80px 0px;
}

.servicegs {
    background-color: #f0ffef;
    padding: 100px 0px
}

.lnr-leaf,
.lnr-cog,
.lnr-bus,
.lnr-smartphone {
    color: #068708;
    font-size: 40px;
}


/* Timeline starts here ---->> */


/* The actual timeline (the vertical ruler) */
.timeliner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeliner::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timecontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timecontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid #068708;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.leftway {
    left: 0;
}

/* Place the container to the right */
.rightway {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.leftway::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.rightway::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightway::after {
    left: -12px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 0 50px #ccc;
}
.content img{
  width: 100%;
  margin-bottom: 20px;
}

.download{
  text-align: center;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeliner::after {
        left: 13px;
    }

    /* Full-width containers */
    .timecontainer {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timecontainer::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .leftway::after,
    .rightway::after {
        left: 0px;
    }

    /* Make all right containers behave like the left ones */
    .rightway {
        left: 0%;
        
    }
}

.investors{
  width: 100%;
  margin-bottom: 50px;
}
.media1 p{
  /* font-weight: bold; */
  text-align: justify;
  margin-bottom: 20px;
}

.media_gs{
  background-color: #f0ffef;
  padding-bottom: 60px;
}
.inv_logo img{
  max-width: 100%;
}
.txt_farmer h2{
  text-align: center;
} 

.txt_farmer h2:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: red;
  position: absolute;
  bottom: -.5em;
  left: 50%;
  transform: translate(-50%);
}

.det{
  /* border: 1px solid; */
  text-align: center;
  margin-top : 50px;
}
.con{
  /* border: 1px solid; */
  /* text-align: center; */
  margin-top : 60px;
}
.det .state{
  margin: 0 auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  /* border: 1px solid; */
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
}
.state img{
  width: 100%;
}
.farmer_count{
  padding: 1px 0;
  margin-top: 10px;
  /* border-radius: 10px; */
  /* background-color: #068708; */
  color: #fff;
}




/* career page css starts here */
.career_hero_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.career_hero_text .carrer_button{
    border: 1px solid #fff;
    position: relative;
    border-radius: 25px;
    margin-top: 50px;
    padding: 10px 30px;
    color: rgb(255, 255, 255);
    background-color: rgba(221, 221, 221, 0);
    text-align: center;
    cursor: pointer;
}
.carrer_button:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.career_mail a{
    color: #068708;
}
.career_mail a:hover{
    text-decoration: none;
    color: #068708;
}


.core_value {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/core_values.jpg");
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-origin: content-box;
}
.core_value_text{
    color: #fff;
    padding: 80px 0px;
}
.core_value_text h1{
    
    color: #E98024;
}
.core_value_text h1{
    font-size:60px; font-weight:700; text-align: center;
    border-bottom: 3px solid;
    width: 100px;
}
.core_text{
    padding: 20px;
}





:root{
    --color-text: #616161;
    --color-text-btn: #ffffff;
    --card1-gradient-color1: #046b09;
    --card1-gradient-color2: #5b8f59;
    --card2-gradient-color1: #7F00FF;
    --card2-gradient-color2: #E100FF;
    --card3-gradient-color1: #3f2b96;
    --card3-gradient-color2: #a8c0ff;
    --card4-gradient-color1: #11998e;
    --card4-gradient-color2: #38ef7d;
    --card5-gradient-color1: #251199;
    --card5-gradient-color2: #388def;
    --card6-gradient-color1: #5e9911;
    --card6-gradient-color2: #beef38;
    --card7-gradient-color1: #941199;
    --card7-gradient-color2: #ef38ef;
  }
  .card_wrapper{
    margin-top: 20px;
}
  .card-wrap:hover{
    transform: scale(1.1);
  }
  .card-header{
    width: 100%;
    background: red;
    border-radius: 100% 0% 100% 0% / 0% 50% 50% 100%;
    display: grid;
    place-content: center;
  }
  
  .card-header i{
    color: #fff;
    font-size: 72px;
  }
  .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .card-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    
  }
  .card-text{
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .card-btn{
    border: none;
    border-radius: 100px;
    padding: 5px 30px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .card-header.one{
    background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
  }
  .card-header.two{
    background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
  }
  .card-header.three{
    background: linear-gradient(to bottom left, var(--card3-gradient-color1), var(--card3-gradient-color2));
  }
  .card-header.four{
    background: linear-gradient(to bottom left, var(--card4-gradient-color1), var(--card4-gradient-color2));
  }
  .card-header.five{
    background: linear-gradient(to bottom left, var(--card5-gradient-color1), var(--card5-gradient-color2));
  }
  .card-header.six{
    background: linear-gradient(to bottom left, var(--card6-gradient-color1), var(--card6-gradient-color2));
  }
  .card-header.seven{
    background: linear-gradient(to bottom left, var(--card7-gradient-color1), var(--card7-gradient-color2));
  }
  
  .card-btn.one{
    background: linear-gradient(to left, var(--card1-gradient-color1), var(--card1-gradient-color2));
  }
  .card-btn.two{
    background: linear-gradient(to left, var(--card2-gradient-color1), var(--card2-gradient-color2));
  }
  .card-btn.three{
    background: linear-gradient(to left, var(--card3-gradient-color1), var(--card3-gradient-color2));
  }
  .card-btn.four{
    background: linear-gradient(to left, var(--card4-gradient-color1), var(--card4-gradient-color2));
  }
  .card-btn.five{
    background: linear-gradient(to left, var(--card5-gradient-color1), var(--card5-gradient-color2));
  }
  .card-btn.six{
    background: linear-gradient(to left, var(--card6-gradient-color1), var(--card6-gradient-color2));
  }
  .card-btn.seven{
    background: linear-gradient(to left, var(--card7-gradient-color1), var(--card7-gradient-color2));
  }

  .job{
    padding: 40px 0px;
  }
  
.job h2{
    font-size:30px; 
    font-weight:700; 
    text-align: center;
    position: relative;
    margin-top: 50px;
}
.job h2:after {
    content: "";
    height: 1px;
    width: 100px;
    background-color: red;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
  }
  .card-header img{
      width: 80%;
      padding: 20px;
      margin-left: 10%;
      object-fit: cover;
  }
  .card-content a:hover{
      text-decoration: none;
      color: #fff;
  }
  .car_part h2{
    text-align: center;
  }
  .car_part h2:after {
    content: "";
    height: 1px;
    width: 150px;
    background-color: red;
    position: absolute;
    bottom: -.5em;
    left: 50%;
    transform: translate(-50%);
  }

  /* career page css ends here */

/* footer starts here */

.footer-widget-heading ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #068708;
  /* color: #ff5e14; */
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #068708;
}
.footer-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #068708;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #068708;
    padding: 8px 15px;
    margin: 5px 5px;
    border: 1px solid #068708;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
  text-align: center;
}
.copyright-text p a{
  color: #068708;
}
.footer-menu li {
  display: inline-block;
  margin-left: 0px;
}
.footer-menu li:hover a{
  color: #068708;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* footer ends here */

/* caree detsils css starrts here */
.job_des{
  margin: 20px 0px;
}
.job_des h2{
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.job_des h2:after {
  content: "";
  height: 2px;
  width: 100px;
  background-color: #068708;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%);
}
.job_des h3{
  padding: 20px 0px;
}

/* Faqs css starts here */


:root {
  --background-color: #09AB4E;
  --foreground-color: #09AB4E;
}
.faq{
  background-color: #f0ffef;
  border-radius: 20px;
  margin-bottom: 50px;
}
.faq h1{
  text-align: center;
  padding-bottom: 20px;
}

details {
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 20px;
  transition: .5s;
}

summary {
  font-weight: bold;
  margin: -0.5rem -0.5rem 0;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #09AB4E;
  color: #FFF;
  transition: .5s;
}

details[open] {
  padding: 0.5em;
  background-color: #fff;
  color: #000;
  box-shadow: 0rem 0.5rem 0.25rem hsla(0, 0%, 0%, 0.5);
  transition: .5s;
}

details[open] summary {
  background-color: #09AB4E;
  color: white;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem 0.5em 0 0;
  transition: .5s;
}

details[open] p {
  padding: 1rem;
}


/* about page css starts here */
/* 
.about{
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about::before{
 content: "";
 position: fixed;
 width: 300%;
 height: 100%;
 placingthewavesinthemiddle
 left: 50%;
 top: 50%;
 background-color:rgb(180, 216, 175);
 transform: translateX(-50%) skew(0,-10deg);
 -webkit-transform: translateX(-50%) skew(0,-10deg);
 -moz-transform: translateX(-50%) skew(0,-10deg);
 -ms-transform: translateX(-50%) skew(0,-10deg);
 -o-transform: translateX(-50%) skew(0,-10deg);
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 animation: wave  2s ease-in-out infinite alternate ;
 -webkit-animation: wave  10s ease-in-out infinite alternate ;
 to make it always behind elements
 z-index: -1;
}
@keyframes wave {
  from{
      transform: translateX(-50%) skew(0,-10deg);
      -webkit-transform: translateX(-50%) skew(0,-10deg);
      -moz-transform: translateX(-50%) skew(0,-10deg);
      -ms-transform: translateX(-50%) skew(0,-10deg);
      -o-transform: translateX(-50%) skew(0,-10deg);
}
  to{
      transform: translateX(-30%) skew(10deg,0);
      -webkit-transform: translateX(-30%) skew(10deg,0);
      -moz-transform: translateX(-30%) skew(10deg,0);
      -ms-transform: translateX(-30%) skew(10deg,0);
      -o-transform: translateX(-30%) skew(10deg,0);
}
} */

.aboutus{
  width: 100%;
  padding: 100px 0px;
}
.aboutus h5{
  position: relative;
  text-align: center;
  font-size: 25px;
}

.aboutus h5:after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #068708;
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  transform: translate(-50%);
}
.aboutus p{
  font-size: 16px;
  text-align: justify;
}
.aboutus1 {
  background-color: #f0ffef;
  padding: 0px 0px
}

.sk img{
  width: 100%;
  height: 250px;
  margin-top: 15px;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}
.apply_button{
  text-align: center;
  margin: 50px 0px;

}
.apply{
  padding: 10px 35px;
  border-radius: 25px;
  border: 1px solid #068708;
  background: #068708;
  color: #fff;
}
.apply_button a:hover{
  text-decoration: none;
  color: #fff;
}
.reg{
  width: 100%;
}
.reg_form{
  border-radius: 10px;
  padding: 40px 0px;
  background: #ff00cc;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #333399, #ff00cc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #333399, #ff00cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.reg_form h3{
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.career_quote img{
  width: 100%;
}
.career_quote h1{
  text-align: center;
  color: #068708;
  font-weight: 800;
}
.career_quote h3{
  text-align: center;
  font-size: 2.7em;
  margin-bottom: 30px;
}
.career_quote h2{
  text-align: center;
  font-size: 2.5em;
}
.career_quote h2 b{
  font-weight: 800;
  color: #f85127;
  text-decoration: underline;
}
.submit{
  text-align: center;
}
.login-form{ 
	width:330px;
	margin:20px;
}
.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}
.carousel-caption{
  background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(29, 28, 28, 0.295), rgba(255, 0, 0, 0));
}
.far_about{
  background: #f5fef4;
  width: 100%;
  margin: 0;
  padding: 0;
}
.far_guide{
  color: gray;
  text-align: center;
}
.far_guide h3{
  color:#068708;
}
.or h4{
  display: flex;
  flex-direction: row;
  margin: 50px 0px;
}

.or h4:before,
.or h4:after{
  content: "";
  flex: 1 1;
  border-bottom: 2px solid rgb(255, 57, 57);
  margin: auto;
  width: 70%;
}
.margin{
  margin-top: 100px;
}
.download{
  margin-top: 50px;

}

.cp1{
  border: 2px solid #c5eb5d;
}
.cp2{
  border: 2px solid #d55176;
}
.cp3{
  border: 2px solid #61a229;
}
.crop{
  border-radius: 10px;  
   padding: 5%;
   margin-top: 20px;
   text-align: center;
}
.crop_img img{
  width: 100%;
  border-radius: 10px;
}
.bg_banana{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/banana_bg.jpg");
  max-width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-origin: content-box;
}
.banana_pg{
  padding: 100px;
  color:#fff;
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  text-align: center;
}
.banana_pg p{
  font-size: 80px;
  transform: rotate(-10deg);
  font-family: "Dancing Script", cursive;
}
.bg_onion{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/onion_farm.jpg");
  max-width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-origin: content-box;
}
.onion_pg{
  padding: 100px;
  color:#fff;
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  text-align: center;
}
.onion_pg p{
  font-size: 80px;
  transform: rotate(-10deg);
  font-family: "Dancing Script", cursive;
}
.abt_banana{
  margin: 40px 0px;
}
.bg-static {
  background-size: cover;
  background-position: center;
}
#banana-rot {
  position: relative;
  float: right;
  max-width: 100px;
}
.ftf h5{
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  background: #02C709;
background: linear-gradient(to right, #02C709 0%, #FFEE04 60%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
.aboutus #committe{
  color: #02C709;
}
.ftf h3{
  color: #ee5514;
  text-align: justify;
  margin-top: 40px;
}
.ftf p{
  font-family: Copperplate, Copperplate Gothic Light, fantasy;
  /* font-weight: 700; */
}
.process{
  border: 1px solid;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
  background-color: #fff;
}
.process img{
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
}
.process .vec{
  height:100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: 30%;
  top: 140px;
  background-color: #fff;
}
.vec img{
  max-height: 100px;
  max-width: 100px;
  border-radius: 50%;
  /* border: 2px solid; */
  text-align: center;
  padding: 10%;
  -webkit-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 19px -7px rgba(0,0,0,0.75);
}
.cont{
  margin-top: 50px;
  padding: 5%;
  text-align: justify;
}
.cont h4{
  text-align: center;
}

.abt_banana1{
  margin: 40px 0px;
  background-color: #f0ffef;
  padding-bottom: 20px;
}
.team{
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  /* text-align: center; */
}
.team p{
  text-align: center;
  font-size: small;
}
.founding_team{
  /* border: 1px solid; */
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0px auto;
}
.founding_team img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}

.fa-linkedin {
  padding: 10px;
  font-size: 30px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

/* .fa-facebook { 
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
} */

.fa-linkedin {
  background: #007bb5;
  color: white;
}


















