.cs-nav .cs-nav_list > li > a{
    color:#fff!important;
}
.cs-nav .cs-nav_list > li > a:hover{
    color:#e30613!important;
}
.content-section {
    background-color: #fff; /* Optional background color */
}

.content-section {
    background-color: #fff; /* Optional background color */
    position: relative;
}

.headline-container {
    position: relative;
    margin-bottom: 20px;
    
}

.headline-container::before {
    content: "";
    position: absolute;
    left: -105px; /* Adjust to control how far outside the container it goes */
    top: 50%;
    transform: translateY(-50%);
    width: 100px; /* Length of the line */
    height: 3px; /* Thickness of the line */
    background-color: #ff888a; /* Line color */
}

.headline {
    display: inline-block;
    font-size: 40px; /* Adjust size as needed */
    font-weight: bold;
    color: #333; /* Text color */
    padding-left: 0px; /* Space between line and headline */
}
.cntpr{
    font-size:14px;
    text-align: justify;
}
.cntrfld1 {
 
    height: 200px; /* Height of the patch */
    background-color: #ec575c; /* Patch background color */
    color:#fff;
  
}

.mthl{
    padding-top:30px;
    font-size:40px;
}
.cntrlflr{
    margin-top:-80px;
}
.image-box {
    position: relative;
    padding-top: 60px; /* Adjust to create space for the image overlap */
    text-align: center;
    padding: 20px;
  color:#fff;
    background-color: #ec575c;
    margin-top:20px;
  }

  .image-box img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    top: -50px; /* Move the image upwards to overlap */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    margin-bottom:30px;
  }

  .image-box .headline {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 100px;
    color:#fff;
  }

  .image-box .subheadline {
    font-size: 0.9rem;
    color:#fff;
  }
  .cs-gap-24 .slick-slide {
    box-shadow: none!important;
  }
  .cs-gescout_sticky{
    background-color: rgba(0,0,0,0.7)!important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (max-width: 767px) {
    .image-box{
        margin-top:50px!important;
    }
    
}

    .cs-hero.cs-style1 {
        padding-top:26%;
    }


.banner-content1{
    position:absolute;
    left:16%;
    top:50%;
}
.btn-org{
    background-color:#ec575c;
    color:#fff;
   
}
.dropdown-item{
      font-family: "Open Sans", sans-serif;
      font-size:13px;
}
.btn-org:hover{
    border:1px solid #ec575c;
    color:#000;
}
.btn-org:focus{
    border:1px solid #ec575c;
    color:#000;
}