.black-bg {
  background-color: #202026;
  color: #fff;
  margin-top: 30px;
}

.img-responsive{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 100%;
}

.xt-social {
  padding: 22px 0;
}
.xt-social span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.xt-social ul {
  display: inline-block;
}
.xt-social ul li {
  display: inline;
}
.xt-social ul li a {
  font-size: 20px;
  margin: 0 12px;
  color: #fff;
}
.xt-social ul li a:hover {
  color: #f26667;
}
.footer-widget h4 {
  margin-bottom: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.footer-widget ul li {
  margin-top: 10px;
}
.footer-widget ul li a {
  text-transform: capitalize;
}
.footer-widget ul li a:hover {
  color: #f26667;
}
.footer-widget ul li a .fa {
  color: #f26667;
  margin-right: 10px;
}
.footer-contact img {
  margin-bottom: 30px;
}
.footer-contact ul li .fa {
  width: 20%;
  display: block;
  float: left;
  color: #f26667;
  font-size: 16px;
  line-height: 26px;
}
.footer-contact ul li address {
  display: table;
}
.footer-widget-2 .f-icon {
  text-align: center;
  margin: 0 auto;
  padding-right: 0;
}
.footer-widget-2 .fa {
  font-size: 26px;
  line-height: 35px;
  color: #f26667;
}
.footer-widget-2 .fa:before {
    font-size: 26px;
    line-height: 35px;
}
.footer-widget-2 h4 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  color: #f26667;
  font-weight: 600;
}
.footer-widget-2 p {
  font-size: 12px;
  line-height: 20px;
}
.footer-bottom p {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.footer-bottom img {
  float: right;
}

.section-separator {
  padding: 50px 0;
}


@media only screen and (max-width: 991px) { 
  .padding-sm {
    padding-right: 15px;
    padding-left: 15px;
  }
  .section-separator {
    padding: 30px 0;
  }  
  .black-bg {
    text-align: center;
  }
  .xt-social {
    float: none;
  }
  .footer-widget-2 p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-widget-2 .f-icon {
    text-align: left;
  }
  .footer-bottom p {
    font-size: 14px;
    line-height: 22px;
  } 
  .margin-in {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-contact ul li {
    display: block;
    text-align: left;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .footer-widget ul li {
    margin-top: 10px;
    display: block;
  }
  .footer-widget h4 {
    margin-bottom: 10px;
  }
  .footer-widget-2 .f-icon {
    text-align: center;
  }
  .footer-widget-2 {
    margin-bottom: 20px;
  }
  .footer-bottom p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-bottom img {
    float: none;
    margin: 0 auto;
  }
  .footer-contact img {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .footer-contact ul li address {
    display: block;
  }
  .footer-contact ul li .fa {
    width: 100%;
    display: block;
    float: none;
    color: #f26667;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
  }
  .footer-widget ul li {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}