.abt-page-heading{
    font-size: 32px;
    line-height: 43px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-weight: 600;
}


/* banner */

.abt-banner-container{
    background: url('../images/about/abt-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 60px 40px;
    margin: 60px auto;
    border-radius: 12px;
}

.abt-banner-content h1.abt-title{
    font-size: 42px;
    line-height: 57px;
    font-weight: 600;
    color: #000;
    margin-bottom: 36px;
}

.abt-banner-content h1.abt-title span{
    color: #007AB0;
}

.abt-banner-content .abt-subtitle{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
}

.abt-banner-content p{
    font-size: 16px;
    line-height: 1.25;
    color: #000;
}

.abt-banner-img{
    max-width: 330px;
    margin: auto;
}

.abt-banner-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* team */

.team-sec{
    margin-bottom: 60px;
}

.team-sec-heading{
    margin-bottom: 36px;
}

.abt-card{
    text-align: center;
    padding: 0 48px;
}

.abt-card .abt-card-img{
    max-width: 180px;
    margin: auto;
    margin-bottom: 20px;
}

.abt-card .abt-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abt-card .abt-card-heading{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    text-align: center;
    margin-bottom: 16px;
}

.abt-card .abt-card-subheading{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.abt-card .abt-card-info{
    font-size: 16px;
    line-height: 1.25;
    color: #000;
    text-align: justify;
}

/* roadmap */

.roadmap-sec{
    background-color: #FAFAFA;
    padding: 60px 0;
}

.roadmap-sec-heading{
    margin-bottom: 36px;
}

.roadmap-card{
    padding: 36px 100px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000040;
    text-align: center;
    height: 100%;
}

.roadmap-card-img{
    max-width: 100px;
    margin: auto;
    margin-bottom: 24px;
}

.roadmap-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.road-map-title{
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 16px;
}

.roadmap-info{
    font-size: 16px;
    line-height: 1.25;
    color: rgba(0,0,0,0.6);
}

/* achievement section */

.achieve-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}

.achieve-sec .achieve-heading{
    margin-bottom: 40px;
}

.achieve-block{
    text-align: center;
    padding: 1.5rem 2rem;
}

.achieve-block h5{
    font-size: 24px;
    line-height: 1.25;
    color: #000;
    margin-bottom: 2px;
}

.achieve-block p{
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.achieve-sec .left-blok, .achieve-sec .right-blok{
    position: relative;
}

.achieve-block.blok-1::after{
    position: absolute;
    content: '';
    width: 66%;
    height: 12%;
    background: transparent;
    left: 98%;
    top: 6%;
    border-top: 3px dashed #007AB0;
    border-right: 3px dashed #007AB0;
}

.achieve-block.blok-2{
    position: absolute;
    bottom: 5%;
}

.achieve-block.blok-2::after{
    position: absolute;
    content: '';
    width: 45%;
    height: 75%;
    background: transparent;
    left: 98%;
    top: -35%;
    border-bottom: 3px dashed #007AB0;
    border-right: 3px dashed #007AB0;
}

.achieve-block.blok-3{
    position: absolute;
    top: 5%;
}

.achieve-block.blok-3::after{
    position: absolute;
    content: '';
    width: 45%;
    height: 75%;
    background: transparent;
    left: -45%;
    top: 50%;
    border-top: 3px dashed #007AB0;
    border-left: 3px dashed #007AB0;
}

.achieve-block.blok-4{
    position: absolute;
    bottom: 0;
}

.achieve-block.blok-4::after{
    position: absolute;
    content: '';
    width: 65%;
    height: 40%;
    background: transparent;
    left: -65%;
    top: 20%;
    border-bottom: 3px dashed #007AB0;
    border-left: 3px dashed #007AB0;
}

/* 
aqua-founder */

.mission-sec{
    padding: 60px 0px;
}

.aqua-founder-img{
    text-align: center;
}

.mission-card{
    padding: 20px;
    display: flex;
    gap: 30px;
    border-left: 15px solid #007AB0;
    background-color: #007ab01a;
    height: 100%;
}

.mission-card-info{
    width: 80%;
}

.mission-card-img{
    max-width: 130px;
}

.mission-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* why-us */

.why-us{
    text-align: center;
padding: 60px 0px 20px 0px  ;
}

.three-colmm{
    padding-bottom: 60px;
    align-items: end;
}

.mini-sec{
    display: flex;
    background-color:#007ab01a;
    padding: 15px;
    margin: 15px;
    border-radius: 5px;
    height: 170px;
}

.mini-sec img{
    width: 25%;
    height: fit-content;
}

.mini-con h4{
    font-size: 16;
}

.mini-con{
    margin-left: 20px;
}

.center-main {
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    transform: translate(-1%, -2%) scale(0.9);
    z-index: 1;
    height: 100%;
    width: 100%;
}
/* .center-main{
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-8%, 5%) scale(1.5);
} */

/* call-to-action */

.video-sec{
    padding: 60px 0px;
}
.call-to-action{
    text-align: center;
}

/* achieve-mob-sec */

.achieve-card{
/*     border: 5px solid #80BDD8; */
/*     padding: 20px; */
    border-radius: 20px;
    height: 100%;
margin-top:7rem;
}

.achieve-card-img{
    max-width: 120px;
    margin: auto;
}

.achieve-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain
}

.achieve-sec .col-md-6{
    margin-bottom: 20px;
}

.achieve-card-content{
    text-align: center;
}

.achieve-card-content h5{
    font-size: 24px;
    font-weight: 500;
}