.head_content {
    margin-top: 120px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
}

.bg-soda {
    background: linear-gradient(0deg, rgba(236,28,35,1) 0%, rgba(74,130,255,1) 70%);
    color: var(--color-white);
}

.bg-pattern-cloud {
    background-image: url("/img/cloud1.svg");
    /*background-image: url("/img/cloud.svg");*/
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.bg-pattern-sports:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: url("/img/sports-field5.jpg");
    background-size: cover;
    background-position: center;
}

.bg-pattern-grass {
    position: relative;
}

.bg-pattern-grass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background-image: url("/img/sports-field4.jpg");
    z-index: -1;
    background-size: cover;
    background-position: bottom;
}



.bg-pattern {
    background-image: url("/img/inspiration-geometry.png");
}

.bg-pattern-wall {
    background-image: url("/img/concrete-wall-2.png");
}


.bg-pattern-minion {
    background-image: url("/img/minion.png");
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: bottom right;
    background-size: 300px;
}

.bg-pattern-footer {
    background-image: url("/img/footer-cloud.svg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
}

.heading-title-coding {
    text-shadow: 0px 0px 10px rgba(255,255,255, 1), 0px 0px 5px rgba(255,255,255, 1);
    font-weight: bolder;
    text-align: center;
}

.heading-title-coding2 {
    text-align: center;
}

.heading-title-sports {
    text-shadow: 0px 0px 10px rgba(255,255,255, 1), 0px 0px 5px rgba(255,255,255, 1);
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
    font-weight: bolder;
    text-align: center;
}

.heading-title-sports2 {
    text-shadow: 0px 0px 10px rgba(255,255,255, 1), 0px 0px 5px rgba(255,255,255, 1);
    font-weight: bold;
    text-align: center;
}

.heading-section {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
}

.heading-html {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
}

.heading-css {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
    position: absolute;
    top: -20px;
    left: 140px;
}

.heading-javascript {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
    position: absolute;
    top: 20px;
    left: 165px;
}

.heading-python {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
}

.heading-coordination {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
}

.heading-flexibility {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
    position: absolute;
    top: -20px;
    left: 140px;
}

.heading-strength {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
    position: absolute;
    top: 5px;
    left: 250px;
}

.heading-cardio {
    text-shadow: 10px 10px 15px rgba(0,0,0, 0.35);
    font-weight: bolder;
    position: absolute;
    top: 35px;
    left: 350px;
}


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

    .heading-flexibility {
        top: -20px;
        left: 100px;
    }

    .heading-strength {
        top: 5px;
        left: 150px;
    }

    .heading-cardio {
        top: 35px;
        left: 225px;
    }
}


.section-padding-top {
    padding-top: calc(140px + 57px);
    padding-bottom: 100px;
}

.section-padding-top-sports {
    padding-top: calc(160px + 57px);
    padding-bottom: 20px;
}

.section-padding {
    padding: 40px 0;
}

.section-padding-extra {
    padding: 300px 0;
}

.section-full-screen {
    height: 100vh;
}

.hero-heading {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-white);
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0.1rem;
}

.hero-sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #e6e6e6;
    line-height: 45px;
    letter-spacing: 0.1rem;
}

.section-title-bg {
    display: inline;
    font-size: 115px;
    font-weight: 700;
    height: 100%;
    left: -173px;
    opacity: 0.1;
    position: absolute;
    top: -14px;
    width: 100%;
    text-align: center;
}

.section-title-header p {
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}

.section-title {
    font-size: 38px;
    text-align: center;
    letter-spacing: 0.4px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    /*z-index: 1;*/
}

.section-title span {
    color: var(--color-red);
}

.section-title-coding {
    /*height: 350px;*/
}

.section-title-sports {
    height: 350px;
}

.section-title-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-title-sports-button a {
    margin-top: 5px;
}

.private_class_pricing_table {
    width: 95%;
    margin: auto;
}

