* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
  }
  
  .logo {
    width: 60px !important;
  }
 
  .header-bg {
    position: relative;
    background-image: url("/photos/bg3.jpg"); /* Add your background image path here */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 35vh;
    color: white !important;
}


.header-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.703); 
    z-index: 1;
}

.header-bg .about-text,
.header-bg .text-box,
.header-bg .fa-quote-right,
.header-bg h4,
.header-bg p {
    color: white !important; 
}

  
 /* start */
 .lighting-icon{


  width: 50px;

 }
  
  
 .start h4 {
  position: relative;
}
.start h4::after{
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f36e21;
  position: absolute;
  right: -25px;
  top: 50px;
  border-radius: 9px;
  margin-bottom: 10px;


}


/* vision */
 .vision h4 {
  position: relative;
}
.vision h4::after{
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f36e21;
  position: absolute;
  right: -25px;
  top: 50px;
  border-radius: 9px;


}
 .title h3 {
  position: relative;
}
.title h3::after{
  content: "";
  width: 100px;
  height: 3px;
  background-color: #f36e21;
  position: absolute;
  right: 25%;
  top: 50px;
  border-radius: 9px;


}








.vision-section{
  background-color: #EEEEEE !important;
} 
.vision-img{
  border-bottom: 3px solid #f36e21; /* Apply border color only to the top */
}

/* work */

 .our-work{

background-color: #EAEAEA !important;

 } 
 .title-icon{

  width: 50px;



 }
 .work-icon{
  width: 35px;


 } 
 .our-work p{

color: #575757;


 } 
  
 .our-work h4{

color: #1f1f1fc1;
font-size: medium;


 } 
  
  
  
  
  
  
  
  
  
  
  footer {
      background: #1E1E1E;
      padding: 20px 0;
  }
  .single-content {
      text-align: center;
      padding: 115px 0;
  }
  .single-box p {
      color: #fff;
      line-height: 1.9;
  }
  .single-box h3 {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
  }
  .single-box .card-area i {
      color: #ffffff;
      font-size: 20px;
      margin-right: 10px;
  }
  .single-box ul {
      list-style: circle;
    color: white;
      padding: 0;
    margin: 15px;
  }
  .single-box ul li a {
      text-decoration: none;
      color: #fff;
      line-height: 2.5;
      font-weight: 100;
  }
  .single-box h2 {
      color: #fff;
      font-size: 20px;
      font-weight: 700;
  }
  #basic-addon2 {
      background: #fe1e4f;
      color: #fff;
  }
  .socials i {
      font-size: 18px;
      margin-right: 15px;
  }
  @media (max-width: 767px) {
      .single-box {
          margin-bottom: 50px;
      }
    .single-box {
      text-align: center;
    }
    
    .single-box  a {
      display: inline-block;
      margin-top: 10px;
  
    } 
    .single-box ul {
      list-style: none;
    
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
      .single-box {
          margin-bottom: 50px;
      }
  
    .single-box {
      text-align: center;
    }
    
    .single-box  a {
      display: inline-block;
      margin-top: 10px;
  
    } 
    .single-box ul {
      list-style: none;
    
    }
    
  }
  .socials i {
    display: inline-block;
    width: 40px; /* Adjust the size as needed */
    height: 40px; /* Adjust the size as needed */
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc; /* Optional: Adds a border to the square */
    border-radius: 5px; /* Optional: Adjusts the corners (0px for a perfect square) */
    margin: 2px; /* Optional: Adds space between the icons */
    font-size: 20px;
  
  }
   .call {
    text-align: center;
  }
  
  .call  a {
    display: inline-block;
    margin-top: 10px;
  } 
  .callus{
  border: 2px solid #f36e21;
  border-radius: 5px;
  padding: 3px;
  color: white;
  text-decoration: none;
  
  
  }
  .callus:hover{
  color: white;
  
  }
  .main-hr{
  
  width: 80%;
  border: solid 1px  #f36e21;
    
  }
  h2{
  color: #f36e21 !important;
  font-size: 16px !important;
  
  }
  