
.sec-footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #2E2452;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding-bottom: 30px;

}

.sec-footer .first-column {
    margin-left: 80px;
}

.first-column img {
    margin-top: 40px;
    display: block;
    width: 60%;
}

.first-column p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    color: white;
    padding-top: 18px;
}

.social-icon-container {
    display: inline-flex;
    margin-top: 15px;
    margin-left: 0;
    right: 65px;
    position: relative;
}

.social-icon-container ul li {
    display: inline;
    list-style: none;
    color: white;
    margin-left: 0;

}

.social-icon-container li a {
    padding-left: 30px;
    font-size: 18px;
    color: white;
    display: inline-block;
}

.social-icon-container li a:hover {
    color: #FDA94F;
}
.social-icon-container ul li a img{
    margin: 0;
    filter: brightness(0) invert(1);
    max-width: 15px;
    width: 100%;
    height: auto;
}
.social-icon-container li a:hover img{
    filter: brightness(1) invert(0);
}

.sec-footer .second-column {
    margin-left: 50px;
}

.second-column h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    padding-top: 40px;
}

.second-column ul {
    padding-left: 0;

    list-style: none;
}

.second-column ul li {
    padding-top: 15px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.second-column li a {
    color: white;
    text-decoration: none;
}

.second-column li a:hover {
    color: #FDA94F;
    text-decoration: none;
}

.sec-footer .third-column {
    margin-left: 40px;
}

.third-column h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    padding-top: 40px;
}

.third-column ul {
    padding-left: 0;

    list-style: none;
}

.third-column ul li {
    padding-top: 15px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.third-column li a {
    color: white;
    text-decoration: none;
}

.third-column li a:hover {
    color: #FDA94F;
    text-decoration: none;
}

.sec-footer .fourth-column {
    margin-left: 30px;
}

.fourth-column h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    padding-top: 40px;
}

.fourth-column ul {
    padding-left: 0;

    list-style: none;
}

.fourth-column ul li {
    padding-top: 15px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.fourth-column li a {
    color: white;
    text-decoration: none;
}

.fourth-column li a:hover {
    color: #FDA94F;
    text-decoration: none;
}

.sec-footer .fifth-column {
    margin-left: 0px;
}

.fifth-column h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    padding-top: 40px;
}

.fifth-column input {
    width: 70%;
    height: 40px;
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid white;
    color: white;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}

.fifth-column input:hover {
    border: 1px solid #FDA94F;
    color: white;
}

.fifth-column button {
    width: 70%;
    height: 40px;
    background-color: #00D0BF;
    border-radius: 12px;
    color: #2E2452;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    border: none;
    padding: 0;
}

.fifth-column button:hover {
    background-color: #FDA94F;
    color: #2E2452;
}

.footer-line {
    border: 1px solid white;
    opacity: 0.3;
    width: 88%;
    margin: 0 auto;
    margin-top: 25px;
}

.footer-end {
    font-size: 13px;
    font-weight: 400;
    padding-top: 20px;
    color: white;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0 !important;
}

@media only screen and (max-width:600px) {
    .sec-footer {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #2E2452;
        font-family: 'Plus Jakarta Sans', sans-serif;
        padding-bottom: 30px;

    }

    .sec-footer .first-column {
        margin-left: 25px;
    }

    .first-column img {
        margin-top: 40px;
        display: block;
        width: 30%;
    }

    .first-column p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        width: 100%;
        color: white;
        padding-top: 18px;
    }

    .social-icon-container {
        display: inline-flex;
        margin-top: 15px;
        margin-left: 0;
        right: 65px;
        position: relative;
    }

    .social-icon-container ul li {
        display: inline;
        list-style: none;
        color: white;
        margin-left: 0;

    }

    .social-icon-container li a {
        padding-left: 30px;
        font-size: 13px;
        color: white;
    }

    .social-icon-container li a:hover {
        color: #FDA94F;
    }

    .sec-footer .second-column {
        margin-left: 25px;
        border-bottom: 0.2px solid #34295B;
        padding-bottom: 10px;
    }

    .second-column h4 {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: white;
        padding-top: 20px;
    }

    .second-column ul {
        padding-left: 0;

        list-style: none;
    }

    .second-column ul li {
        padding-top: 15px;
        color: white;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
    }

    .second-column li a {
        color: white;
        text-decoration: none;
    }

    .second-column li a:hover {
        color: #FDA94F;
        text-decoration: none;
    }

    .sec-footer .third-column {
        margin-left: 25px;
        border-bottom: 0.2px solid #34295B;
        padding-bottom: 10px;
    }

    .third-column h4 {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: white;
        padding-top: 10px;
    }

    .third-column ul {
        padding-left: 0;

        list-style: none;
    }

    .third-column ul li {
        padding-top: 15px;
        color: white;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
    }

    .third-column li a {
        color: white;
        text-decoration: none;
    }

    .third-column li a:hover {
        color: #FDA94F;
        text-decoration: none;
    }

    .sec-footer .fourth-column {
        margin-left: 25px;
        border-bottom: 0.2px solid #34295B;
        padding-bottom: 10px;
    }

    .fourth-column h4 {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: white;
        padding-top: 10px;
    }

    .fourth-column ul {
        padding-left: 0;

        list-style: none;
    }

    .fourth-column ul li {
        padding-top: 15px;
        color: white;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
    }

    .fourth-column li a {
        color: white;
        text-decoration: none;
    }

    .fourth-column li a:hover {
        color: #FDA94F;
        text-decoration: none;
    }

    .sec-footer .fifth-column {
        margin-left: 24px;
        border-bottom: 0.2px solid #34295B;
        padding-bottom: 10px;
    }

    .fifth-column h4 {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        color: white;
        padding-top: 10px;
    }

    .fifth-column input {
        width: 70%;
        height: 40px;
        background-color: transparent;
        border-radius: 12px;
        border: 1px solid white;
        color: white;
        padding-left: 20px;
        font-size: 12px;
        font-weight: 400;
        margin-top: 15px;
    }

    .fifth-column input:hover {
        border: 1px solid #FDA94F;
        color: white;
    }

    .fifth-column button {
        width: 70%;
        height: 40px;
        background-color: #00D0BF;
        border-radius: 12px;
        color: #2E2452;
        text-align: center;

        font-size: 12px;
        font-weight: 600;
        margin-top: 10px;
        border: none;
    }

    .fifth-column button:hover {
        background-color: #FDA94F;
        color: #2E2452;
    }

    .footer-line {
        border: 1px solid white;
        opacity: 0.3;
        width: 88%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .footer-end {
        width: 70%;
        font-size: 12px;
        font-weight: 400;
        padding-top: 20px;
        color: white;
        line-height: 1.4;
        margin: 0 auto;
        text-align: center;
    }

}

