.topnav {
    background-image: url("../images/Slider1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.849);
    height: auto;
    padding-bottom: 30px;
}

.header-text {
    margin-top: 75px !important;
}

.mission {
    background-color: white;
    color: black;
}

.data {
    background-color: #2F5DB6;
    color: white;
}

.data img {
    width: 60px;
    height: 55px;
}

.management {
    background-color: white;
    color: black;
}

.team img {
    width: 300px;
    height: 300px;
}

.team b {
    font-size: larger;
    line-height: 0px;
}

.team p {
    font-size: 15px;
    line-height: 20px;
}

.social-about a i {
    padding: 7px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.technology {
    background-color: #EBEBEB;
    padding: 50px 0;
}

.technology hr {
    background-color: black;
    margin: 7px auto;
}

.technology-icon img {
    width: 150px;
    height: 150px;
    padding: 10px;
}

.vision1,
.vision2,
.vision3 {
    width: 100%;
}

.vision11,
.vision21,
.vision31 {
    width: 100%;
    text-align: left;
    background-color: #2F5DB6;
    padding: 5px 20px;
    color: white;
    border: none;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}


.vision12 p,
.vision22 p,
.vision32 p {
    box-shadow: black 0 2px 4px 0;
    border-top: none;
    line-height: 23px;
    height: 150px;
    overflow-y: auto;
    padding: 10px;
    text-align: justify;
    margin-top: -5px;
}