@media only screen and (max-width: 767px) {
 
    /*================================================
      Index 01 Blog Area CSS
      =================================================*/
    .blog-card .blog-text-area {
      padding-left: 15px;
      padding-right: 15px;
    }
    .wrapper-detail .container ul {
        margin-left:0px;
    }
      .thm-breadcrumb li, .thm-breadcrumb a {
      font-size:9px;
  }
  
  .inner-banner__content-wrap {
      padding:0;
  }
  .owl-theme .owl-dots, .owl-theme .owl-nav {
      display:none;
  }
  .translate-top {
    transform: translateY(70px);
  }
  
  .inner-banner__title {
      font-size:20px;
  }
  .download-img {
      display:none;
  }
  .ptb-100 {
      padding-top:50px;
      padding-bottom:50px;
  }
  
.card h4 { 
    font-size:16px;
    
}

.p {
    font-size:12px;
}

.layanan-content h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.btn {
    font-size: 12px;
    padding: 8px 20px;
    
}
.inner-box .image h3 {
    font-size:12px;
}
.portfolio .btn {
    padding:0 0px;
}

.card p {
    font-size: 13px;
}
  
  .site-title-2 {
      font-size:20px;
  }
  
  .card {
      margin-top:30px;
  }
  
  .contact-page-form-area {
      margin-top:40px;
  }
    /*================================================
      Footer Area CSS
      =================================================*/
    .footer-social-area span {
      margin-right: 10px;
    }
    .footer-social-area ul li a {
      margin: 0px 1px;
      width: 25px;
      height: 25px;
    }
    .footer-lp {
      padding-left: 0px;
    }
    .footer-links {
      margin-top: 30px;
    }
    /*================================================
      Index 02 Topbar Area CSS
      =================================================*/
    .topbar {
      padding: 15px 0px;
    }
    .topbar-left-area {
      text-align: center;
    }
    .topbar-left-area ul{
      display: flex;
      justify-content: space-between;
    }
    .topbar-left-area ul li {
      padding: 5px 0px;
      display: flex;
    }
    
    .topbar-left-area ul li a {
        margin-top:-5px;
    }
    .topbar-right-area ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
 
    .blog-details-text-area .blog-qoute {
      padding: 15px;
    }
    .blog-details-text-area .blog-qoute i {
      opacity: .2;
      z-index: 0;
    }
    .blog-details-text-area .blog-qoute p {
      max-width: 100%;
      font-size: 15px;
      font-weight: 500;
    }
    .bd-form {
      padding: 15px;
    }
    .contact-form-text-area {
      padding: 15px;
    }
    .contact-card-area h3, .contact-page-form-area h3 {
      font-size: 24px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /*================================================
      Footer Area CSS
      =================================================*/
    .footer-services {
      margin-top: 0px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /*================================================
      Default Area CSS
      =================================================*/
    .ptb-100 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    .pt-100 {
      padding-top: 80px;
    }
    .pb-100 {
      padding-bottom: 80px;
    }
    .ptb-70 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .pt-70 {
      padding-top: 50px;
    }
    .pb-70 {
      padding-bottom: 50px;
    }
    .pt-30 {
      margin-top: 30px;
    }
    .pl-20 {
      padding-left: 0px;
    }
    .pr-20 {
      padding-right: 0px;
    }
    :root {
      --card-title-fontSize: 20px;
      --fontSize: 15px;
    }
    .default-section-title h3 {
      font-size: 32px;
    }
    .section-content {
      margin-top: 0px;
    }
    /*================================================
      Default Area CSS
      =================================================*/
    :root {
      --card-title-fontSize: 20px;
      --fontSize: 14px;
    }
    .default-section-title h3 {
      font-size: 28px;
    }
  
   
    /*================================================
      Index 01 Footer Area CSS
      =================================================*/
    .footer-social-area span {
      margin-right: 10px;
    }
    .footer-social-area ul li a {
      margin: 0px 1px;
      width: 25px;
      height: 25px;
    }
    .footer-lp {
      padding-left: 0px;
    }
    .footer-links {
      margin-top: 30px;
    }
    .footer-services {
      margin-top: 0px;
    }
  
    
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr-100 {
      max-width: 960px;
      padding-left: 15px;
      padding-right: 15px;
    }

 
    /*================================================
      Index 01 Footer Area CSS
      =================================================*/
    .footer-social-area span {
      margin-right: 10px;
    }
    .footer-social-area ul li a {
      margin: 0px 1px;
      width: 25px;
      height: 25px;
    }
    .footer-lp {
      padding-left: 20px;
    }
    
    .aos-animate {

    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
    
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    :root {
      --card-title-fontSize: 22px;
    }
    .section-title-contact {
      display: none;
    }
    .footer-lp {
      padding-left: 50px;
    }
    .default-section-title h3 {
      font-size: 36px;
    }
    /*================================================
      Index 01 Banner Area CSS
      =================================================*/
    .banner-text-area h1 {
      font-size: 48px;
    }
    /*================================================
      Index 01 Causes Area CSS
      =================================================*/
    .causes-card .causes-card-text-area {
      padding-left: 25px;
      padding-right: 25px;
    }
    /*================================================
      Index 01 Blog Area CSS
      =================================================*/
    .blog-card .blog-text-area {
      padding-left: 20px;
      padding-right: 20px;
    }
    /*================================================
      Index 02 Newsletter Area CSS
      =================================================*/
    .newsletter-text-area .default-section-title h3 {
      font-size: 32px;
    }
    .popular-cases-sidebar-card h5 {
      font-size: 16px;
    }
  }
  
  @media only screen and (min-width: 1550px) {
    /*================================================
      Index 01 Banner Area CSS
      =================================================*/
    .banner-text-area h1 {
      font-size: 58px;
    }
    .plr-100 {
      padding-left: 150px;
      padding-right: 150px;
    }
  }
  /*# sourceMappingURL=responsive.css.map */