@media (max-width: 575.98px) {
  section.client-area .item img{
    width: 100%;
    height: auto;
}
}
@media (max-width: 767.98px) { 
  section.welcome img{
    margin: 10px 0;
  }
  section.welcome .welcome-main-section img{
    width: 100%;
 }
 section.welcome .founder-message img{
  width: 100%;
  height: 350px;
    object-fit: cover;
    object-position: top center;
 }
 section.front-news .news-events{
  display: block;
}
section.front-news .news-events img{
  width: 100%;
  margin-bottom: 20px;
}
.founder-message img{
  width: 100%;
}
}
@media (max-width: 991.98px) {  
  header, .header-social-media{
    text-align: center;
  }
  .header-contact{
    margin-bottom: 10px;
  }
  h1{
    font-size: 20px;
  }
  .single-page-post{
    margin: 0;
  }
  .single-page-post h1, h1{
    font-size: 25px;
  }
}
@media (min-width: 992px) {  
  .header-social-media{
    text-align: right;
  }
}
@media (max-width: 1199.98px) { 
 
 }
@media (max-width: 1399.98px) { 
  
 }

 @media screen and (max-width: 767px) {
  .dt-container .dt-layout-row {
    flex-direction: column;
    margin: 0;
    float: left;
    background: #b9cfdb;
    width: 100%;
  }
  .dt-container .dt-layout-cell.dt-layout-end,
  .dt-container .dt-layout-cell.dt-layout-start {
    padding-left: 10px !important; 
    margin-left: 0 !important;
  }
  .dt-container .dt-search{
    width: 100%;
    margin-top: 10px; 
    justify-content: flex-start !important;
  }
  .mobile-nav {
  margin-top: 60px;
}
.mobile-nav-bg{
  
  background: #f9f9f9;
}
.mobile-nav a{
  text-decoration: none;
  color: #2d64bc;
  transition: 0.6s;
  padding: 5px 5px;
}
.mobile-nav a:hover{
  color: #fff;
  background-color: #0f4aa0;
}
}