.bg-footer {
  background-color: #ffffff;
  padding: 30px 0 0px 0;
  

  
}
.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #3b3b3b;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.2s;
  text-decoration: none;

  
}

.footer-link a u{
  text-decoration: none;
  border-bottom: 1px solid #3b3b3b;
}

.footer-link a:hover {
  color: #c00   ;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}




.footer-alt {
  color: #acacac;
}

.footer-heading {
  color: #1f1f1f;
  font-weight: 500 !important;
  padding: 15px 0;
  position: relative;
  
  border-top: 2px solid #c00;
  border-bottom: 1px solid #c00;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
 
 
}

.footerelement{
  display: flex;
    align-items: center;
}
.bkg{
  position: relative;
  transform: rotate(45deg);
  background-color: #c00;
  height: 50px;
  width: 50px;
}
.icns img{
  height: 30px;
  width: 30px;
  position: absolute;
  top: 19%;
  transform: rotate(-45deg);
  left: 20%;
 
}
.textfooter{
  margin-left: 25px;
  color: #c00;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #c00;
  
}
.textfooter a{
  color: #c00;
  line-height: 22px;
  text-decoration: none;
 
}

.contact_us img{

  height: 20px;
  padding: 0px 7px;
}


.brandname{
  display: flex;
  position: relative;
  border-top: 2px solid #c00;
  align-items: center;
  justify-content: space-between;
}
.copyrighttext{
  color: #1f1f1f;
}
.footupper{
  background-color: #f6f6f6;
  width: 100%;
  border-bottom: 5px solid #c00;
  text-align: center;

 
}
.btn-red{
  background-color: #c00;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}
.btn-red:hover{
  background-color: #fff;
  color: #c00;
}