/*Start of the footer section*/

#footer
{
  background: #65AC4C;
}

#footer .footer
{
  padding: 30px 0;
}

#footer .footer .footer-logo
{
  text-align: justify;
  padding: 20px 0;
  color: #fff;
  border: 1px solid #FFF;
}

#footer .footer .social-media-icons
{
  text-align: justify;
  padding: 10px 0;
  font-size: 15px;
}

#footer .footer .social-media-icons span
{
  padding: 0 5px;
}

#footer .footer .social-media-icons span i
{
  color: #FFF;
}

#footer .footer .social-media-icons span i:hover
{
  opacity: 0.6;
}


#footer .footer .footer-links ul
{
  padding: 0;
  border-bottom: 1px solid #fff;
}

#footer .footer .footer-links ul li
{
  list-style-type: none;
  display: inline-block;
  padding: 5px 8px;
}

#footer .footer .footer-links ul li a
{
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;

}

#footer .footer .footer-contact
{
  padding: 25px 0;
  text-align: justify;
  color: #FFF;
}

#footer .footer .footer-contact h2
{
  font-size: 17px;
  font-weight: bold;
}

#footer .footer .footer-contact p
{
  font-size: 13px;
  margin: 0 0 10px;
}

#footer .footer-cpyright
{
  background: #172648;
  color: #FFF;
  text-align: justify;
  padding: 18px 0;
  font-size: 13px;
}

#footer .footer-cpyright a
{
  color: #FFF;
}

/*End of the footer section*/