ul {
    margin: 0px;
    padding: 0px;
}
.footer-section-bb {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.media-bb{
  z-index: 99;
    position: absolute;
    top: 104%;
    font-size: 25px;
    letter-spacing: 41px;
    left: 42%;
}

.single-cta i {
  color: #E20612;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #E20612;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #E20612;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  text-decoration: none;
  font-size:16px;
}

.copyright-area{
  background: #202020;
  padding: 8px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 16px;
  color: #878787;
  text-align: end;
}
.copyright-text p a{
  color: #E20612;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #E20612;
}
.footer-menu li a {
  font-size: 16px;
  color: #878787;
}


/* social icon start */

.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
}


.icons a {
  display: inline-flex;
  width: 80px;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  margin: 10px;
  margin-top:-20px;
  border-radius: 10px;
  padding-left:10px;
  margin-bottom:10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  background-size: 100% 200%;
  background-position: 0% 5%;
  transition: background-position 0.5s, color 0.5s;
}

.icons a:nth-child(1) {
  color: #1976d3;
  background-image: linear-gradient(#fff 50%, #1976d3 50%);
}

.icons a:nth-child(2) {
  color: #db6f44;
  background-image: linear-gradient(#fff 50%, #db6f44 50%);
}

.icons a:nth-child(3) {
  color: red;
  background-image: linear-gradient(#fff 50%, red 50%);
}

.icons a:nth-child(4) {
  color: black;
  background-image: linear-gradient(#fff 50%, black 50%);
}


.icons a:nth-child(5) {
  color: #03a9f5;
  background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}

.icons a:hover {
  background-position: 0% 100%;
  color: #fff;
}


/* social icon end */


@media screen and (max-width: 408px) {
  .icons a {
        width: 57px;
    height: 52px;
  }
}