.facilities h1{
    font-size: 25px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 15px 0px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;
}


.facilities h2{
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 7px 0px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;
}



.title p{
    padding-top: 5px;
}

.softwares h2{
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 15px 0px;
    color:#535353;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;

}

.image-container{
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: flex-start;
    
}

.image-container .image{
    height: 120px;
    width: 220px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    overflow: hidden;
    cursor: pointer;
}

.image-container .image img{
    height: 40%;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
    margin-top:45px;
}



.fabrication h2{
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding-top: 25px;
    color:#535353;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;

}

.gallery h2{
    font-size: 22px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding-top: 25px;
    color:#535353;
    text-align: left;
    text-transform: capitalize;
    margin-top: 10px;

}


.gallery h1{
    font-size: 25px;
    font-family: 'PT Serif', serif;
    font-weight: 500;
    padding: 15px 0px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
}


.row{
    margin-left: -14px;
}

.column {
    align-content: flex-start;
    width: 25%;
    padding: 3px 14px;
    
}



.row::after {
    content: "";
    display: table;
    clear: both;
}




.text-wrapper{
    width: 100%;
    position: relative;
    margin-top: -40%;
    
}

.text-wrapper h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    box-shadow: black;
    text-shadow: 2px 2px black ;
}


.text-wrapper2{
    width: 100%;
    position: relative;
    margin-top: -50%;
    
}

.text-wrapper2 h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    box-shadow: black;
    text-shadow: 2.5px 2px black ;
}

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  
    position: relative;
    margin: auto;
 
}


/* 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: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

