

/*GALLERY SECTION*/  


.project-item .link-arrow {
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    left: 3rem;
    bottom: 2rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.project-hover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100.1%;
    height: 100%;
    padding: 4.85rem 3rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.project-title {
    color: #fff !important;
    margin: 0;
    display: none;
    font-size: 19px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}

.project-hover .project-title {
    position: absolute;
    bottom: 5.5rem;
}

.project-description {
    opacity: 0;
    margin-top: 12%;
    line-height: 1.71;
    color: #333333;
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    -o-transform: translateX(-1rem);
    transform: translateY(-1rem);
}

.project-item:hover .project-hover {
    background-color: rgba(60, 198, 240,0.9);
}

.project-item:hover .project-hover .project-title {
    display: block;
    position: relative;
    color: #000;
    bottom: -11rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s 0.2s ease;
    -o-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
    color: #000;
}

.read-more {
    font-weight: 600;
}
.title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #3cc6f0;
}

.title-info {
    font-size: 1.28rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    color: #999999;
    margin: 1.4rem 0px;
    font-family: 'Poppins', sans-serif;
}

.inner-page {
    margin-top: 10.28rem;
}

.inner-img h1,
.inner-img .title-info {
    color: #fff;
}
.inner-content-2 {
    margin-top: 6.6rem;
}

.entry-title {
    margin: 0 0 2.5rem;
    letter-spacing: -0.05em;
    line-height: 1.125;
}

.entry-description {
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 4.8rem;
    margin-top: 0;
}

.entry-content {
    font-size: 1.2857rem;
    line-height: 1.666;
    font-weight: 300;
    letter-spacing: 0;
}

.row-images {
    padding: 4.54rem 0;
}

.row-images .col-image {
    margin-top: 30px;
}

.row-images .col-image:first-child {
    margin-top: 0;
}

.row-images .col-image img {
    width: 100%;
}


@media (min-width: 768px) {
    html {
        font-size: 13px;
    }

    .pull-sm-left {
        float: left;
    }

    .pull-sm-right {
        float: right;
    }

    .project-box {
        padding-bottom: 75%;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 14px;
    }

    .inner-header {
        margin: 8.7rem 0 10.5rem;
    }

    .inner-img {
        padding-left: 0;
        padding-right: 0;
    }
}
/*GALLERY SECTION-CLOSE*/ 