@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700);
.body-footer {
 font-family:Rubik,sans-serif;
 position:relative;
 font-weight:400;
 font-size:15px
}

.a-footer:focus,.a-footer:hover {
 text-decoration:none;
 -webkit-transition:.3s ease;
 -o-transition:.3s ease;
 transition:.3s ease
}
.a-footer:focus {
 outline:0
}
.footer-logo {
 height: 100px;
 width: auto;
 
}

.p-footer{
  align-items: start;
  text-align: left;
  margin-bottom: 14px;
  padding: 0px;
}

.h4-footer {
 margin:0;
 font-weight:600;
 padding:0;
 color:#ffffff
}
.a-footer {
 color:#ffffff
}

.footer-big {
 padding-top: 32px;
 padding-bottom: 32px;
}
.footer-big .footer-widget {
 margin-bottom:40px
}
.footer--light {
 background:#100A0A;
}
.footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
 color:#ffffff
}
.footer-menu {
 padding-left:48px
}
.footer-menu ul li a {
 font-size:15px;
 line-height:32px;
 -webkit-transition:.3s;
 -o-transition:.3s;
 transition:.3s
}
.footer-menu ul li a:hover {
 color:#ED1415;

}
.footer-menu--1 {
 width:100%
}
.footer-widget-title {
 line-height:42px;
 margin-bottom:10px;
 font-size:18px;
 margin:0;
 font-weight:600;
 padding:0;
 color:#ffffff;
}
.mini-footer {
 background:#ED1415;
 ;
 text-align:center;
 padding:24px 0
}
.mini-footer p {
 margin:0;
 line-height:26px;
 font-size:15px;
 color:#ffffff;
}
.mini-footer p a {
 color:#ffffff
}
.mini-footer p a:hover {
 color:#000000
}
.widget-about img {
 display:block;
 margin-bottom:30px
}
.widget-about p {
 font-weight:400
}
.widget-about .contact-details {
 margin:30px 0 0 0
}
.widget-about .contact-details li {
 margin-bottom:10px
}
.widget-about .contact-details li:last-child {
 margin-bottom:0
}
.widget-about .contact-details li span {
 padding-right:12px
}
.widget-about .contact-details li a {
 color:#ffffff
}
@media (max-width:991px) {
 .footer-menu {
  padding-left:0
 }
}


/*footer 2*/
.footer-img{
	width: 100px;
}
.footer-body{
	background-color: #100A0A;
}
.lowerbar{
	background-color: #DE2324;
}
.btnlink{
	color: white;
	transition: all 0.3s ease-in-out;
}
.btnlink:hover{
	color: #DE2324;
	transition: all 0.3s ease-in-out;
}
.btn-floating:hover{
	background-color: #DE2324;
	color: white;
	transition: all 0.3s ease-in-out;
}
