.photo-gallery {
  color:#313437;
  /*background-color:#fff;*/
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:0px;
}

.photo-gallery .item {
  padding-bottom:20px;
}
.photo-gallery .item img {
	border:solid #fff 2px;
	border-radius:5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width:100%;
	height:200px;
}
.lb-data .lb-number {
    display: none !important;
}
/***********************/
/*****NAV TAB **********/
/***********************/
a,
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.tab{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}
.tab .nav-tabs{
    margin: 0;
	margin-bottom:15px;
    border: none;
    position: relative;
	justify-content: center;
}   
.tab .nav-tabs li a{
    color: var(--c_blue);
    background-color: #bcaff1;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 18px;
    margin: 0 0 1px 10px;
    border-radius: 7px;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: var(--c_blue);
    background-color: #bcaff1;
    border: none;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    background: #5f55a9;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 5% 10%, 0% 100%);
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after{
    opacity: 1;
    clip-path: polygon(95% 90%, 100% 0, 100% 100%, 0% 100%);
}
.tab .tab-content{
	padding-top: 20px ;
    
   /* color: #444;
   background: #fff;
   font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    padding: 20px 25px;
    border: 2px solid #222;*/
    
}
.fade,
.fade:not(.show)  { opacity:1;}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
}