body {
    font-size: 100%;
    font-family: var(--open-sans);
}
.home_three--wrapper .navbar-nav .nav-item:last-child a:hover:after {
    display: none;
}
.home_three--wrapper {
    background: #212c4d;
    position: relative;
    overflow: hidden;
}
.home_three--wrapper .main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 62px;
    background: #212c4d;
    transition: all ease 0.4s;
}
.home_three--wrapper .main-header:has(button[aria-expanded="true"]) {
    height: 100%;
}
.home_three--wrapper:before {
    content: "";
    background: #1c2848;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    top: 10rem;
    left: 3rem;
    z-index: 0;
}
.country-leader {
    position: relative;
    padding: 1em 0;
}
.country-leader .section-title {
    border-bottom: 1px solid #334169;
    padding-bottom: 3rem;
}
.section-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 1.25em;
    margin: 1em 0;
}
.leader-img img {
    border-radius: 11px 146px 11px 11px;
    position: relative;
    z-index: 1;
}
.leader-img:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    background: #783c5b;
    opacity: 0.2;
    z-index: 0;
}
.leader_box--title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #d4d8e4;
    text-transform: capitalize;
    font-size: 1.25em;
    margin: 1.3em 0 1.5em;
}
.leader_box--desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #b3b8c6;
    margin: 1.3em 0 2.5em;
    max-width: 380px;
    padding-right: 0 !important;
}
.counter-text {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.68em;
    text-transform: uppercase;
}
.counter-num {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.4em;
}
.counter-column {
    text-align: center;
    border: 2px solid #f05573;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 10px;
}
.leader_detail--counters {
    display: flex;
    margin: 15px -15px;
    flex-wrap: wrap;
    justify-content: center;
}
.future-plan {
    background: #FFF right bottom;
    padding: 1em 0 2em;
}
/*.future-plan .section-title {
    font-family: "Poppins", sans-serif;
    font-size: 1.56em;
}*/
.plan_box--img:after {
    content: "";
    position: absolute;
    right: 65px;
    top: 50px;
    border-radius: 15px;
    background: rgba(34, 59, 101, 0.36);
    max-width: 347px;
    max-height: 517px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.plan_box--img img {
    border-radius: 15px;
    z-index: 2;
    position: relative;
}
.plan_box--details {
    padding-top: 0.5em;
    padding-bottom: 1em;
    padding-right: 5em;
}
.plan-num {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #f05573;
    font-size: 1.2em;
}
.plan-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2em;
}
.plan-desc {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 0.9em;
    margin: 1.5em 0 3em;
}
.plan_box--details .black-btn {
    position: relative;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background-color: #060606;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 40px;
    border: none;
}
.plan_box--details .black-btn:hover:before {
    z-index: 1;
    opacity: 0.2;
}
.plan-year {
    padding: 1em 0;
    position: absolute;
    top: 0;
    right: 20px;
}
.plan-year h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 1.2em;
}
.plan-year p {
    /*font-family: "Poppins", sans-serif;*/
    font-weight: bold;
    color: #f05573;
    font-size: 3em;
    line-height: 0.8;
}
.party-details {
    background: url("../../images/red-bg-with-img.jpg") no-repeat top left;
    background-size: cover;
    padding: 1.5em 2em !important;
}
.party-img {
    padding: 0;
}
.party-title {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 1.4em;
    max-width: 520px;
}
.party-desc {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
    color: #ffffff;
    margin-bottom: 25px;
}
.party-details .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    background: #1267e6;
    color: #fff !important;
    padding: 14px 20px;
    transition: all ease 0.5s;
    display: inline-block;
    width: auto;
}
.party-details .btn:hover {
    background: #1853aa !important;
}
.download-text {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 0.7em;
    max-width: 220px;
    margin-bottom: 30px;
}
.campaign-box {
    background: #ffffff;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 15px 0;
}
.campaign_box--anchor {
    border-radius: 15px;
    overflow: hidden;
    display: inline-block;
}
.camp-title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #000000;
    margin-bottom: 15px;
}
.campaign-timing {
    margin-bottom: 20px;
}
.campaign-timing label {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 1em;
    display: block;
}
.campaign-timing .date {
    background: #333333;
    border-radius: 6px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    padding: 7px 15px;
    display: inline-block;
}
.campaign-timing .timing {
    border: 1px solid #333333;
    border-radius: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #333333;
    padding: 6px 15px;
    display: inline-block;
    margin: 5px 0;
}
.camp-member {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #73778a;
    font-size: 0.85em;
    margin-right: 12px;
}
.campaign_box--details {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.campaign-footer .pink-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 0.6em;
}
.upcoming-campaign {
    position: relative;
    padding: 25px 0;
}
.upcoming-campaign:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(34, 59, 101, 0.36);
    z-index: 0;
}
.upcoming-campaign div[class^="col"] {
    z-index: 1;
}
.play_margin {
    display: block;
    margin-bottom: 10px;
}
.plan_box--details .black-btn {
    transition: all 0.5s ease-in-out;
}
.plan_box--details .black-btn:hover {
    background: var(--white);
    color: #343a40;
}
.party-details .btn-primary,
.campaign-footer .btn-primary {
    border: 1px solid var(--secondary-color);
    transition: all 0.5s ease-in-out;
}
.party-details .btn-primary:hover,
.campaign-footer .btn-primary:hover {
    background: var(--white);
    color: var(--secondary-color);
}
.campaign-footer a.btn {
    background: #eb5757;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    transition: all ease 0.4s;
}
.campaign-footer a.btn:hover {
    background: #333;
}
@media screen and (min-width: 568px) {
    .home_three--wrapper:before {
        width: 500px;
        height: 500px;
    }
    .leader_detail--counters {
        justify-content: flex-start;
    }
    .campaign-timing .timing {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 7px;
    }
    .camp-title {
        margin-bottom: 40px;
    }
    .campaign-timing {
        margin-bottom: 55px;
    }
    .campaign-timing .date,
    .campaign-timing .timing {
        font-size: 13px;
    }
}
@media screen and (min-width: 768px) {
    .leader_box--title,
    .leader_box--desc {
        padding-right: 150px;
    }
    .leader-details .leader-flag {
        position: absolute;
        top: 10px;
        right: 20px;
    }
    .country-leader {
        padding-bottom: 2em;
    }
    .country-leader .section-title {
        padding-bottom: 3rem;
    }
    .future-plan .section-title {
        margin-bottom: 1.5em;
    }
    .party-details {
        padding: 2em 2em !important;
    }
    .party-desc {
        margin: 2em 0;
    }
    .campaign-timing .timing {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 0px;
    }
    .upcoming-campaign:after {
        left: 45%;
        top: 0;
    }
    .poster-img {
        position: relative;
        left: -4em;
        margin-top: 2em;
    }
    .upcoming-campaign .section-title {
        margin-bottom: 1.5em;
        margin-top: 0;
    }
    .upcoming-campaign {
        padding: 50px 0;
    }
    .camp-title {
        margin-bottom: 20px;
    }
    .campaign-timing {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    .party-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .home_three--wrapper .navbar-nav {
        align-items: center;
    }
    .home_three--wrapper .main-header {
        padding-top: 10px;
        position: absolute;
        height: auto;
        background: #212c4d;
    }
    .camp-title {
        font-size: 22px;
    }
    .upcoming-campaign {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    .home_three--wrapper:before {
        width: 950px;
        height: 950px;
        top: 25rem;
    }
    .country-leader {
        font-size: 160%;
        /*margin-top: -180px;*/
    }
    .leader-img:after {
        width: 390px;
        height: 390px;
    }
    .leader_box--title,
    .leader_box--desc {
        padding-right: 200px;
    }
    .country-leader {
        padding-bottom: 3em;
    }
    .future-plan {
        font-size: 200%;
        padding-bottom: 2em;
    }
    .plan-desc {
        font-size: 16px;
        max-width: 350px;
    }
    .plan_box--details {
        padding-right: 0;
    }
    .favorite-party {
        font-size: 200%;
    }
    .party-desc {
        font-size: 0.5em;
    }
    .party-details {
        padding-left: 5em !important;
    }
    .upcoming-campaign {
        font-size: 180%;
    }
    .download-text {
        font-size: 0.6em;
        margin-bottom: 2.5em;
    }
    .campaign-timing label {
        font-size: 16px;
        margin-bottom: 0;
    }
    .campaign-timing .timing {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 7px;
    }
    .camp-member {
        font-size: 0.5em;
    }
    .campaign-footer .pink-btn {
        font-size: 0.5em;
    }
    .upcoming-campaign {
        padding: 100px 0 25px;
    }
    .counter-column {
        width: 87px;
        height: 87px;
    }
    .counter-num {
        font-size: 22.85px;
    }
    .counter-text {
        font-size: 8.79px;
    }
    .camp-title {
        font-size: 26px;
        margin-bottom: 28px;
    }
    .campaign-timing {
        margin-bottom: 58px;
    }
    .plan-year p {
        font-size: 200px;
    }
    .plan-year {
        top: -70px;
    }
    .home_three--wrapper .main-header {
        padding-top: 10px;
    }
}
@media screen and (min-width: 1366px) {
    .plan-year {
        right: -40px;
        padding-top: 0.5em;
    }
    .campaign-timing .date {
        font-size: 16px;
    }
    .campaign-timing .timing {
        font-size: 20px;
        line-height: 24px;
    }
    .country-leader .section-title {
        padding-bottom: 1rem;
    }
}
@media (min-width: 1600px) {
    .plan-year p {
        font-size: 248px;
    }
}

.hwc-breadcrumb{
    margin-top: 80px;
}
@media (max-width: 998px) {
    .hwc-breadcrumb{
        margin-top: 50px;
    }
    .hwc-breadcrumb-ul{
        padding-top: 15px;
    }
}
@media (min-width: 1200px) {
    .hwc-breadcrumb{
        margin-top: 70px;
    }
}
.hwc-breadcrumb{
    background-color: #CCC;
}
li.hwc-breadcrumb-li a{
    color: black;
    margin-right: 10px;
}
li.hwc-breadcrumb-li:not(:last-child) a:after {
    content: '/';
    margin-left: 10px;
}
li.hwc-breadcrumb-li:not(:last-child) a {
}
/*li.hwc-breadcrumb-li a{
    color: black;
}*/
.font-bold{
    font-weight: bold;
}
.brand-color{
    color: #212c4d;
}
.light-color{
    /*color: #eb1c22;*/
}
.border-radius-20{
    border-radius: 20px;
}
.border-radius-10{
    border-radius: 10px;
}