@media screen and (max-width: 1000px) {
  .example {
    display: none;
  }
  .about-header-text{
     text-align:center; 
  }
  .card{
      width:100% !important;
  }
  .slideshow-container1{
      max-width:100% !important;
  }
  .slideshow-container1 img{
      width:100% !important;
  }
  .mySlides .row{
      flex-direction: column !important;
          align-items: center;
  }
  .mySlides .col-3{
      align-items:center;
  }
  
  .mySlides .text{
      padding-right:0% !important;
  }
    .placement{
        text-align: -webkit-center;
        margin-left:0% !important;
    }
}

@media screen and (min-width: 1000px) {
  .example1 {
    display: none;
  }
}

p{
    font-size: 13px;
    text-align: justify;
}
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 73))}
}

.slider {
	background: white;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 100%;
}
	&::before,
	&::after {
		background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
		position: absolute;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll 100s linear infinite;
		display: flex;
		width: calc(250px * 80);
	}
	.slide{
	    padding: 20px;
	}
	




@keyframes fade1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 70%;
  position: relative;
  margin: auto;
}

.slideshow-container1 {
  max-width: 70%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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(0,0,0,0.8);
}

/* Caption text */


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.fade:not(.show) {
    opacity: unset !important;
}


.highlight {
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.card {
  text-align:center;
  width:90%;
 height: 91%;
  background: white;
 box-shadow: 0px 0px 0px grey;
  -webkit-transition:  box-shadow .6s ease-out;
     box-shadow: .8px .9px 3px grey;
     border-radius: 1rem !important;

}
.card:hover{ 
     box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .2s ease-in;
  }
  
  .highlight-1 {
    color: #f90;
    margin: 3px;
}

.card-1:hover{
    box-shadow: 1px 8px 20px #f90;
}


  .highlight-2 {
    color: #f37e5f;
    
}
.card-2:hover{
    box-shadow: 1px 8px 20px #f37e5f;
}


.highlight-3 {
    color: #c89693;
    margin: 3px;
}
.card-3:hover{
    box-shadow: 1px 8px 20px #c89693;
}

.highlight-4 {
    color: #48a5d9;
}
.card-4:hover{
    box-shadow: 1px 8px 20px #48a5d9;
}

.highlight-5 {
    color: #42efb0;
}
.card-5:hover{
    box-shadow: 1px 8px 20px #42efb0;
}

.highlight-6 {
    color: #56bcc7;
}
.card-6:hover{
    box-shadow: 1px 8px 20px #56bcc7;
}

.highlight-7 {
    color: #8d85ac;
}
.card-7:hover{
    box-shadow: 1px 8px 20px #8d85ac;
}

.highlight-8 {
    color: #ea65c0;
    margin-top: 3px;
}
.card-8:hover{
    box-shadow: 1px 8px 20px #ea65c0;
}

.fade {
    transition: opacity .10s linear !important;
}


.fade1 {
  animation-duration: 5s;
}



 .ab {
      height: 200px;
  }

.centered {
  color: white;
  font-size: 1em;
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
}

.center-left {
  position: absolute;
  top: 40%;
  left: 6%;
  width:60%;
   color:white;
  
}
