.main_div_footer{
    background: var(--bg-color);
    color: white;
    width: 100%;
}
/* :root{
            --bg-color:#13407d;
            --btn-hover-color:#358eca;
            --sub-heading-text:#235771;
            --h1-color:#a6e1f8d0;
            --p-font:15px;
            --font-color:#f18f0c;
            --hp-font:16px;
            --p-family:'Poppins', sans-serif !important;
            --sub-h:28px;
            --m-head:30px;
            --let-sp:0.5px;
        } */
.main_div_footer .itishree-footer-container{
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    gap: 70px;
    padding: 50px 20px;
    position: relative;
}
.main_div_footer .itishree-footer-container .footer-col .footer-col-text-itu{
    font-size: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 15px;

    font-weight: 700;
}

.main_div_footer .itishree-footer-container .footer-col ul{
    list-style: none;
}

.main_div_footer .itishree-footer-container .footer-col ul li{
    font-size: 15px;
    color: #d0d0d0;
    font-family: var(--p-family);
    

    /* margin: 8px 0; */
    padding: 7px 0px;
    cursor: pointer;
    transition: .3s;
}
.main_div_footer .itishree-footer-container .footer-col ul li i{
    color:var(--font-color) ;
    font-size: 11px;
    padding-right: 6px;
    /* padding-top: 10px; */
}

.main_div_footer .itishree-footer-container .footer-col ul li:hover{
    /* color: #2ECA7F; */
    padding-left: 6px;
}
.main_div_footer .itishree-footer-container .footer-circle{
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 50%;
    position: absolute;
    /* top: 349px; */
    bottom: -19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_div_footer  .footer-circle i{
    color:var(--sub-heading-text);
    font-size: 32px;
}

.main_div_footer .footer-bottom{
    /* margin-top: 40px; */
    background:var(--font-color);
    padding: 12px 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}
.main_div_footer .footer-bottom-text{
    text-align: center;
}
.main_div_footer .footer-bottom p{
    font-weight: 600;
}
.main_div_footer .footer-bottom .footer-links{
    display: flex;
    align-items: center;
    /* padding-left: 100px;
    justify-content: space-between; */
    /* border: 1px solid red; */
}
.main_div_footer .footer-bottom .footer-links .footer-links-span span{
    margin: 0 10px;
    font-weight: 500;
}
.main_div_footer .footer-bottom .footer-social{
    /* padding-left: 90px; */
}
.main_div_footer .footer-bottom .footer-social i{
    margin-left: 12px;
    background: white;
    color: #002147;
    padding: 6px;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    transition: 0.4s ease-in;
}
.main_div_footer .footer-bottom .footer-social i:hover{
    color: white;
    background-color: #002147;
}
.main_div_footer .itishree-footer-container .footer-col{
      width: 272px;
    justify-items: start;
    align-content: center;
    margin:10px 0px;
}