/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */

/* About Us and Inform Section */
.about-us-section.section.photo-left-2-section .left-photo-container,
.inform-section.section.photo-left-2-section .left-photo-container {
  flex-direction: row-reverse;

  .left-photo {
    max-width: 100%;
    margin: auto;

    @media (min-width: 992px) {
      max-width: 60%;
    }

    @media (min-width: 1200px) {
      max-width: 45%;
    }
  }

  .half-page-block.white-block {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;

    @media (min-width: 992px) {
      max-width: 100%;
      padding-left: 0;
      padding-top: 20px;
    }

    @media (min-width: 1200px) {
      max-width: 55%;
      padding-left: 50px;
      padding-top: 0;
    }
  }

  .btn.btn-warning {
    line-height: 2rem;

    @media (min-width: 992px) {
      padding: 1rem 0;
      font-size: 1rem;
    }
  }
}

@media (min-width: 992px) {
  .header-top .header-list {
    justify-content: flex-end;
  }

  #header.logo_top .header-top .logo img {
    border: 2px solid #ddd;
    background-color: #fff;
    padding: 6px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    border-top: 5px solid #fff;
  }

  .header-top {
    border-top: 5px solid #fff;
  }

  #header.logo_top .header-holder .menu-drop .main-nav {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .section.hero-background {
    padding-top: 23rem;
  }
}

@media (max-width: 991px) {
  #header.logo_top .header-top .logo {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .services-section .section [class*=col-] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog-section .card .card-img {
  min-height: unset;
}
