footer { background-color: #c30000; color: #fff; padding: 40px 0; }
footer h4 { font-size: 18px; margin-bottom: 20px; border-bottom: 1px solid #ff6a78; }
footer p { font-size: 14px; line-height: 20px; margin-bottom: 20px; }
footer ul.social-icons { margin: 0; padding: 0; list-style: none; }
 footer ul.social-icons li { display: inline-block; margin-right: 10px; }
  footer ul.social-icons li:last-child { margin-right: 0; }
  footer ul.social-icons li a { color: #c30000; font-size: 18px; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 50%; background-color: #fff; transition: all 0.2s ease-in-out; }
   footer ul.social-icons li a:hover { background-color: #ff0000; color: #fff; }
footer { position: relative;margin-top:50px; }
footer #ftlogo { position: absolute; top: 50%; left: 50%; top:0px; transform: translate(-50%, -50%); }
footer a{color:white; font-size:13px;}
.cpy a{color:#fff;}
.cpy a:hover { color: #ff6a78}
.cpy .col-6.text-end a { color: #888; font-size: 11px; font-weight: 100; }
.cpy .col-6.text-end a:hover { color: #ff6a78; }
.cpy .col-6.text-end a:before { content: "|"; margin-right: 5px; color: #ccc; }
.cpy .col-6.text-end a:first-child::before { content: " "; margin-right: 5px; color: #ccc; }