.hero-s {
    position: relative;
    background: url("../img/company-intro-s.jpg");
    height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-s::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Black color with 60% opacity */
    z-index: 1; /* Ensure the overlay is behind the content */
}

.hero-content-s {
    text-align: center;
    color: #fff;
    z-index: 2; /* Ensure the content is on top of the overlay */
}

.hero-title-s {
    font-size: 3em;
    margin-bottom: 20px;
    animation: fadeInUp 1s ease-in-out;
}

.hero-subtitle-s {
    margin-top: 60px;
    animation: fadeInUp 1s ease-in-out 0.5s;
    font-size: 30px;
}

.hero-button-s {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    text-decoration: none;
    color: #fff;
    background-color: #3498db;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.hero-button-s:hover {
    background-color: #2980b9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


   img.csr_img {
    width: 100%;
    height: 100%;
}
 
   @media only screen and (max-width: 600px) {
   img.csr_img {
   width: 100%;
   }
   }
   #main {
   background: #d1d7fd4f!important;
   padding: 30px 0!important;
   }

 @media only screen and (max-width: 600px) {
   .company_intro {
    height: 40vh!important;
   }
}

  @media only screen and (max-width: 600px) {
   h1.heading-com {
    margin-top: 30px !important;
}
}

   @media only screen and (max-width: 600px){
.icon {
    left: 22%;
    top: 40% !important;
}
}
@media only screen and (max-width: 600px) {
  .container-fluid.fluid_team {
    height: 40vh !important;
    background-position: top !important;
}
.company_intro_1 h1 {
    text-align: center;
    margin: auto;
    color: #ffffff;
    font-size: 36px;
    padding-top: 51px;
}
.follow_us {
    margin-left: 85px !important;
    margin-top: 276px !important;
    height: 50px !important;
}

} 

@media ( max-width : 375px) 
{
   .follow_us {
    margin-left: 85px !important;
    margin-top: 240px !important;
}
}
@media(max-width : 768px)
{
   .follow_us {
    margin-top: 34%;
    height: 48px;
    margin-left: 90px;
}
}

/*============= tab view ===========*/
.container-fluid.company_introduc_1 {
    display: none;
}
 @media (max-width : 1024px){
   .container-fluid.company_introduc_1 {display: block !important;margin: 50px auto;}
   .container-fluid.company_introduc {display: none !important;}
   .container-fluid.company_intro {height: auto !important;}
   .follow_us {margin-top: 40%; height: 50px; margin-left: 90px;}
   .social-wrapper.social-wrapper_1 { margin-left: 100px; margin-top: 10px;}
 }

  @media (max-width : 768px){
    .col-md-6.company_image {
    margin-top: 35px !important;
}
  }
