.hero {
  padding: 20px 0;
}

.hero > div {
  padding: 5rem 0;
  background: url("../images/hero-bg.svg") no-repeat;
  background-position: right center;
  min-height: 460px;
}

.hero .title {
  color: #e5787c;
  text-transform: uppercase;
  font-weight: 700;
}

.hero .title span {
  font-weight: 500;
  color: #a42024;
}

.hero .subTitle {
  max-width: 400px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 16px;
}

.hero .btn {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 40px;
  margin-top: 30px;
}

.sec {
  padding: 5rem 0;
}

.sec .secBar {
  position: relative;
  display: block;
  height: 50px;
}

.sec .secBar::before {
  content: " ";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 50px solid #a42024;
  background-color: #f9bc16;
  height: 20px;
  width: 140px;
}

.sec .centerTitle {
  text-align: center;
  text-transform: uppercase;
  color: #a42024;
  font-size: 2.6rem;
  padding-top: 20px;
}

.servicesSec {
  padding-bottom: 0;
}

.services {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.services .service {
  text-align: center;
  margin-bottom: 30px;
}

.services .service img {
  max-width: 250px;
  margin-bottom: 20px;
}

.services .service .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 2rem;
  color: #a42024;
}

.portfolioSec {
  background: url("../images/portfolio-bg.svg") no-repeat, -webkit-gradient(linear, left top, right top, from(#f9bc16), to(rgba(249, 188, 22, 0.1))) no-repeat;
  background: url("../images/portfolio-bg.svg") no-repeat, linear-gradient(90deg, #f9bc16, rgba(249, 188, 22, 0.1)) no-repeat;
  padding-top: 15rem;
}

@media screen and (max-width: 991px) {
  .portfolioSec {
    padding-top: 11rem;
  }
}

.portfolioSec .projectList {
  margin-top: 5rem;
}

.portfolioSec .projectList > div {
  margin-bottom: 30px;
}

.portfolioSec .project {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
}

.portfolioSec .project .title {
  color: #a42024;
  padding: 20px;
  border-bottom: 1px solid #aaa;
  text-transform: uppercase;
  margin-bottom: 0;
}

.portfolioSec .project .details {
  padding: 20px 20px 30px;
}

.portfolioSec .project p {
  min-height: 3rem;
}

.portfolioSec .project img {
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
}

.clientsSec {
  background-color: #231f20;
  color: #fff;
  padding: 2.5rem 0;
}

.clientsSec .centerTitle {
  color: #fff;
}

.clientsSec .clients {
  margin-top: 80px;
}

.clientsSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clientsSec ul li {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.clientsSec ul li img {
  max-width: 200px;
}

.requestQuoteSec .title {
  font-size: 3rem;
  text-transform: uppercase;
  color: #a42024;
}

.requestQuoteSec .subTitle {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 20px 0 30px;
}

.requestQuoteSec .points li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.65);
}

.requestQuoteSec .points img {
  width: 30px;
  margin-right: 15px;
}

.requestQuoteSec form {
  margin-top: 30px;
}

.requestQuoteSec form .btn {
  width: 100%;
}

.requestQuoteSec form .form-control {
  border-radius: 0;
}
/*# sourceMappingURL=index.css.map */