 /* footer */
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



 .footer {
   background-color: #1c1c1cff;
   padding: 20px;
   height: auto;
   
 }

 .containe {
   max-width: 1270px;
   margin: auto;
 }

 .row {
   display: flex;
   flex-wrap: wrap;
 }

 ul {
   list-style: none;
 }

 .footer-col {

   width: 16%;
   padding: 0 15px;
 }

 #footer h4 {
   font-size: 18px;
   color: #FFF;
   text-transform: capitalize;
   margin-bottom: 20px;
   font-weight: 500;
   position: relative;
   /*padding-left: 30px;*/
 }

 #footer h4::before {
   content: "";
   position: absolute;
   left: 0;
   bottom: -1px;

   height: 2px;
   position: 7px;
 }
 
 #footer ul {
   padding-left:0px;
 }

 #footer ul li:not(:last-child) {
   margin-bottom: 10px;
 }

 #footer ul li a {
   color: #DDD;
   display: block;
   font-size: 15px;
   font-weight: 300;
   text-transform: capitalize;
   text-decoration: none;
   transition: all 0.3s ease;
 }

 #footer ul li a:hover {
   color: #E7292A;
  
 }

.footer-copyright p {
 text-align: left;
}
.footer-copyright .social-buttons {
 text-align: right;
}
 @media(max-width: 767px) {
   .footer-col {
     width: 50%;
     margin-bottom: 30px;
   }
   .footer-copyright p {
 text-align: center !important;
 }
.social-buttons {
 text-align: center !important;
}
 }

 @media(max-width: 574px) {
   .footer-col {
     width: 100%;
   }
   .footer-copyright p {
 text-align: center !important;
 }
.social-buttons {
 text-align: center !important;

}
 }
 

.list-inline-item a {
 color: #E7292A;
}
.list-inline-item ul a{
 color: #E7292A;
}
