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

.navbar-brand img {
    width: 140px;
}

.our-team {
    padding: 0px 0px 0px;
}

.our-team {
    width: 100%;
    max-width: 300px;
    margin: 10px !important;
    height: 100%;
}

.slick-dots {
    bottom: -55px;
}

.footer-logo {
    width: 140px;
}

.new-counter-area {
    background: rgb(254,104,35);
    background: linear-gradient(90deg, rgba(254,104,35,1) 0%, rgba(254,100,113,1) 100%);
    padding: 80px 0;
}

.new-counter-area .single-counter {
    margin-bottom: 45px;
    color: #fff;
    align-items: center;
    margin-right: 0;
}

.new-counter-area .single-counter img {
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.single-counter .counter-content .counter-count {
    color: #fff;
}

.single-counter .counter-content p {
    color: #fff;
    font-size: 1rem;
}

.sca-dmb-0 {
    margin-bottom: 0 !important;
}

.about-area {
    padding: 80px 0;
}

#team {
    padding: 80px 0 80px 0;
}

.our-services-area {
    padding: 80px 0 80px 0;
}

.pricing-area {
    padding: 80px 0;
    background: #f9f9f9;
  }

  .contact-area {
    background: #f9f9f9;
    padding: 80px 0;
  }

  .desktop-none {
    display: none !important;
  }

  .desktop-hero-slider {
    width: 100%;
  }

  .navbar-nav {
    margin-left: 40px;
  }

  .our-team .title {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }

  /*responsive css*/

@media only screen and (max-width: 991px) {
    .navbar-brand img {
        width: 80px;
    }
    .counter-area {
        flex-direction: column;
    }

    .section-title .title {
        font-size: 24px;
        width: 80%;
        margin: 0 auto;
    }

    .contact-form label {
        margin-bottom: 10px;
    }

    .footer-logo {
        width: 150px;
        margin: 0 auto;
        display: block;
    }

    .desktop-none {
        display: block !important;
      }
    
      .desktop-hero-slider {
        width: 100%;
        display: none !important;
      }
    
  }

  @media only screen and (max-width: 767px) {
    .header-hero-content {
        padding-top: 135px;
    }

    .nca-main-img {
        margin-bottom: 50px;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .new-counter-area .single-counter img {
        background: #fff;
        padding: 10px;
        border-radius: 50%;
        width: 90px;
        height: 90px;
    }

    .sca-dmb-0 {
        margin-bottom: 30px;
    }

    .new-counter-area .single-counter {
        margin-bottom: 30px !important;
    }

    .new-counter-area {
        padding-bottom: 50px;
    }

    .about-img {
        height: auto !important;
    }

    .slick-dotted.slick-slider {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact .contact{
        padding-top: 0 !important;
    }

    .footer-link {
        text-align: center;
    }

    .our-team {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 10px auto 15px auto !important;
    }

  }