.papaya2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
}
.rounded-md {
  border-radius: 20px;
}
.cta-btn .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  margin-top: 30px;
  font-weight:bold;
}
.post-slide .post-img{
  overflow: hidden;
}
.post-slide .post-img img{
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
  transform: scale(1.08);
}
.post-slide .post-content{
  background: #fff;
  padding: 20px;
}
.post-slide .post-title{
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
}
.post-slide .post-title a{
  display: inline-block;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
  color: #3d3030;
  text-decoration: none;
}
.post-slide .post-description{
  font-size: 15px;
  color: #676767;
  line-height: 24px;
  margin-bottom: 14px;
}
.post-slide .post-bar{
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
  display:flex;
}
.post-slide .post-bar li{
  color: #676767;
  padding: 2px 0;
}
.post-slide .post-bar li i{
  margin-right: 5px;
}
.post-slide .post-bar li a{
  display: inline-block;
  font-size: 12px;
  color: #808080;
  transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
  content: ",";
}
.post-slide .post-bar li a:last-child:after{
  content: "";
}
.post-slide .post-bar li a:hover{
  color: #3d3030;
  text-decoration: none;
}
.post-slide .read-more{
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #007aff;
  border-bottom-right-radius: 10px;
  text-transform: capitalize;
  transition: all 0.30s linear;
}
.post-slide .read-more:hover{
  background: #333;
  text-decoration: none;
}
.section-title2.text-center > h2 {
  color: #292929;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  position: relative;
  font-family:'GlacialIndifference-Regular';
}
.section-title2 > h2::before {
  background-color: #292929;
  content: "";
  height: 1px;
  left: -210px;
  position: absolute;
  top: 21px;
  transition: all 0.4s ease 0s;
  width: 160px;
}
.section-title2 > h2::after {
  background-color: #292929;
  content: "";
  height: 1px;
  right: -210px;
  position: absolute;
  top: 21px;
  transition: all 0.4s ease 0s;
  width: 160px;
}
.mb-60 {
  margin-bottom: 60px;
}
.gallery-style1 .gallery-img {
  overflow: hidden;
  position: relative;
  border-radius: 30px
}

.gallery-style1 .gallery-img img {
  width: 100%;
  transform: scale(1.001);
  transition: all ease .4s
}

.gallery-style1 .gallery-img:after,
.gallery-style1 .gallery-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background-color: #007affb0;
  opacity: 0;
  visibility: hidden;
  transition: all ease .6s;
  z-index: 1
}

.gallery-style1 .gallery-img:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0
}

.gallery-style1 .gallery-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #333029;
  color: var(--title-color);
  border-radius: 50%;
  font-size: 24px;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  visibility: hidden
}

.gallery-style1 .gallery-btn:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #333029;
  border-radius: inherit;
  z-index: -1;
  transition: all ease .4s;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden
}
.gallery-style1 .gallery-btn{
  color:#fff;
}
.gallery-style1 .gallery-btn:hover {
  color: #fff
}

.gallery-style1 .gallery-btn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1)
}

.gallery-style1:hover .gallery-img:after,
.gallery-style1:hover .gallery-img:before {
  opacity: 1;
  visibility: visible;
  height: 100%
}

.gallery-style1:hover .gallery-img img {
  transform: scale(1.15)
}

.gallery-style1:hover .gallery-btn {
  opacity: 1;
  visibility: visible
}

.gallery-style1.radius-2 .gallery-img {
  border-radius: 150px 150px 30px 30px
}

.gallery-style1.radius-3 .gallery-img {
  border-radius: 30px 30px 150px 150px
}

.gallery-style1.layout2 .gallery-btn {
  background-color: rgba(0, 0, 0, 0);
  color: var(--white-color);
  font-size: 30px
}

.listing-item .listing-content .listing-features .listing-title {
  margin-bottom: 5px;
  font-size: 14px;
}
.listing-item .listing-content .listing-button .btn-order {
  font-size: 14px;
}
.listing-item .listing-img .fav-item .featured-text {
  font-size: 12px;
}
.listing-item .listing-img .fav-item {
  font-size: 10px;
  padding-left: 0;
}
.listing-item .listing-img {
  position: relative;
  overflow: hidden;
  height: 135px;
  border-radius: 10px;
  margin: 0 0 10px;
}
.listing-item .listing-img .fav-item .featured-text {
  background: rgb(0 122 255 / 75%);
  border-radius: 5px;
  min-width: auto;
  padding: 2px 10px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 1200px) {
  footer.one .logo svg {
      width: 250px;
      height: auto;
  }
}


@media only screen and (max-width: 767px) {
   .listing-item .listing-img {
       height:auto;
   }
   
   .about .content-block {
       margin-left:0;
   }
   
   .testimonial {
       padding-top:0px;
   }
    
    .fancy-icon-box-two .text p {
        text-align:justify;
    }
    .fancy-icon-box-two {
        margin-top:20px;
    }
    .fancy-icon-box-two .icon {
        left:38%;
    }
    footer.one .social-media {
    margin-bottom: 10px;
    margin-top: 20px;
    }
    .request-quote.two {
    margin-bottom: 30px !important;
    margin-top:30px;
}
    .request-quote-info {
    margin-top: 16px;
    margin-left:-30px;
}
.contact-footer {
    padding-top:0px;
}
.request-quote.two:after {
    display:none;
}
    .request-quote .heading h2 {
    font-size: 30px;
    line-height: 40px;
}
.request-quote .heading h6 {
    padding-bottom: 16px;
}

.footer-bottom p {
    font-size:10px;
}
 
 .arista-square-img img {
    display:none;
}

.about-energix {
    position: relative;
    margin-top: 30px;
}
    /*================================================
      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;
  }
    /*================================================
  
    /*================================================
      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: 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;
    }

   
  }
  
    
  
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .plr-100 {
      max-width: 960px;
      padding-left: 15px;
      padding-right: 15px;
    }

 
    
    .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) {
   
    .section-title-contact {
      display: none;
    }
    
    .arista-square-img img {
    width: 100%;
    margin-top: 55px;
}
   
    .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;
    }
  }
  @media only screen and (min-width: 1200px) {
    .col-lg-25{
      flex: 0 0 auto;
      width: 20%;
    }
  }
 
  /*# sourceMappingURL=responsive.css.map */