.bj-HomeFooterSection{
    width: 100%;
    height: auto;
    position: relative;
}

.bj-HomeFootercolorbgSection{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.bj-HomeFootercolorbgblock{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;    
    background: linear-gradient(180deg, #FFD1BC 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.3;
}

.bj-HomeFootercolorbglevel{
    width: 100%;
    height: 100%;
    background-image: url("../Assets/Images/WorldMap.webp");
    background-repeat: no-repeat;
    background-position: center;
}

.bj-HomeFootercolorbg{
    width: 100%;
    height: 100%;
    background-image: url("../Assets/Images/HalfWaves.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.4;

}

.bj-footertextbgSection{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.bj-footertextbgblock{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.bj-footertextbglevel{
    width: 100%;
    height: 100%;
}

.bj-footertextlogoblock{
    width: 100%;
    margin-top: 35px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.bj-footertextlogoimgblock{
    width: 50%;
}

.bj-footertextlogo{
    width: 360px;
}

.bj-HomeFooterbottomblock{
    width: 50%;
    display: flex;
    align-items: center;
}   

.bj-HomeFooterbottomleft{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.bj-HomeFooterSocialLink{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bj-HomeFooterSocialLinkLogoblock{
    width: 40px;
    height: 40px;
    background-color: #342417;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.bj-HomeFooterSocialLinkLogoblock:last-child{
    margin-right: 0;
}

.bj-HomeFooterSocialLinkLogoblock:hover{
    background-color: rgba(255, 255, 255, 0.1); /* 10% white */
}

.bj-HomeFooterSocialLinkLogo{
    width: 20px;
}

.bj-HomeFooterSocialLinkLogoblock:hover svg path {
    fill: #342417; /* brown icon */
    opacity: 1;
}

.bj-HomeFooterSocialLinkLogoblock:hover #Rectangle_20{
    fill: #342417; /* brown icon */
    opacity: 1;
}

.bj-HomeFooterSocialLink span{
    color: #707070;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
    opacity: 0.6;
    font-family: "Roboto-Regular";
}

.bj-FooterAddressSection{
    width: 100%;
    height: auto;
    display: flex;
}

.bj-FooterAddressleft{
    width: 50%;
}

.bj-FooterAddressleft h4{
    font-size: 30px;
    line-height: 30px;
    color: #342417;
    font-family: "Montserrat-SemiBold";
}

.bj-FooterAddressleft h5{
    font-size: 22px;
    line-height: 32px;
    color: #DD5E28;
    font-family: "Montserrat-Medium";
    margin-bottom: 30px;
}

.bj-HomeFooterSocialLink h6{
    font-family:"Montserrat-Regular";
    /* margin-right: 10px; */
    line-height: unset;
    font-size: unset;
}


.bj-HomeFooterSocialLink h6 a{
    color: #342417;
    font-size: 19px;
    line-height: 23px;
}

.bj-HomeFooterSocialLink h6 a b{
    font-family: "Montserrat-SemiBold";
}

.bj-HomeFooterSocialLink h6 span{
    margin-left: 25px;
    margin-right: 25px;
    opacity: 0.5;
}

.bj-FooterAddressright{
    width: 50%;

}

.bj-HomeFooterSection .bj-Poornakalabannerleftcircleblock{
    width: 180px;
    position: relative;
    right: unset;
    bottom: unset;
}

.bj-HomeFooterSocialboxblock{
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

.bj-HomeFooterSocialboxblock .bj-HomeFooterbottomleft .bj-HomeFooterSocialLink{
    justify-content: flex-start;
}

.bj-HomeFooterlinkblock{
    width: 100%;
    display: flex;
    margin-bottom: 50px;
}

.bj-HomeFooterlinkblock a{
    margin-right: 20px;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat-SemiBold";
    opacity: 0.5;
    color: #342417;
    position: relative;
    padding-top: 8px;
}

.bj-HomeFooterlinkblock .nav-item.active .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #DD5E28;
}


.bj-HomeFooterlinkblock a:hover{
    opacity: 1;
}

.bj-HomeFooterbottomimgblock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bj-HomeFooterbottomimgleft, .bj-HomeFooterbottomimgright{
    width: 50%;
    height: 100%;
}

.bj-HomeFooterbottomimgleftlogo{
    width: 380px;
    position: relative;
}

.bj-HomeFooterbottomimgbg{
    position: absolute;
    left: 0;
    bottom: 0;
}

.bj-HomeFooterbottomimgrightlogo{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bj-HomeFooterbottomimgrightlogo a{
    width: 200px;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1660px) {
    .bj-footertextlogo {
        width: 330px;
    }

    .bj-footertextlogoblock{
        margin-bottom: 60px;
    }

    .bj-HomeFooterSection .bj-Poornakalabannerleftcircleblock{
        width: 150px;
    }

    .bj-FooterAddressleft h4 {
        font-size: 28px;
        line-height: 30px
    }

    .bj-FooterAddressleft h5 {
        font-size: 20px;
        line-height: 30px;
    }

    .bj-HomeFooterSocialLink h6 a{
        font-size: 16px;
        line-height: 18px;
    }

    .bj-HomeFooterlinkblock a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width:1440px) {
    
    .bj-footertextlogo {
        width: 280px;
    }
    
    .bj-HomeFooterSocialLinkLogoblock {
        width: 30px;
        height: 30px;
    }

    .bj-HomeFooterSocialLinkLogo {
        width: 15px;
    }

    .bj-FooterAddressleft h4 {
        font-size: 26px;
        line-height: 28px;
    }

    .bj-FooterAddressleft h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .bj-HomeFooterSocialLink h6 a{
        font-size: 14px;
        line-height: 18px;
    }

    .bj-HomeFooterbottomimgrightlogo a {
        width: 150px;
    }

    .bj-HomeFooterbottomimgleftlogo {
        width: 300px;
    }
}

@media screen and (max-width:1200px) {


    .bj-footertextlogoblock {
        margin-bottom: 40px;
    } 
    
    .bj-footertextlogo {
        width: 250px;
    }   

    .bj-FooterAddressleft h4 {
        font-size: 24px;
        line-height: 26px;
    }

    .bj-FooterAddressleft h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .bj-HomeFooterSocialLink h6 a {
        font-size: 12px;
        line-height: 14px;
    }

    .bj-HomeFooterSocialLink h6 span {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bj-HomeFooterlinkblock a {
        font-size: 12px;
        line-height: 14px;
    }

    .bj-HomeFooterlinkblock {
        margin-bottom: 35px;
    }

    .bj-HomeFooterSection .bj-Poornakalabannerleftcircleblock{
        width: 120px;
    }

    .bj-HomeFooterbottomimgrightlogo a {
        width: 120px;
    }
}

@media screen and (max-width:990px) {
    .bj-FooterAddressleft h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .bj-FooterAddressleft h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .bj-HomeFooterlinkblock a {
        margin-right: 15px;
    }

    .bj-footertextlogo {
        width: 220px;
    }

    .bj-HomeFooterSocialLinkLogoblock {
        width: 25px;
        height: 25px;
    }

    .bj-HomeFooterSocialLinkLogo {
        width: 12px;
    }

        .bj-HomeFooterbottomimgleftlogo {
        width: 250px;
    }
}

@media screen and (max-width:900px){
    .bj-HomeFooterSection .bj-Poornakalabannerleftcircleblock {
        width: 100px;
    }

    .bj-HomeFooterlinkblock {
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width:768px) {

    .bj-footertextlogoblock{
        flex-direction: column;
    }

    .bj-footertextlogoimgblock{
        width: 100%;
    }

    .bj-HomeFooterbottomblock{
        width: 100%;
    }

    .bj-FooterAddressleft h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .bj-FooterAddressleft h5 {
        font-size: 12px;
        line-height: 20px;
    }

    .bj-HomeFooterlinkblock a {
        font-size: 11px;
        line-height: 14px;
    }

    .bj-HomeFooterbottomimgleftlogo {
        width: 200px;
    }

}

@media screen and (max-width:600px) {
    
    .bj-footertextlogoblock {
        margin-bottom: 30px;
    }

    .bj-FooterAddressleft{
        width: 70%;
    }

    .bj-FooterAddressright{
        width: 30%;
    }
}

@media screen and (max-width:480px) {
    .bj-HomeFooterlinkblock a {
        font-size: 10px;
        line-height: 12px;
    }

    .bj-HomeFooterbottomimgleftlogo {
        width: 160px;
    }

    .bj-HomeFooterbottomimgrightlogo a {
        width: 80px;
    }
}

@media screen and (max-width:450px) {
    .bj-HomeFooterbottomimgleftlogo {
        width: 180px;
    }
}

@media screen and (max-width:420px) {
    .bj-HomeFooterlinkblock{
        flex-direction: column;
    }

    .bj-footertextlogo {
        width: 190px;
    }

    .bj-FooterAddressleft h5 {
        margin-bottom: 25px;
    }

    .bj-FooterAddressleft h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .bj-HomeFooterbottomblock{
        display: none;
    }

    .bj-FooterAddressleft{
        width: 100%;
    }

    .bj-FooterAddressright{
        position: absolute;
        top: 20px;
        right: 0;
    }

    .bj-HomeFooterSocialboxblock{
        display: flex;
        margin-bottom: 20px;
    }

    .bj-HomeFooterSocialLink h6 a {
        font-size: 10px;
        line-height: 12px;  
    }
    
    .bj-HomeFooterlinkblock .nav-item{
        margin: 3px 0;
        display: inline-flex;
    }

    .bj-HomeFooterlinkblock .nav-item.active .nav-link::before{
        width: 15px;
        height: 2px;
    }

    .bj-HomeFooterSocialboxblock .bj-HomeFooterSocialLinkLogoblock{
        background-color: #342417;
        opacity: 1;
    }

    .bj-HomeFooterSocialLinkLogoblock:hover svg path{
        fill: #fff;
    }
    
}

@media screen and (max-width:350px) {
    .bj-FooterAddressleft h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .bj-FooterAddressleft h5 {
        font-size: 10px;
        line-height: 18px;
    }

    .bj-footertextlogo {
        width: 170px;
    }

    .bj-HomeFooterSocialLinkLogoblock {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .bj-HomeFooterSocialLinkLogo {
        width: 10px;
    }

    .bj-HomeFooterbottomimgleftlogo {
        width: 140px;
    }
}
