img {
  max-width: 100%;
}

.inner-banner {
  position: relative;
}
.inner-banner figure {
  line-height: 0;
  text-align: center;
}
.inner-banner figure img {
  width: 100%;
}
.inner-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}
.inner-banner .heading {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #84909D;
  padding-bottom: 20px;
}
.inner-banner strong {
  font-weight: 600;
}
.inner-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.inner-banner ul li {
  font-size: 13px;
}
.inner-banner ul li::after {
  content: "/";
  display: inline-block;
  font-size: 13px;
  padding: 0 15px;
}
.inner-banner ul li:last-child::after {
  display: none;
}
.inner-banner ul a {
  font-size: 13px;
  color: #fff;
}

.inner-page-content {
  padding: 50px 0;
}
.inner-page-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ask-question-box {
  padding: 20px;
  background: #FF6C16;
  margin: 25px 0;
}
.ask-question-box .heading {
  color: #fff;
}
.ask-question-box input, .ask-question-box textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
  color: #4F4F4F;
}
.ask-question-box input::-webkit-input-placeholder, .ask-question-box textarea::-webkit-input-placeholder {
  color: #4F4F4F;
  opacity: 100%;
}
.ask-question-box input::-moz-placeholder, .ask-question-box textarea::-moz-placeholder {
  color: #4F4F4F;
  opacity: 100%;
}
.ask-question-box input:-ms-input-placeholder, .ask-question-box textarea:-ms-input-placeholder {
  color: #4F4F4F;
  opacity: 100%;
}
.ask-question-box input::-ms-input-placeholder, .ask-question-box textarea::-ms-input-placeholder {
  color: #4F4F4F;
  opacity: 100%;
}
.ask-question-box input::placeholder, .ask-question-box textarea::placeholder {
  color: #4F4F4F;
  opacity: 100%;
}

.form-submit-btn {
  width: 100%;
  background: #fff;
  padding: 12px;
  border: 1px solid #ddd;
  color: #FF6C16;
  text-transform: uppercase;
}

.inner-content-box {
  width: 70%;
  color: #000000;
}
.inner-content-box p {
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 25px;
  color: #000000;
}
.inner-content-box .inner-title {
  font-size: 25px;
  font-weight: 700;
  color: #071D37;
  margin-bottom: 25px;
}
.inner-content-box figure {
  line-height: 0;
  margin-bottom: 30px;
}
.inner-content-box figure img {
  width: 100%;
}

.why-choose-section {
  background: #EFEFEF url(../images/inner/why-choose.jpg) no-repeat right bottom;
  padding: 80px 0 108px;
  color: #071D37;
}
.why-choose-section .heading {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 30px;
}
.why-choose-section span {
  font-size: 300;
  font-size: 35px;
}
.why-choose-section ul {
  width: 925px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why-choose-section ul li {
  background: #fff url(../images/inner/right.svg) no-repeat 20px;
  padding: 15px;
  padding-left: 65px;
  margin-bottom: 20px;
  font-size: 18px;
  width: 49%;
}
.why-choose-section .get-button {
  font-weight: 300;
}

.portfolio-content {
  background: #F5F5F5;
}
.portfolio-content .inner-content-box {
  width: 100%;
}

@media (max-width: 767px) {
  .inner-banner figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner-banner .heading {
    font-size: 25px;
  }

  .inner-page-content {
    padding: 30px 0;
  }
  .inner-page-content .container {
    display: block;
  }

  .listing-sidebar {
    width: 100%;
    margin-bottom: 25px;
  }

  .inner-content-box {
    width: 100%;
    text-align: center;
  }
  .inner-content-box p {
    margin-bottom: 20px;
    text-align: justify;
  }
  .inner-content-box .inner-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .inner-content-box figure {
    margin-bottom: 20px;
  }

  .why-choose-section {
    background-position: 100% 100%;
    padding: 40px 0;
  }
  .why-choose-section .heading {
    font-size: 25px;
  }
  .why-choose-section span {
    font-size: 25px;
  }
  .why-choose-section ul {
    width: 100%;
  }
  .why-choose-section ul li {
    width: 100%;
    font-size: 15px;
    background-position: 15px;
    padding-left: 55pxs;
  }
}