
@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
      max-width: 1140px;
  }
}

/*Large devices (desktops, 992px and up)*/

@media (min-width: 992px) and (max-width:1350px) {
   
}


/*Extra large devices (large desktops, 1200px and up)*/

@media (max-width:992px) {
   
}


/*Small devices (landscape phones, 576px and up)*/

@media (max-width:767px) {
  .navbar {
    padding: 1rem 1rem;
  }
.project-view-page p,.project-view-page ul li {
    font-size: 16px;
    line-height: 120%;
}
 
  .right-header-actions {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .site-header .site-header-logo {
    justify-content: space-between;
  }

  .site-header .right-header-actions {
    text-align: center;
  }

  .home-page-slider .slider-context {
    width: 100%;
  }

  .home-page-slider .slider-content {
    min-height: 300px;
  }
  .home-page-slider .slider-context h1 {
    font-size: 35px;
  }
  .home-page-slider .slider-context p{
    font-size: 16px;
  }

  .home-page-slider.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 10px;
    left: 4%;
  }

  .explore-projects .project-card {
    margin-bottom: 20px;
  }
}