p{
    color: #262223 !important;
}
a{
    color: #888 !important;
}
.footer-social {
  padding-top: 25px;
  text-align: left;
}

.pt-3{
    padding-top: 3px !important;
}

.pb-3{
    padding-bottom: 3px !important;
}

.footer-bottom{
    padding: 15px;
}

.footer-bg{
   background-color: #411512  !important;
  
}
.footer-bg1{
   background-color: #EAFFC1  !important;
  
}

.footer-bg p, .footer-bg a{
     color:#EAFFC1  !important;
}
.footer-social a{
    /*background:none !important;*/
}
.btn-facebook {
  background: #395b9a none repeat scroll 0 0  !important;;
  color: #fff  !important;;
}
.btn-instagram {
  background: #E1306C none repeat scroll 0 0 !important;
  color: #fff !important;
}
.btn-twitter {
  background: #1DA1F2 none repeat scroll 0 0 !important;
  color: #fff !important;
}

.btn-youtube {
  background: #FF0000 none repeat scroll 0 0 !important;
  color: #fff !important;
}

.btn-linkedin {
  background: #0077B5 none repeat scroll 0 0 !important;
  color: #fff !important;
}
a[class^="btn-"]:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}