.hero-area .section-title {
  font-size: 65px;
}
body {
  background-color: #fbf9f5;
}
.counter-area {
  background-color: #8a3c20;
}
.wc-btn-circle {
  background-color: #8a3c20;
}
.wc-btn-primary {
  background-color: #8a3c20;
  border-color: #8a3c20;
}
.wc-btn-primary:hover {
  background-color: #8a3c20;
}
.wc-btn-circle:hover {
  background-color: #8a3c20;
}
.text-slider-item h2{
	color: #8a3c20;
}
.text-slider-item h2 a:hover{
	color: #8a3c20;
}
.counter-area .counter-box.dark {
  background-color: #8a3c20;
}
.footer-area {
  background-color: #8a3c20;
}
.footer-cta .footer-nav-list li {
  color: #fff;
}
.copyright-area .text {
  color: #fff;
}
.footer-area .social-links {
  z-index: 100;
}
.social-links li a{
	color: #fff;
}
.footer-area .copyright-text .text {
  color: #fff;
}
.footer-area .copyright-text .text a {
  color: #fff;
}
.footer-area .social-links li a {
  color: #fff;
}
.pricing-box {
  background-color: #fff;
}
.counter-area-inner {
  grid-template-columns: 1fr 600px;
}
.counter-area .counter-wrapper {
  grid-template-columns: 1fr;
}
.counter-area .counter-box {
  padding: 70px 50px 78px;
}
.progress-wrap {
  display: none;
}
.custom-class{
  font-size: 32px;
  line-height: 48px !important;
  text-transform: initial;
}
.work-box .title {
  text-transform: initial;
}
.work-box .thumb{
  border-radius: 10px !important;
}
.service-details-area .thumb-main img {
  border-radius: 10px !important;
}
.faq-area .thumb img {
  border-radius: 10px !important;
}
.footer-area .footer-nav-list li a {
  color: #fff;
}
.counter-area.homepage .section-title {
  font-size: 40px;
}
.counter-area.homepage .counter-box {
  padding: 10px 50px 18px;
}
.counter-area.homepage .counter-box .number img {
  height: 60px;
}
.counter-area.homepage .counter-box .number {
  font-size: 80px;
}
.counter-area.homepage .counter-box .text {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 54px;
}
.testimonial-item .text {
  font-size: 22px;
}
.hero-area.homepage .text strong{
  color: #8a3c20;
}
.pricing-box .icon img{
  height: 75px;
}
.contact-area .section-title{
  font-size: 42px;
}
.awards-area .meta {
  grid-template-columns: 125px auto;
}
.section-subtitle, .awards-area .section-subtitle.has-left-line, .hero-area .section-content .section-subtitle.has-right-line{
  display: none;
}
.service-details-area .thumb-main .hero-social {
  display: none;
}
.header__navicon i{
  color: #000;
}
@media only screen and (max-width: 768px) {

  .hero-area .section-title {
    font-size: 42px !important;
    line-height: .92;
  }
  .custom-class {
    font-size: 22px;
    line-height: 38px !important;
    text-transform: initial;
  }
  .counter-area.homepage .section-title {
    font-size: 30px;
  }
  .counter-area.homepage .counter-box .number {
    font-size: 50px;
  }
  .counter-area.homepage .counter-box .number img {
    height: 40px;
  }
  .counter-area.homepage .counter-box .text {
    font-size: 18px;
    margin-top: 27px;
  }
  .counter-area.homepage .counter-wrapper > :not(:first-child) {
    margin-top: 50px;
  }
  .awards-list{
    display: none;
  }
  .counter-area .counter-box .text {
    padding-right: 45%;
  }
  .contact-area-inner{
    margin-top: 80px !important;
  }
  .homepage br{
    display: block;
  }
  .header__navicon i{
    color: #000 !important;
  }
}