
#nav-demo-5  .sch-title {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
	font-family: 'Pacifico', cursive;
}

#nav-demo-5 .sch-style-light {
    margin-bottom: 50px;
    background: #fff;
}

#nav-demo-5 .sch-style-light .sch-title {
	color:#222;
}

#nav-demo-5 .sch-style-dark {
    margin-bottom: 50px;
    padding: 50px 0;
    background: #222;
}

#nav-demo-5 .sch-style-dark .sch-title {
	color:#fff;
}

#nav-demo-5 .sch-our-team {
	font-family: 'Mansalva', cursive;
}

#nav-demo-5 .sch-style-carousel .sch-our-team:hover{
	transform:scale(1.1);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
	padding:20px;
}

#nav-demo-5 .sch-style-light .sch-our-team:hover{
	transform:scale(1.1);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.2));
}

#nav-demo-5 .sch-style-dark .sch-our-team:hover{
	transform:scale(1.1);
	filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.2));
}

#nav-demo-5 .sch-img {
    position: relative;
    display: flex;
    justify-content: center;
	filter: drop-shadow(0 0 3px rgba(255, 255, 0, 0.7));
}

#nav-demo-5 .sch-img-overlay {
    width: 200px;
    height: 200px;
    background: #637430;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
}

#nav-demo-5 .sch-img-overlay::before {
    width: 200px;
    height: 200px;
    background: #000;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    margin: 0 auto;
}

#nav-demo-5 .sch-img img {
    width: 200px;
    height: 200px;
    clip-path: polygon(50% 0%, 91% 52%, 50% 100%, 8% 51%);
    position: absolute;
    top: 0px;
    object-fit: cover;
}

#nav-demo-5 .sch-social {
    margin-top: 20px;
}

#nav-demo-5 .sch-social a:nth-child(2){
	margin:0 10px;
}

#nav-demo-5 .sch-social a i {
    color: #637430;
    width: 40px;
    height: 40px;
    border: 1px solid #637430;
    line-height: 38px;
    border-radius: 50%;
}

#nav-demo-5 .sch-social a i:hover {
    color: #fff;
    border: 1px solid transparent;
    background: #637430;
}

#nav-demo-5 .sch-info {
    text-align: center;
    margin-top: 30px;
}

#nav-demo-5 .sch-shape {}

#nav-demo-5 .sch-name {
    font-weight: bold;
    font-size: 20px;
}

#nav-demo-5 .sch-job {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
    position: relative;
}

#nav-demo-5 .sch-job::before {
    content: "";
    background: #637430;
    position: absolute;
    bottom: -20px;
    width: 40px;
    height: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
}

#nav-demo-5 .sch-description {
    font-size: 16px;
}


#nav-demo-5 .sch-style-light .sch-name,#nav-demo-5 .sch-style-light .sch-job,#nav-demo-5 .sch-style-light .sch-description{
    color:#222;
}

#nav-demo-5 .sch-style-dark .sch-name,#nav-demo-5 .sch-style-dark .sch-job,#nav-demo-5 .sch-style-dark .sch-description{
    color:#fff;
}

#nav-demo-5 .sch-style-carousel .owl-nav {
    display: none;
}

#nav-demo-5 .sch-style-carousel .owl-dots {
    text-align: center;
	margin-top: 30px;
}

#nav-demo-5 .sch-style-carousel .owl-theme .owl-dots .owl-dot.active span,
#nav-demo-5 .sch-style-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #637430;
    border-color: #fff;
    opacity: 1;
}
#nav-demo-5 .sch-style-carousel .owl-theme .owl-dots .owl-dot span {
    width: 32px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    border: 2px solid #637430;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
#nav-demo-5 .owl-carousel .owl-item {
    padding: 10px;
}

#nav-demo-5 .sch-img:hover  img {
    transform: rotateY(180deg);
}

@media (min-width:1024px) and (max-width:1199px) {
    #nav-demo-5 .sch-img-overlay::before,
    #nav-demo-5 .sch-img img,
    #nav-demo-5 .sch-img-overlay {
        width: 160px;
        height: 160px;
    }
}

@media (min-width:980px) and (max-width:1023px) {
    #nav-demo-5 .sch-img-overlay::before,
    #nav-demo-5 .sch-img img,
    #nav-demo-5 .sch-img-overlay {
        width: 140px;
        height: 140px;
    }
	#nav-demo-5 .sch-name {
		font-size: 18px;
	}
}

@media (min-width:768px) and (max-width:979px) {
    #nav-demo-5 .sch-img-overlay::before,
    #nav-demo-5 .sch-img img,
    #nav-demo-5 .sch-img-overlay {
        width: 140px;
        height: 140px;
    }
	#nav-demo-5 .sch-name {
		font-size: 18px;
	}
}

@media (min-width:578px) and (max-width:767px){
	#nav-demo-5 .col-md-3 {
        margin-bottom: 30px;
    }
	#nav-demo-5 .col-md-3:nth-child(3) {
        margin-bottom: 0px;
    }
	#nav-demo-5 .col-md-3:nth-child(4) {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width:577px){
	#nav-demo-5 .col-md-3 {
        margin-bottom: 30px;
    }
	#nav-demo-5 .col-md-3:last-child {
        margin-bottom: 0px;
    }
}