@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Poppins', sans-serif !important;
}

.wwd-head-deivider {
    width: 100px;
    height: 4px;
    display: block;
    background: rgb(10,178,185);
    background: linear-gradient(90deg, rgba(10,178,185,1) 0%, rgba(10,178,185,1) 100%);
    margin: 29px 0 23px 0;
}

.what-we-do-new p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    width: 95%;
    text-align: justify;
}

.client-slider .owl-item img {
  display: block;
  width: 100%;
  max-width: 164px;
}

.what-we-do-section h3 {
    font-size: 34px;
    color: #262626;
    width: 100%;
    max-width: 1116px;
    margin: 25px auto 0 auto;
   line-height: 45px;
}

.what-we-do-new {
    background: #F6F6F6;
    padding: 60px 0;
}

.what-we-do-new h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 40px;
}

.accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
        left: 0;
        position: absolute;
        border: 1px #000 solid;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 30px;
        background-position: 10px 10px;
        background-color: #fff;
        }
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
    }
    
    .wwdn-acco .accordion-item {
        background-color: transparent !important;
        border: 0;
    }
    
    .wwdn-acco .accordion-button {
        background: transparent;
        font-size: 32px;
        padding-left: 60px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    
    .accordion-button:focus {
      z-index: 3;
      border-color: transparent;
      outline: 0;
      box-shadow: none;
      color: #000;
    }
    
    .wwdn-acco .card-body p {
        font-size: 16px;
        padding: 0 0 0 55px;
    }
    
    .testimonial-slider {
      display: block !important;
      padding-top: 0;
    }
    
    .main-head {
        font-size: 60px;
        font-weight: 500;
    }
    
    .our-recent-work {
        background: #fff;
        padding: 60px 0 0 0;
        text-align: center;
    }
        
    .our-recent-work .container {
    margin-top: 45px;
    margin-bottom: 120px;
    }
    
    .btn-theme {
        background: rgb(21,173,133);
        background: linear-gradient(90deg, rgba(21,173,133,1) 0%, rgba(1,181,223,1) 100%);
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        border-color: #15AD85;
        border-radius: 5px;
    }
    
    .btn-theme:hover {
        background: rgb(21,173,133);
        background: linear-gradient(90deg, rgba(1,181,223,1) 0%, rgba(21,173,133,1) 100%) !important;
    }
    
    .recent-work-slider {
        margin-top: 60px;
    }
    
    .testimonial-slider h2 {
      margin-bottom: 30px;
      letter-spacing: 0;
      font-size: 50px;
      color: #000;
      text-transform: capitalize;
      font-weight: 500;
    }
    
    .lets-discuss-home {
        display: none;
    }
    
    footer {
      border-top: 1px #4B4B4B solid;
    }
    
    .banner-down-arrow {
        display: none;
    }
    
    .our-recent-work .main-head {
        margin-bottom: 20px;
    }
    
    .our-recent-work p {
        margin-bottom: 30px;
    }
    
    .testimonial-slider {
        padding: 0px 0 50px 0
        width: 100%;
        border-bottom: 1px #4B4B4B solid;
    }
    
    .our-recent-work .owl-nav {
        text-align: right !important;
        padding: 10px 15px 0 0;
    }
    
    .our-recent-work .owl-theme .owl-nav [class*="owl-"] {
  margin: 5px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  border: 1px #000 solid !important;
  width: 35px;
  height: 35px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
}