img {
    border-radius: 5%;
    /* box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2); */
    box-shadow: 0 .5rem .5rem rgb(127, 127, 241);
    float: left;
}


/**Main about us page css here**/

#history {
    background-color: rgb(78, 75, 75);
    opacity: 95%;
    color: white;
}

p:hover {
    transform: scale(1.1);
    /* color: rgb(116, 12, 116)!important; */
    /* background-color: white; */
    background-color: rgb(25, 167, 223);
    color: white;
}

#mission {
    background-color: #021d50;
    color: white;
    font-weight: 400;
}

li {
    font-weight: bold;
}

ul,
li {
    text-align: start;
}

#values {
    background-color: rgb(4, 104, 104);
    color: white;
}

#geo {
    background-color: green;
    color: white;
}

#geo img {
    float: right;
}

#geo li {
    font-weight: 500;
}

.team{
    /* background-color: rgb(238, 247, 250); */
    background-color: white;
}
.team img{
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .2);
    border: none;
    border-style: groove;
}


.accordion-item{
    text-align: start;
    background-color: whitesmoke!important;
    font-style: italic;
    font-family: 'Arial Narrow Bold', sans-serif;
}

.accordion-button{
    font-weight: bolder;
}
.accordion-body{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
/*-----jumbotron css-------*/

