/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.demo-box {
    margin-bottom: 50px;
}

.overlay2 {
    margin-top: 15px;
}

.img-thumbnail {
    border: 1px solid #eee;
    opacity: 0.95;
}

.photonail2:hover .img-thumbnail {
    border: 1px solid #aaa;
    opacity: 1;
}

.newly-added::after {
    /*background: rgba(0, 0, 0, 0) url("demo-images/new.png") repeat scroll 0 0;*/
    content: "";
    height: 50px;
    position: absolute;
    right: -5px;
    top: 38px;
    width: 60px;
}

.feature-box {
    margin-bottom: 20px;
}

.feature-box .feature-box-icon {
    border-radius: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-top: -5px;
    text-align: center;
    width: 30px;
}

.feature-box .feature-box-icon i {
    font-size: 14px;
    padding: 3px;
}

.feature-box .feature-box-info h5 {
    font-size: 14px;
}

.portfolio-filter a {
    background-color: #eee;
    font-size: 14px;
    padding: 5px 12px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-filter a.active,
.portfolio-filter a:hover {
    color: #222;
}

.demo-gallery {
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.gallery-item .gallery-thumb img {
    border-radius: 3px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-thumb img {
    transform: scale(1.02);
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

p {
    text-align: justify !important;
}