@media (min-width:768px) {
    header.masthead .intro-text .intro-lead-in {
        font-style: normal;
    }
}

section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: unset;
    margin-bottom: 75px;
    text-transform: none;
    font-family: Droid Serif,Helvetica Neue,Helvetica,Arial,sans-serif;
}

@media (min-width: 992px){
    .timeline>li .timeline-image h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .timeline > li .timeline-image {
        left: 50%;
        width: 120px;
        height: 120px;
        margin-left: -60px;
    }
}



@media (max-width: 768px) {

    .timeline>li .timeline-image {
        position: absolute;
        z-index: 100;
        left: 0;
        width: 100px;
        height: 100px;
        margin-left: 0;
        text-align: center;
        color: #fff;
        border: 7px solid #e9ecef;
        border-radius: 100%;
        background-color: #fed136;
    }

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50px;
        width: 2px;
        margin-left: -1.5px;
        content: "";
        background-color: #e9ecef;
    }
}

.timeline>li .timeline-image{
    background-color: unset;
}

html{
    scroll-padding-top: 60px!important;
}

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

    .intro-heading {
        font-size: 36px!important;
    }
}

.features-boxed .box{
    padding: 30px;
    box-shadow: 0 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}

.features-boxed .box .name{
    font-size: 20px;
}

.features-boxed .box .icon, .features-boxed .box i.icon{
    width: 100%;
    height: 80px;
    font-size: 80px;
    color: #9cbf49;
    margin-top: 20px;
    margin-bottom: 35px;
}

.features-boxed .item .description{
    font-size: 15px;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
}

.features-boxed .item .learn-more{
    margin-top: auto;
    margin-bottom: 20px;
}

.btn-primary{
    border: unset;
    color: rgb(44,40,40);
    background: #9cbf49;
}

.btn-primary:hover{
    background: #448e5a!important;
}

a{
    color: #9cbf49;
}

a:hover{
    color: #9cbf49;
}

.navbar-toggler{
    background-color: #9cbf49!important;
}

.navbar-toggler i{
    font-size: 1.5rem!important;
    color: #000!important;
}

.row.audit{
    display: flex;
    flex-direction: row;
}

@media (max-width: 768px) {
    .row.audit{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .row.audit-reverse{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
}


@media (min-width: 992px) {
    .audit-reverse-ul{
        padding-left: 150px;
    }
}


.dropdown-item.active, .dropdown-item:active {
    color: #000!important;
    text-decoration: none;
    background-color: #fff!important;
}

.mt150{
    margin-top: 150px;
}

.flag{
    height: auto;
    max-width: 40px;
    margin: 5px 0;
}

@keyframes scale_img {
    from {transform: scale(0);}
    to {transform: scale(5);}
}

#courses .flag { transition: all .3s ease-in-out; }
#courses .flag:hover { transform: scale(5); }

@media (min-width: 993px) {
    .desktop-hide{
        display: none;
    }
}

@media (max-width: 993px) {
    .mobile-hide{
        display: none;
    }
}
