
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*footer_start*/
.footer { background: #282829; max-width: 1920px; margin: auto;}
.footer .row{ padding:40px 0px;}
.footer_cont h5 { color: #fff; font-size: 18px; margin-bottom: 10px; font-weight: 600; margin-top:20px; }
.footer p , .footer a {font-size: 14px;color: #c5c5c5;line-height: 25px; font-weight: 500; font-family: 'Poppins';}
.footer_cont ul li a:hover{ color: #ac924f;}
.social_icons{ display:flex; flex-wrap:wrap; align-items: center; font-size:0px;}
.social_icons li{ margin: 0px 5px; }
.footer_profile_section{ display:flex; flex-wrap: wrap; align-items: flex-end; border-bottom: 6px solid #ac924f; margin-bottom:15px;  } 
.footer_profile_section p a{ display:inline-block;}
.footer_profile_section figure{ width:45%; padding-right:20px;}
.footer_cont figure img {    filter: grayscale(1);}
.social_icons img{ filter: grayscale(1);}
footer .social_icons{ margin-top:30px;}
.footer_cont strong{ text-align: center; font-weight: 600; display: block;}


/*footer_bottom_start*/
.footer_bottom {background: #000000;text-align: center;color: #fff;padding: 30px 0px;}
.footer_bottom p {  color: #fff; font-weight: 300; font-size: 13px; margin-bottom: 10px;}
.footer_bottom p img {  padding-right: 10px;}
/*footer_bottom_end*/
/*footer_end*/

@media (min-width: 1400px) { 
.footer_profile_section{margin-right:8%;}     
}

@media (max-width: 991px) { 
.footer .row [class*="col-"]{ padding-top:15px; padding-bottom: 15px;} 
.footer_cont h5{ margin-top:0px;}   
.footer .row {  padding: 30px 0px;}  
figure.footer_logo { margin-bottom: 15px;}   
.footer .row [class*="col-"]:first-child {  order: 4;}    
}

@media (max-width: 574px) {
    
.footer_profile_section figure{ width:35%;}      
}