/*-- banner --*/
.banner-head h1 {
    width: 75%;
}
/*-- fold 2 --*/
.excellence .title-gray-blue h3 {
    margin-bottom: 3.5rem;
}
.our-goal-top-cnt p {
    font-size: 1.25rem;
    width: 89.5%;
}
.our-goal-top-cnt a {
    font-family: 'Gelion-Regular-Italic', sans-serif;
    font-size: 1.25rem;
}
.our-goal-top-cnt a:hover{
    color: #0a72b3;
}
.our-goal-top-logo img {
    width: 85%;
    height: 22rem;
    object-fit: cover;
    float: right;
}
.our-goal-top-cnt a img{
    transition: 0.3s ease;
}
.our-goal-top-cnt a:hover img{
    transform: scale(1.1);
}
.our-goal-top-logo, .our-goal-bottom-cnt {
    padding-right: 1.5rem;
}
.our-goal-bottom-cnt p {
    font-family: 'Alice', serif;
    font-size: 1.5rem;
    line-height: 1;
    text-align: right;
    width: 62%;
    float: right;
}
.our-goal-bottom-cnt {
    margin-top: 1.5rem;
    height: 100%;
    position: relative;
}
.our-goal-bottom-cnt::after {
    content: '';
    background: #0a72b3;
    width: 13rem;
    height: 0.65rem;
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}
.our-goal-bottom-logo img {
    width: 15rem;
    height: 15rem;
    object-fit: contain;
    position: relative;
    left: -3rem;
    top: 1rem;
}
.our-goal-top-cnt a img {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    margin-left: 0.25rem;
}
/*-- Built on a Bedrock --*/
section.bedrock-first{
    background: #f1f2f2;
}
section.bedrock-first .title-gray-blue h3 {
    margin-bottom: 3.5rem;
}
section.bedrock-first .card::before {
    display: none;
}
section.bedrock-first .card {
    background: transparent;
    padding: 0;
}
section.bedrock-first .card-body.d-flex.flex-column {
    padding: 1.5rem 0;
}
h5.card-title {
    margin-bottom: 1.25rem;
    color: #0a72b3;
    font-family: 'Montserrat-Medium', sans-serif;
}
section.bedrock-first p.card-text.mb-4 {
    width: 86%;
    font-size: 1.2rem;
    color: #514d50;
    min-height: 11rem;
}
section.bedrock-first .card img {
    width: 100%;
    height: 17rem;
    object-fit: cover;
    object-position: center;
}
.card-body.d-flex.flex-column img {
    width: 10rem;
    height: 0.5rem;
    object-fit: contain;
}
/*-- bulit on bedrock --*/
.bedrock-first-wrap .title-gray-blue h3 {
    margin-bottom: 1.5rem;
}
.bedrock-first-wrap .title-gray-blue{
    margin-bottom: 5rem;
}
.title.title-gray-blue h4 {
    font-size: 1.5rem;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.bedrock-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
}
.bedrock-ul li {
    list-style-type: none;
    width: 18%;
}
.bedrock-ul .card::before {
    display: none;
}
.card {
    padding: 0;
    min-height: 100%;
}
.bedrock-ul li .card img {
    width: 100%;
    height: 32rem;
    object-fit: cover;
}
.bedrock-ul li:nth-child(even){
    margin-top: 4rem;
}
.card-body.d-flex.flex-column {
    padding: 1rem 0 1rem 0.25rem;
}
.bedrock-ul li .card p.card-text{
color: #584d4f;
}
.bedrock-first-wrap a.cTela-btn {
    float: right;
    position: relative;
    right: 4.5rem;
}
section.bedrock-second .bedrock-first-wrap{
    position: relative;
}
section.bedrock-second .bedrock-first-wrap::after{
    content: '';
    background: #939598;
    width: 72%;
    height: 0.1rem;
    position: absolute;
    left: 4rem;
    margin: 0 auto;
    bottom: -1.85rem;
}
section.bedrock-second {
    padding-bottom: 9rem;
}
/*------------------------------- Responsive ----------------------------------*/
@media (max-width: 991px){
    .banner-head {
        left: 8rem;
    }
    .banner-head h1 {
        width: 100%;
    }
    .our-goal-top-logo img {
        width: 100%;
        height: 100%;
    }
    .our-goal-top-logo, .our-goal-bottom-cnt {
        padding-right: 0;
    }
    .our-goal-top-cnt p {
        width: 100%;
    }
    .our-goal-bottom-cnt p {
        width: 100%;
    }
    .our-goal-bottom-logo img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    section.bedrock-first p.card-text.mb-4 {
        width: 100%;
        min-height: 14rem;
    }
    .bedrock-ul li {
        width: 20%;
    }
    section.bedrock-second .bedrock-first-wrap::after {
        display: none;
    }
    .bedrock-first-wrap a.cTela-btn {
        float: none;
        right: auto;
        display: block;
        text-align: center;
        width: 30%;
        margin: 2rem auto 0;
    }
    .card {
        padding: 0.5rem;
    }
}
@media (max-width: 767px){
    .banner-head {
        left: 1rem;
        bottom: auto;
        top: 50%;
    }
    .our-goal-top-logo img {
        float: none;
    }
    .our-goal-top-cnt {
        margin-top: 2rem;
    }
    .our-goal-bottom-cnt p {
        text-align: left;
        margin-bottom: 2rem;
    }
    .our-goal-bottom-cnt::after {
        display: none;
    }
    .title-gray-blue h3 {
        width: 100% !important;
    }
    .card-body.d-flex.flex-column img {
        display: none;
    }
    section.bedrock-first p.card-text.mb-4 {
        min-height: 100%;
    }
    .title.title-gray-blue h4 {
        width: 100%;
    }
    .bedrock-ul li .card img {
        width: 25rem;
        height: 20rem;
        object-fit: cover;
        object-position: left;
        display: block;
        margin: 0 auto;
    }
    .bedrock-ul li {
        width: 100%;
    }
    .bedrock-first-wrap .title-gray-blue {
        margin-bottom: 3rem;
    }
    .bedrock-ul li:nth-child(even) {
        margin-top: 0;
    }
    .bedrock-first-wrap a.cTela-btn {
        width: 90%;
    }
    section.bedrock-second {
        padding-bottom: 5rem;
    }
    .card {
        margin-bottom: 1rem;
    }
    .bedrock-ul li .card p.card-text {
        font-size: 1.5rem;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
}
