/* ========== Footer Section ========== */
footer {
    width: 100%;
    background-color: #F0F5FB;
    min-height: auto;
    padding: 50px 0px 25px 0px;
}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ 
	color:#272727;
	font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    font-size: 14px;
}
.footer_ul_amrc li a:hover{ color:#56bb80; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border {width:100%; border-bottom:0px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul {
    display: table;
    margin-left: auto;
    list-style-type: none;
}
@media only screen and (max-width: 479px) {
    .footer_ul_amrc {
        display: none;
    }
    .footer {
        padding-top: 0px !important;
    }
    /*.container.copyrights {
        margin: 1em 0 1em 0;
    }*/
}
@media only screen and (max-width: 959px) {
    .social_footer_ul {
        margin-left: 0px;
        margin-top: 20px;
    }
    .social_footer_ul li {
        margin: 0 20px 0 0 !important;
    }
}
.social_footer_ul li {
    padding: 0px;
    float: left;
    width: 24px;
    height: 24px;
    display: flex;
    margin-left: 20px;
}
.social_footer_ul li a {
    color: #272727;
    border: 0px solid #272727;

    border-radius: 0;
    font-family: Inter UI;
}
.social_footer_ul li a:hover {
	 color: #7d7d7d;
}
.social_footer_ul li a:hover img {
	opacity: .6;
}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
.footer .copyrights p {
	color: #272727;
	font-family: 'Inter UI', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-size: 14px;
}
.copyrights {
	margin-top: 6rem;
	margin-bottom: 5rem;
}
.c-heart {
  animation: pulse 1s ease infinite; 
  color: #ff392a;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}
