@media (min-width: 1281px) {
   
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* CSS */
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* CSS */
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* CSS */.testimonial-bg {
    height: 430px!important;
      }
      .logo-container img {
    max-width: 100px!important;
  }
  h4#mobile-tagline{
    display: none;    
  position: absolute;
    z-index: 9999!important;
    
}
}





@media (min-width: 1281px) {
  

 .section-content {
    margin-top: 15% !important;
    margin: 5%;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
   
   .service-grid{
    grid-template-columns: repeat(2, 1fr)!important;
  }
  .service-item {
    width: 450px;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .main-image {
    flex: 1 1 400px!important;
   }
  .testimonial-bg {
    height: 450px!important;
      }
  .section-content {
    margin-top: 25% !important;
    margin: 5%;
  }
      .about {
        margin-top: 24%!important;
    }
    .navbar {
    margin-top: 25%!important;
  }
 .overlay-txt {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        background-color: transparent;
        color: #333;
        padding: 1rem 0 0 0;
        font-size: 1rem;
        width: 100%;
        text-align: justify;
      }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  

}
@media (min-width: 820px) and (max-width: 1180px) {
   
.container-img{
  margin: 5%;
  overflow-x: hidden;
  margin-top: 30%;
}
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-bg {
    height: 450px!important;
      }
      .navbar {
    margin-top: 35%!important;
  }
  .main-image img{    
    height: 350px!important;
    flex: 1 1 300px!important;
  }
  .sldr{
    width: 100% !important;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 480px
*/
@media (min-width: 320px) and (max-width: 480px) {
 
   .navbar {
    margin-top: 35%!important;
  }
  .main-image img{
    height: 350px!important;
  }
.service-item {
    width: 300px;
  }
 .service-grid{
    grid-template-columns: repeat(1, 1fr)!important;
  }
  .sldr{
    width: 100%!important;
  }
      h4#mobile-tagline {
       position: absolute;
        z-index: 9999 !important;
        display: none;
        color: white;
        padding: 10%;
        text-align: center;
        margin-top: 20%;

    }
  .imgs{
    display: grid;
  }
  .imgs img{
    width:300px;
  }
  .flex-about-mission{
    opacity: 1!important;
  }
   .slider {
               height: 30%!important;
            }
}
@media (min-width: 820px) and (max-width: 1024px) {
  .slider {
               height: 40%!important;
            }
}
@media (min-width: 520px) and (max-width: 720px) {
  .slider {
               height: 50%!important;
            }
}
