
  
  html {
    box-sizing: border-box;
  }
 
  
 
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
 
  .paral {
    /* height: 100vh; */
    /*background-attachment: fixed;*/
    background-size: cover;
    font-family: gridfont;
    /* background-position: 50% 50%; */
    }
    
    /* Paragrapgh for Parallax Section */ 
    .paral p {
     
    
    font-size: 0.9rem;
  
    
    /* margin-top: 5%; */
    text-align: justify;
    font-weight: 300px;
    font-family: gridfont;
   /* letter-spacing: 3px; */
   /* word-spacing: 4px; */
    line-height: 30px;
    }
    
    /* Heading for Parallax Section */ 
    .paral h1 {
    color: 
    #ffffff;
    font-size: 30px;
    text-align: center;
 
    padding-top: 10px;
    font-family: gridfont;
    /* line-height: 100px; */
    }
     .vmh{
      text-align: left !important;
      padding: 0;
      color: white;
      font-size: 2rem !important;
     
    }
    .vmb{
      color: white;
      font-size: 1.2rem !important;
      /* line-height: 25px !important; */
      font-size: 20px;
    }
    .vmb1{
      color: white;
      font-size: 1.5rem !important;
     
      /* line-height: 20px !important; */
      /* margin-top: 2%; */
      color: black !important;
    }
    .paral h2 {

    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    font-family: gridfont;
  
    }
    .paral h3 {
  
    font-weight: bolder;
    z-index : 10 !important;
    /* text-align: center !important; */
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: gridfont;

    }

    /* .paral p  {
      color: black;
    } */
    
    /* Image for Parallax Section */ 
 
    
  
    .paralsec3 {
   
  
      background-image: url("../../assets/images/s2.jpg") !important;
    /* background-size: cover !important;
      filter: grayscale(100%) !important; */
    }
    
    /* Add more images for more sections */
    
    /* Remove Bottom Margin from Jumbotron */
    .jumbotron{margin-bottom: 0;}
    
    /* Footer */
    .wn-footer {
    padding: 2.5rem 0;
    text-align: center;
    color: white;
    background-color: #607D8B;
    border-top: .05rem solid #e5e5e5;
    }
    
    .wn-footer a {
    color: yellow;
    }
    .slideshow-container {
  position: relative;
 align-items: center;
 align-content: center;
  width: 100%;
 height: 100%;
 display: block;

  
}

/* Slides */
.mySlides {
  display: block;
  text-align: center;
 width: 100%;
 align-items: center;
 height: 100%;
 padding: 12%;



  text-align: center;
}

/* Slides */
.mySlides1 {
  display: block;
  text-align: center;
 width: 100%;
 align-items: center;
 height: 100%;
 padding: 5%;



  text-align: center;
}

.mySlides p{
  position: relative;


}

.mySlides1 p{
  position: relative;

  padding: 9px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  z-index: 999;
  margin-top: -313px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.prev{
  left: 0 !important;
  background-color: rgba(0,0,0,0.8);
  border-radius: 3px 0 0 3px;
  position: absolute;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  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(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 4px;
    background: white;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  /* background-color: black !important; */
  background-color: gray;
  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: black;
}
  
/* The dots/bullets/indicators */
.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  /* background-color: black !important; */
  background-color: gray;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot1:hover {
  background-color: black;
}
  
  
@media (max-width:425px){
  /* .prev, .next {
 
  } */
}

/* @media (max-width:450px){
  .prev, .next {
  margin-top: -170px;
  }
} */