html {
    scroll-behavior: smooth;
}

.timelinemodern {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timelinemodern:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    margin-left: -1.5px;
}

.timelinemodern>li {
    margin-bottom: 20px;
    position: relative;
}

.timelinemodern>li:before,
.timelinemodern>li:after {
    content: " ";
    display: table;
}

.timelinemodern>li:after {
    clear: both;
}

.timelinemodern>li:before,
.timelinemodern>li:after {
    content: " ";
    display: table;
}

.timelinemodern>li:after {
    clear: both;
}

.timelinemodern>li>.timelinemodern-panel {
    width: 85%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timelinemodern>li>.timelinemodern-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timelinemodern>li>.timelinemodern-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timelinemodern>li>.timelinemodern-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timelinemodern>li.timelinemodern-inverted>.timelinemodern-panel {
    float: right;
}

.timelinemodern>li.timelinemodern-inverted>.timelinemodern-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timelinemodern>li.timelinemodern-inverted>.timelinemodern-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timelinemodern-badge.primary {
    background-color: #2e6da4 !important;
}

.timelinemodern-badge.success {
    background-color: #3f903f !important;
}

.timelinemodern-badge.warning {
    background-color: #f0ad4e !important;
}

.timelinemodern-badge.danger {
    background-color: #d9534f !important;
}

.timelinemodern-badge.info {
    background-color: #5bc0de !important;
}

.timelinemodern-title {
    margin-top: 0;
    color: inherit;
}

.timelinemodern-body>p,
.timelinemodern-body>ul {
    margin-bottom: 0;
}

.timelinemodern-body>p+p {
    margin-top: 5px;
}


.container ul {
    margin-left: 20px;
    margin-bottom: 18px;
    list-style: none;

}

.btn,
form button.form-submit-button {
    background: #d62443;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 9.5px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

section.block.top-blocks .container>ul li .t-item .t-content {
    color: #da4053;
    line-height: 1.5;
    max-width: 275px;
    margin: 0 auto;
    font-size: 20px;
}

a {
    background: transparent;
    color: #213875;
    text-decoration: none;
    cursor: pointer;
}

section.block.top-blocks {
    background: #fff;
    padding: 40px 0;
}

section.block.our-courses h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #303152;
    margin-bottom: 35px;
}

section.block.our-courses {
    background: #eee;
    padding: 70px 0;
    color: #303152;
}

section.block.our-courses .courses-list ul.courses-list-sub>li a {
    color: #fff;
    display: block;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
}

section.block.our-courses .courses-list ul.courses-list-sub>li {
    background: #d62443;
    border-radius: 50px;
    border: none;
    margin-bottom: 10px;
}

section.block.popular-courses .pc-slider li {
    width: 295px;
    height: 275px;
    background: #303152;
    color: #fff;
    position: relative;
}

#footer section.block.the-latest {
    background: #aaa;
    padding: 70px 0;
    position: relative;
    text-align: left;
}

#footer section.block.the-latest .tl-item .tl-date {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 20px;
    left: -10px;
    background: #ae1e38;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

#footer section.block.the-latest .tl-item .tl-info {
    padding: 20px;
    background: #eee;
    border-top: 1px solid #D2D2D2;
}

#footer section.block.the-latest .tl-item.events {
    border-color: #ae1e38;
}

#footer section.block.the-latest .tl-item .tl-info p {
    font-size: 18px;
    color: #303152;
}

#footer section.block.news-subscribe h5 {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
    color: #303152;
}


.classItem .classAction .enrolAction {
    font-family: "Raleway", sans-serif;
    display: inline-block;
    background: #d62443;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    min-width: 110px;
    padding: 18px 5px;
    margin: 5px 0 8px;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 40px;
}

.internal-page .content .courseItem h2,
.internal-page .content .courseItem h2 a {
    color: #ae1e38;
}

#header .nav-header::after {
    content: "";
    background: rgba(0, 0, 0, 0.19922);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.75s transform cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 0.75s transform cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: 0.75s transform cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 0.75s transform cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.75s transform cubic-bezier(0.19, 1, 0.22, 1);
}

#shortlist .shortlistInfo span {
    background: #d52343;
    color: #fff;
    float: left;
    font-size: 11px;
    line-height: .5;
    margin: 0 5px 0 0;
}