
#footer {
  /**background: #1fe1b3 !important**/
}
.lint_white{
  background: #fff !important;
}
.lint_white_small{
  height:8px;
  background: #fff !important;
}
.lint_orange {
  background: #eb8258 !important;
}
.lint_orange_small{
  background: #eb8258 !important;
  height:8px;
}
.lint_orange_mini{
  background: #eb8258 !important;
  height:1px;
}
.lint_blueish_mini{
  background: #00bfb2 !important;
  height:1px;
}
.lint_green_mini{
  background: #00bfb2 !important;
  height:1px;
}
.border_orange_right_mini{
  border-right: 1px solid #eb8258;
}
.border_blueish_right_mini{
  border-right: 1px solid #00bfb2;
}
.lint_black {
  background: rgb(7,55,76) !important;
}
.lint_black_small{
  background: #4f6d7a !important;
  height:8px;
}
.lint_blueish {
  background: #00bfb2 !important;
}
.lint_blueish_small{
  background: #00bfb2 !important;
  height:8px;
}
.colorGreen{
  color:#00bfb2 !important;
}

.height10{
  height: 10px;
}

#footer h5{
  padding-bottom: 6px;
  margin-bottom: 20px;
}
#footer a {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#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:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color:#ffffff;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#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;
  }
}
