 .project-hero{
    position: relative;
    height: 565px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat:no-repeat !important;
  }

  .project-hero::after{
    position: absolute;
    content:'';
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    background:rgba(0, 47, 67,80% );
  }
  .project-hero .banner-content-heading{
    position: relative;
    z-index:2;
    padding:0 20px;
  }
  .project-hero .bottom-object {
    width: 100%;
    border-bottom: 18px solid #dc4b26;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  .project-hero .bottom-object::after {
    position: absolute;
    content: '';
    width: 30%;
    height: 30px;
    background: #dc4b26;
    left: 0;
    top: -28px;
    z-index: 9;
  }
  .project-hero .bottom-object::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 5px;
    background: #dc4b26;
    left: 0;
    top: -30px;
    z-index: 9;
  }

  .project-hero .banner-content-heading h1{
    font-size:52px;
    line-height:62px;
    font-weight: 400;
    margin-bottom:15px;
    letter-spacing:0;
    color:#fff;
  }
  .project-hero .banner-content-heading h3{
    font-size:30px;
    line-height:40px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: normal;
    letter-spacing:0;
    text-transform: capitalize;
    color:#fff;
  } 

  .project-hero .topArrow {
    width: 2rem;
    height: 2rem;
    z-index:9;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index:9;
    position: absolute;
    bottom: 35%;
    left:50%;
  }

  @media (max-width: 1600px){
    .project-hero{
      height: 420px;
    }
  }

  @media (max-width: 767px){
    
    
    .project-hero{
      background-image:url(https://www.ctcitechnology.com/hubfs/1-NJR.jpeg) !important;
      height: 320px;
      background-attachment: inherit !important;
    }
    
    
    .project-hero .banner-content-heading h1{
      font-size:30px;
      line-height:40px;
    }
    .project-hero .banner-content-heading h3{
      font-size:18px;
      line-height:26px;
    }
    .project-hero .topArrow {
      bottom: 30%;
      width:1rem;
      height:1rem;
    }

    .project-hero .bottom-object {
      border-bottom: 5px solid #dc4b26;
    }
    .project-hero .bottom-object::before {
      height: 3px;
      top: -18px;
    }
    .project-hero .bottom-object::after {
      height: 20px;
      top: -18px;
    }
  }
  
  @media (min-width: 768px){
    .project-hero{
       background-position: center right !important;
    }
  }
