body {
    font-family: "arial ", sans-serif;
  }
h1 {
  font-family: "arial narrow", sans-serif;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 40px;
  text-align: left;
  margin-left: 30px;
}

h3 {
  font-family: "Arial narrow ", sans-serif;
  color: rgb(150, 18, 24);

  font-size: 32px;
  margin-top: 2px;
  margin-left: 30px;
  max-width: 1000px;
}

h2 {
  font-family: "Arial Narrow", sans-serif;
  font-size: 22px;
  padding-bottom: 1px;
  padding-top: 1px;
  word-wrap: normal;
  margin-left: 30px;
  text-align: left;;
}
 .hed4 {
  font-family: "Arial Narrow", sans-serif;
  padding-top: 0px;
  font-size: 24px;
  color: rgb(150, 18, 24);
  text-align: center;
}

  .container1 {
      display: flex;
      justify-content: space-between;
      padding: 20px;
      margin-left: 30px;
    margin-left: 30px;
  }

.image-container {
  display: flex;
 
  /* Center both horizontally and vertically */
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;

}
.image-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Center both horizontally and vertically */
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 10px;
}


.container3a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
padding: 10px;
  border: 3px solid #5f5e5e;
margin-left: 40px;
margin-right: 40px;
border-radius: 10px;
padding:20px;
}

.column3a p {
  margin: 0;
    
  /* Remove default margin for paragraphs */
}

.column3a {
  font-family: "Arial Narrow ", sans-serif;
    font-size: 18px;
  
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    padding-top: 20px;
    text-align: center;
    justify-content: center;
  width: 23%;
  /* Set width for 4 columns */
  
}
.custom-image {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.explan {
    font-family: "Arial narrow ", sans-serif;
    color: rgb(8, 17, 1);

    text-align: center;
    font-size: 18px;
    margin-top: 2px;
   
}
.explan p {
    font-family: "Arial narrow ", sans-serif;
    color: rgb(8, 17, 1);
    text-align: center;
    font-size: 16px;
    margin-top: 2px;
    margin-left: 50px;
    margin-right: 50px;
}

     
  .column23 {
      flex: 1;
      margin: 30px;
  }

  .column23 img {
      width: 100%;
      height: auto;
     
  }

  .column23 h2 {
      color: #333;font-family: "Arial Narrow ", sans-serif;
        font-size: 20px;
        height: auto;
        padding-top: 20px;
  }


.top1{
  text-align: center;
    justify-content: center;

}
.top1 img {
width:600px;
height:600px;
}





 .column3{
font-family: "Arial Narrow ", sans-serif;
  font-size:18px;

  margin-left: 60px;
  margin-right: 60px;
height: auto;
  padding-top: 20px;
  text-align: center;
justify-content: center;
 }

/*--------------------*/

.lsta{align-items: center;
    text-align: center;
}
.lsta ul a {
    font-family: "Arial Narrow  ", sans-serif;
    font-size: 24px;
    padding: 0px;
    margin-left: 0px;
    color: rgb(15, 15, 15);
    line-height: 125%;align-items: center;
    text-align:center ;
}

.lsta ul hr {
    margin-left: -40px;
}

.lsta ul li {
    margin-left: 30px;
    list-style-type: none;
    list-style-position: inside;
    margin-top: 0px;
    padding: 0px;
    text-decoration: none;
    line-height: 150%;
}

.lsta ul li i {
    font-family: "Arial Narrow ", sans-serif;
    font-size: 16px;

    color: rgb(50, 53, 53);
}

.lsta ul a:hover {
    padding-top: 0px;
    text-decoration: none;
    background-color: rgb(199, 201, 191);
}
.grid-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 10px;
  margin-left: 30px;
  padding: 0px;
  margin-bottom: 50px;
}

.grid-3 figure img {
  width: 400px;
  height: 400px;
  justify-content: center;
}
.grid-4 {
 
      display: flex;
    flex-wrap: wrap;
      gap: 10px;
    justify-content: center;
      align-items: center;
      margin-left: 30px;
        padding: 0px;
        margin-bottom: 50px;
      }

 .why-pic-4 {
   flex: 1 0 200px;
   /* Flex properties to set width and allow wrapping */
 }

 .why-pic-4 img {
   width: 200px;
   height: 200px;
  justify-content: center;
   /* Preserve aspect ratio while covering the container */
 }


 .ac1 {
   margin-left: 30px;
   padding: 0px;
   font-family: "Arial Narrow bold", sans-serif;
   font-size: 12px;
   font-weight: 500;
   text-decoration: underline;
   /*----background-color: lightgray;---*/
   color: rgb(13, 10, 187);
   line-height: 150%;
 }
 .image-grid {
   display: grid;
  grid-template-columns: repeat(4, 1fr);
    /* Default to 4 columns */
   grid-gap: 40px;
   justify-content: center;
   margin-left: 30px; margin-right: 30px;
   padding-top: 30px;
   padding-bottom: 40px;
 }

 .image-grid3 {
   display: grid;
   grid-template-columns: repeat(2, minmax(0, 1fr));
   grid-gap: 20px;
   justify-content: center;
   margin: 0 auto;
   padding-top: 30px;
   padding-bottom: 40px;
 }

