
#footer {
    background: #eef1f6;
    
}
#footer .footer {
    padding-bottom: 10px;
    min-height: 100%;
    border-bottom: 1px solid #fff;
}
#footer .footer .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1%;
    margin-top: 50px;
}
.elementor-widget-container {
    padding: 0px 0px 0px 15px;
    border-style: solid;
    border-width: 0px 0px 0px 3px;
    border-color: #ff7f50;
}
#footer .footer .row .col {
    flex-direction: column;
    color: #000000;
    align-items: flex-start;
    display: flex;
}
.footer-list-title {
    font-family: var(--ff-poppins);
    font-size: var(--fs-3);
    font-weight: var(--fw-700);
    margin-bottom: 15px;
  }
#footer .footer .row .col a {
    color: #000000;
    font-size: 1.2rem;
    padding: 0.5rem;
    font-weight: 500;
    text-decoration: none;  
   line-height: 20px;
}
#footer .footer .row .col h4 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
}
#footer .social-icon {
    display: flex;
    margin-top: 10px;
    margin-bottom: 6px;
}
#footer .social-item {
    height: 40px;
    width: 40px;
}
#footer .social-item img {
    filter: grayscale(1);
    transition: .3s ease filter;
    height: 40px;
    width: 40px;
}
#footer .social-item:hover img {
    filter: grayscale(0);
}
#bottom{
   background-color: #eef1f6;
}
#bottom .bottom{
    min-height: 50px;
    flex-direction: column;
}

#bottom p {
    color: #000000;
    font-size: 1.3rem;
}
@media only screen and (max-width:768px){
#footer {
    background: #eef1f6;
    margin-top: -5%;    
}
#footer .footer {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #fff;
}
#footer .footer .row {
    display: grid;
    grid-template-columns: 1fr ;
    margin-bottom: 5%;

}
#footer .footer .row .col{
    flex-direction: column;
    color: #000000;
    align-items: flex-start;
    display: flex;  
    margin-bottom: 10%;  
}

#footer .footer .row .col a {
    color: #000000;
    font-size: 1.2rem;
    margin-left: 20%;
    font-weight: 500;
    text-decoration: none;  
   line-height: 20px;
}
#footer .footer .row .col h4 {
    margin-left: 20%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
}
#footer .social-icon {
    display: flex;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 6px;
}
#footer .social-item {
    height: 50px;
    width: 50px;
}
#footer .social-item img {
    filter: grayscale(1);
    transition: .3s ease filter;
}
#footer .social-icon:hover img {
    filter: grayscale(0);
}
}