/* Footer */
/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); */
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #000000 !important;
}
#footer h5{
  padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 8px 9px;
  height: 40px;
  width: 40px;
  color: #ffffff;
}
#footer ul.social li a i {
    margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

#footer ul.social li a
{
  color: #000000;
}
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.social li a:hover{
  color:#000000;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
.box
{
  padding: 5px 4px; 
  justify-content: space-between;
  display: block;
  margin-top: 10px;
}
.box li
{
  background-color: #ffffff;
  border-radius: 50%;
}
.logoname
{
      color: #ffffff;
    text-decoration: none;
    font-size: 50px;

    padding: 10px 16px 0px 16px;
    font-weight: bold;
    font-family: 'Barlow Condensed';
    text-shadow: 3px 3px 2px rgb(128 0 0);
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: black;
}
.foot_top
{
  background-color: rgba(244, 167, 145, 0.95);
  height: 30vh;
}
.foot_top .foot_box
{
  text-align: center;
  background-color: yellow;
}