/*Mobile Responsive*/
.wow  {
  /*margin-left: 2px;*/
  margin-top: 12px;
  text-align: left;
}

 /*Desktop/tablet override (768px and up) */
@media (min-width: 768px) {
  .wow  {
      margin-top:0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

.side  {
  /*margin-left: 2px;*/
  margin-top: 12px;
  text-align: left;
}

 /*Desktop/tablet override (768px and up) */
@media (min-width: 768px) {
  .side {
      margin-top:0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-catagery-list ul li a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .page-catagery-list ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #f5f5f5;
    padding: 10px;
    gap: 6px;
  }
  


  .page-catagery-list ul li a {
    display: inline-block;
background: #0BBD87;
color: white;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    
  }
}

/*@media (max-width: 767px) {*/
  /* Make <h3> look like toggle buttons */
/*  .footer-links h3,*/
/*  .about-footer .footer-links h3,*/
/*  .newsletter-form h3 {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    color: #fff;*/
/*  }*/

  /* Add + icon by default */
/*  .footer-links h3::after,*/
/*  .about-footer .footer-links h3::after,*/
/*  .newsletter-form h3::after {*/
/*    content: "+";*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    color: #fff;*/
/*    margin-left: 10px;*/
/*  }*/

  /* When section is open */
/*  .footer-links.active h3::after,*/
/*  .about-footer .footer-links.active h3::after,*/
/*  .newsletter-form.active h3::after {*/
/*    content: "−";*/
/*  }*/

  /* Hide contents under each section by default on mobile */
/*  .footer-links ul,*/
/*  .footer-links p,*/
/*  .newsletter-form p,*/
/*  .newsletter-form form {*/
/*    display: none;*/
/*  }*/

  /* Show when .active is added */
/*  .footer-links.active ul,*/
/*  .footer-links.active p,*/
/*  .newsletter-form.active p,*/
/*  .newsletter-form.active form {*/
/*    display: block;*/
/*    margin-top: 10px;*/
/*  }*/

  /* Optional: reduce spacing if needed */
/*  .footer-links ul li,*/
/*  .newsletter-form p {*/
/*    margin-bottom: 8px;*/
/*  }*/
/*}*/
@media (max-width: 767px) {
  /* Make h3 clickable with "+" icon */
  .footer-toggle h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #444;
  }

  .footer-toggle h3::after {
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
    transition: 0.2s ease;
  }

  .footer-toggle.active h3::after {
    content: "−";
  }

  /* Hide list by default */
  .footer-toggle ul {
    display: none;
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
  }

  .footer-toggle.active ul {
    display: block;
  }

  .footer-toggle ul li {
    margin-bottom: 6px;
  }

  .footer-toggle ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .our-services {
    
    padding: 0px 0px 50px 0px;
}
.our-facts {
    margin-top: 0;
    padding: 30px 0 0;
}
.our-blog {
    padding: 0px 0 50px;
}
.our-faqs {
    padding: 50px 0 50px;
}
.page-projects {
    padding: 50px 0 0px;
}
.section-title p {
    margin-top: 30px;
}
}
