body {

  margin: 0;

  font-family: Arial, Helvetica, sans-serif;

  background: #ffffff;

}



a {

  transition: .3s;

}



a:hover,

a:active,

a:focus {

  outline: none;

  text-decoration: none;

}



.footer {

  position: relative;

  padding-top: 45px;

  background: #d8d8d8;

}









.footer .footer-about,

.footer .footer-link,

.footer .footer-contact {

  position: relative;

  margin-bottom: 45px;

  color: #313131;

}



.footer .footer-about h3,

.footer .footer-link h3,

.footer .footer-contact h3{

  position: relative;

  margin-bottom: 20px;

  font-size: 22px;

  font-weight: 600;

  letter-spacing: 1px;

  color: #000000;

}



.footer .footer-link a {

  display: block;

  margin-bottom: 10px;

  color: #3c3c3c;

  transition: .3s;

  text-transform: capitalize;

}



.footer .footer-link a::before {

  position: relative;

  content: "\f105";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  margin-right: 10px;

}



.footer .footer-link a:hover {

  color: #000000;

  letter-spacing: 1px;

}



.footer .footer-contact p i {

  width: 25px;

}



.footer .footer-social {

  position: relative;

  margin-top: 20px;

}



.footer .footer-social a {

  display: inline-block;

}



.footer .footer-social a i {

  margin-right: 15px;

  font-size: 18px;

  color: #929292;

}



.footer .footer-social a:last-child i {

  margin: 0;

}



.footer .footer-social a:hover i {

  color: #000000;

}



.footer .footer-menu .f-menu {

  position: relative;

  padding: 10px 0;

  font-size: 0;

  text-align: center;

  border-top: 1px solid rgba(255, 255, 255, .1);

  border-bottom: 1px solid rgba(255, 255, 255, .1);

}



.footer .footer-menu .f-menu a {

  color: #000000;

  font-size: 16px;

  margin-right: 15px;

  padding-right: 15px;

  border-right: 1px solid rgba(255, 255, 255, .3);

}



.footer .footer-menu .f-menu a:hover {

  color: #0085ff;

}



.footer .footer-menu .f-menu a:last-child {

  margin-right: 0;

  padding-right: 0;

  border-right: none;

}



.footer .copyright {

  padding: 30px 15px;

}



.footer .copyright p {

  margin: 0;

  color: #dddddd;

}



.footer .copyright .col-md-6:last-child p {

  text-align: right;

}



.footer .copyright p a {

  color: #0085ff;

  font-weight: 500;

  letter-spacing: 1px;

}



.footer .copyright p a:hover {

  color: #ffffff;

}



@media (max-width: 768px) {

  .footer .copyright p,

  .footer .copyright .col-md-6:last-child p {

    margin: 5px 0;

    text-align: center;

  }

}