.private_class_pricing_table th {
    border: solid 1px;
    padding: 2px;
    text-align: center;
    width: 50%;
}

.private_class_pricing_table td {
    border: solid 1px;
    padding: 2px;
    text-align: center;
}

.img-sports-div {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.img-sports-div img {
    min-width: 80%;
    max-width: 300px;
}

.course-time-radio {
    position: relative;
    margin-left: 1.5rem !important;
    margin-right: 0.5rem !important;
    cursor: pointer;
}

.btn-course-card {
    color: inherit;
    text-decoration: none;
}

.level-card-index {
    transition: all .1s ease-in-out;
    padding: 10px;
    margin: 10px;
    text-align: center;
}

.level-card-index img {
    margin: auto;
    display: block;
    height: 70px;
    width: 70px;
}

.level-card-index span {
    display: block;
}

.level-card-index:hover {
    /*transform: scale(1.05);*/
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);*/
    /*outline: solid 1px var(--color-gray);*/
    border-radius: 10px;
    transition: all 0.1s ease-in-out;
}

.level-card-index-c:hover {
    background-color: var(--color-dark-orange);
}

.level-card-index-m:hover {
    background-color: var(--color-dark-blue);
}

.level-card {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border: solid 1px var(--color-gray);
    border-radius: 5px;
    transition: all .1s ease-in-out;
    padding: 10px;
    margin: 10px;
    text-align: center;
    /*width: 160px;*/
    cursor: pointer;
}

.level-card img {
    margin: auto;
    display: block;
    height: 70px;
    width: 70px;
}

.level-card span {
    display: block;
}

.level-card:hover {
    transform: scale(1.05);
}

.btn-course-card:hover {
    color: inherit;
    text-decoration: none;
}

.img-company {
    transition: all 0.2s linear;
}

.img-company:hover {
    transform: scale(1.05);
}

.sports-elements-img {
    margin-bottom: 20px;
    min-height: 250px;
    display: flex;
    justify-content: center;
}

.sports-elements-img-inner {
    display: inline-block;
    align-self: flex-end;
}

.sports-elements-card {
    background-image: url("/img/inspiration-geometry.png");
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    padding: 20px 20px;
    transition: all .1s ease-in-out;
    margin-bottom: 30px;
    width: 100%;
    min-height: 220px;
}

.sports-elements-card:hover {
    transform: scale(1.05);
}

.gallery {
    /*display: flex;
    flex-wrap: wrap;*/
    padding: 0 4px;
}

.gallery-column {
    /*flex: 33.3%;*/
    padding: 0 4px;
}

    .gallery-column img {
        margin-top: 8px;
        vertical-align: middle;
        opacity: 0.7;
        transition: all 0.2s linear;
        background-color: var(--color-gray);
        z-index: 1;
    }

.gallery-column img:hover {
    opacity: 1;
    transform: scale(1.05);
    z-index: 2;
}

@media only screen and (max-width:768px) {
    .gallery-column {
        /*flex: 100%;*/
    }
}


/* ScrollToTop */
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
    z-index: 1;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--color-white);
    background: var(--color-red);
    border-radius: 20px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none;
}

a.back-to-top i:hover, a.back-to-top i:focus {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.30), 2px 2px 10px rgba(0, 0, 0, 0.6);
}


a.wts-float {
    display: none;
    position: fixed;
    bottom: 18px;
    left: 15px;
    text-decoration: none;
    background-color: transparent;
    z-index: 1;
}

