

/*  */
.about-section {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}


#about a {
    text-transform: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #000E1E;
    font-size: 16px;
    padding: 12px;
    border-style: solid;
    border-width: 2px 19px 2px 19px;
    border-color: #000E1E;
    border-radius: 20px 20px 20px 20px;
}
section#about span {
    position: relative; /* To ensure the ::before element is positioned relative to the span */
}
section#about span {
    margin-left:9%;
}

section#about span::before {
    content: '';
    height: 4px;        /* The thickness of the line */
    width: 50px;        /* The length of the line */
    position: absolute;
    background:#f4a022;   /* The color of the line */
    top: 50%;            /* Center the line vertically next to the span */
    right: 196px;       /* Position the line to the right of the span (adjust the value for spacing) */
    transform: translateY(-50%);  /* To ensure the line is vertically centered */
}

h2{
    font-size: 38px;
    font-size: 2.5333333333333rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1.4;
    text-transform: none;
    font-weight: 700;
}

.stff_back {
    background-blend-mode: overlay;
    /* background-image: url('img/back.png')!important; */
    background-color: rgba(0, 0, 0, .82) !important;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 20%;
    width: 100%;
    background-attachment: fixed;
}
.service_name { padding-top:2%;
    padding-bottom:5%}

.service_name P{
color:#fff;
font-weight:700;
font-size:22px;

}
.service_name span{
color:#fff;
font-weight:500;
font-size:48px;
}
.service_name a{

color: #F4A022;
border: 1px solid #F4A022;
text-decoration:none;
font-size:16px;
padding: 12px 18px 12px 18px;
border-radius: 20px;
}
/*  */
.banner_img img{height:48vh !important;
  object-fit:cover;}
/*  */
.product_gallery {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  height: 60vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.box {
  flex: 1;
  height: 440px; /* Fixed height */
  max-width: 650px; /* Ensuring width */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: flex 1s ease;
  cursor: pointer;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}

.box:hover {
  flex: 7;
  background-size: contain;
  background-position: center;
  opacity: 90%;
  transition: flex 1s ease;
  background-color: transparent;
}

.box:hover h1 {
  display: none;
}

.product_gallery h1 {
  display: flex;
  position: relative;
  color: white;
  text-transform: uppercase;
  font-family: 'Merriweather', serif;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 33%;
  font-size: 20px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

/* Responsive CSS */
@media (max-width: 992px) {
  .product_gallery {
    flex-direction: column;
    height: auto;
  }

  .box {
    flex: none;
    width: 100%;
    height: 350px;
  }

  .box:hover {
    flex: none;
    width: 100%;
    background-size: cover;
  }
}

@media (max-width: 576px) {
  .box {
    height: 300px;
  }

  .product_gallery h1 {
    font-size: 16px;
    margin-top: 40%;
  }
}

/*  */
a.navbar-brand.logo_main img {
  width: 64%;
}
/*  */
footer#footer {
  background-color: #000e1e;
}
footer#footer a{
  color:#fff;
  text-decoration:none;
}
/*  */
section#stats {
  margin-bottom: 0px !important;
}
/*  */
.container.about_inner {
  width: 60%;
  background: #fff;
  /* padding: 12px 13px  18px 18px; */
}
.abt_sty{
  padding: 40px;
}

.About_service_names span{ color:#fff;
  font-size:28px;
  font-weight:600;
text-transform:uppercase;
margin-bottom:20px}
.About_service_names p{color:#fff;
  font-size:18px;
  font-weight:600;}
.About_service_names li{
color:#fff;
padding-bottom:4px;
  font-size:18px;
  font-weight:600;
}
.Product_service_names {
  opacity: 0;
}
section.product_inner {
  background: #000b18;
  padding: 91px 56px 115px 34px;
  /* margin-bottom: 0px !important; */
}
/*  */
.container.form_style { width:60%;
  padding-bottom:20px;}

  @media (max-width: 768px) { 
    .container.about_inner {
        width: 100%;
        background: #fff;
        /* padding: 12px 13px 18px 18px; */
    }
  .service_name span {
    color: #fff;
    font-weight: 500;
    font-size: 29px;
}
.about-section img.img-fluid {
  height: 294px;
  margin-top: 29px;
}
.About_service_names p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.About_service_names li {
  color: #fff;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}
	  a.navbar-brand.logo_main {
    width: 59%;
}
a.navbar-brand.logo_main img {
    width: 100%;
}
.banner_img img {
    height: 22vh !important;
    
}
footer#footer {
    
   
    text-align: left;
    
}
}