.page-info {
    height: 80vh !important;
}

.second-nav {
    background-color: #ced6e0;
}

.second-nav ul {
    list-style-type: none;
}

.second-nav ul li a {
    text-decoration: none;
    color: #2f3542;
}

.second-nav ul li {
    border-left: 1px solid #a4b0be;
    transition: 0.25s;
}

.second-nav ul li:last-child {
    border-right: 1px solid #a4b0be;
}

.second-nav ul li.active {
    background-color: white;
    border-top: 3px solid var(--hovered-color);
}

.second-nav ul li:hover {
    background-color: white;
    border-top: 3px solid var(--hovered-color);
}

.second-nav ul li.active a {
    color: var(--hovered-color);
}

.overview-img {
    height: 350px;
    width: 100%;
}

.slogan {
    color: #EA2027;
}

.introduce {
    text-align: justify;
}

.overview-1 {
    position: absolute;
    width: 300px;
    bottom: 20px;
    right: -270px;
    background-color: var(--dark-blue);
}

.overview-1 p {
    text-align: justify;
}

.overview-1 p::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    content: "";
    background-color: var(--primary-color);
}

.about-second-image{
    height: 300px;
}


/*------------- vision page ----------------*/

/* .image-container:last-child {
    height: 400px;
} */

.vision-img-1 {
    width: 100%;
}

.vision-1 {
    position: absolute;
    width: 30vw;
    top: calc(50% - 50px);
    right: -100px;
    background-color: var(--dark-blue);
}

.vision-1 h6 {
    text-align: justify;
}

.vision-1 h6::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    content: "";
    background-color: var(--primary-color);
}

.value-holder {
    height: 345px;
    overflow: hidden;
    border-radius: 20px;
}

.value-holder.col-4 .col-8{ 
    /* padding: 20px; */
}

.value-holder.col-4 .image-container{
    width: 100%;
}

.value-holder.col-4 .image-container img{
    width: 100%;
}

.value-holder.col-4:hover .bg-secondary {
    transition: 0.5s;
    background-color: var(--dark-blue) !important;
}

.value-holder.col-4:hover p {
    transition: 0.5s;
    color: #ffffff;
}

.value-holder.col-4:hover h3 {
    transition: 0.5s;
    color: white;
}



.value-holder.last .image-container{
    width: 100%;
    height: 100%;
}

.value-holder.last .image-container img {
    object-fit: cover;
    height: 100%;
}


.subscribe{
    background-color: #f1f2f6;
}

.contact-form{
    background-color: #f1f2f6;
}

.contact-bar{
    background-color: #03034D;
}

.contact-form{
    padding: 2em;
    border-radius: 10px;
}

.contact-form input{
    border: 2px solid #ced6e0;
    border-radius: 10px;
    padding: 0.5em;
    padding-left: 2em !important;
}

.contact-form input:focus{
    border: 2px solid #0A7CE3;
    outline: none;
}

.subscribe-form input{
    border: 2px solid #ced6e0;
    border-radius: 10px;
    padding: 0.5em;
}

.subscribe-form input:focus{
    border: 2px solid #0A7CE3;
    outline: none;
}

.subscribe-btn {
    background-color: var(--main-color);
}

.contact-form textarea{
    background-color: #f1f2f6;
    border: 2px solid transparent;
    border-radius: 10px;
    resize: none;
}

.contact-form textarea:focus{
    border: 2px solid #0A7CE3;
    outline: none;
}


.contact-link{
    border-radius: 10px;
}

.contact-link:hover{
    border: 2px solid #0A7CE3;
    background-color: #030B5E;
    cursor: pointer;
}

.icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.icon:hover{
    background-color: #0A7CE3;
    border: none;
}



/* culture */


@media only screen and (max-width: 767px) {
    .overview-1{
        position: relative;
        width: 100%;
        right: auto;
        left: auto;
        bottom: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .value-holder.col-4 img{
        width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .vision-1{
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
    }

    .value-holder{
        height: auto;
    }

    .value-holder.image .image-container img{
        object-fit: contain !important;
    }
}

@media only screen and (max-width: 1024px) {
    .value-holder.image .image-container{
        border-radius: 10px;
    }
}

@media only screen and (max-width: 540px) {
    .page-info{
        height: 100vh !important;
    }
}