* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;
margin: 0px;
font-family: sans-serif;

}
.mySlides {display: none;}
img {vertical-align: middle;}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  background-color: #fff0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 15.5s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}







.slcm2 {
  float: left;
  width: 50%;
      padding-top: 40px;
 
  height: 300px; 
}

/* Clear floats after the columns */
.rowslider:after {
  content: "";
  display: table;
  clear: both;
}





.pad1 p {
    font-size: small;
    color: #B5B4B4;

}



.sliderbutton:hover {

 background-color: #230bc1d1;

}
@media screen and (min-width: 600px) {

.pad1 {

      margin: 50px;
    position: relative;
  
}

.pad2 {

    margin: 0;
    position: absolute;
   
    padding-left: 130px;
  
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 500px;
  position: relative;
   background-color:#ffffff;
 // background-image: url(../../images/home-banner.jpg);
//  background-color: #ffffff;
}



.pad1 h1 {
color: white;
    font-weight: 400;
    font-size: 50px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";


}

  .slcm1 {
        float: left;
    width: 50%;
    padding: 80px 0px 40px 40px;
    height: 300px;
  }
  
  .sliderbutton {

       border: aliceblue;
    width: 130px;
    border: hidden;
    background-color: #280be8d1;
    font-size: small;
    height: 40px;
    color: white;
    border-radius: 30px;

}

}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {


.pad1 {

      margin: 0px;
    position: relative;
  
}
  
  .slcm2 {
    width: 100%;
  }
  
  
  .pad1 {

 margin: 0;
  position: absolute;
  top: 30px;
}

.pad2 {

    margin: 0;
    padding-top: 30px;
    position: absolute;
  
}

.pad2 img {
  
    width: 100%;
    padding: 20px;
}
/* Slideshow container */
.slideshow-container {
    width: 100%;
    padding-bottom: 50px;
    background-color: #272142;
    position: relative;
    /* background-image: url(../../images/home-banner.jpg); */
}

.pad1 h1 {
    font-weight: 400;
    text-align: center;
    padding: 20px;
    font-size: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.slcm1 {
      float: left;
    width: 50%;
   
    height: 300px;
}

.pad1 p {
    padding: 20px;
    text-align: center;
}

.sliderbutton {
    border: aliceblue;
    width: 130px;
    border: hidden;
    background-color: #280be8d1;
    font-size: small;
    height: 40px;
    color: white;
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute;
    left: 50%;
    border-radius: 30px;
}
}