body{
    font-family: 'Montserrat', sans-serif;
}

.example {
    position: relative;
}

.overlay-text {
    background-color: rgba(191, 42, 42, 0.5);
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.section-title h5{
    font-size: 40px;
}
.section-title h5::before{
    width: 60px;
    height: 4px;
}
.about-event{
    padding: 45px 60px !important;
}
.feature-bg{
    width: 100%;
}
#about-part{
    padding-bottom: 60px;
}
.course-slide .slick-arrow{
    top: -90px;
}
.single-teachers .cont{
    width: 95%;
    background-color: #07294d;
    bottom: -18px;
}
.single-teachers .cont a h6{
    font-weight: 500;
    font-size: 13px;
}
.single-teachers .image img{
    height: 180px;
}
.custom-list li {
    font-size: 18px;
    margin-bottom: 8px;
    color: #073C64;
}
.blog-details .cont{
    padding: 0px;
}
.blog-details .cont h3{
    font-size: 30px;
}
.breadcrumb{
    background: none;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: #A7A7A7;
    margin-bottom: 22px !important;
}
.breadcrumb .breadcrumb-item{
    color: #A7A7A7;
}
.breadcrumb .breadcrumb-item a{
    color: #A7A7A7;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #eb4e08;
}
.blog-details .cont ul li a{
    font-size: 14px;
}
.sidebar .sidebar-post{
    padding: 0px 35px 35px;
}
.sidebar .sidebar-post ul li a .single-post .cont h6{
    font-weight: 500;
    font-size: 15px;
}
.sidebar .sidebar-post ul li a .single-post .cont span{
    font-size: 13px;
}
.sidebar .sidebar-post ul li a{
    margin-top: 0px;
}
.sidebar .sidebar-post ul li {
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-top: 0px;
}
.sidebar .sidebar-post ul li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.pattern-1 {
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.pattern-2 {
    position: fixed;
    bottom: 0px;
    left: 34%;
}
.pattern-3 {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
.single-news .news-cont a:hover h5 {
    color: #eb4e08;
}
.content-text-editor img{
    width: 100% !important;
}
.header-top{
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-contact ul li{
    font-size: 13px;
}
.header-contact ul li a{
    font-size: 13px;
}
.header-right ul li a{
    font-size: 13px;
    color: #ffffff;
}
.navigation .navbar .navbar-nav{
    margin-right: 0px;
}
.navigation .navbar .navbar-nav li:last-child{
    padding-right: 0px;
}
.header-right {
    padding-right: 15px;
}
.portfolioFilter{
    text-align: left !important;
}
.about-cont p {
    padding-top: 13px;
}
.about-cont ol{
    list-style-type: decimal;
    padding: revert;
}
.content-text-editor ol{
    list-style-type: decimal;
    padding: revert;
}
.content-text-editor ul{
    padding: revert !important;
}
.content-text-editor ul li{
    display: inherit !important;
    margin-right: 0px !important;
}
.content-text-editor ul li{
    display: list-item !important;
}