@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width: 1440px) and (max-width: 1599px) {}

@media (min-width: 1366px) and (max-width: 1439px) {}

@media (min-width: 320px) and (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  section.top-menu {
    position: relative;
    padding: 0px;
  }

  .navbar {
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    padding: 1rem 0.5rem;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .navbar-light .navbar-brand {
    position: relative;
  }

  .navbar-brand img {
    height: 75px;
    position: absolute;
    top: -20px;
  }

  .navbar-toggler {
    border: none;
    padding: 0px;
  }

  .navbar-collapse {
    margin-top: 30px;
  }

  #top-menu li.nav-item {
    border-bottom: 1px solid #353535;
  }

  #top-menu li.nav-item:last-child {
    border-bottom: none;
  }

  /** Top Banner */
  .carousel-caption {
    right: 0px;
    bottom: 0px;
    top: 8%;
    left: 0px;
    padding: 0px 10px;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  /** About */
  .down-arrow {
    margin-left: 25% !important;
  }

  h1.heading-title,
  .social-media h1.heading-title {
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  /** Focus Area */
  .scrolling-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .scrolling-wrapper::-webkit-scrollbar {
    display: none;
  }

  .with-arrow .nav-link {
    min-width: 122px;
    white-space: nowrap;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  }

  .area-section {
    background-size: 100%;
    background-position: 100% 85%;
  }

  /** Form */
  .discuss {
    margin-top: -5px;
    background-size: 100% 35%;
    background-position: bottom;
  }

  .discuss .custom-padding {
    padding: 0px;
  }

  .dial img {
    width: 70px;
  }

  .dial h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .dial h3,
  .dial h3 span {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  /** Gallery */
  .gallery-top {
    margin-top: -20px;
  }

  /** Feed */
  .social-media-top {
    margin-top: -22px;
  }

  .social-media {
    margin-top: -5px;
  }

  .social-media .global-down-arrow {
    margin-right: 0px;
  }

  /** News */
  .news-media {
    background-image: url(../img/news-bg-mobile.png);
    margin-top: -6%;
  }

  .post-review h6 {
    font-size: 0.7rem;
    margin-top: 10px;
  }

  h3.post-title {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .owl-theme .owl-nav [class*=owl-] {
    display: none;
  }

  p.post-description {
    font-size: 0.8rem;
  }

  .footer-section {
    margin-top: -2px;
  }

  .global-bg {
    background-image: url(../img/global-mobile.png);
  }

  .focus-area-map {
    background-image: none;
  }
}

@media (max-width: 600px) {
  .post-img img {
    height: 270px;
  }

  .gallery-slider .owl-prev {
    left: -7.5%;
  }

  .gallery-slider .owl-next {
    right: -7.5%;
  }
}

@media (max-width: 474px) {}

@media (max-width: 423px) {}

@media (max-width: 376px) {
  .post-img img {
    height: 250px;
  }
}

@media (max-width: 320px) {

  /** Footer */
  .footer-top {
    margin-top: -6%;
  }

}