.post-slide {
    margin: 0 10px 2em;
    border-left: 8px solid #1dcfd1;
    border-bottom: 8px solid #1dcfd1;
    box-shadow: 0 1px 2px rgba(43, 59, 93, .3)
}

.post-slide .post-img {
    position: relative;
    overflow: hidden
}

.post-slide .post-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all .4s linear 0s
}

.post-slide:hover .post-img:before {
    background: rgba(0, 0, 0, .6)
}

.post-slide .post-img img {
    width: 100%;
    height: auto
}

.post-slide .post-info {
    width: 75%;
    position: absolute;
    bottom: -100%;
    left: 12.5%;
    background: #1dcfd1;
    text-align: center;
    line-height: 26px;
    padding: 15px;
    transition: bottom .4s ease-in-out 0s
}

.post-slide:hover .post-info {
    bottom: 0
}

.post-slide .category {
    padding: 0;
    margin: 0;
    list-style: none
}

.post-slide .category li, .post-slide .post-date {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

.post-slide .category li:after {
    content: " /"
}

.post-slide .category li:last-child:after {
    content: ""
}

.post-slide .category li a {
    color: #fff;
    transition: all .4s linear
}

.post-slide .category li a:hover {
    color: #555;
    text-decoration: none
}

.post-slide .post-review {
    padding: 35px 20px 25px;
    background: #fff;
    position: relative
}

.post-slide .icons {
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 10px;
    overflow: hidden
}

.post-slide .icons img {
    width: 100%;
    height: auto
}

.post-slide .post-title {
    margin: 0 0 25px
}

.post-slide .post-title a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1dcfd1;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s linear 0s
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #555
}

.post-slide .post-description {
    color: #555;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify
}

.post-slide .read {
    font-size: 13px;
    color: #555;
    display: block;
    text-align: right;
    text-transform: uppercase
}

.post-slide .read:hover {
    text-decoration: none;
    color: #1dcfd1
}

#team {
    background: #eee !important
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: 0
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e
}

section {
    padding: 60px 0
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase
}

.backside .card .card-title, .backside .card a, .frontside .card .card-title {
    color: #007b5e !important
}

#team .card {
    border: none;
    background: #fff
}

.image-flip.hover .backside, .image-flip:hover .backside {
    transform: rotateY(0);
    border-radius: .25rem
}

.image-flip.hover .frontside, .image-flip:hover .frontside {
    transform: rotateY(180deg)
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    z-index: 2;
    margin-bottom: 30px
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotateY(-180deg);
    box-shadow: 5px 7px 9px -4px #9e9e9e
}

.backside, .frontside {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d
}

.backside .card, .frontside .card {
    min-height: 312px
}

.backside .card a {
    font-size: 18px
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.logo {
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    left: 0;
}

form.disabled a, form.disabled input {
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #e9ecef;
    opacity: 1
}

.table td, .table th {
    padding: 5px !important;
    vertical-align: middle !important
}
