
.about-hero {
    text-align: center;
    position: relative;
    width: 100%;
    height: 350px;
}

.bg-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.hero-caption{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100% ;
}
.hero-caption h2{
    color: #fff;
}
.hero-caption p{
    color: #f9f9f9;
}

/* Links */

.breadcrumb-item a{
    text-decoration: none;
}
.breadcrumb .active{
    color: #002366;
}

/* Widget */
.widget h2{
    color: #002366;
}
.widget p{
    color: #666;
}

/* testinomial */
.testinomial{
    background-color: #F5F5F5;
}
.testinomial h2{
    color: #002366;
    line-height: 45px;
    height: 45px;
    font-weight: 300;
    font-size: 3.5rem;
}
.testinomial h2 span{
    font-weight: 600;
}
.testinomial h3{
    font-weight: 300;
    font-size: 2rem;
    color: #CE1212;
}

.testinomial p{
    color: #002366;
    font-size: 3.2rem;
}

@media (max-width:450px) {
    .testinomial h2{
        font-size: 2.5rem;
    }
}

.vision{
    height: 70vh;
    display: flex;
    justify-content:center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.vision .bg-picture{
    background-image: url(../images/idea.jpg);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -111111;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px) brightness(0.7);
}
.vision h2{
    color: #fff;
}
.vision p{
    color: #F5F5F5;
}