/** fonts **/
/** Primary and secondary fonts settings **/
/** Body colors **/
/** Header colors **/
/** body background **/
/** wrapper background **/
/** footer first widget area background **/
/** footer second widget area background **/
/** Footer colors **/
/* line 7, intro.less */
.theme-intro-block .container-fluid {
  padding: 0;
}
/* line 10, intro.less */
.theme-intro-block .text-block {
  padding: 50px 60px;
  background: #ffffff;
  margin: 60px 0 60px -130px;
}
/* line 15, intro.less */
.theme-intro-block h4 {
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  /* line 23, intro.less */
  .theme-intro-block .text-block {
    padding: 30px;
    margin: -50px 30px 0 30px;
  }
}
