

#footer  {
    background-image: url(https://cpedutech.in/wp-content/uploads/2024/12/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 50px ;
    background-size: cover;
    background-attachment: fixed;
}
ul.footer_links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links a {
    color: #fff;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin: 8px 0;
    font-size: 14px;
    transition: all 0.4s;
}
.footer_links a:hover{
    transition: all 0.4s;
    color: #f9fcff;
    transform: translate(5px);
}
.footer_links a::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    display: block;
    border-radius: 2px;
    border: 2.5px solid #0982e2;
    padding: 2px;
    margin: 2px;
    transform: rotate(45deg);
}
h4.footer_title {
    color: #fff;
    font-size: 18px;
}

.footer_weight p{
    color: #ccc;
    font-size: 14px;
}
.footer_contact a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
    display: flex;
    font-size:14px;
}
.footer_weight {
    margin: 15px 0;
}
.footer_contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_contact a i {
    flex: none;
    color: #0982e2;
    width: 25px;
    font-size: 18px;
    text-align: center;
    display: block;
    padding-right: 7px;
    margin-right: 5px;
    border-right: 1px solid #7e7e7e;
}
.footer_social a {
    color: #fff;
    width: 35px;
    font-size: 18px;
    height: 35px;
    line-height: 34px;
    display: block;
    text-align: center;
    background-color: #0982e2;
    transition: all 0.4s;
}

.footer_social a:hover{
    background-color: #0862ab;
}

ul.footer_social {
    display: flex;
    grid-gap: 5px;
    list-style: none;
    margin-top: 15px;
    padding: 0;
}
#footer .accordion {
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}
#footer .accordion-item {
    background-color: transparent;
    border: 0;
}


#footer  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cfe2ff00;
    padding: 0;
    margin-bottom: 8px;
    box-shadow: none;
    border-bottom: 0 !important;
}
#footer  button.accordion-button.collapsed {
    padding: 0;
}   

#footer .accordion-button::after {
    background-color: #fff;
    background-size: 80%;
    background-position: center;
    border-radius: 100%;
}
#footer button.accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0;
    background-color: transparent;
    color: #fff;
}

.coppy-right {
    background-color: #0000002e;
    margin-top: 40px;
    padding: 8px 0;
}
.coppy-right .footer_links li {
    display: inline-block;
    margin-right: 10px;
}
.col_right p{
    padding-bottom: 0;
    color: #fff;
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
}
.coppy-right .row{
    align-items: center;
}
@media  (max-width:767px) {

    .col_right p {
        text-align: center;
        padding-bottom: 8px;
    }
   .coppy-right ul.footer_links {
    text-align: center;
}
}

@media  (max-width:391px) {
   #footer .col-6.col-xsm-12{
        width: 100%;
    }

}
