@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 22px;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
  }
  header {
    display: none;
  }
  .hero-text .hero .hero-slide {
    height: 300px;
  }
  .hero-text .hero .hero-slide .black {
    height: 300px;
  }
  .hero-text .hero .hero-slide img {
    height: 300px;
  }
  .hero-text .hero .hero-slide .header-content {
    top: 30px;
  }
  .hero-text .hero .hero-slide .header-content span {
    font-size: 24px;
    line-height: 1.75rem;
  }
  .message .president-img {
    width: 100%;
  }
  .message .president-img img {
    width: 100%;
    margin-top: 15px;
  }
  .message .president-img .president-name {
    left: 0;
    bottom: 15px;
    width: 100%;
  }
  .profile-card .profile-img{
      height: 120px;
      width: 120px;
  }
  .sawdf .sawdf-img {
    width: 350px;
  }
  .sawdf .sawdf-img img {
    width: 340px;
    height: 300px;
  }
  footer {
    text-align: center;
  }
  .p-100{
      padding: 0;
  }
  .blog-profile{
      height: 342px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-text .hero .hero-slide {
    height: 300px;
  }
  .hero-text .hero .hero-slide .black {
    height: 300px;
  }
  .hero-text .hero .hero-slide img {
    height: 300px;
  }
  .hero-text .hero .hero-slide .header-content {
    top: 30px;
  }
  .hero-text .hero .hero-slide .header-content span {
    font-size: 24px;
    line-height: 1.75rem;
  }
  .message .president-img {
    margin-top: 30px;
  }
  .p-100{
      padding: 0;
  }
  .blog-profile{
      height:275px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .header-main {
    height: 70px;
  }
  .header-main .navbar-expand-lg {
    padding: 0;
    height: 70px;
  }
  .header-main .company-logo {
    height: 70px;
    width: 70px;
  }
  .header-main .company-logo img {
    height: 60px;
  }
  .header-main .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    padding: 24px 0 24px 14px;
  }
  .mobile-nav {
    display: none;
  }
  .recent-news .date {
    font-size: 13px;
  }
  .recent-news p a {
    font-size: 13px;
  }
  .hero .hero-slide .header-content {
    left: calc(50% - 400px);
  }
  .blog-profile{
      height: 275px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .header-main .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 24px 0 24px 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
    .header-main .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 24px 0 24px 24px;
  }
}
@media (min-width: 769px) {
  .navbar-brand {
    display: none;
  }
  .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}/*# sourceMappingURL=responsive.css.map */