.image-item {
  position: relative;
  overflow: hidden;
  width:250px;
   height:" 250px;
   
}
.image-item3{
  overflow:hidden;
display:flex;
justify-content:center;
}

.image-item3 img {
  max-width: 100%;
    height: auto;
      border: 1px solid #848080;
    border-radius: 5px;
  
  }

.image-item:hover{
transform: scale(1.1);
   
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}

.overlay .text {
  font-size: 16px;
  line-height: 1.5;
}

.image-item:hover .overlay {
  opacity: 1;
}

.anim1 {
  width: 600px;
  display: block;

  margin-left: auto;
  margin-right: auto;
}
.comp2 {
    width: 80%;
    border: 5px solid rgb(26, 25, 25);
    border-collapse: collapse;
  justify-content: center;
  align-items: center;
  font-family: "Arial Narrow ", sans-serif;
    color: rgb(80, 77, 77);
    font-size: 15px;
  margin:auto;

}
.stbeams img{
  width: 70%;
  margin-left: 30px;
  margin-right: 30px;
  height:auto;
}

.textbox {
  font-family: "arial bold narrow", sans-serif;
  padding: 0px;
  font-size: 26px;
text-align: center;
  height: 40px;
}
.comp2 img{height:150px; width:150px;
}
.comp2 tr:hover {
    background-color: #ddd;
}

.comp2 p {
    font-family: "Arial Narrow ", sans-serif;
    color: rgb(10, 114, 19);
    font-size: 24px;
    margin-left: 10px;
    
    margin-top: 10px;
}

.comp2 tr th {
    text-align: left;
    font-family: "Arial Narrow ", sans-serif;
    color: rgb(38, 65, 68);

    font-size: 18px;
}

.comp2 tr,td {
    border: 1px solid rgb(100, 98, 98);
    border-collapse: collapse;
}
.compimg {width:50px;height:50px;}


.compchart, .compch2 {
  display: flex;
  justify-content: center;  /* Center horizontally */
  margin-left: 30px ;margin-right: 30px;
}

.compchart img, .compch2 img {
  max-width: 100%;  /* Responsive width */
  height: auto;
}
 footer h4 a {
   font-size: 15px;
 }

 footer h4 p {
   font-size: 16px;
 }
.mySlides {
  display: none;
}
footer a {
  font-family: "Arial Narrow", sans-serif;
  font-size: 8px;
  text-align: center;
}

footer p a {
  font-family: "Arial Narrow", sans-serif;
  font-size: 10px;
  text-align: center;
  max-width: 100%;
}
footer h4 {
  text-transform: uppercase;
  color: rgb(14, 13, 13);
  font-family: "Arial Narrow", sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 0.9;
}

footer h4 a {
  font-family: "Arial Narrow", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 0.4;
  color: black;
}

footer h4 p {
  margin-top: 2rem;
  font-family: "Arial Narrow", sans-serif;
  font-size: 10px;
  text-align: center;
  line-height: 0.4;
  color: black;
}


/*------slideshow-----*/
* {
  box-sizing: border-box;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* !update */
}



img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  text-align: center;
  margin: auto;
  width: 50%;
}

.wdbeams img {
  width: 70%;
}

.stbeams img {
  width: 70%;
  margin: auto;
}


  
   .nav9 {
     right: 0;
     background-color: white;
     
             text-align: right;
             
         }
  
    .nav9 a {
      font-family: "Arial Narrow light", sans-serif;
      font-size: 10 px;
      padding: 5px;
     margin-right:30px;
     font-weight: 0;
      text-decoration: none;
         
    }
   .nav9 li {
       display: inline;
   }
    .nav9 a:hover {
      font-family: "Arial Narrow light" sans-serif;
      border: 5px;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: rgb(52, 158, 92);
      
    }





      
        @media (max-width: 768px) {
         
  
  
  
    
  
    }
    
    /* Clear floats after the columns */
    .row:after {
      content: "";
      display: table;
      clear: both;
    }

        .name2a {
          text-align: center;
          display: block;
          margin: auto;
          color: #333;
            font-family: "Arial Narrow ", sans-serif;
            font-size: 26px;
          font-weight: bold;
            padding-top: 10px;
          }
          /* ! update */
 
@media (max-width: 1200px) {
    .image-grid {
      grid-template-columns: repeat(3, 1fr);
      /* 3 columns for screens <= 1200px */
    }
  }

  @media (max-width: 768px) {
    .image-grid {
      grid-template-columns: repeat(2, 1fr);
      /* 2 columns for screens <= 768px */
    }
  }

  @media (max-width: 500px) {
    .image-grid {
      grid-template-columns: 1fr;
      /* 1 column for screens <= 400px */
    }
  }
  


