*{
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: 'Lato', sans-serif;
}
/*------Baneer Styles---------*/
.banner{
    background-color: rgb(71, 108, 8);
}
.banner > h1{
    font-size: 50px;
    text-align: center;
    padding: 30px;
    color: white;
    text-transform: uppercase;
    font: weight 130px;;
}
/*------Menu Styles---------*/
.menu {
    margin-top: 25px;
    padding-right: 35px;
    text-align: right;
}
.menu a {
    text-decoration: none;
    
    color: black;
    padding: 14px 16px;
    text-transform: uppercase;
    
}
.menu a:hover{
    border-bottom: solid 1px darkcyan;
}
/*------Gallery---------*/
.section-gallery{
    padding: 0px;

}
.gallery-showcase{
    list-style: none;
    width:100%;
    
}
.gallery-showcase{
    display: block;
    float:left;
    width:33%;
    margin-top: 20px;
    padding: 1.5px;
    padding-left:2px;
    
}
.gallery-photo{
    width: 100%;
    margin: 0;
    margin-left:1,5px;
}
.gallery-photo img{
    width: 100%;
    height: auto;
}
/*----Home Page---*/
h2{
    padding-top: 20px;
    padding-left: 20px;
    color:rgb(15, 87, 15) ;
    margin-top: 20px;
    text-decoration:underline;
}
p {
color: black;
font-size: 20px;
text-align:left;
padding-left: 20px;
padding-top: 10px;
}
.photo img{
    padding-top: 15px;
    padding-left: 100px;
}
.row::after{
    content:"";
    display: table;
    clear:both;
}
.col{
    width: 50%;
    float: right;
}
.row>.col>img{
    width: 90%;
    height: 300px;
    padding-top: 15px;
    padding-left: 10px;
}

.row> .col> p{
    width: 90%;
    padding-right: 60px;
    padding-top: 30px;
    text-align:left;
    margin-top: 50px;
}

ul{
    padding-left: 40px;
    padding-top: 10px;

}
/*----Aboutus page---*/
.row:after{
    content: "";
    clear:both;
    display: table;
 }
 .column{
     width: 33%;
     float:left;
     padding-top: 20px;
     padding-left: 10px;
 }
 
 .row > .column > img{
     width: 100%;
     height:auto;
 }
  .row > .column > h4{
     text-transform: capitalize;
     font-weight:600;
     padding-left: 5px;
     margin-top: 20px;
     color: rgb(24, 86, 24); 
  }
 .row> .column> h4{
     width: 100%;
     font-size:18px;
     color:rgb(25, 105, 25);
     text-decoration: underline;
     padding-left: 5px;

 }
 .row > .column > h5{
    text-transform: capitalize;
    font-weight: 580;
    padding-left: 5px;
    margin-top: 20px;
 }
.row> .column> h5{
    width: 100%;
    font-size:14px;
    color:black;
    padding-left: 5px;
}
/*-------Activities page-----*/

h4{
    text-transform: capitalize;
    text-decoration: underline;
    font-weight:600;
    padding-left: 5px;
    margin-top: 25px;
    color: rgb(24, 86, 24);
    text-align: center;
    margin-bottom: 20px;

 }
h4{
    width: 100%;
    font-size:18px;
    color:rgb(25, 105, 25);
    padding-left: 5px;
    float: left;
}
 h5{
    text-transform: capitalize;
    text-decoration:underline;
    font-weight:600;
    padding-left: 5px;
    margin-top:5px;
    color: rgb(24, 86, 24);
}
h5{
    width: 100%;
    font-size:14px;
    color:rgb(25, 105, 25);
    text-decoration: underline;
    padding-left: 5px;

}
p{
    width: 100%;
    font-size:14px;
}

.leftpic {
    float: left;
    margin: 0 5px 5px;
}
/*-------Contact us Page------*/
h3{
    text-transform: capitalize;
    text-decoration: underline;
    font-weight:600;
    padding-left: 5px;
    margin-top:230px;
    color: rgb(24, 86, 24);
    margin-bottom: 20px;
    font-size:22px;
}
.material-icons{
    color: rgb(29, 79, 29);
    
}
/*-----Styles for the reviw slide show-----*/

.slideshow-container {
    position: relative;
    background: #d4f3d2f1;
    margin-top: 20px;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width:auto;
    margin-top:-30;
    padding: 16px;
    color: rgba(3, 56, 10, 0.8);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    position:absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(3, 56, 10, 0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 30px;
    background:#9fc99cf1;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: rgb(110, 164, 124);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color:green;
  }
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}
  
  /* Add a blue color to the author */
  .author {color: rgb(23, 117, 56);}
