
/*progress info section*/

.progress.info-section p {
    line-height: 20px;
}

.progress.info-section .news-list {
    padding-top: 50px;
}

h3.small-title {
    font-weight: 600;
    font-size: 22px;
    color: #6c6c6c;
    padding: 0 0 50px;
}

.progress.info-section .shadow-box {
    padding: 50px 35px 100px;
}

.progress.info-section .progress-tabs {
    padding: 0 0 80px;
}

.progress.info-section .progress-tabs .tab-links {
    padding: 0 0 50px;
}

.progress.info-section .carousel-info-section {
    margin: 0;
}

.progress.info-section .image {
    padding: 25px 0;
}

.progress.info-section .image img {
    margin: auto;
}

/*progress bar section*/

.progress-bar-section {
    padding: 85px 0 65px;
    background: #fff;
}

.progress-bar-section .inner-block {
    text-align: center;
}

.progress-bar-box {
    width: 177px;
    display: inline-block;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    padding: 20px 15px 25px;
    margin: 0 10px 20px 5px;
    background: #fff;

    -webkit-box-shadow: 0 1px 9px rgba(3,8,14,0.67);
    -moz-box-shadow: 0 1px 9px rgba(3,8,14,0.67);
    -o-box-shadow: 0 1px 9px rgba(3,8,14,0.67);
    box-shadow: 0 1px 9px rgba(3,8,14,0.67);

}

.progress-bar-box .number {
    font-weight: 800;
    font-size: 78px;
    line-height: 78px;
}

.progress-bar-box .progress-bar {
    height: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 20px 0 0;
    position: relative;
    overflow: hidden;

    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(3,8,14,0.67);
    -moz-box-shadow: 0 1px 6px rgba(3,8,14,0.67);
    -o-box-shadow: 0 1px 6px rgba(3,8,14,0.67);
    box-shadow: 0 1px 6px rgba(3,8,14,0.67);

}

.progress-bar-box .progress-bar span {
    height: 100%;
    display: block;
    text-align: center;

    background: linear-gradient(#87113e 0%, #a71a48 100%);

}

.progress-bar-box .progress-bar.p-0 span {
    display: none;
}

.progress-bar-box .progress-bar.p-1 span {
    width: 30%;
}

.progress-bar-box .progress-bar.p-2 span {
    width: 30%;
}

.progress-bar-box .progress-bar.p-3 span {
    width: 30%;
}

.progress-bar-box .progress-bar.p-4 span {
    width: 40%;
}

.progress-bar-box .progress-bar.p-5 span {
    width: 50%;
}

.progress-bar-box .progress-bar.p-6 span {
    width: 60%;
}

.progress-bar-box .progress-bar.p-7 span {
    width: 70%;
}

.progress-bar-box .progress-bar.p-8 span {
    width: 80%;
}

.progress-bar-box .progress-bar.p-9 span {
    width: 90%;
}

.progress-bar-box .progress-bar.p-10 span {
    width: 100%;
}

.progress-bar-box .progress-number {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0 0;
}

/*end progress bar section*/

/*progress calendar*/

.progress-calendar {
    text-align: center;
    padding: 40px 0;
    margin: 0 0 50px;
    background: #fff;

    -webkit-box-shadow: 0 0 9px rgba(3,8,14,0.26);
    -moz-box-shadow: 0 0 9px rgba(3,8,14,0.26);
    -o-box-shadow: 0 0 9px rgba(3,8,14,0.26);
    box-shadow: 0 0 9px rgba(3,8,14,0.26);

}

.progress-calendar .calendar-link {
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
    margin: 10px 5px;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.progress-calendar .calendar-link:hover {
    margin-top: -5px;
}

.progress-calendar .calendar-link.active {
    color: #fff;
    background: linear-gradient(#6b0e32 0%, #a21945 100%);
}

/*end progress calendar*/

.pages-navigation {
    text-align: center;
}

.progress.info-section .pages-navigation {
    padding: 50px 0 40px;
}

.pages-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pages-navigation ul li {
    display: inline-block;
}

.pages-navigation ul li a,
.tab-links.pages-navigation a {
    width: 36px;
    height: 36px;
    display: inline-block;
    font-size: 17px;
    color: #000;
    text-align: center;
    line-height: 36px;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.pages-navigation ul li a.active,
.tab-links.pages-navigation a.current {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 36px;

    background: linear-gradient(#6b0e32 0%, #a21945 100%);

}

.news-list {

}

.news-list .title {
    padding: 0 0 15px;
}

.news-list .title span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    padding: 0 15px;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.news-list .title span:hover {
    transform: scale(1.1);
}

.news-list .row {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.news-list .news-article {
    width: 375px;
    display: flex;
    margin: 0 10px;
}

.inner-tab-2 {
    display: none;
}

.inner-tab-2.current {
    display: block;
}

@media screen and (max-width: 1300px) {

    .progress-bar-box {
        width: 169px;
        font-size: 20px;
        line-height: 24px;
        padding: 20px 10px 25px;
    }

    .progress-bar-box .number {
        font-size: 58px;
        line-height: 58px;
    }

    .progress-bar-box .progress-bar {
        font-weight: bold;
        font-size: 12px;
        margin: 10px 0 0;
    }

    .news-list .news-article {
        width: 290px;
    }

}

@media screen and (max-width: 1100px) {

    .news-list .news-article {
        width: 276px;
    }

    .progress.info-section .image img {
        max-width: 100%;
    }

    .news-list .news-article {
        width: 276px;
    }

}


@media screen and (max-width: 1023px) {

    .progress-bar-box {
        width: 245px;
        display: inline-block;
        margin: 0 10px 20px;
        float: none;
    }

    .progress-bar-box:last-child {
        margin-bottom: 0;
    }

    .progress-calendar {
        padding: 40px 0 30px;
    }

    .progress-calendar .calendar-link {
        margin: 0 3px 10px;
    }

    .progress.info-section .shadow-box {
        padding: 50px 35px 20px;
    }

    .progress.info-section .progress-tabs {
        padding: 0 0 40px;
    }

    .news-list .news-article {
        width: 210px;
    }

    .news-article a .inner .title {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 10px;
    }

    .progress-bar-section {
        padding: 85px 0 65px;
    }

    .progress.info-section .pages-navigation {
        padding: 20px 0 50px;
    }

}

@media screen and (max-width: 767px) {

    .progress.info-section .progress-tabs .tab-links,
    .progress.info-section .progress-tabs {
        padding: 0 0 20px;
    }

    .progress.info-section .image {
        padding: 5px 0 25px;
    }

    .news-list .row {
        margin: 0;
    }

    .news-list .news-article {
        width: auto;
        margin: 0 0 30px;
        float: none;
    }

    .progress.info-section .shadow-box {
        padding: 50px 20px 5px;
    }

    .progress-bar-box {
        width: 185px;
    }

}

@media screen and (max-width: 459px) {

    .progress-calendar .calendar-link {
        width: 100%;
    }

    .progress-bar-box {
        width: 137px;
        margin: 0 5px 13px;
    }

    .progress.info-section .progress-tabs .tab-cont {
        margin: 0 -22px 0 -20px;
    }

    .progress.info-section .shadow-box {
        overflow: hidden;
    }

}

/*end progress info section*/


.button {
    display: inline-block;
    font-family: "Montserrat", Montserrat;
    font-weight: 900;
    font-size: 28px;
    color: #ffc517;
    position: relative;
}

.button:after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    border-bottom: 5px dotted #ffc517;
    transition: all 0.3s;
}