.back-btn {
    color: #ffc800;
    text-transform: uppercase;
}

body{transition: background 1s ease;}
.page-item.active .color-bg {
opacity: 1;
}

.color-bg {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
opacity: 0;
transition: all .2s ease;
}

.fp-tableCell .container { position: relative; z-index: 1 }

.color-bg-1 {
  background: #1a1a1a;
    background: -moz-linear-gradient(-45deg, #1a1a1a 0%, #323232 42%, #323232 98%);
    background: -webkit-linear-gradient(-45deg, #1a1a1a 0%,#323232 42%,#323232 98%);
    background: linear-gradient(135deg, #1a1a1a 0%,#323232 42%,#323232 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#323232',GradientType=1 );

}

.color-bg-2 {
 background: #4f5a50;
}

.color-bg-3 {
 background: #572222;
}

.color-bg-4 {
 background: #4c5353;
}

.color-bg-5 {
 background: #3b3c4e;
}


a.back-btn:hover {
    /* text-decoration: none; */
    color: #ffc800;
    padding: 2.8rem 0;
}

b,
strong {
    font-weight: 600;
}

.blog-navigation {
    margin-top: 5rem;
    border-top: 1px solid #ffc800;
    border-bottom: 1px solid #ffc800;
}

.blog-detail h4 {
    flex-basis: 23%;
    border-color: rgba(219, 219, 219, 0.2) !important; font-weight:700;
}
.blog-detail-container img.nav-arrow {
    width: 1.375rem;
}
.project-meta li {
    font-size: 1.250rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-weight: 300;
}

.project-desctiption p,
.project-desctiption {
    font-size: 1.25rem;
}

.blog-detail {
    margin-top: 4.5rem;
}

div.blog-detail-container {
    padding-top: 8rem;
}

.project-meta strong {
    clear: both;
    display: block;
}

.project-meta {
    margin-top: -0.5rem;
    flex-basis: 26%;
    padding-left: 6rem;
}

.blog_detail {
    color: #000;
    margin-top: 2rem;
}

.blog_detail_left figure {
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.blog_detail_left {
    padding: 0 10px;
}

.blog_detail_inner {
    max-width: 22.3rem;
}

.blog_detail_content strong {
    color: #ffc800;
    font-size: 1.125rem;
}

.blog_detail_content h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem; color:#fff;
}

.blog_detail_content p {
    line-height: 1.5;
    font-size: 1.125rem; color:#fff;
}

.blog_detail_right {
    background: url("../images/plant_2_1.png")no-repeat;
    background-position: right 56%;
}

.feature_inner {
    border: 1px solid rgba(89, 89, 89, 0.5);
    padding: 11% 13% 5% 13%;
}

.feature_inner h2 {
    font-size: 2.250rem;
    margin: 1.4rem 0 1rem 0;
    color: #fff;
}

.feature_inner p {
    font-size: 1.250rem;
}

.feature-grid {
    margin-top: 4rem;
}

.blog-navigation a {
    color: #ffc800;
    padding: 2.8rem 0;
}

.bg-dark {
    background: #262626 !important;
}

.blog-navigation {
    margin-top: 8rem;
    border-top: 1px solid #ffc800;
    border-bottom: 1px solid #ffc800;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    width: 70px;
    height: 1px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    height: 1px;
    width: 100%;
    left: 0;
    background: #7a7878;
    margin: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    background: #ffc800;
}

.page-item .blog-content {
    max-width: 30.6rem;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    height: 16px;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 1px;
    width: 100%;
    margin: 0px 0 0 -30px;
    background: #ffc800;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    margin: 20px 7px;
}

#fp-nav.fp-right {
    right: -40px;
}

.animate {
    transform: translateY(2rem);
    transition: all ease .3s;
    opacity: 0;
}

.active .animate {
    transition-delay: 0.5s;
    transform: translateY(0rem);
    opacity: 1;
}

.animate.delay-01 {
    transition-delay: 0.75s;
}

.animate.delay-02 {
    transition-delay: 1s;
}

.animate.delay-03 {
    transition-delay: 1.2s;
}

.link {
    color: #d4b33d;
    font-weight: 700;
}

.btn-list {
    display: flex;
}

@media(max-width: 1100px) {
    .feature_inner h2 {
        font-size: 2rem;
    }
    #fullpage.banner {
        height: auto !important;
    }
}

@media(max-width: 991px) {
    #fp-nav {
        z-index: 1;
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }
    #fp-nav ul li,
    .fp-slidesNav ul li {
        height: auto !important;
        width: auto !important;
    }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        border-radius: 100% !important;
        height: 15px;
        width: 15px !important;
        margin: 0 5px !important;
        background: #fff !important;
    }
    #fp-nav ul li a.active,
    .fp-slidesNav ul li a.active {
        transform: scale(1.3) !important;
    }
    #fp-nav ul,
    .fp-slidesNav ul {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    #fp-nav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li a.active span,
    .fp-slidesNav ul li:hover a.active span {
        display: none !important;
    }
    .fp-tableCell {
        display: flex !important;
        justify-content: space-between !important;
        flex-direction: column !important;
        padding: 10rem 0 7rem !important
    }
    .fp-tableCell .container {
        height: 100%;
    }
    .fp-tableCell .col-md-7 {
        padding: 0;
    }
    .fullpage-wrapper .row {
        flex-direction: column-reverse;
        text-align: center;
        height: 100%;
        justify-content: space-between;
    }
    .page-item .blog-content {
        max-width: 100%;
    }
    .btn-list {
        justify-content: center;
    }
    .project-desctiption p,
    .project-desctiption {
        font-size: 1.5rem
    }
    .feature_inner {
        margin-bottom: 2rem
    }
    #fp-nav ul li a span,
    .fp-slidesNav ul li a span,
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        height: 0;
    }
}

@media (max-width: 767px) {
    
    .project-desctiption p,
    .project-desctiption {
        font-size: 2rem;
    }
    .blog_detail_left {
        padding: 0rem;
    }
    .back-btn {
        display: none;
    }
    .blog-content {
        text-align: center;
    }
	.project-desctiption {
    padding-bottom: 4rem;
    padding-top: 1rem;
}
.project-desctiption p{ color:#dbdbdb; }
.blog-detail h4.text-right{ font-size:3.6rem; font-weight:300; }
.feature_inner p{ font-size:1.4rem; }
.testimonial .thumbnail .caption p {
    font-size: 1.7rem;
}
div.blog-detail-container{ padding-top:12rem; }
    .project-meta {
        margin-top: 0;
        flex-basis: 100%;
        padding-left: 0;
    }
    .project-meta li {
        font-size: 2.5rem;
    }
    .blog_detail_left:after {
        display: none;
    }
    .blog_detail.delay-02 {
        margin: 0 -15px;
    }
    .blog-navigation a {
        font-size: 0;
    }
    .feature-grid {
        padding: 0 15px;
    }
    .blog-detail h4 {
        position: relative;
        flex-basis: 100%;
        text-align: center;
        font-size: 2.5rem;
        border-color: transparent !important;
        position: relative;
    }
    .blog-detail h4.text-right {
        text-align: center !important;
    }
    .blog-detail h4:before {
        content: '';
        width: 70px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        background: #fff;
        height: 1px;
        position: absolute;
    }
    .project-desctiption a {
        display: inline-block !important;
    }
    .fp-tableCell {
        padding: 13rem 0 7rem !important;
    }
}