.footer-sec {
    background: var(--green-color);
    padding: 50px 0 5px;
    color: #fff;
}
.footer-sec h2 {
    color: #fff;
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 20px;
    padding: 50px 0 0;
}
.footer-logo img {
    max-width: 240px;
    padding: 50px 0 0;
}
.footer-sec ul li {
    list-style: none;
}
.footer-sec ul {
    padding: 0;
    margin: 0;
}
.social-wrp li {
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    margin: 10px 5px;
}
.social-wrp li a {
     padding: 10px 12px;
    color: #fff;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.social-wrp li:hover {
    border-color: var(--yellow-color);
    background-color: var(--yellow-color);
}
.social-wrp li:hover a {
    color: var(--green-color);
}
.footer-content {
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}
.footer-content a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.footer-content a:hover {
    color: var(--yellow-color);
}
.footer-content p {
    width: min(100%, 300px);
    margin-bottom: 15px;
}
.footer-logo img {
    width: 100%;
    max-width: 240px;
}
.footer-colum-three a:hover {
    color: var(--yellow-color) !important;
}
.footer-box {
    border-top: 1px solid #fff;

    border-bottom: 1px solid #fff;
}
.footer-logo.text-center {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
}
.footer-colum-three a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.5s ease;
}
.footer-colum-three li {
    padding: 6px 0px;
}
.copyrigh p {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    
}
.copyrigh a {
    color: #fff;
    text-decoration:none;
     transition: all 0.5s ease;
}
.copyrigh a:hover {
    color: var(--yellow-color);
}
@media only screen and (max-width:991px) {
    .footer-colum-three a:hover {
    color: var(--yellow-color);
}
.footer-box {
     border:none !important;
}
.footer-logo.text-center {
    border:none !important;
}
}
@media only screen and (max-width:767px) {
.footer-logo img {
    padding: 0 0 30px;
}
.social-wrp li {
    margin: 10px 1px;
}
.footer-sec h2 {
    padding: 30px 0 0;
}
.footer-colum-three {
    text-align: center;
}
.footer-content {
    align-items: center;
}
.footer-column-one {
    text-align: center;
}
}