.relative-position{
    position: relative;
}

.overlay,
.overlay-2  {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.74);
}

.overlay, .overlay-2 {
    background-color: rgba(0, 0, 0, 0.65);
}
.white{ color: #ffffff!important;}
.white a{ color: #ffffff!important;}

/*-----------------------------------------------------------------------
Start of portfolio section
-------------------------------------------------------------------------*/
.portfolio-section {
    padding: 0px 0px
}
.portfolio-project,
.experties-content {
    max-width: 1620px;
    margin: 0 auto;
}
.project-description h3 {
    font-size: 18px;
}
.item-wrap {
    overflow: hidden;
}
.portfolio-section .item-wrap {
    margin-bottom: 30px;
}
.item-wrap .overlay {
    opacity: 0;
    transition: .3s all ease-in-out;
}
.project-description,
.experties-name-designation {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .6s all ease-in-out;
    z-index: 2;
}
.project-catagorry li,
.experties-name-designation span {
    color: #c5baba;
}
.item-wrap:hover .overlay {
    opacity: 1;
    visibility: visible;
}
.item-wrap:hover .project-description,
.item-wrap:hover .experties-name-designation {
    opacity: 1;
    visibility: visible;
    left: 15px;
}
.nav-gallery li {
    margin-left: 35px;
    cursor: pointer;
}
.filtr.filtr-active {
    color: #db1570;
    position: relative;
}
.filtr.filtr-active:before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #db1570;
    top: -4px;
    right: -8px;
}
.browse-btn,
.contact-comment-info button,
.contact-area-form button,
.comment-drop-box button {
    height: 55px;
    width: 170px;
    border-radius: 50px;
    background: #0071b0;
    background: -moz-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #bd2d90), color-stop(51%, #2c4a87), color-stop(100%, #bd2d90));
    background: -webkit-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
    background: -o-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
    background: -ms-linear-gradient(left, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
    background: linear-gradient(to right, #bd2d90 0%, #f90468 51%, #bd2d90 100%);
    background-size: 200% auto;
    line-height: 55px;
    margin: 0 auto;
    border: none;
}
.browse-btn:hover,
.contact-comment-info button:hover,
.contact-area-form button:hover,
.comment-drop-box button:hover {
    background-position: right center;
    transition: .3s all ease-in-out;
}
.browse-btn a {
    display: block;
    width: 100%;
}
.portfolio-section .vidco-play-icon,
.service-single-right-img .vidco-play-icon {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    margin: 0 auto;
    line-height: 60px;
    animation: pulse 2s infinite;
}
.portfolio-section .vidco-play-icon a,
.service-single-right-img .vidco-play-icon a {
    display: block;
    max-width: 100%;
}
.portfolio-section .vidco-play-icon a i {
    font-size: 30px;
}
/*-----------------------------------------------------------------------
End of portfolio section
-------------------------------------------------------------------------*/

.portfolio-item .item-wrap,
.shop-text-pic .item-wrap {
    margin-bottom: 0px;
}
.portfolio-item .portfolio-item-title,
.shop-text-pic .portfolio-item-title {
    font-size: 18px;
    color: #000;
}
.portfolio-item-text span {
    font-size: 13px;
}

.portfolio-item-text {
    border: 1px solid #f1f1f1;
    padding: 20px 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.portfolio-item .nav-gallery li {
    float: left;
    margin-left: 10;
    margin-bottom: 10px;
}
.portfolio-item .filtr.filtr-active:before {
    display: none;
}
.shop-btn i {
    font-size: 20px;
    margin-left: 5px;
}
.shop-title .price {
    font-size: 18px;
    color: #f40669;
}
.plyr__progress--played,
.plyr__volume--display {
    color: #f10a6e !important;
}
/**/
div.item.col-md-4.item-grid.filtr-item{
    width: 25%;
}

/**/
div.item.col-md-4.item-grid.filtr-item img{
    width: 100%;
    height: 100%;
}

/*** **/
/* Animated Overlay */

.da-thumbs {
    list-style: none;


    position: relative;
    margin: 20px auto;
    padding: 0;
}
.da-thumbs li {
    float: left;

    background: #fff;

    position: relative;
    margin: 0;
    margin-bottom: 15px;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div, filtr-item item-wrap div.project-description {
    position: absolute;
    background: #333;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div span, filtr-item item-wrap div.project-description div.description {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
    text-align: center!important;
}

.project-description{
    top:25px!important;
    padding: 5px!important;
    font-weight: bold!important;

    color: #fff!important;
    width: 100%!important;
    text-align: center!important;


}


.project-description a{
    font-size: 24px!important;
    font-weight: bold!important;

}
.vidco-play-icon {
    position: absolute;
    top: 50%!important;
    transform: translateY(-50%)!important;
    left: 0!important;;
    right: 0!important;;
    z-index: 3;
}
iframe.mfp-iframe{
    overflow: visible;
}
.mfp-iframe img{
    width: 100%;
    height: auto;
}
#html5-watermark{
    display: none!important;
}

.item-grid.filtr-item{
    padding-right: 0px;
    padding-left: 0px;
}