.sec-padd {
  padding: 70px 0;
}
.sec-padd-top {
  padding-top: 70px;
}
.sec-padd-bot {
  padding-bottom: 70px;
}

.read-more {
  margin-top: 10px;
  color: #9e884c;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #9e884c;
  padding: 6px 20px;
  font-size: 14px;
  background: transparent;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  line-height: 24px;
  border-radius: 0;
}
.project_list {
  position: relative;
}
.project-overview-content {
  position: sticky;
  top: 80px;
  padding: 30px 0;
}
.project-overview-content p {
  margin-bottom: 15px;
  font-size: 17px;
}
.read-more:hover {
  color: white;
}
.subheading {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 3em;
}
.subheading:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2em;
  height: 1px;
  background: #000;
}
.read-more::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #9e884c;
  z-index: -1;
  transition: all 1s;
}

.read-more:hover::before {
  width: 160%;
}
.section-title {
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}

.innerbanner_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.innerbanner_text h1 {
  font-size: 42px;
  padding: 30px 0 60px;
  line-height: 1.4;
  color: #fff;
}
.home-slider:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
}
.project-overview-image img{
    width:100%;
}


.faq-section{
  padding:50px 0;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #000;
  border: 1px solid #000;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 18px !important;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #000;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 15em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
@media only screen and (max-width: 1300px) {
  .sec-padd {
    padding: 50px 0;
  }

  .sec-padd-top {
    padding-top: 50px;
  }

  .sec-padd-bot {
    padding-bottom: 50px;
  }
  .section-title {
    font-size: 25px;
  }
  .innerbanner_text h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
    .bx-wrapper img {
        height: 100vh;
      }
}
@media only screen and (max-width: 1024px) {
    #top {
      height: auto !important;
    }
   
  }
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 35px;
  }
  .innerbanner_text h1 {
    font-size: 20px;
    padding: 30px 0 0px;
  }
}
@media only screen and (max-width: 776px) {
  .section-title {
    font-size: 23px;
  }
  .project-overview-content p {
    font-size: 0.875rem;
  }
  .subheading {
    font-size: 17px;
  }
  .accordion button .accordion-title {
    padding: 0.7em 2.2em 0.7em 0;
    font-size: 14px !important;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  max-height: 30em;
}
}
