/*  Global Helpers Start */
/* Footer Start */
.footer {
  background-color: rgba(0, 0, 0, 0.95); }
  .footer .logo-small {
    text-align: center; }
    .footer .logo-small a img {
      width: 180px;
      height: auto; }
  .footer .footer-con ul.info,
  .footer .footer-con ul.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    list-style: none; }
    .footer .footer-con ul.info li,
    .footer .footer-con ul.socials li {
      margin-right: 20px; }
      .footer .footer-con ul.info li a,
      .footer .footer-con ul.socials li a {
        font-family: "Bebas Neue", cursive;
        color: #fff !important; }
      .footer .footer-con ul.info li i,
      .footer .footer-con ul.socials li i {
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        padding: 20px;
        margin-right: 20px;
        width: 60px;
        height: 60px;
        text-align: center;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .footer .footer-con ul.info li i:hover,
        .footer .footer-con ul.socials li i:hover {
          background-color: #fff;
          color: #000000;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
  .footer .footer-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer .footer-small p {
      font-family: "Bebas Neue", cursive !important;
      color: #fff !important;
      text-transform: uppercase; }
      .footer .footer-small p small {
        color: #fff !important; }
        .footer .footer-small p small a {
          color: #FEA528 !important; }
    .footer .footer-small ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      list-style: none; }
      .footer .footer-small ul li {
        margin-right: 0.935rem; }
        .footer .footer-small ul li a {
          color: #fff !important; }
      .footer .footer-small ul li:last-child {
        margin-right: 0; }
  .footer .sponsors-con {
    background-color: #F4F4F4; }
    .footer .sponsors-con h4 {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 300;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      padding-bottom: 15px; }
    .footer .sponsors-con .sponsor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }

/* Footer End */
