


/* Education */
 
.tmtimeline {
    margin: 30px 0 0 0;
    list-style: none;
    position: relative;
}
 
.tmtimeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #E4E6DE;
    left: 24.9%;
    margin-left: 184px;
}
 
.tmtimeline > li {
    position: relative;
}
 
.tmtimeline > li .tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.tmtimeline > li .tmtime img {
   margin-top: 20px;
    max-width: 309px;
    height:250px;
    width: max-content;
}
 
.tmtimeline > li .tmtime span {
    display: block;
    text-align: right;
    font-size: 1.8em;
    line-height: 2;
    color: rgba(255,255,255,0.9);
}
 
.tmtimeline > li .tmlabel {
    margin: 0 0 15px 25%;
    color: #fff;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 6px;
    background: rgba(255,255,255,0.9);
    margin-left:417px;
}
 
.tmtimeline > li .tmlabel h4 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #3E383A;
    font-size: 1.8em;
    line-height: 1.1;.fa
}

.tmtimeline > li .tmlabel p {
    color: #3E383A;
    font-size: 1.2em;
}
 
.tmtimeline > li .tmlabel:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    top: 10px;
    border-right-color: rgba(255,255,255,0.9);
}
 
.tmtimeline > li .tmicon {
    width: 40px;
    height: 40px;
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.5em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #D56157;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #E4E6DE;
    text-align: center;
    left: 23%;
    top: 0;
    margin: 0 0 0 -25px;
    margin-left: 159px;
}
 
@media screen and (max-width: 65.375em) {
 
    .tmtimeline > li .tmtime span {
        font-size: 1.5em;
    }
}
 
@media screen and (max-width: 47.2em) {
    .tmtimeline:before {
        display: none;
    }
 
    .tmtimeline > li .tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
 
    .tmtimeline > li .tmtime span {
        text-align: left;
    }
 
    .tmtimeline > li .tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
 
    .tmtimeline > li .tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        top: -20px;
        border-bottom-color: rgba(255,255,255,0.9);
    }
 
    .tmtimeline > li .tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }  
}




