#hero-overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
	opacity: 1;
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.banner .shape-02, .banner .shape-03, .banner .shape-04, .banner .header-inner-shape{
    z-index: 20;
}

.banner .container{
    z-index: 30;
    position: relative;
}

.categories-section{
    z-index: 50;
}

.categories-section .row{
    text-align: center;
}

.categories-section .container .item{
    display: inline-block;
    position: relative;

}
.categories-section .container .item img{
    border-radius: 5px;
    max-width: 100%;

}

.categories-section .container .feature-categories{
    padding: 0;

}
.categories-section .container h6{
    position: absolute;
    left: 0;
    right: 0;
    top:5px;
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    z-index: 15;

}
.categories-section .container .col-sm-6{
flex: 0 0 auto;
    width: 50%;

}
.categories-section .container .col-sm-6:nth-of-type(1){
text-align: right;

}
.categories-section .container .col-sm-6:nth-of-type(2){
text-align: left;

}
.categories-section .container .feature-categories .overlay {
	background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
	opacity: 1;
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    border-radius: 5px;
}

.footer .footer-bottom {
    padding: 0;
}

#bar-wrapper{
    padding: 13px;
    border-radius: 5px;
    background-color: rgba(107, 200, 217, .55);
    margin: 20px 0;
    display: inline-block;
}

.header-inner-menu .header-inner-title{
    margin: 160px 0px;
}

a .team-label{
    color: #7c8087;
}

.team{
    margin-bottom: 30px;
}

div.board-member{
    box-shadow: none;
    -webkit-box-shadow: none;
}

.board-member .team-detail .team-label {
    padding-bottom: 0;
    font-size: 18px;
    color: #000000;
  font-family: "GFS Didot", serif;
  font-weight: 400;
}

.board-member .team-detail .team-title {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
}

.board-member .team-detail p.team-bio, 
.board-member .team-detail p.team-bio a:hover, 
.board-member .team-detail p.team-bio a:focus, 
.board-member .team-detail p.team-bio a:active, 
.board-member .team-detail p.team-bio a {
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
}

.font-italic {
    font-style: italic;
}

.section-title .sub-title {
    margin-bottom: 40px;
}

#page-galleries h4{
    margin-top: 20px;
}



@media (max-width: 767px) {
    
.categories-section .container h6{
    font-size: 20px;

}
}


@media (max-width: 575px) {

    .header-inner-menu .header-inner-title{
        margin: 80px 0px;
    }
}
