.roof-image-section img {
    width: 100%;
}
.roof-image-section  .homeimg-wrap {
  overflow: hidden;
}
.all-services-section {
    padding: 120px 0 20px;
}
.all-services-wrap .inner-services-wrap {
    border-top: 1px solid var(--primary-color);
    padding: 50px 0 100px;
}
.all-services-wrap .inner-services-wrap h1 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 45px;
    font-family:"Proxima Nova Bold", sans-serif !important;
}
.all-services-wrap .inner-services-wrap p{
    color: var(--pcolor);
    font-size: 20px;
}

/* animated section css Start */
.animated-white-section {
    padding: 6% 0;
  }
  .animated-white-section  marquee a {
    font-size: 40px;
    line-height: 45px;
    font-family: var(--title-font);
    color: var(--secondary-color);
    text-transform: uppercase;
    text-decoration: none;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .animated-white-section span{
    color: var(--secondary-color);
  }
  .animated-white-section span:hover{
    color: var(--primary-color);
  }
  
  .animate-marquee {
    animation: marquee 160s linear infinite;
  }
  marquee span {
    margin-left: 80px;
  }
  @media screen and (max-width: 767px) {
    .animated-white-section marquee {
      font-size: 22px;
    }
    .animated-white-section {
      padding: 0 0 15%;
    }
  }
  /* animated section css end */



  /* work together section css Start */

    .work-together-section img {
         width: 100%;
    }
    .work-together-details {
        padding: 120px 0 140px;
    }
    .work-together-details h2 {
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 800;
        font-family: var(--title-font);
    }
    .work-together-details p{
        color: var(--primary-color);
        margin: 70px 0;
    }
    .work-together-details h3 {
        font-size: 28px;
        line-height: 32px;
        font-family: var(--title-font);
        max-width: 600px;
    }
    .arrow-link {
        text-decoration: none;
        color: var(--secondary-color);
        font-size: 16px;
        font-family: var(--title-font);
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .arrow-link:hover {
        color: var(--secondary-color);
    }
    .arrow-link .arrow {
        position: relative;
        display: inline-block;
        padding: 6px 0;
    }
    .arrow-link .arrow:before {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background-color: var(--secondary-color);
        top: 50%;
        transition: width 0.5s ease-out;
    }
    .arrow-link .arrow:after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 1px solid var(--secondary-color);
        border-right: 1px solid var(--secondary-color);
        transform: rotate(45deg);
        top: calc(50% - 5px);
        position: absolute;
        right: 1px;
    }
    .arrow-link .arrow:hover {
        cursor: pointer;
    }
    .arrow-link:hover .arrow:before {
        width: 80px;
    }

  /* work together section css end */
  @media screen and (max-width: 1199px) {
    .all-services-wrap .inner-services-wrap h1, .work-together-details h2 {
        font-size: 32px;
    }
    
  }
  @media screen and (max-width: 767px) {
    .all-services-wrap .inner-services-wrap h1, .work-together-details h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .all-services-wrap .inner-services-wrap p,.work-together-details p {
        font-size: 18px;
    }
    .work-together-details h3 {
        font-size: 18px;
        line-height: 24px;
    }
      .all-services-section {
        padding: 60px 0 20px;
    }

    .all-services-wrap .inner-services-wrap {
      padding: 50px 0 50px;
  }
  .work-together-details {
    padding: 60px 0;
}

.work-together-details p {
  margin: 40px 0;
}
  }