
@media (max-width: 1200px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
    font-size: 14px !important;
    white-space: nowrap;
    transition: 0.5s;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 8px;
  
  }
}

@media (max-width: 768px) {
  #topbar {
    display: none;
  }

  .hero-content h2 {
    font-size: 47px;
  }
}

@media (max-width: 425px) {
  .section-title {
    color: black;
  
    font-size: 33px;
    font-weight: 600;
  }

  #topbar {
    display: none;
  }

  .social-contact .nav-btn {
    display: none;
  }
  .hero-content h2 {
    font-size: 46px;
  }

  .contact .info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .contact .info .info-item {
    width: 100%;
    align-items: center;
  }
  .contact .info-item + .info-item {
    padding-left: unset;
    margin-left: unset;
    border-left: unset;
    margin: 10px 0;
  }
  .contact .info .info-img {
    position: relative;
  }
  .contact .info-item h4 {
    font-size: 27px;
    font-weight: 500;
  }

  .services-sec .services-card {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between;
  }
  .services-sec .services-card .service-img {
    width: 100%;
  }
  .services-sec .services-card .service-content {
    width: 100%;
    margin-top: 10px;
  }

  .dropdown-menu {
    position: relative;
  }

  .services-card:hover .service-img {
    animation: none !important;
  }

  .services-card:hover img {
    border-radius: unset !important;
  }

  .services-card:hover :after {
    display: none;
  }

  .services-card:hover :before {
    display: none;
  }



}



@media (max-width: 425px) {

  .navbar ul.active {

    width: 300px;
   
}
}

@media (max-width: 991px) {
  .dropdown-menu {
    display: none;
  }

  .dropdown.show .dropdown-menu {
    display: block;
  }
}
