@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
}
*{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.container{
    margin: auto;
    width: 100%;
}
.row{
    display: marker;
    flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
    background-color: #24262b;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.footer-col{
    width: 25%;
    margin-top: 3px;
}
.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.row .footer-col h4 {




}

.row .col-lg-6 h5 {
    color: #FFFFFF;
    padding-top: 23px;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    height: 0;
    width: 0px;
}
.footer-col ul li:not(:last-child){
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #0F0303;
    display: none;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    text-align: right;
}
.row .footer-col h4 {
    background-position: 0 0%;
    text-align: center;
    margin-top: 2px;
    padding-top: 2px;
}

.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.row .footer-col .col-xl-12 {
}


/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
