* {
    font-family: 'Baloo 2', cursive;
  }

  section {
    padding: 6rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    
  }

  :root {
    --main: #3D550C;
    --secondary: #81B622;
    --third: #ECF87F;
    --fourth: #59981A;
    --white: #fff;
    --gray: #222;
  }

  .bg-nav {
    background-color: var(--secondary);
    color: var(--white) !important;
    height: 70px;
  }

  .text-menu {
    text-decoration: none;
    color: var(--white) !important;
    font-size: larger;
  }

  .navbar-toggler span {
    color: var(--white);
  }

  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgb(255 255 255 / 10%);
}



  .slider-sec {
    margin-top: 70px;
  }

  span.carousel-control-next-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }
  span.carousel-control-prev-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }

  h1 {
   
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary) !important;
    text-align: center;
  }
  
  h1 SPAN {
    color: var(--main) !important;
  }
  
  h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--secondary);
    text-align: center;
  
  }
  
  h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--secondary);
  }
  h3 span {
    color: var(--main);
  }
  /* h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 50px 0 20px 0;
    color: var(--fourth);
  } */

  h5, h4 {
    font-size: 1.5rem;
    text-align: center;
    color: var(--main);
  }

  
  p {
   font-size: 2.5rem;
    font-weight: 400;
    color: var(--gray);
  }
  
  p span  {
    color: #07689f;
    font-weight: 600;
  }


  .btn {
    background-color: var(--secondary);
    color: white;
    padding: 0.5rem 3rem;
    border-radius: 2rem;
    transition: all 1s;
  }
  
  .btn:hover {
    background-color: var(--third);
    
  }

  .serve {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/service-bg.jpg") no-repeat fixed center;
    background-size: cover;
  }

  .serve h2
  {
   color: var(--white);
   margin-bottom: 5rem;
 }
 
 .serve ul li {
  font-size: 1.5rem;
   line-height: 150%;
   list-style: none;
   font-weight: 500;
   color: var(--white);
 }
 .fa {
   color: var(--white);
 }


 /* About Us Page Style Sheet */

 .banner-ab {
  background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 0.2),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.9)
    ),
    url("../images/banner.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 7rem 0;
}

.contact {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/contact.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 7rem;
}

.banner-ab h1, .contact h1 {
  font-size: 4rem;
}


.mission ul li {
  font-size: 1.5rem;
  list-style-type: circle; 
  padding-left: 0;
}

.mission-drop ol li {
  font-size: 1.2rem;
  list-style-type: 1; 
  padding-left: 0;
}

.mission-drop ol li a{
  text-decoration: none;
  color: var(--gray);
}

.card a, .card .fa {
  text-decoration: none;
  color: var(--fourth);
}

.banner-para {
  font-size: 2.5rem !important;
  text-align: center;
  color: #fff;
}



.service-items {
  padding: 10px 0px 10px 0px;
}

.icon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  background-color: var(--secondary);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  transition: 0.5s;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}

.icon:hover {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--fourth);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
}
.contact-card {
  border: 1px solid #ccc;
 
}

.sicon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  
}

 .fa-facebook {
  background-color: #3b5998 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-facebook:hover {
border-radius: 50%;
font-weight: bold;

}

.fa-linkedin {
  background-color: #0e76a8 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-linkedin:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-twitter {
  background-color:#1DA1F2 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.fa-twitter:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-share-alt {
  background-color: none ;
  color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.contact-card h4 {
  margin-top: 15px;

}
.footer {
  background-color: #444;
  padding: 10px 0;
  color: #f9f9f9;
}




  /* Extra small devices (portrait phones)*/
  @media (max-width: 575.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;   
            
      }
      .navbar-collapse  {
        background-color:  #82b622b7;
        text-align: center;
       
      }
    h1 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.5rem;
    }
    h5 {
      font-size: 1.2rem;
  }
    p {
        font-size: 1.2rem;
        padding: 0 1rem;
        text-align: justify;
    }

    .serve ul li {
      font-size: 1.3rem;
    }
    .btn-ga {
        text-align: center;
    }
    .banner-ab h1, .contact h1 {
      font-size: 3rem;
    }
 
   }
  
  /* Small devices (landscape phones)*/
  @media (min-width: 576px) and (max-width: 767.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }


       .navbar-collapse  {
        background-color:  #82b622b7;
        text-align: center;
       
      }


      h4 {
        font-size: 1.2rem;
    }

      .serve ul li {
        font-size: 1rem;
      }

      .banner-ab h1, .contact h1 {
        font-size: 2rem;
      }
   }
  
  /* Medium devices (tablets)*/
  @media (min-width: 768px) and (max-width: 991.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }

      .navbar-collapse  {
        background-color:  #82b622b7;
        text-align: center;
       
      }
    h1 {
        font-size: 3.2rem;
    }
    h4 {
      font-size: 3.5rem;
  }
    p {
        font-size: 2rem;
        padding: 0 2rem;
        text-align: justify;
    }

    img {
      width: 100%;
    }

    .serve ul li {
      font-size: 1.8rem;
    } 
    .btn-ga {
        text-align: center;
    }
    .btn {
        font-size: 2rem;
    }
   }
  
  /* Large devices (desktops)*/
  @media (min-width: 992px) and (max-width: 1199.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }
      h4 {
        font-size: 2rem;
    }
      p {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 1.3rem;
    }
   }
  
  /* Extra large devices (large desktops)*/
  @media (min-width: 1200px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }
    p {
        font-size: 2rem;
    }
    .btn {
        font-size: 1.5rem;
    }
   } 

      


  /*
@media screen and (max-width: 991px) {

    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }

    h1 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.2rem;
    }

    img {
        width: 100%;
    }
}