@media (max-width: 1640px) {
  #hero .hero-logo img {
    width: 90%;
  }
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
  #header .logo img {
    max-height: 54px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
  .scrolled-offset {
    margin-top: 90px;
  }
  .contact .info {
    flex-direction: column!important;
  }
  .contact .info .email, .contact .info .phone {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    margin-top: 20px;
  }
  #footer .footer-top .footer-logo img {
    width: 46%;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 768px) {
  section {
    padding: 20px 0;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h2 {
    font-size: 44px;
    line-height: 66px;
    margin-bottom: 5px;
  }
  .portfolio #portfolio-flters {
    padding: 10px;
  }
  .portfolio #portfolio-flters li {
    font-size: 12px;
    margin: 3px 4px;
  }
  .clients img {
    width: 40%;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
  #footer .footer-top .footer-logo img {
    width: 66%;
  }
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 624px) {
  #hero .crown {
    display: block;
  }
  #hero .crown img {
    width: 190px;
  }
  #hero .hero-logo img {
    width: 90%;
  }
}

@media (max-width: 575px) {
  #hero .crown img {
    width: 170px;
  }
  #hero h1 {
    font-size: 48px;
    line-height: 52px;
  }
  #hero h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .clients img {
    width: 50%;
  }
}

@media (max-width: 484px) {
  #hero .crown {
    top: 17px;
  }
  #hero .crown img {
    width: 150px;
  }
  #hero .hero-logo img {
    width: 94%;
  }
  .section-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .modal_content {
    padding: 20px;
  }
  .modal_description {
    line-height: 24px;
  }
  .modal_content .modal-logo img {
    width: 240px;
  }
}

@media (max-width: 398px) {
  #hero .crown {
    top: 12px;
    left: -10px;
  }
  #hero .crown img {
    width: 120px;
  }
  .modal_description {
    font-size: 1rem;
  }
  .modal_content .modal-logo img {
    width: 200px;
  }
  #footer .footer-top .footer-logo img {
    width: 76%;
  }
}

@media (max-width: 321px) {
  #hero .crown img {
    width: 100px;
  }
  #hero h2 {
    font-size: 12px;
  }
  #hero .btn-get-started {
    font-size: 14px;
  }
  #footer .footer-top .footer-logo img {
    width: 80%;
  }
}