.service-one__single {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.service-one__title {
    margin-bottom: 10px;
}

a.service-one__link {
    display: none;
}

.inner-banner {
    background: #2e3d62 url(../images/blog/social-media-marketing-trends-2019-header.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 120px;
    padding-top: 188px;
}

.blog-details__title {
    margin-bottom: 20px;
}

p.blog-details__text {
    margin-bottom: 10px;
}
section.inner-banner {
    position: relative;
}
div#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}


.contact-us input, .contact-us textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  border: 1px solid #EAEAEA;
  color: #666E82;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.contact-us input::-webkit-input-placeholder, .contact-us textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666E82;
}
.contact-us input::-moz-placeholder, .contact-us textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666E82;
}
.contact-us input:-ms-input-placeholder, .contact-us textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666E82;
}
.contact-us input:-moz-placeholder, .contact-us textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666E82;
}
.contact-us textarea {
  height: 243px;
  padding-top: 20px;
}
.contact-us__btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: #ff8257;
  border-radius: 33.5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.contact-us__btn:hover {
  background-color: #2e3d62;
}


.contact-us {
    padding-top: 120px;
    padding-bottom: 80px;
}

.cta-one__list {
    margin-bottom: 50px;
}