.footer{
    width: 100%;
    padding: 4rem 0;
    padding-bottom: 0;
    /* border-top: 1px dotted ; */
    background-color: #F9EEE1;
}

.footer h3{
    font-size: 1.1rem;
    font-weight: 700;
    border-left: 3px solid #6baa57;
    padding-left: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
}

.footer img{
    /*background-color: rgba(255,255, 255, 0.5);*/
    /*padding: 0.3rem 0.5rem;*/
    border-radius:0.5rem;
    margin-bottom: .5rem;
}

.footer .para{
    color: #000;
    font-size: 1rem;
    text-align: justify;
    line-height:1.8rem;
}

.footer .content ul{
    padding-left: 0;
    margin-top: 1.5rem;
}

.footer .content.left{
    width: 100%;
    padding-left: 5rem;
}

.footer .content ul li{
    list-style: none;
    line-height: 2.2rem;
    color: #000;
    transition: .3s all ease;
}

.footer .content ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.footer .content ul li:hover a{
    color:#6baa57;
}

.footer .content p a{
    text-decoration: none;
    color: #000;
}

.footer .content p{
    color: #000;
}

.footer .content p a:hover{
    color: #6baa57;
}

.footer .content ul li:hover{
    transform: translateX(0.5rem);
}

.footer .social i{
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    transition: .4s all ease;
}

.footer .social i:hover{
    transform: translateY(-1rem);
}

.footer .social a{
    color: #fff;
}

.facebook i{
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #1877F2, #3b5998);
}

.linkedin i{
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #0077B5, #0A66C2);
}

.instagram i{
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #F58529, #DD2A7B, #8134AF, #515BD4);
}

.youtube i{
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #FF0000, #C4302B, #282828);
}

.twitter i{
    width: 40px;
    height: 40px;
    background: linear-gradient(to right, #1DA1F2, #14171A);
}

.footer .content ul i{
    color:#6baa57;
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

/* copyright starts here  */


.copyright{
    width:100%;
    margin-top:3rem;
    padding-top:1.5rem;
    padding-left:2rem;
    padding-right:2rem;
    border-top: 1px dotted #6baa57;
}

.copyright .content{
    width:100%;
    font-size: 1rem;
    color: #000;
}

.copyright .content a{
    text-decoration: none;
    color:#6baa57;
}

@media only screen and (max-width:992px){

    .footer .content.left{
        width: 100%;
        padding-left: 0rem;
    }

    .copyright{
        padding-left:0.5rem;
        padding-right:0.5rem;
        padding-top:3rem;
        padding-bottom:2rem;
    }
    
    .copyright .inner .content{
        display: block;
        text-align: center;
    }
    /* .footer img {
    width: 40%;
} */
}

@media only screen and (max-width:462px){
        
.copyright .inner .content{
    width:100%;
    font-size:0.8rem;
}
.footer {
    width: 100%;
    padding: 1rem 0;
    padding-bottom: 0;
    border-top: 1px dotted #8ec73f;
}

/* .footer img {
    width: 40%;
} */

.footer h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}
/* .footer img {
    width: 40%;
    height: 80px;
    object-fit: cover;
    transform:translatex(75%);
} */
.a-breadcrumb .content h5 {
    font-size: 1.2rem;
}
}