/*********section5************/
  .section5 {
    background-image: url(../img/bg_section5.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
   .section5 .title_section {
      color: #224915;
    }
   .section5 .parag_section {
    color: #112a09;
    font-weight: 600;
    }
   .section5 .content_section {
    height: 93vh;
   }
   .big_text {
    font-size: 2.6em;
    font-weight: 600;
    display: block;
    margin: 3vh 0;
}
  /*********footer***********/
  .footer {
display: none;
    width: 100%;
    position: relative;
    padding: 15px;
    background-color: #224915;
  }
  .copyright {
    display: table;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    font-family: Poppins;
    font-size: 0.8em;
    text-align: center;
}
  .copyright img {
    vertical-align: sub;
    margin: 0 5px;
    display: block;
    display: inline-block;
    max-width: 40px !important;
    max-height: 40px;
  }
.copyright a {
  color: #fff;
}

@media(max-width:767px) {
   .big_text {font-size: 2em;}
}
.section5 .footer{display: block;}


