/* Styles extracted from templates/aboutUs.html */
.content{
    height:auto;
    overflow:hidden;
}
.block{
    width:100%;
    height:270px;
    background:url('../images/About/about-header-bg.png') no-repeat;
}
.block h3{
    width:90%;
    padding-top:25px;
    margin:auto;
}
.block .heading{
    width:90%;
    padding-top:10px;
    font-size:22px;
    text-edge:cap;  
    color: var(--text-primary, #001D5E);
    margin:auto;
    font-weight:bold;
}
.content h3{
    color: var(--text-primary, #001D5E);
    text-transform: capitalize;
    opacity:0.6;        
    font-size:14px;        
}
.content .heading span{
    opacity:0.6;
    background: linear-gradient(90deg, #34E7BF 0%, rgba(255, 255, 255, 0.00) 73.96%);
    width:fit-content;
    padding-left:15px;
    color: var(--text-primary, #001D5E);
}
.block2{
    font-size:13px;
    height:180px;
}
.block3 .d-flex,.block5 .subcontent,.threeBlock{
    width:90%;
    margin-left:auto;
    height:auto;
    overflow:hidden;
}
.paragraph{
    font-size:17px;
}
.b1,.b2,.b3{
    float:left;
    margin-right:15px;
    width:30%;
    border-radius: 12px;
    border: 1px solid #BBB;
    background: #EBEBEB;
    height:240px;
}
.btn-join{
    border-radius: 6px;
    border: 2px solid transparent;
    /* Make the join button visible by default (not just on hover) */
    background: linear-gradient(110deg, var(--primary-100) -35.98%, var(--primary-900) 93%);
    color:#fff;
    padding:8px 18px;
    min-height:44px;
    display:inline-block;
}
.btn-join:hover{ opacity:0.95; transform: translateY(-1px); }
.block6{
        background:url('../images/About/about-join-image.png') no-repeat;
        background-position:left;
        width:100%;
        background-size:cover;
        color:#ffffff;
}
.cont5{
    position:relative;
}
.our{
    margin:auto;
    padding-top:20px;
    padding-bottom:20px;
    width:32%;
    background: var(--text-primary, #001D5E);
    box-shadow: 0px 0px 36.3px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 90%;
    left: 62%;
    transform: translate(-50%, -50%);
}
.our h2{
    color: var(--Primary-Color, #34E7BF);
    width:80%;
    margin:auto;
}
.content1{
    color: var(--white, #FFF);
    opacity: 0.8;
    width:80%;
    padding-bottom:20px;
    margin:auto;
    mix-blend-mode: luminosity;
}
.cont5 img{
    width:90%;
    margin-left:5%;
    margin-right:5%;
    height:450px;
}
.block4{
    height:400px;
    overflow:hidden;
}
.values{
    background:url('../images/About/about-value background-image.png') no-repeat;
    color:#ffffff;
    background-size:cover;
    background-position:right;
    height:400px;
    width:90%;
    padding-left:10%;
    padding-right:20px;
    margin-left:auto;
    margin-right:auto;
}
.block5{
    display:block;
    height:360px;
    overflow:hidden;
}
@media(min-width:900px)and (max-width:1100px){
    .our{
        width:43% !important;
        top:80% !important;
        left:75% !important;
    }
}
@media(max-width:576px){
    .our{
        width:83% !important;
        top:60% !important;
    }
    .sm{
        display:none;
    }
    .values{
        width:100% !important;
    }
    .vls{
        width:100% !important;
    }
}
