.footer-section{
  background: #2c2e31;
}


.footer-section .footer-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.footer-box1{
  color: #fff;
  width: 40%;
  margin: 10px;
}

.footer-box{
  color: #fff;
  width: 30%;
  margin: 10px;
  padding-left: 20px;
}

.footer-box .footer-header h2{
}

.footer-box img{
  margin: 10px 0;
}

.footer-wrapper .footer-box ul{
  padding-left: 0;
}

.footer-wrapper .footer-box ul li{
  list-style: none;
  text-decoration: none;
  padding: 0px 10px 10px 0;
  transition: all 0.4s;
}

.footer-wrapper .footer-box ul li:hover{
  transform: translateX(10px);
  color: #f05b2e;
}

.footer-wrapper .footer-box i{
  border-radius: 10px;
}

.footer-box .footer-details ul{
  margin: 16px 0;
}

.footer-box .footer-details i{
  background: #f05b2e;
  padding: 5px 6px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 12px;
}

.footer-box .footer-socials{
  display: flex;
  align-items: center;
}

.footer-box .footer-details ul li{
  padding-bottom: 0px;
  color: #fff;
}

.footer-socials .footer-icon{
  font-size: 16px;
  color: #fff;
  background: #f05b2e;
  padding: 5px;
  line-height: 12px;
  text-align: center;
  margin: 0 10px 10px 0;
  transition: 0.4s ease;
}

.footer-floor{
  background: #fefefe;
  padding: 16px;
  color: #fff;
  text-align: center;
}

.footer-socials .footer-icon:hover{
  background: #fff;
  color: #f05b2e;
}

@media (max-width: 992px){

.footer-section .footer-wrapper{
  flex-direction: column;
}
}

@media (max-width: 768px){

.footer-box{
  width: 50%;
}

}

@media (max-width: 600px){

.footer-box{
  width: 100%;
  margin: 10px 0;
}

}

.btn-txt{
  margin-bottom: 0px;
}