a.wts-float i {
    display: block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    color: var(--color-white);
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a.wts-float i:hover, a.wts-float i:focus {
    text-decoration: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.30), 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.wts-float-i {
    padding-top: 10px;
}


.register {
    color: #fe4f6c;
    font-weight: bold;
}

.register-check {
    font-size: 160px;
    color: #25d366;
}

.register-complete {
    color: #25d366;
}

.register-box {
    border: 1px solid #dfe1e5;
    border-radius: 5px;
    padding: 30px 25px 10px 25px;
}

.student-work-box {
    border: 1px solid #dfe1e5;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
}

.register-card {
    /*background-image: url("/img/inspiration-geometry.png");*/
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 13px 10px 10px 10px;
    transition: all .1s ease-in-out;
    margin-bottom: 30px;
    /*font-size: 45px;*/
    text-align: center;
    /*font-weight: bold;*/
}

.register-card:hover {
    transform: scale(1.05);
}

.register-card-image {
    text-align: center;
}


.footer-right-contact {
    padding: 0px;
    margin-top: 0px;
}

.footer-right-area {
    padding: 10px 10px;
}

.footer-right-contact .single-contact {
    margin: 5px 0px;
    /*padding: 10px 55px;*/
    padding-left: 35px;
    position: relative;
    color: var(--color-white);
    font-size: 15px;
}

    .footer-right-contact .single-contact p {
        margin-bottom: 5px;
        color: #e3eaef;
    }

        .footer-right-contact .single-contact p a {
            color: #e3eaef;
        }

            .footer-right-contact .single-contact p a:hover {
                color: var(--color-red);
            }

.footer-right-contact .contact-icon {
    background: var(--color-red);
    color: var(--color-white);
    border-radius: 50%;
    font-size: 15px;
    height: 30px;
    width: 30px;
    left: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-icon a {
    color: var(--color-white);
}

    .contact-icon a:hover {
        color: var(--color-purple);
    }

.footer-menu .single-menu {
    margin: 1px 22px;
    padding: 10px 5px;
    position: relative;
    color: var(--color-white);
}

    .footer-menu .single-menu p {
        margin-bottom: 5px;
        color: #e3eaef;
    }

        .footer-menu .single-menu p a {
            color: #e3eaef;
        }

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

.social-icons {
    text-align: center;
}

    .social-icons li {
        display: inline-block;
        list-style-type: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .social-icons li a {
            border-bottom: none;
        }

        .social-icons li img {
            width: 50px;
            height: 50px;
            margin-right: 20px;
        }

#conatiner-map {
    margin-top: 30px;
    text-align: center;
    background-color: var(--color-white);
    height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
    width: 100%;
}
/* ==========================================================================
10. End Contact Area
========================================================================== */


.footer-area {
    padding: 10px 0;
}

    .footer-area .footer-text p {
        font-size: 14px;
        color: var(--color-white);
    }

.course-card-inline {
    background-image: url("/img/inspiration-geometry.png");
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 2px;
    padding: 0px 7px;
    transition: all .1s ease-in-out;
}

.course-card-mode {

}

.course-card, .course-card-flat, .course-card-top {
    /*background-image: url("/img/pattern1-transparent.png");*/
    background-image: url("/img/inspiration-geometry.png");
    /*background-position: 100%;
    background-repeat: no-repeat;*/
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    padding: 30px 30px;
    transition: all .1s ease-in-out;
    margin-bottom: 30px;
    width: 100%;
}

.course-card {
    min-height: 350px;
}

.course-card:hover {
    transform: scale(1.05);
}

.course-card > a {
    text-decoration: none;
    color: var(--color-white);
}

.course-card-image {
    text-align: center;
    padding-bottom: 15px;
}

.course-title {
    display: block;
    font-weight: 700;
    font-size: 1.75rem;
}

.course-description {
    display: block;
    justify-self: center;
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 170px;
}

.course-card-levels {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.course-link {
    color: var(--color-white);
}
    .course-link:hover {
        color: var(--color-red);
    }

@media only screen and (max-width:480px) {
    .single_course {
        margin-bottom: 30px;
    }
}

.single_course {
    margin-bottom: 30px;
}

.course-thumb {
    background: transparent;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    /*border-radius: 20px;*/
    text-align: left;
    margin-bottom: 30px;
    /*border-top: 4px solid var(--color-red);*/
    background-color: #F9F6EF;
}

    .course-thumb small {
        color: var(--color-red);
        font-weight: 500;
        display: block;
    }

        .course-thumb small .fa {
            margin-right: 5px;
        }

        .course-thumb small,
        .course-thumb small + span {
            display: inline-block;
            vertical-align: middle;
        }

            .course-thumb small + span {
                color: #e3eaef;
                font-size: 10px;
                font-weight: bold;
                text-transform: capitalize;
                margin-left: 2px;
            }

    .course-thumb h4 {
        padding: 8px 0 12px;
        font-size: 22px;
        margin: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .course-thumb h4:hover {
            color: var(--color-red);
        }

.course-image {
    /*margin-top: 15px;*/
}

#course-detail h2 {
    padding: 25px 0 10px 0;
}

.course-box {
    font-size: 14px;
    color: var(--color-white);
    background-color: orange;
    margin-right: 3px;
    padding: 2px 5px;
    display: inline;
    border-radius: 2px;
}

.course-box-age {
    background-color: orange;
}

.course-box-type {
    background-color: #4A82FF;
}

.course-box-lang {
    background-color: #25d366;
}

.course-box-level {
    background-color: var(--color-purple);
}

.course-info {
    box-shadow: 0 1px 30px rgba(255, 255, 255, 0.2);
    padding: 18px 30px;
}

.course-info {
    margin: 10px 0px 0px 0px;
}

    .course-info p {
        margin: 15px 0;
    }

.discount-box {
    padding: 20px;
    width: 100%;
    background-color: var(--color-red);
    color: white;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.discount-box-bottom {
    position: fixed;
    display: none;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    text-decoration: none;
    background-color: transparent;
    opacity: 0.9;
}

@media only screen and (max-width:768px) {
    .discount-box-bottom {
        margin-bottom: 65px;
    }

        .discount-box-bottom div a {
            font-size: 18px;
        }
}

.discount-box-bottom div {
    display: none;
    color: white;
    background-color: var(--color-red);
    /*box-shadow: 0 1px 30px rgba(255, 255, 255, 0.5);*/

}

    .discount-box-bottom div a {
        color: white;
    }

.close {
    top: 0rem !important;
    text-decoration: none;
}

@media only screen and (min-width:768px) {
    .course-info p {
    }
}

.course-button {
    text-align: center;
    padding-bottom: 20px;
}


.p-max {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* ==========================================================================
13. End Course Area
========================================================================== */
.browser, .browser1 {
    background: white;
    border-radius: 7px;
    padding: 5px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.browser {
    margin: 20px 0px 80px 0px;
}

.browser1 {
    margin: 20px 0px 20px 0px;
}

    .browser-buttons {
        height: 20px;
    }

        .browser-buttons .red {
            background-color: #fc635e;
            border: 1px solid #dc4441;
        }

        .browser-buttons .yellow {
            background-color: #fdbc40;
            border: 1px solid #db9c31;
        }

        .browser-buttons .green {
            background-color: #35cd4b;
            border: 1px solid #24a732;
        }

        .browser-buttons i {
            width: 9px;
            height: 9px;
            display: block;
            margin-right: 7px;
            border-radius: 100%;
            float: left;
        }

    .browser-top-container {
        position: relative;
        display: -webkit-box;
        display: flex;
    }

    .fa-lock {
        position: absolute;
        top: 7px;
        left: 7px;
        color: #52B565;
    }

    .browser-address, .google-search {
        background-color: #F3F3F3;
        padding: 5px 5px 5px 30px;
        width: 97%;
        border: 1px solid #eeeeee;
        font-size: 18px;
        outline: none;
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
        border-radius: 2px;
    }

    .browser-address-animation {
        background-color: #626262;
        color: white;
        border: 1px solid #383838;
    }

    .menu-button {
        /*margin: 3px 10px 0 14px;*/
        margin-left: 2px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 0px;
        color: gray;
        font-size: 18px;
    }

        .menu-button:hover {
            background: #F3F3F3;
        }

    .menu-container {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
        margin-top: 5px;
    }

    .menu {
        position: absolute;
        right: 20px;
        background: #DFDFDF;
        width: 100px;
        padding: 0px 0;
        margin: 2px 0px;
        /*border-radius: 5px;*/
        margin-left: 0px;
        display: none;
        font-size: 13px;
        text-align: center;
    }

        .menu li {
            padding: 2px 0;
            list-style-type: none;
        }

            .menu li:hover {
                background: #cdcdcd;
            }

        .menu a {
            text-decoration: none;
            color: #757575;
            cursor: default;
            margin: 12px;
        }

    .browser-content, .browser-content1 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        
    }

.browser-content {
    max-height: 250px;
}

    .browser-content1 {
        /*max-height: 270px;*/
    }

    .browser-content-animation {
        background-color: #626262;
        color: white;
        border: 1px solid #383838;
    }

    .google-logo {
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 80%;
    }

    .google-search {
        width: 40%;
        margin-top: 16px;
    }

    .incognito-logo {
        display: none;
        width: 120px;
        display: none;
    }

    .incognito-header {
        font-size: 200%;
        color: #D6D6D6;
        margin-bottom: 30px;
        display: none;
        font-weight: 300;
    }

    .incognito-info {
        font-size: 14px;
        width: 380px;
        max-width: 100%;
        color: #D6D6D6;
        display: none;
    }

    /* Radial Out */
    .hvr-radial-out {
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        position: relative;
        overflow: hidden;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .hvr-radial-out:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #323232;
            border-radius: 100%;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

    .hvr-radial-out-animation:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }


.cd-headline-margin {
    margin: 100px 0;
}

.cd-headline.clip .cd-words-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

    /* vertical progress bar*/

    .outer {
        height: 300px;
        min-width: 100%;
        -webkit-box-flex: 1;
        flex: 1;
        margin-bottom: 20px;
    }

    .progress1 {
        display: -webkit-inline-box;
        display: inline-flex;
        height: 100%;
        padding: 5vh 10%;
    }

        .progress1 > div {
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            color: #333;
        }

            .progress1 > div.left {
                padding-right: 20px;
                text-align: right;
                cursor: pointer;
            }

                .progress1 > div.left div:last-of-type:after {
                    display: none;
                }

                .progress1 > div.left div:after {
                    content: "";
                    background: rgba(51, 51, 51, 0.1);
                    border-radius: 2px;
                    position: absolute;
                    right: -20px;
                    top: 10px;
                    height: 101%;
                    width: 1px;
                    -webkit-transform: translateX(50%);
                    transform: translateX(50%);
                }

            .progress1 > div.right {
                padding-left: 20px;
            }

                .progress1 > div.right div.prev:after {
                    -webkit-transition: none;
                    transition: none;
                }

                .progress1 > div.right div.current {
                    color: #333;
                    font-weight: bold;
                }

                    .progress1 > div.right div.current:before {
                        background: #333;
                        padding: 10px;
                        -webkit-transition: all 0.2s 0.15s cubic-bezier(0.175, 0.885, 0.32, 2);
                        transition: all 0.2s 0.15s cubic-bezier(0.175, 0.885, 0.32, 2);
                    }

                    .progress1 > div.right div.current:after {
                        height: 0%;
                        -webkit-transition: height .2s ease-out;
                        transition: height .2s ease-out;
                    }

                    .progress1 > div.right div.current ~ div {
                        color: #666;
                    }

                        .progress1 > div.right div.current ~ div:before {
                            background: #666;
                            padding: 2.5px;
                        }

                        .progress1 > div.right div.current ~ div:after {
                            height: 0%;
                            -webkit-transition: none;
                            transition: none;
                        }

                .progress1 > div.right div:before {
                    content: "";
                    background: #333;
                    padding: 5px;
                    border-radius: 50%;
                    position: absolute;
                    left: -20px;
                    top: 10px;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    -webkit-transition: padding 0.2s ease;
                    transition: padding 0.2s ease;
                }

                .progress1 > div.right div:after {
                    content: "";
                    background: #333;
                    border-radius: 2px;
                    position: absolute;
                    left: -20px;
                    top: 10px;
                    height: 101%;
                    width: 2px;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: height 0.2s ease;
                    transition: height 0.2s ease;
                }

            .progress1 > div div {
                -webkit-box-flex: 1;
                flex: 1;
                position: relative;
                line-height: 20px;
                cursor: pointer;
                min-height: 30px;
                transition: all .1s ease-in-out;
                line-height: 1.5;
            }
                /*            .progress1 > div div:hover {
                transform: scale(1.15);
            }*/


                .progress1 > div div:last-of-type {
                    -webkit-box-flex: 0;
                    flex: 0;
                }

    .done.current {
        color: #62af0b !important;
    }

        .done.current:before {
            background: #62af0b !important;
        }

    .dark .done.current {
        color: lightgreen !important;
    }

        .dark .done.current:before {
            background: lightgreen !important;
        }


.top-banner {
    padding: 1rem 0;
}

.top-banner-inner, .top-banner-inner a {
    text-align: center;
    color: var(--color-white);
    font-size: 2rem;
    font-weight: bolder;
}

.top-banner-rotate {
    transform: rotate(-10deg);
}

.top-banner-blue {
    color: var(--color-blue) !important;
    text-shadow: 0.1rem 0.1rem 0px var(--color-white) !important;
}

.top-banner-green {
    color: var(--color-green) !important;
    text-shadow: 0.1rem 0.1rem 0px var(--color-white) !important;
}

.top-banner-red {
    color: var(--color-red) !important;
    text-shadow: 0.1rem 0.1rem 0px var(--color-white) !important;
}

.top-banner-yellow {
    color: var(--color-yellow) !important;
}

@media only screen and (max-width:780px) {
    .top-banner-inner, .top-banner-inner a {
        font-size: 1.2rem;
    }
}

    .top-banner-inner > a > span {
        text-shadow: 0.1rem 0.1rem 0px var(--color-black);
        display: inline-block;
        margin: 0 0.2rem;
    }


.post-feature-image-container {
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    background-color: var(--color-white);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: solid 1px var(--color-gray);
    transition: all .1s ease-in-out;
    text-align:center;
}

.post-image-container {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px;
    background-color: var(--color-white);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: solid 1px var(--color-gray);
    transition: all .1s ease-in-out;
    text-align: center;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
    margin-top: 30px;
}

.post-feature-image-container:hover {
    transform: scale(1.01);
}

.post-body {
    font-size: 1.25rem;
    max-width: 85%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.post-body p {
    margin-bottom: 20px;
}

.post-box {
    background-color: var(--color-white);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    border-radius: 10px;
    border: solid 1px var(--color-gray);
    margin-bottom: 20px;
}

.post-box-title {
    color: var(--color-dark-red);
}

.post-box-title:hover {
    color: var(--color-purple);
}

.post-box-date {
    text-align: right;
}

.post-box-image-container {
    padding: 0 20px;
    transition: all .1s ease-in-out;
}

.post-box-image-container:hover {
    transform: scale(1.01);
}

.post-tag-div {
    /*    bottom: 5px;
    right: 10px;
    opacity: 0.9;
*/
}

.post-tag {
    font-size: 1rem;
    display: inline-block;
    padding: 13px 22px;
    margin: 5px;
    border-radius: 30px;
    background-color: var(--color-yellow);
    color: var(--color-purple);
    line-height: 10px;
}

.post-box-content {
    margin: 20px;
}

.post-bar-div {

}

.post-bar-col {
    min-height: 50px;
    margin-bottom: 20px;
}

.post-bar-item {
    background-color: white;
    font-weight: 600;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 2px solid var(--color-gray);
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.20);
    transition: all .1s ease-in-out;
    text-align: center;
}

    .post-bar-item:hover {
        border: 2px solid var(--color-purple);
        transform: scale(1.05);
    }
    