﻿
.breadcrumb {
    /*background-image: url("~/images/quote_bg.jpg");*/
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 280px;
}


.Our-Vision {
    background-image: url('images\quote_bg.jpg');
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}

.breadcrumb_img {
    width: 100%; /* Ensure the image takes the full width */
    height: 300px; /* Adjust height automatically */
}

.breadcrumb_link {
    position: absolute;
    top: 50%; /* Vertically center the content */
    left: 50%; /* Horizontally center the content */
    transform: translate(-50%, -50%); /* Adjust to truly center it */
    color: white; /* Text color for better contrast against the image */
    text-align: center; /* Center the text */
    z-index: 1; /* Ensure text is above the image */
}

    .breadcrumb_link ol {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
    }

        .breadcrumb_link ol li {
            display: inline;
            margin-right: 10px;
        }

    .breadcrumb_link h2 {
        font-size: 2em;
        margin-top: -89px;
        text-shadow: 0 0 black;
    }

.about-section {
    position: relative;
    padding-top: 13px;
}

#OurVision {
    padding-bottom: 230px;
}

#our_mission_vision {
    position: relative;
    top: 140px;
}

.vision_mision_head {
    padding-left: 50px;
    padding-top: 50px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

    .about-section .content-column .inner-column {
        position: relative;
        padding-top: 20px;
        /*   padding-right: 100px;*/
    }

    .about-section .content-column .text {
        position: relative;
        color: #777777;
        font-size: 15px;
        line-height: 2em;
        margin-bottom: 40px;
    }

    .about-section .content-column .email {
        position: relative;
        color: #252525;
        font-weight: 700;
        margin-bottom: 50px;
    }

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

    .about-section .image-column .inner-column {
        position: relative;
        padding: 40px 40px 0px 0px;
        margin-left: 50px;
    }

        .about-section .image-column .inner-column:after {
            position: absolute;
            content: '';
            right: 0px;
            top: 0px;
            left: 40px;
            bottom: 100px;
            z-index: -1;
            border: 2px solid #d7a449;
        }

        .about-section .image-column .inner-column .image {
            position: relative;
        }

            .about-section .image-column .inner-column .image:before {
                position: absolute;
                content: '';
                left: -50px;
                bottom: -50px;
                width: 299px;
                height: 299px;
                background: url(img/pattern-2.png) no-repeat;
            }

            .about-section .image-column .inner-column .image img {
                position: relative;
                width: 100%;
                display: block;
                height: 400px;
            }

            .about-section .image-column .inner-column .image .overlay-box {
                position: absolute;
                left: 40px;
                bottom: 48px;
            }

                .about-section .image-column .inner-column .image .overlay-box .year-box {
                    position: relative;
                    color: white;
                    text-shadow: 0px 0px 10px white;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 1.4em;
                    padding-left: 125px;
                }

                    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 110px;
                        height: 110px;
                        color: #14142b;
                        font-size: 68px;
                        font-weight: 700;
                        line-height: 105px;
                        text-align: center;
                        background-color: #ffffff;
                        border: 1px solid #000000;
                    }

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 20px;
}

    .sec-title .title {
        position: relative;
        padding-right: 50px;
        margin-bottom: 15px;
        display: inline-block;
        text-transform: capitalize;
    }

        .sec-title .title:before {
            position: absolute;
            content: '';
            right: 0px;
            bottom: 7px;
            width: 40px;
            height: 1px;
            background-color: #bbbbbb;
        }

.about_heading {
    text-align: left;
    font-size: 3.5rem;
    letter-spacing: 0.4px;
    color: #14142b;
    font-weight: 700;
}

.about_sub_heading {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: 0.4px;
    color: #14142b;
    font-weight: 700;
}

.bg-primary {
        background-color: #0d6efd!important;
}

.small, small {

    font-size: 130%;
}


.card-text {
 font-size: 2rem;
}
.card-title{
    font-size: 2.5rem;
}
.about_small_text{

    line-height: 3.5;
}

.about_content_para {
    line-height: 1.7;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 0.4px;
    color: #14142b;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.about_small_text {
    text-align: left;
    font-size: 2.5rem;
    letter-spacing: 0.4px;
    color: #14142b;
}

#vision_img {
    height: 60px;
    width: 102px;
}

.card {
    display: flex;
    flex-direction: row;
    border: none;
    background: #0d6efd;
    color: white;
}

.card-body {
    padding: 0px 13px;
}



    @media (min-width: 1200px) {
   .about-section .container{
        max-width: 1140px ! important;
    }
}



.mision-vision {
    padding: 10px 10px 10px 10px;
    line-height: 1.6;
}
