/* aboutus */

.container .section-header {
    background-color: #FFF;
    padding-top: 60px;
}

.container .section-header .title {
    font-size: 15px;
    text-transform: inherit;
    margin: 70px 0 0;
}


/* owl about */

.owl-about {
    margin: 40px 0;
}

.owl-about .owl-nav {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.owl-about:hover>.owl-nav {
    opacity: 1;
}

.owl-about .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    background: transparent!important;
    outline: none;
}

.owl-about .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    background: transparent!important;
    outline: none;
    z-index: 11;
}

.owl-about button span {
    color: #FFF;
    font-size: 80px;
}

.cards-about .title {
    margin: 70px 0;
    font-size: 15px;
    text-transform: inherit;
    text-align: center;
    font-family: "Playfair Display", serif;
}

.team {
    padding: 40px 0;
}

.team article {
    background-color: #fff;
    margin-bottom: 30px;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 30px;
}

.team article:hover {
    position: relative;
    z-index: 999;
}

.team article:hover .details-text {
    height: 70px;
}

.team article .details-text {
    top: auto;
    bottom: 100%;
}

.team article .details .inner {
    padding: 15px 0;
}

.team article .title {
    text-transform: none;
    margin: 0;
}

.text-block .image {
    margin: 35px 0;
}

.text-block .image {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 35px 0;
}

.team {
    padding: 40px 0;
}

.team article:hover .details-social {
    height: 60px;
}

.team article .details-social {
    top: 100%;
    bottom: auto;
}

.team article .details {
    background-color: #00486c;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 0;
    -moz-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.team article .details .inner {
    padding: 15px 0;
}

.team article a {
    color: #fff;
}


/* end owl about */


/* image blocks */

ul.list-service {
    padding-left: 30px;
    list-style-type: disc;
}


/* end about us */