.Founder_sec .bg-sec{
    background-image: url("../../../../public/assets/images/who-we-are/founder-bg.png");
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.Founder_sec .bg-sec .sec1{
    padding: 5%;
}
.Founder_sec .bg-sec .founderp{
    font-weight: 400;
    font-size: 35px;
    color: #ffce0a;
    margin-bottom: 5px;
}
.Founder_sec .bg-sec .name {
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    text-shadow: 1px 1px 3px #fff, 1px 1px 5px #ccc;
}
.Founder_sec .bg-sec .content{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}
.Founder_sec .bg-sec .sec2{
    position: relative;
}
.Founder_sec .bg-sec .sec2 .whitebox{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    background-color: #fff;
}
.Founder_sec .bg-sec .sec2 .bsimg {
    width: 100%;
    height: auto;
    transition: 0.3s;
    position: relative;
    z-index: 99;
}
.Founder_sec .bg-sec .sec2:hover .bsimg {
    width: 100%;
    height: auto;
    transform: scale(0.9);
    transition: 0.3s;
}

.Founder_sec .bg-sec .sec2 .socialiconsdiv{
    display: flex;
}
.Founder_sec .bg-sec .sec2 .socialiconsdiv .imgbox {
    margin: 0px 10px;
    position: relative;
    padding: 5px;
}
.Founder_sec .bg-sec .sec2 .socialiconsdiv .imgbox .icon{
    width: 50px;
    height: auto;
    position: relative;
    z-index: 99;
}
.Founder_sec .bg-sec .sec2 .socialiconsdiv .imgbox::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 50%;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
}
.Founder_sec .bg-sec .sec2:hover .socialiconsdiv .imgbox::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
}

@media (min-width:0px) and (max-width:991px){
    .Founder_sec .bg-sec .founderp {
        font-size: 20px;
    }
    .Founder_sec .bg-sec .name {
        font-size: 20px;
        text-shadow: 1px 1px 1px #fff, 1px 1px 1px #ccc;
    }
    .Founder_sec .bg-sec .content {
        font-size: 14px;
    }
    .Founder_sec .bg-sec .sec2 .socialiconsdiv .imgbox .icon {
        width: 30px;
    }
}


@media (min-width:992px) and (max-width:1200px){
    
}