// Issues Section And Single Items 
.issues-single-items {
    margin-bottom: 30px;

    &.home-six {
        .content {
            .title {
                margin-bottom: 60px;
            }
        }
    }

    .issue-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        min-height: 570px;
        border-radius: 10px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, #04072E00 0%, #04072E 100%);
            border-radius: 10px;
        }
    }

    .content {
        padding: 0px 30px 30px 30px;
        position: absolute;
        bottom: 0;
        width: 100%;

        .title {
            font-size: 24px;
            line-height: 28px;
            font-family: var(--body-font);
            font-weight: 700;
            color: #fff;
            cursor: pointer;
            transition: .3s all ease;
            margin-bottom: 30px;

            &:hover {
                color: var(--main-color-one);
            }
        }

        p {
            font-size: 16px;
            line-height: 28px;
            font-family: var(--body-font);
            font-weight: 400;
            color: #CCCCCC;
        }
    }
}

.issues-single-items-two {
    margin-bottom: 30px;

    .content-wrap {
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid rgba(201, 201, 201, 0.5);
        border-top: 0;
        padding: 20px;
    }

    .content {
        border-bottom: 1px solid rgba(201, 201, 201, 0.5);
        margin-bottom: 50px;
        padding-bottom: 20px;

        .tag {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
            font-weight: 400;
            color: $white;
            background: var(--main-color-one);
            padding: 5px 10px;
            text-transform: uppercase;
            margin-bottom: 20px;
        }

        .title {
            font-size: 21px;
            line-height: 1.4;
            font-weight: 600;
            color: var(--heading-color);
            margin-bottom: 0;
        }
    }

    .progress-content {
        .goal {
            .raised {
                color: var(--heading-color);
                margin-bottom: 0;
                font-size: 14px;
                font-family: var(--body-font);
                font-weight: 700;

                span {
                    font-weight: 400;
                }
            }
        }
    }

    .progress-item .single-progressbar .progressbar {
        background: rgba(0, 5, 101, 0.2) !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .progress-item .single-progressbar .progressbar .proggress {
        background: #000565 !important;
        border-radius: 0 !important;
    }
}

.issues-around-us-section {
    margin-top: 108px;

    &.style-01 {
        margin-top: 120px;
    }

    &.home-six {
        margin-top: 120px;
    }

    .blog-pagination {
        &.event-five {
            text-align: center;
        }
    }
}

.more-issue-section {
    margin-top: 108px;

    &.style-01 {
        margin-top: 0;
    }

    &.style-02 {
        margin-top: 55px;
    }

    &.department-single {

        .testimonial-carousel-eight {
            margin: 0px 15px;

            &.political-member {
                .owl-nav {
                    .owl-next {
                        right: 30px;
                    }

                    .owl-prev {
                        left: 85%;
                    }
                }
            }
        }
    }
}

.issues-details-section {
    .bg-wrapper {
        overflow: hidden;

        .issue-details-bg {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 600px;
            transition: .7s all ease;
            overflow: hidden;

            &:hover {
                transform: scale(1.1);
            }
        }

        .issue-details-bg-02 {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            min-height: 465px;
            transition: .5s all ease;
        }
    }

    &.department-single {
        .thumbnail {
            &.style-01 {
                &::before {
                    content: "";
                    position: absolute;
                    left: 15px;
                    top: 0px;
                    width: 92%;
                    height: 100%;
                    background: rgba(4, 7, 46, 0.5);
                }
            }
        }

        .taking-action-issue {
            .subtitle {
                margin-top: 40px;
                margin-bottom: 25px;
            }

            p {
                font-size: 16px;
                font-weight: 400;
                color: #505050;
                margin-bottom: 20px;
            }
        }

        .list-items {
            ul {
                li {
                    color: var(--heading-color);
                }
            }
        }

        .how-it-work {
            border-bottom: 1px solid #E9E9E9;

            .subtitle {
                font-size: 20px;
                line-height: 32px;
                font-family: var(--body-font);
                font-weight: 700;
                color: var(--heading-color);
                padding-left: 10px;
                position: relative;
                z-index: 0;
                margin-bottom: 25px;

                &::before {
                    content: "";
                    position: absolute;
                    left: 0px;
                    top: 7px;
                    width: 4px;
                    height: 60%;
                    background: var(--main-color-one);
                }
            }

            .icon-box-item-03 {
                border: 1px solid rgba(204, 204, 204, 0.5);
                padding: 20px 15px 12px 20px;
                margin-bottom: 30px;

                .icon {
                    width: 72px;
                    height: 72px;
                    line-height: 63px;
                    text-align: center;
                    background: var(--main-color-one);
                    color: $white;
                    border-radius: 50%;
                    font-size: 36px;
                    margin-bottom: 12px;
                }

                .content {
                    .title {
                        font-size: 22px;
                        line-height: 1.4;
                        font-weight: 600;
                        color: var(--heading-color);
                        margin-bottom: 12px;
                        margin-top: 0;
                    }

                    p {
                        font-size: 16px;
                        line-height: 1.65;
                        font-family: var(--body-font);
                        font-weight: 400;
                        color: #505050;
                        margin-bottom: 0;
                    }
                }
            }
        }

        .content {
            &.style-01 {
                .title {
                    margin-top: 25px;
                    margin-bottom: 20px;
                }
            }

            .title {
                margin: 0;
            }
        }
    }

    &.issue-detls-two {
        .content {
            &.style-02 {

                .title {
                    margin-top: 25px;
                    margin-bottom: 20px;
                }
            }
        }
    }

    .content {
        .title {
            font-size: 40px;
            line-height: 48px;
            font-family: var(--heading-font);
            font-weight: 600;
            color: var(--heading-color);
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .subtitle {
            font-size: 20px;
            line-height: 32px;
            font-family: var(--body-font);
            font-weight: 700;
            color: var(--heading-color);
            border-left: 4px solid var(--main-color-one);
            padding-left: 10px;
            margin-bottom: 20px;
        }

        .description {
            font-size: 16px;
            line-height: 28px;
            font-family: var(--body-font);
            font-weight: 400;
            color: #505050;
            margin-bottom: 20px;

            +.description {
                border-top: 2px dashed #CCCCCC;
                padding-top: 20px;
            }
        }
    }

    .taking-action-issue {
        position: relative;
        overflow: hidden;

        &.home-six {
            border-bottom: 1px solid #E9E9E9;
            margin-bottom: 37px;
            padding-bottom: 60px;

            &::after {
                border-left: 2px solid #C9C9C9;
                right: 6px;
                top: 255px;
                height: 54%;
            }

            .subtitle {
                margin-top: 40px;
                margin-bottom: 25px;
            }

            p {
                font-size: 16px;
                font-weight: 400;
                color: #505050;
                margin-bottom: 40px;
            }

            .action-single-items {
                padding: 20px 20px 20px 60px;
                margin-left: 30px;
                border-radius: 0;

                &::before {
                    left: -31px;
                    top: 45px;
                    background: $white;
                }

                &::after {
                    left: -26px;
                    top: 50px;
                }

                .title {
                    margin-bottom: 5px;
                }

                p {
                    margin-bottom: 0;
                }

                .action-shape {
                    padding: 26px;
                    left: -7px;

                    p {
                        font-size: 24px;
                        line-height: 1.2;
                        font-weight: 700;
                    }
                }
            }
        }

        &::after {
            content: '';
            position: absolute;
            top: 225px;
            right: 0;
            border-left: 2px dashed #C9C9C9;
            width: 98%;
            height: 65%;
        }

        .subtitle {
            font-size: 20px;
            line-height: 32px;
            font-family: var(--body-font);
            font-weight: 700;
            color: var(--heading-color);
            border-left: 4px solid var(--main-color-one);
            padding-left: 10px;
            margin-top: 50px;
            margin-bottom: 50px;
        }

        .action-single-items {
            background: #F9F9F9;
            padding: 26px 30px 26px 136px;
            border: 1px solid rgba(227, 227, 227, 0.5);
            border-radius: 0px 10px 10px 0px;
            margin-left: 75px;
            margin-bottom: 30px;
            position: relative;

            &:last-child {
                margin-bottom: 0;
            }

            &::after {
                content: '';
                position: absolute;
                left: -57px;
                top: 86px;
                width: 8px;
                height: 8px;
                background: var(--main-color-one);
                border-radius: 50%;
                z-index: 1;
            }

            &::before {
                content: '';
                position: absolute;
                left: -62px;
                top: 81px;
                width: 18px;
                height: 18px;
                border: 2px solid red;
                border-radius: 50%;
                z-index: 1;
            }

            .title {
                font-size: 20px;
                line-height: 32px;
                font-family: var(--body-font);
                font-weight: 700;
                color: var(--heading-color);
                margin-bottom: 20px;
            }

            p {
                font-size: 16px;
                line-height: 28px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #505050;
            }

            .action-shape {
                padding: 66px;
                background-repeat: no-repeat;
                background-position: center left;
                position: absolute;
                top: 50%;
                left: -16px;
                transform: translateY(-50%);

                p {
                    font-size: 50px;
                    line-height: 60px;
                    font-family: var(--heading-font);
                    font-weight: 600;
                    color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                }
            }
        }
    }

    .list-items {
        margin-bottom: 37px;
        margin-top: 5px;

        ul {
            list-style: none;
            padding-left: 0;

            li {
                font-size: 16px;
                line-height: 28px;
                font-family: var(--body-font);
                font-weight: 400;
                color: #505050;
                padding-left: 35px;
                position: relative;

                &::after {
                    content: '\f00c';
                    font-family: "fontawesome";
                    font-weight: 900;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    background: #fff;
                    border-radius: 50%;
                    color: var(--main-color-one);
                    margin-right: 20px;
                    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                }

                +li {
                    margin-top: 20px;
                }

                i {
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    text-align: center;
                    background: #fff;
                    border-radius: 50%;
                    color: var(--main-color-one);
                    margin-right: 20px;
                    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                }
            }
        }
    }
}

.testimonial-carousel-six {
    .owl-nav {
        .owl-prev {
            position: absolute;
            right: 7%;
            top: -85px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #fff;
            color: var(--main-color-one);
            font-size: 30px;
            border-radius: 5px;
            box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
            border: 1px solid #fff;
            transition: .5s all ease;

            &:hover {
                border: 1px solid var(--main-color-one);
                box-shadow: none;
            }
        }

        .owl-next {
            position: absolute;
            right: 0%;
            top: -85px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            background: #fff;
            color: var(--main-color-one);
            font-size: 30px;
            border-radius: 5px;
            box-shadow: 0 12px 20px rgba(221, 19, 26, 0.24);
            border: 1px solid #fff;
            transition: .5s all ease;

            &:hover {
                border: 1px solid var(--main-color-one);
                box-shadow: none;
            }
        }
    }
}