/* .list-unstyled-tick{
    margin-right: 0.625rem;
    font-family: "FontAwesome";
    content: "\f05d";
    position: absolute;
    left: 0;
    top: 0;
} */

@media only screen and (max-width: 800px) {
    .flip .card {
        height: 29.7em !important;
    }
}

hr {
    margin: .8rem 0;
    color: rgba(164, 174, 198, 0.2);
    background-color: currentColor;
    border: 0;
    opacity: 1;
}
.advisors_image {
    width: 100% !important;
    /* height: 250px !important; */
    border-radius: 15px;
    ;
}

.display-4 {
    font-size: 1.4rem;
}

.flip {
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
}

.flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}

.flip .card {
    width: 100%;
    height: 25.4em;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.flip .card .face {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}

.flip .card .front {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.flip .card .front img {
    max-width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.flip .card .img {
    /*position: relaitve;*/
    /*width: 100%;*/
    /*height: 200px;*/
    /*z-index: 1;*/
    /*border: 2px solid #000;*/
}

.flip .card .back {
    padding-top: 10%;
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
    background-color: #757a7f;
    color: #fff;
    position: absolute;
    border-radius: 15px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    PADDING: 10px;
    height: 100%;
    transition: 0.5s ease all;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}
/* .item{
    margin: 0 !important;
} */
.inner {
    margin: 0px !important;
    width: 100%;
}

.our_team_row{
    padding-left: 25px;
    padding-right: 25px;
}


/* -------------Gallery CSS Start----------------- */

.filter ul li a.active, .filter ul li a:hover {
    color: #fff;
} 
.filter ul li a{
    color: #000;
}
.filter ul li+li:before{
    display: none;
}
.owl-carousel .owl-dots{
    margin-top: 0rem;
}

/* ------------Gallery CSS End----------------- */

.line3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}