.main_about_section {
    /* padding: 100px 0px; */
    background-image: url(/assets/images/home/about/overview_bg-abt.jpg);
    background-size: cover;
}

.saugata_sub_header {
    height: auto;
    width: 100%;
    margin: 50px 0px 30px 0;
}

.saugata_sub_header .sub_heading {
    height: auto;
    width: 100%;
}

.saugata_sub_header .sub_heading .main_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* width: 40%; */
    /* border: 1px solid red; */
}


.saugata_sub_header .sub_heading .main_content .heading_name {
    font-size: var(--m-head);
    font-family: 'Poppins', sans-serif !important;
    
    padding: 7px 7px;
    font-weight: bolder;
    /* height: 40px; */
    /* border: 1px solid red; */
    align-content: center;
    color: #2e2e2eee;
    /* text-align: center; */
}

.saugata_sub_header .sub_heading .main_content .img img {
    width: 41px;
    animation: swing 2s infinite;
}

@keyframes swing {
    0% {
        transform: rotate(-5deg) translateY(3px);
    }

    25% {
        transform: rotate(0deg) translateY(0px);
    }

    50% {
        transform: rotate(5deg) translateY(3px);
    }

    75% {
        transform: rotate(0deg) translateY(0px);
    }

    100% {
        transform: rotate(-5deg) translateY(3px);
    }
}

.saugata_sub_header .sub_heading .auto_middle {
    /* border: 1px solid red; */
    justify-items: center;
    width: 40%;
    margin: auto;
}

.saugata_sub_header .sub_heading .auto_middle .under_line {
    mask-image: url(/assets/images/home/heading/line.svg);
    mask-repeat: no-repeat;
    background-color: #1e60a6;
    height: 20px;
    width: 180px;
    margin: 0px 0;
/* margin: 13px 0px; */
    border: 1px solid red;
}

.about_debasmita {
    /* height: 600px; */
    /* width: 100%; */
    gap: 30px;
    /* align-items: center; */
    display: flex;
    justify-content: center;
}

.about_debasmita .a {
    /* height: 95%; */
    height: 500px;
    width: 45%;
    position: relative;
    /* padding: 10px; */
}

.about_debasmita .a .aa {
    border: 2px solid rgba(255, 255, 255, 0.986);
    /* height: 65%; */
    height: 300px;
    width: 53%;
    position: absolute;
    top: 30px;
    border-radius: 8px;
    z-index: 1;
    background-image: url("/assets/images/home/about/about1.jpg");
    background-size: cover;
    /* left: 8px; */
}

.about_debasmita .a .aaa {
    border: 2px solid rgba(255, 255, 255, 0.986);
    height: 300px;
    width: 53%;
    position: absolute;
    top: 180px;
    right:16%;
    border-radius: 8px;
    z-index: 2;
    background-image: url("/assets/images/home/about/about2.jpg");
    background-size: cover;
}
  

.about_debasmita .a .aaaa {
    /* height: 11%;
    width: 27%; */
    position: absolute;
        top: 378px;
    right: 0%;
    border-radius: 4px;
    z-index: 3;
    background-color: #f6f5ee;
    padding: 10px;
}

.about_debasmita .a .aaaa .f {
    /* height: 65%;
    width: 90%; */
    font-size: 20px;
    font-family: arial;
    color: var(--sub-heading-text);
    /* margin-left: 15px; */
    font-weight: bold;
    align-content: center;
}

.about_debasmita .a .aaaa .g {
    /* height: 35%;
    width: 90%; */
    font-family: arial;
    font-size: 15px;
    /* margin-left: 15px; */
    color: rgba(128, 127, 127, 0.897);
}

.about_debasmita .a .div {
    position: absolute;
    transform: rotate(-20deg);
    height: 52px;
    width: 29%;
    top: 70px;
    right: 10%;
    background-image: url(/assets/images/home/about/shape.png);
    background-size: cover;
}

.about_debasmita .b {
    width: 52%;
    /* border:1px solid red; */
    /* display: block; */
    align-content: center;
    padding: 10px;
}

.about_debasmita .b .b1 {
    font-size: var(--sub-h);
    font-family: var(--p-family);
    font-weight: bold;
    color: #4A4A4A;
    /* padding-left: 20px; */
    /* border: 1px solid red; */
}

.about_debasmita .b .div_div {
    height: 10px;
    /* width: 60%; */
    /* justify-items: center; */
    overflow: hidden;
}

.about_debasmita .b .div_div .sub_div {
    border: 2px solid rgb(6,102,190);
    height: 140px;
    width: 200px;
    border-radius: 100%;
}

.about_debasmita .b .b2 {
    /* padding: 0px 0px 0px 20px; */
    text-align: justify;
    font-family: var(--p-font);
}

.about_debasmita .b .b3 {
    display: flex;
    margin: 15px auto;
    padding-left: 13px;
    /* border: 1px solid red; */
    /* width: 100%; */
}

.about_debasmita .b .b3 .c {
    border: 1px solid rgba(189, 188, 188, 0.726);
    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 25px;
    color: var(--font-color);
    transition: .5s;

}

.about_debasmita .b .b3 .c:hover {
    /* background-color: var(--font-color); */
    background: var(--bg-color);
    color: #f6f5ee;
    
}

.about_debasmita .b .b3 .c1 {
    height: 99%;
    margin: 0px 15px;
}

.about_debasmita .b .b3 .c1 .c2 {
    font-family: arial;
    font-size: 21px;
    font-weight: bold;
    color: #4A4A4A;
    text-wrap: wrap;
}

.about_debasmita .b .b3 .c1 .c3 {
    font-family: arial;
    align-content: center;
    font-size: 15px;
    color: rgba(128, 127, 127, 0.897);
    padding: 8px 0px;
}

.about_debasmita .b .b3 .c1 .c31 {
    height: 50%;
    width: 83%;
    font-family: arial;
    align-content: center;
    font-size: 15px;
    color: rgba(128, 127, 127, 0.897);
    padding: 8px 0px;

}

.about_debasmita .b .b4 {
     padding: 14px 16px;
    width: fit-content;
    margin: 15px 20px;
    text-align: center;
    align-content: center;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    background: var(--bg-color);
    color: rgba(255, 255, 255, 0.973);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}



.about_debasmita .b .b4::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: -100%;
    transition: 5s;
}



.about_debasmita .b .b4:hover::before {
    background-color: #ccbdc079;
    transition: 2s all ease;
    left: 100%;
    color: rgba(255, 255, 255, 0.973);
}


.bottom {
    color: rgb(4, 68, 117);
}