/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

   ===================== */


   @media (min-width: 768px) and (max-width: 1024px) {
    #latest-work .block .recent-work-pic ul li .overlay {
      top: 12px;
      left: 25px;
      bottom: 12px;
      right: 25px;
    }
    #team .team-overlay {
      padding: 10px;
    }
  }

  @media (max-width: 1024px) {
    #our-donation .donate-txt-wrapper,
    #our-donation .donate-image-wrapper {
      height: 315px;
    }
    #our-donation .donate-image-wrapper img.img-wrapper {
      height: calc(100% - 0px);
    }
  }

  @media (max-width: 801px) {
    #our-donation .mobile-wrapper,
    #our-donation .donate-image-wrapper img.img-wrapper {
      width: 100%;
    }  
    #our-donation .donate-txt-wrapper, 
    #our-donation .donate-image-wrapper {
      height: 250px;
    }
  }
  

  @media (max-width: 600px) {
   #mini-header ul li.left {
    display: none
  }
  #mini-header ul li.email-id {
    float: left;
    text-align: left;
    margin-left: 0px;
  }
  #mini-header ul li.mobile-number {
    float: right;
    text-align: right;
  }
  .navigation-wrapper ul#nav {
    width: 100%;
    padding: 0px;
    float: none;
    text-align: left;
    background-color: #fff;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
  }
  .navbar-toggle {
    top: 11px;
    right: -30px;
  }
  .navigation-wrapper {
    top: 1px;
    background-color: transparent;
  }
  .nav-brand-right-wrapper {
    display: none !important;
  }
  .donate-link {
    display: block !important;
  }
  .wrapper {
    top: 130px;
  }
  .navbar-fixed-top {
    height: 130px;
    box-shadow: 0px -6px 18px 5px #1e1e1e
  }
  .navbar-brand {
    padding-left: 12px;
    padding-top: 2px;
  }
  footer {
    padding-top: 40px;
  }
  footer .footer-left-section, footer .footer-links, footer .footer-maps {
    padding-left: 20px;
    padding-right: 20px;
  }
  .copyright-wrapper .copyrights-txt, .copyright-wrapper .developed-by-wrapper {
    float: none;
    text-align: center;
  }
  .feature-block {
    margin-bottom: 40px;
  }
  #our-donation .donation-outer-wrapper {
    display: flex;
  }
  #our-donation .donate-txt-wrapper, 
  #our-donation .donate-image-wrapper {
    height: 283px;
  }
}


@media (min-width: 768px) and (max-width: 800px) {
  .navbar-brand {
    width: 44%;
  }
  .navigation-wrapper ul#nav li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-brand-right-wrapper {
    top: 23px;
  }
  .wrapper {
    top: 153px;
  }
  .navbar-fixed-top {
    height: 153px;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

   ===================== */

   @media (min-width: 640px) and (max-width: 767px) {
    #team .col {
      padding: 0 137px;
      margin-bottom: 20px;
    }
    #pricing-table .col {
      margin-bottom: 20px;
    }
    #contact-form .col {
      margin-bottom: 20px;
    }

    #blog-left .blog-img .col-md-6 img{
      margin-bottom: 20px;
    }
  }



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

   ===================== */


   @media (min-width: 320px) and (max-width: 479px) {
    #banner {
      text-align: center;
    }
    #banner .block .buttons a:first-child {
      margin-left: 7px;
      margin-bottom: 10px;
    }
    #latest-work .block .recent-work-mixMenu ul li {
      display: block;
    }
    #latest-work .block .recent-work-pic ul li .overlay {
      top: 5px;
      left: 20px;
      bottom: 5px;
      right: 20px;
    }
    #latest-work .block .recent-work-pic ul li .overlay h3 {
      font-size: 14px;
    }
    #latest-work .block .recent-work-pic ul li .overlay i {
      top: 34%;
      font-size: 23px;
    }
    #testimonial .col {
      padding: 20px;
      text-align: center;
    }
    #testimonial .media .media-left {
      display: block;
      padding-right: 0;
    }
    #testimonial .media .media-left a {
      height: 78px;
      width: 78px;
      margin: 0 auto;
    }
    #testimonial .media .media-body {
      padding-right: 0;
    }
    #team .col {
      margin-bottom: 20px;
    }
    #pricing-table .col {
      margin-bottom: 20px;
    }
    #contact-form .col {
      margin-bottom: 20px;
    }

    #blog-left .block .blog-comment .comment-img,
    #blog-left .blog-comment-main .blog-comment .comment-img,
    #blog-left .blog-comment-main .sub-blog-comment .comment-img{
      float: none;
    }

    #blog-left .blog-comment-main .sub-blog-comment{
      margin-left: 0;
    }

    #blog-left .blog-img .col-md-6 img{
      margin-bottom: 20px;
    }
    .navbar-brand {
      width: 80%;
    }
    .navigation-wrapper {
      top: 6px;
    }
    #features {
      padding-top: 50px;
    }
    .title h2 {
      font-size: 24px;
    }
  }
  @media (max-width: 480px) {
    #our-donation .donation-outer-wrapper {
      display: inline-block;
    }
    #our-donation .donate-txt-wrapper, 
    #our-donation .donate-image-wrapper {
      height: auto;
    }
    #our-donation .donate-txt-wrapper {
      border-radius: 0px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }
    #our-donation .donate-image-wrapper {
      border-radius: 0px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 2px solid #1e1e1e;
    }
  }
  @media (max-width: 360px) {
    #mini-header {
      height: auto;
    }
    #mini-header ul li.email-id, #mini-header ul li.mobile-number {
      width: 100%;
      float: none;
      text-align: center;
    }
    .navbar-fixed-top {
      height: 153px;
    }
    .wrapper {
      top: 153px;
    }
    .navigation-wrapper {
      top: 2px
    }
  }
  @media (max-width: 320px) {
    .navbar-brand {
      width: 79%;
    }
  }