.footer-section{
  float:left;
  width:100%;
  background:#231F20;
  padding:45px 0 98px;
  display:flex;
  justify-content:center;
}
.footer-wrapper{
  float:left;
  width:100%;
  max-width:1170px;
  padding:0 20px;
}
.footer-quick-links{
  float:left;
  width:100%;
  max-width:calc(100% - 370px);
}
.footer-quick-links h2{
  float:left;
  width:100%;
  margin-bottom:5px;
  color:#FFFFFF;
  text-transform:uppercase;
  font-size:26px;
  line-height:27px;
  margin-bottom: 15px;
}
.footer-social-links{
  float:left;
  width:100%;
  max-width:370px;
}
.footer-social-menu{
  float:left;
  width:100%;
}
.footer-social-menu h2{
  float:left;
  width:100%;
  margin-bottom:5px;
  color:#FFFFFF;
  text-transform:uppercase;
  font-size:26px;
  line-height:27px;
  margin-bottom: 15px;
}
.footer-quick-links ul {
    float: left;
    width: 100%;
}
.footer-quick-links ul li {
    float: left;
    width: 100%;
  margin-bottom:4px;
}
.footer-quick-links ul li a{
    float: left;
    width: auto;
  font-size:18px;
  line-height:27px;
  color:#FFFFFF;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.footer-quick-links ul li a:hover{
  color:rgb(45 190 197);
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.footer-social-menu ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
      padding: 10px 0 15px;
}
.footer-social-menu ul li {
    float: left;
    width: auto;
}
.footer-social-menu ul li a {
    max-width: 48px;
  float: left;
}
.footer-social-menu ul li a img {
    max-width: 48px;
  float: left;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.footer-social-menu ul li a:hover img {
   opacity:0.7;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.footer-cp-rights {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 27px;
}

@media(max-width:768px){
  .footer-quick-links {
      max-width: inherit;
      margin-bottom: 50px;
  }
  .footer-social-links {
      max-width: inherit;
      text-align: center;
  }
  .footer-social-menu ul {
      justify-content: center;
      padding:0 0 20px;
  }
  .footer-social-menu ul li {
      float: left;
      width: auto;
      padding: 0 10px;
  }
  .footer-social-menu ul li a img {
      max-width: 26px !important;
  }
  .footer-section {
      padding: 40px 0;
  }
}