.footer{
 box-sizing: border-box;
 position: relative;
 width: 100%;;
 padding: 20px;
/* background: #ae3334;
 background: url('img/footer_bg.jpeg');*/
 background: linear-gradient(#111, #222);
 
}
.footer .footer-con{
  width: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.footer .box {
  position: relative;
  width: 20%;
  box-sizing: border-box;
  padding: 15px 5px;
  float: left;
}
.footer .box.size_40 {
  width: 40%;
}

.footer .box .box-con{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
.footer .box .box-con .footer-logo {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding-bottom: 20px;
}
.footer .box .box-con .footer-logo img {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  float: left;
  filter: drop-shadow(2px 4px 6px black);
}
.footer .box .box-con .footer-short-desc {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
  padding: 10px 20px;
  color: white;
}
.footer .box .box-con .footer-short-desc p {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}


.footer .box .box-con h2{
  box-sizing: border-box;
  color: #eee;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  
}

.footer .box .box-con  ul{
  position: relative;
  box-sizing: border-box;
  list-style: none;
  color: white;
}
.footer .box .box-con ul li{
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  text-decoration: none;
  height: auto;
  line-height: 25px;
}
.footer .box .box-con ul li a
{
 color:white;
  font-size: 11pt;
 position: relative;
  box-sizing: border-box;
  text-transform: capitalize;
  
  }
.footer .box .box-con a:hover
{
	text-decoration: underline;
}

.footer  .bottom-footer{
  position: relative;
  box-sizing: border-box;
 width: 100%;
  text-align: center;

}
.footer  .bottom-footer p{
  text-align: center;
  padding: 10px;
  color: white;
}

.bottom-footer
{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  float: left;
  background: #0000003d;
  margin-bottom: 50px;
}
.bottom-footer .right-bottom-footer
{
	position: relative;
	box-sizing: border-box;
	width: 50%;
	float: left;

}
.bottom-footer .right-bottom-footer p
{
	color: white;
	padding: 25px 0px;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
}
.bottom-footer .bottom-footer-icon
{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  float: right;
  padding: 20px 25px;
}
.bottom-footer .bottom-footer-icon a
{
  position: relative;
  box-sizing: border-box;
  border: 0px solid white;
  margin-left: 10px;
  border-radius: 50px;
  padding: 20px 20px;
  color: white;
  font-size: 18pt;
}

@media screen and (max-width : 468px) {
  .page {
    width: 100%;
  }
  .footer .box {
    width: 100%;
  }
  .bottom-footer .right-bottom-footer
  {
  	width: 100%;
  }
  .bottom-footer .bottom-footer-icon
  {
  	width: 100%;
  	text-align: center;
  }
  .bottom-footer .right-bottom-footer p
  {
  	padding: 10px;
  	text-align: center;
  }
  .footer .box .box-con h2
  {
  	text-align: center;
  }
  .footer .box .box-con ul, li, a
  {
  	text-align: center;
  }
  .footer .box.size_40
  {
    width:100%;
  }
  .footer .box .box-con .footer-logo img
  {
    width: 80%;
    margin-left: 10%;
  }
.footer .box .box-con .footer-short-desc {
  text-align: center;
}
}