.dt-services {
	margin-top: 40px;
    padding: 30px 0;
    background: #f6f6f6;
}

.dt-services .dt-entry-header h2,
.dt-testimonial-wrap .dt-entry-header h2,
.dt-news-layout-wrap .dt-entry-header h2,
.dt-call-to-action-meta h2 {
    text-align: center;
    font-size: 36px;
	font-weight: 400;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.dt-services .dt-entry-header h2:after,
.dt-testimonial-wrap .dt-entry-header h2:after,
.dt-news-layout-wrap .dt-entry-header h2:after {
    content: '';
    width: 600px;
    height: 1px;
    background: rgba(39,48,57,.15);
    position: absolute;
    left: 50%;
    margin-left: -300px;
    bottom: 0;
    z-index: 99;
}

.dt-services .dt-entry-header h2 span,
.dt-testimonial-wrap .dt-entry-header h2 span,
.dt-news-layout-wrap .dt-entry-header h2  span {
    position: absolute;
    left: 50%;
    z-index: 999;
    bottom: -21px;
    margin-left: -21px;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
	border: 1px solid rgba(39,48,57,.1);
    font-size: 20px;
	line-height: 1em;
	padding-top: 10px;
	padding-left: 2px;
    color: #fa7921;
	box-shadow: 0 0 0 8px #f3f4f6;
}

.dt-services .dt-entry-header p {
    text-align: center;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    padding: 0 80px;
	color: rgba(39,48,57,.7);
}

.dt-services-holder {
    float: left;
    width: calc(33.333333% - 20px);
    margin-right: 30px;
    background: #fff;
    position: relative;
    padding-bottom: 70px;
    margin-top: 30px;
    box-shadow: 0 0 6px rgba(39,48,57,.07);
}

.dt-services-holder:nth-child(3),
.dt-services-holder:nth-child(6) {
    margin-right: 0;
}

.dt-services-holder figure {
	position: relative;
	overflow: hidden;
}

.dt-services-holder figure img {
	width: 100%;
	height: auto;
}

.dt-services-holder span {
	display: block;
	position: absolute;
	z-index: 999;
	top: 50%;
	right: -48px;
	width: 48px;
	height: 48px;
	background: #fa7921;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding-top: 11px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
}

.dt-services-holder:hover span {
	opacity: 1;
	visibility: visible;
	right: 20px;
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
}

.dt-services-header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 70px;
    padding: 18px 20px;
    background: #fff;
	overflow: hidden;
}

.dt-services-holder:hover .dt-services-header {
    height: 162px;
}

.dt-services-header h3 {
	margin: 0;
    font-size: 20px;
	font-weight: 400;
}

.dt-services-header h3 a {
	color: rgba(39,48,57,1);
}

.dt-services-header:hover h3 a {
	color: #fa7921;
}

.dt-services-header p {
	margin-top: 20px;
    font-size: 15px;
    line-height: 1.6em;
}

@media all and (max-width: 992px) {
  .container {
    width: 96%;
  }
  
  .dt-services-holder span {
	top: 40%;
	right: -48px;
	width: 48px;
	height: 48px;
	padding-top: 11px;
	border-radius: 50%;
  }

  .dt-services-header {
    height: 60px;
  }

  .dt-services-header h3 {
    font-size: 16px;
	font-weight: 400;
  }
}

@media all and (max-width: 768px) {
  .dt-services-holder {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .dt-services-holder:nth-child(2n+1) {
    margin-right: 20px;
  }
  .dt-services-holder:nth-child(2n) {
    margin-right: 0;
  }
  
  .dt-services-header {
    height: 65px;
  }

  .dt-services-header h3 {
    font-size: 18px;
  }
}

@media all and (max-width: 600px) {
  /*--------------------------------------------------------------
  # Services
  --------------------------------------------------------------*/
  .dt-services-holder {
    float: none;
    width: 90%;
    margin: 20px auto;
  }

  .dt-services-holder:nth-child(n) {
    margin-right: auto;
  }

  .dt-services-header h3 {
    font-size: 20px;
  }
｝