/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0; /* -8px ne replace karine proper align */
  width: 100%;
  background-color: #E5E5E5;
  z-index: 1;
  font-size: 14px;
}

.footer-menu {
  background-color: #231f20;
  display: flex; /* flexbox use karo */
  justify-content: space-around; /* items ek line ma evenly spread */
  align-items: center;
  padding: 5px 0;
  flex-wrap: nowrap; /* wrap na thay */
}

.footer-menu .col-xs-3 {
  width: auto !important; /* fixed width hataavo */
  flex: 1; /* badha equally space leve */
  text-align: center;
}

.footer-menu img {
  width: 25px;
  height: 25px;
}

.font_footer1 {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  display: block;
  margin-top: 4px;
}


body>.container {
  padding: 10px 15px 0;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.footer-copyright {
  background-color: #FFFFFF;
  /* border-top: 1px solid #000; */
  /* background-image: url(../img/appimages/Strock.png);
  background-size: 100% 3%;
  background-repeat: no-repeat;
  background-position: center top; */
}