/* ==============================================
	PROJECT 02 STYLES
============================================== */
/* Home Inner and texts */
.home.project2 .home-inner {
    position: relative;
    z-index: 3;
}

.home.project2 .home-inner .colored-strip {
    width: 160px;
    height: 1px;
    margin: 0 auto;
}

.home.project2 .home-inner .home-title {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 24px;
    display: inline-block;
    margin-left: 24px;
    margin-top: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.home.project2 .home-inner .home-desc {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 15px;
}

/* Button styles */
.project2-btn {
    display: inline-block;
    padding: 7px 45px 6px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.13);
    text-transform: uppercase;
    color: rgba(255,255,255,0.79);
    border-radius: 50px;
    font-size: 16px;
    margin-top: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.project2-btn:hover,
.project2-btn:focus {
    color: white;
}

@media screen and (max-width: 640px){
    .home.project2 .home-inner .colored-strip {
        width: 110px;
    }

    .home.project2 .home-inner .home-title {
        font-size: 28px;
        letter-spacing: 12px;
        margin-left: 12px;
    }

    .home.project2 .home-inner .home-desc {
        font-size: 24px;
    }
}

/* ==============================================
	PROJECT TITLE AND SUBTITLES
============================================== */
.project1-subtitle {
    font-size: 14px;
    letter-spacing: -0.44px;
}

.project1-title {
    color: #fff;
    letter-spacing: -1px;
}

/* ==============================================
	ABOUT PAGE
============================================== */
section.about .section-inner {
    padding: 100px;
}

/* ==============================================
	IMAGES SECTION
============================================== */
section.images-section {
    border-bottom: 1px solid #e6e6e6;
}

/* Slider in post media */
.images-section.project2 .image-slider {
    position: relative;
    overflow: hidden;
}

.images-section.project2 .image-slider img {
    display: block;
    max-width: 100%;
}

.images-section.project2 .image-slider-arrows {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
}

.images-section.project2 .image-slider-arrows>div {
    width: 30px;
    height: 60px;
    background: #505050;
    color: white;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/* Slider Bullets */
.images-section.project2 .image-slider-pagination {
    position: absolute;
    left: 0;
    z-index: 100;
    bottom: 20px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.images-section.project2 .swiper-pagination-bullet {
    width: 12px;
    margin: 0px 4px !important;
    height: 12px;
    background-color: #888888;
    opacity: 1;
}

.images-section.project2 .image-slider:hover .image-slider-pagination,
	.images-section.project2 .image-slider:hover .image-slider-arrows>div {
    opacity: 1;
}

/* Left Area styles */
.details.project2 .column {
    margin-top: 30px;
    font-weight: 400;
}

.details.project2 {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 600;
}

.details.project2 .detail-title {
    font-size: 16px;
    color: #2D4E81;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 700;
}

.details.project2 .detail-desc {
    font-size: 14px;
    color: #585858;
    line-height: 18px;
}

.details.project2 a.detail-desc:hover {
    text-decoration: underline;
}

/* Center project details */
.details.project2 .project-desc {
    font-size: 14px;
    color: #585858;
    line-height: 27px;
    margin-top: 15px;
}

/* Right list */
.details.project2 .project-list li {
    font-size: 14px;
    color: #585858;
    line-height: 27px;
    margin-top: 15px;
}

.details.project2 .project-list li i {
    font-size: 11px;
    color: #2D4E81;
    margin-top: -2px;
    display: inline-block;
}

/* ==============================================
	DETAILS SECTION
============================================== */
.project-boxes .section-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ==============================================
	BOTTOM HERO SECTION
============================================== */
.bottom-hero .bottom-hero-title {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 15px;
    left: 15px;
    font-weight: 700;
    margin-top: 14px;
    position: relative;
}





