.Portfolio {
    position: relative;
    margin: 10px;
    /*border: 2px solid black;*/
    float: left;
    width: 195px;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s ;
-webkit-backface-visibility:visible;
    backface-visibility:visible;
    box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)
}

.Portfolio:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.Portfolio img {
    width: 100%;
    height: auto;
    border-radius: 5px
}

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background:#fff;
    color:#000;
}

.nav {
    /*padding:20px;
    margin-left:340px;*/
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    /*padding: 15px 50px; */
    font-size:16px; 
    color:#fff; 
    background: #d2ecf7;
    transition-duration: 0.4s;
}
.nav-pills .nav-link {
    color: #000;
}
.nav a:hover {
    background: #d2ecf7;
    color: #000;
}

    .nav .active {
    background-color: #d2ecf7 !important;
    color: #000 !important;
}


@keyframes winanim {
    0%{opacity:0;transform:scale3d(.3,.3,.3)}
    50%{opacity:1}
    
}
/*======================*/
.green{
  	background-color:#ddd;
	}
.thumb{
    margin: 0 5px;
    padding-top: 20px;
	
}

.page-top{
    margin-top:85px;
}

 
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {
   
     border-bottom: none;
}
 .modal-title {
     color:#000;
}
.modal-footer{
  display:none;  
}
.figuar-title-img {
    margin: 0;
    padding: 10px;
    color: #fff;
    background: #0088d7;
}

.photo-gallery{
  display: block;
}

.gallery-select-option{
    margin: 35px;
    float: right;
    padding: 10px;
    width: 96%;
    background: #ccc;
}
/*media*/
@media (max-width: 489px){
  .Portfolio {
    width: 92%;
  }
  }
  /*end media*/