/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: url(../../assets/images/callus.webp) fixed center center;
  background-size: 100% 100%;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ffbc3b;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ffbc3b;
  border: 2px solid #ffbc3b;
}

@media (max-width: 768px) {
 .cta {
    background-size: auto;
  }
}
	.iconbox,
	.flat-testimonials-images,
	.footer-widgets .widget  {
		margin-bottom: 30px;
	}

	.testimonials {
		margin-bottom: 30px;
	}
	.testimonials.style2 .message {
		padding: 0 15px;
	}

@media only screen and (max-width: 767px) {
	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post {
		max-width: 100%;
	}

	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post {
		margin-right: 0;
	}

	.testimonials .avatar,
	.blog-shortcode.style1 article .featured-post,
	.flat-button.medium.button-radius {
		margin-bottom: 15px;
	}
}
