/* about section title */
.section-sub-title.about h5 {
  margin-left: 56px;
}
.section-sub-title.about::after{
  right: 92%;
}
.section-sub-title.about::before{
  display: none;
}
.section-main-title.about {
  margin-bottom: 20px;
}
.section-discription.about {
  width: 85%;
}
.section-discription.about p {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  line-height: 27px;
}
/*================================================
 <--Start dreamhub About Area Css-->
=================================================*/
.about-area {
  padding: 0px 0 50px;
}
.about-thumb {
  position: relative;
}
.about-shape {
  position: absolute;
  bottom: -98px;
  left: -59%;
  z-index: -1;
}
.about-content-icon-thumb {
  float: left;
  margin-right: 29px;
  margin-top: 15px;
  background: #EF3B1B;
  height: 55px;
  width: 55px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}
.about-content-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #483b33;
  margin-bottom: 11px;
}
.about-content-discription {
  width: 83%;
}
.about-content-discription p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
/* about innner page css */
.contact-us-area.style {
  padding: 80px 0 109px;
}
/* section title */
.service-area {
  padding: 110px 0 0px;
}
.section-sub-title {
  position: relative;
}
.section-sub-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background: #EF3B1B;
  left: 54%;
  bottom: 5px;
}
.section-sub-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background: #EF3B1B;
  right: 54%;
  bottom: 5px;
}
.section-sub-title h5 {
  font-size: 26px;
  font-weight: 600;
  color: #EF3B1B;
}
.section-main-title {
  margin-bottom: 54px;
}
.section-main-title h3 {
  font-size: 45px;
  font-weight: 600;
  line-height: 32px;
  color: #483b33;
  margin: 20px 0 0;
}