
body {font-family: 'Segoe UI';}
.hero {background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url('../images/banner.jpg'); padding:120px 0;}
.hero h1 {font-size:55px;}
.features {padding:60px 0; background:#f8f9fa;}
.features i {font-size:40px; margin-bottom:10px;}
.services {padding:60px 0;}
.services .card {padding:20px; text-align:center; box-shadow:0 5px 15px rgba(0,0,0,0.1);} 
.blog {padding:60px 0; background:#f1f1f1;}
.blog-card {background:#fff; padding:15px; box-shadow:0 5px 10px rgba(0,0,0,0.1);} 
.blog-card img {width:100%;}
.faq {padding:60px 0;}
/* FOOTER */
.footer {
  background: #111;
  color: #ccc;
}
a{
  text-decoration: none;
}
.footer h5 {
  color: #fff;
}

.footer p {
  font-size: 14px;
  line-height: 1.6;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  color: #ccc;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #0d6efd;
  padding-left: 5px;
}

/* SOCIAL */
.social-icons a {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #0d6efd;
}




