a.iconPost time:before,
.bottomLinks a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

main {
    padding: 3rem 0 2rem;
    position: relative;
}

main .container {
    position: relative;
    z-index: 2;
}

main::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/train01.png) no-repeat left bottom;
    background-size: cover;
    width: 808px;
    height: 425px;
    bottom: -20px;
    right: 0;
    z-index: 1;
}

main .col-sm {
    min-width: 50%;
    padding-bottom: 3rem;
}

#recentNewsCont.col-sm {
    padding-left: 0;
}

#upcomingEventsCont.col-sm {
    padding-right: 0;
}

header.masterHeader {
    position: absolute !important;
    width: 100%;
}

main .container h3 {
    padding-bottom: 0.5rem;
    text-transform: capitalize;
    border-bottom: 2px solid #dedbda;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    color: #4c4d49;
    margin-bottom: 0.6rem;
    position: relative;
}

main .container h3 span {
    display: block;
    font-family: "Eye Catching Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 3.438rem;
    color: #a4a4a4;
    line-height: 0.82;
}

main .container h3 a {
    content: "\f078";
    margin-left: 0.3rem;
    position: absolute;
    bottom: 0.3rem;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    color: #006fb9;
    font-size: 1.875rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
}

main .container h3 a:hover,
main .container h3 a:active,
main .container h3 a:focus {
    color: #008b3f;
}

main .container h3 a i {
    font-weight: 400;
}

.homeCatTitle {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    position: absolute;
    display: block;
    top: -1.3rem;
    left: 0;
    color: #fff;
    padding: 0.7rem 1.5rem;
    border-radius: 0 2rem 2rem 0;
    text-align: center;
    width: 145px;
    text-transform: uppercase;
}

#recentNewsCont .owl-item.owl-item:nth-child(2n) .homeCatTitle {
    background: #008b3f;
}

#recentNewsCont .owl-item:nth-child(2n-1) .homeCatTitle {
    background: #1d65a7;
}

.events-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 1.3rem;
}

.notices-carousel .owl-stage-outer {
    padding: 26px;
    margin: -26px;
}

.events-news-list2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

#recentNewsCont a.iconPost {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    color: #4c4d49;
    display: block;
    padding: 0;
    border-radius: 0.4rem;
    overflow: hidden;
}

a.iconPost:visited {
    color: #4c4d49;
}

a.iconPost:hover {
    color: #006fb9;
}

a.iconPost:active {
    color: #006fb9;
}

#recentNewsCont a.iconPost h4 {
    line-height: 1.3;
}

#upcomingEventsCont a.iconPost {
    padding: 1.35rem 1rem 1.35rem 4rem;
}

a.iconPost .NoticeContent {
    background: #fff;
    padding: 2rem 1.3rem 1rem 1.3rem;
    position: relative;
}

a.iconPost h4 {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    color: inherit;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    margin: 0.1rem 0 0.4rem 0;
    height: 3.2rem;
}

#upcomingEventsCont a.iconPost h4 {
    height: auto;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

a.iconPost time {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    color: #a4a4a4;
    text-transform: capitalize;
}

a.iconPost time:before {
    content: "\f017";
    font-weight: 300;
    margin-right: 0.5rem;
}

a.iconPost time span {
    display: inline-block;
    margin-right: 0.5rem;
}

a.iconPost h6 {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.iconPost h6 i {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: inherit;
    margin-left: 0.3rem;
    color: inherit;
    color: #006fb9;
}

a.iconPost:hover h6 i {
    transform: none;
}

a.iconPost i {
    position: absolute;
    top: 23px;
    left: 0;
    color: #006fb8;
    font-size: 3.125rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a.iconPost:hover i,
a.iconPost:focus i,
a.iconPost:active i {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

a.iconPost .read-more {
    content: "\f105";
    position: absolute;
    right: 0;
    top: 56%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: inherit;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#upcomingEventsCont a.iconPost .read-more i {
    font-size: 0.9rem;
    display: block;
    position: relative;
    text-align: center;
    left: auto;
    top: auto;
    transform: none;
    color: #006fb9 !important;
    margin-bottom: 0.3rem;
    animation-name: none;
}

#upcomingEventsCont li:nth-child(2) a.iconPost i {
    color: #008b3f;
}

#upcomingEventsCont li:nth-child(3) a.iconPost i {
    color: #fbad42;
}

#recentNewsCont .bottomLinks a:first-of-type:before {
    content: "\f15c";
}

#recentNewsCont .bottomLinks a:last-of-type:before {
    content: "\f477";
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content: "\f073";
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: "\f271";
}


/* #recentNewsCont a.iconPost.postBG,
#recentNewsCont a.iconPost.postBG:link {
	float: left;
	width: 50%;
	height: 200px;
	color: #fff;
	padding: 1rem;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

#recentNewsCont a.iconPost.postBG:visited {
	color: #fff;
}

#recentNewsCont a.iconPost.postBG:hover {
	color: #e3530d;
}

#recentNewsCont a.iconPost.postBG:active {
	color: #e3530d;
}

#recentNewsCont a.iconPost.postBG:first-of-type,
#recentNewsCont a.iconPost.postBG:first-of-type:link {
	width: 100%;
	height: 250px;
	clear: both;
	margin-bottom: 1px;
} */

.empty i {
    font-size: 5rem;
    color: #dedbda;
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link {
    color: #006fb9;
    display: inline-block;
}

.empty a:visited {
    color: #006fb9;
}

.empty a:hover {
    color: #008b3f;
}

.empty a:active {
    color: #008b3f;
}

.empty a:focus {
    color: #008b3f;
}

#recentNewsCont .bottomLinks {
    padding: 0 1rem 0 0;
}

#upcomingEventsCont .bottomLinks {
    padding: 0 0 0 1rem;
}

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 0 1rem; */
    margin-bottom: 0;
}

.bottomLinks a,
.bottomLinks a:link {
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4d49;
    letter-spacing: 0.7px;
}

.bottomLinks a:visited {
    color: #4c4d49;
}

.bottomLinks a:hover {
    color: #006fb9;
}

.bottomLinks a:active {
    color: #006fb9;
}

.bottomLinks a:focus {
    color: #006fb9;
}

.bottomLinks a:last-of-type {
    float: right;
}

.bottomLinks a:before {
    font-weight: 400;
    color: #006fb9;
    margin-right: 0.5rem;
}

.events-news-list .owl-nav {
    display: none;
}

#recentNewsCont a.iconPost img {
    transition: 0.5s;
}

#recentNewsCont a.iconPost:hover img,
#recentNewsCont a.iconPost:active img,
#recentNewsCont a.iconPost:focus img {
    transform: scale(1.1);
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    top: 1.2rem;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px;
    background: none;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
    border: 2px solid #bbc1bf;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #bbc1bf;
}


/******* Highlights *******/

ul.homeCol3,
ul.homeCol3>li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    /*left: 7%;*/
    width: 100%;
}

main .post {
    margin: 2.5em 0;
}

ul.homeCol3>li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right: 1em;
    width: 32.4%;
}

ul.homeCol3>li:last-child {
    margin-right: 0;
}

ul.homeCol3>li a {
    display: block;
}

main .post h2 {
    font: normal 700 1.375em "Roboto Slab", serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em "Lato", sans-serif;
    color: #002341;
}

.post .post-1 h2 {
    color: #239c7b;
}

.post .post-2 h2 {
    color: #004986;
}

.post .post-3 h2 {
    color: #0094da;
}

.post .post-1 figure {
    background: #239c7b;
    max-width: 416px;
}

.post .post-2 figure {
    background: #004986;
    max-width: 416px;
}

.post .post-2 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-3 figure {
    background: #0094da;
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.post .post-1:hover img {
    opacity: 0.3;
}

.post .post-2:hover img {
    opacity: 0.3;
}

.post .post-3:hover img {
    opacity: 0.3;
}


/******* End *******/


/******* MEDIA QUERY ******ss*/

@media only screen and (max-width: 1800px) {
    main::before {
        width: 780px;
        height: 410px;
        bottom: -18px;
    }
}

@media only screen and (max-width: 1680px) {
    main::before {
        width: 740px;
        height: 389px;
        bottom: -16px;
    }
    .empty i {
        font-size: 4rem;
    }
    .empty p {
        font-size: 1rem;
    }
    main .container h3 {
        font-size: 1.75rem;
    }
    main .container h3 span {
        font-size: 3rem;
    }
    main .container h3 a {
        font-size: 1.65rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 1rem;
    }
    a.iconPost time::before {
        margin-right: 0.35rem;
    }
    a.iconPost time {
        font-size: 0.83rem;
    }
    .homeCatTitle {
        font-size: 0.83rem;
        padding: 0.65rem 1.35rem;
        width: 135px;
    }
    a.iconPost h6 {
        font-size: 0.83rem;
        letter-spacing: 0.6px;
    }
    a.iconPost .NoticeContent {
        background: #fff;
        padding: 1.5rem 1rem 0.85rem 1rem;
    }
    #upcomingEventsCont a.iconPost .read-more i {
        font-size: 0.85rem;
    }
    a.iconPost .read-more {
        font-size: 0.83rem;
        letter-spacing: 0.6px;
    }
    a.iconPost i {
        top: 22px;
        font-size: 2.8rem;
    }
    a.iconPost h4 {
        height: 2.6rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1600px) {
    main::before {
        width: 700px;
        height: 368px;
        bottom: -14px;
    }
}

@media only screen and (max-width: 1500px) {
    main::before {
        width: 650px;
        height: 345px;
        bottom: -14px;
    }
}

@media only screen and (max-width: 1450px) {
    main::before {
        width: 630px;
        height: 331px;
        bottom: -13px;
    }
    main {
        padding: 3rem 0 1rem;
    }
    main .container h3 {
        font-size: 1.5rem;
    }
    main .container h3 span {
        font-size: 2.8rem;
    }
    main .container h3 a {
        font-size: 1.45rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 0.92rem;
    }
    a.iconPost time::before {
        margin-right: 0.3rem;
    }
    a.iconPost time {
        font-size: 0.8rem;
    }
    .homeCatTitle {
        font-size: 0.8rem;
        padding: 0.6rem 1rem;
        width: 125px;
    }
    a.iconPost h6 {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    a.iconPost .NoticeContent {
        background: #fff;
        padding: 1.4rem 0.8rem 0.7rem 0.8rem;
    }
    #upcomingEventsCont a.iconPost .read-more i {
        font-size: 0.72rem;
    }
    a.iconPost .read-more {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    a.iconPost i {
        top: 20px;
        font-size: 2.4rem;
    }
    a.iconPost h4 {
        height: 2.3rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.92rem;
    }
    #upcomingEventsCont a.iconPost {
        padding: 1.2rem 1rem 1.2rem 3rem;
    }
}

@media only screen and (max-width: 1400px) {
    main::before {
        width: 600px;
        height: 316px;
        bottom: -12px;
    }
}

@media only screen and (max-width: 1330px) {
    main::before {
        width: 580px;
        height: 305px;
    }
    main .container h3 {
        font-size: 1.35rem;
    }
    main .container h3 span {
        font-size: 2.5rem;
    }
    main .container h3 a {
        font-size: 1.2rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 0.88rem;
    }
    a.iconPost time {
        font-size: 0.73rem;
    }
    .homeCatTitle {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
        width: 115px;
        top: -1rem;
    }
    a.iconPost h6 {
        font-size: 0.7rem;
        letter-spacing: 0.3px;
    }
    a.iconPost .NoticeContent {
        background: #fff;
        padding: 1.4rem 0.8rem 0.7rem 0.8rem;
    }
    #upcomingEventsCont a.iconPost .read-more i {
        font-size: 0.68rem;
        margin-bottom: 0.1rem;
    }
    a.iconPost .read-more {
        font-size: 0.7rem;
        letter-spacing: 0.3px;
    }
    a.iconPost i {
        top: 19px;
        font-size: 2.2rem;
    }
    a.iconPost h4 {
        height: 2.3rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.85rem;
    }
    #upcomingEventsCont a.iconPost {
        padding: 1rem 1rem 1rem 3rem;
    }
}

@media only screen and (max-width: 1250px) {
    main::before {
        width: 550px;
        height: 289px;
    }
}

@media only screen and (max-width: 1190px) {
    main {
        padding: 1.5rem 0 1rem;
    }
    main::before {
        width: 520px;
        height: 274px;
    }
}

@media only screen and (max-width: 1150px) {
    #upcomingEventsCont a.iconPost {
        padding: 0.9rem 1rem 0.9rem 3rem;
    }
    a.iconPost i {
        top: 16px;
    }
}

@media only screen and (max-width: 1100px) {
    main::before {
        width: 500px;
        height: 263px;
        bottom: -10px;
    }
}

@media only screen and (max-width: 991px) {
    main::before {
        width: 600px;
        height: 316px;
        bottom: -8px;
    }
    .container {
        max-width: 100%;
    }
    main .col-sm {
        flex-basis: auto;
        padding-left: 0;
        padding-right: 0;
    }
    main {
        padding: 1rem 0 1rem;
    }
    #recentNewsCont a.iconPost {
        margin: 0 5rem;
    }
    .events-news-list .owl-nav {
        display: block;
        margin-top: 0;
    }
    #recentNewsCont {
        margin-bottom: 2rem;
    }
    .notices-carousel .owl-stage-outer {
        padding: 26px 0;
        margin: -26px 0;
    }
    .owl-carousel.notices-carousel .owl-nav .owl-prev,
    .owl-carousel.notices-carousel .owl-nav .owl-next {
        position: absolute;
        top: -13rem;
        color: #a4a4a4;
        font-size: 2rem;
        background: none;
    }
    .owl-carousel.notices-carousel .owl-nav .owl-prev:hover,
    .owl-carousel.notices-carousel .owl-nav .owl-next:hover {
        color: #008b3f;
    }
    .owl-carousel.notices-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel.notices-carousel .owl-nav .owl-next {
        right: 0;
    }
    .bottomLinks {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 850px) {
    main .col-sm {
        padding-bottom: 0;
    }
    .empty i {
        font-size: 3rem;
    }
    .empty p {
        font-size: 0.85rem;
    }
    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    main::before {
        width: 460px;
        bottom: -6px;
    }
}

@media only screen and (max-width: 600px) {
    main::before {
        width: 430px;
        bottom: -4px;
        height: 286px;
    }
    main .container h3 {
        font-size: 1.15rem;
        margin-bottom: 0.4rem;
        padding-bottom: 0.3rem;
    }
    main .container h3 span {
        font-size: 2.2rem;
    }
    .events-news-list {
        padding-top: 0.8rem;
    }
    .owl-carousel.notices-carousel .owl-nav .owl-prev,
    .owl-carousel.notices-carousel .owl-nav .owl-next {
        top: -10rem;
        font-size: 1.2rem;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        margin: 3px;
    }
    #recentNewsCont a.iconPost {
        margin: 0 2.5rem;
    }
    .homeCatTitle {
        font-size: 0.62rem;
        padding: 0.45rem;
        width: 102px;
    }
    a.iconPost .NoticeContent {
        padding: 1rem 0.5rem 0.6rem 0.8rem;
    }
    a.iconPost time {
        font-size: 0.7rem;
    }
    a.iconPost,
    a.iconPost:link {
        font-size: 0.8rem;
    }
    a.iconPost h4 {
        height: 2rem;
    }
    a.iconPost h6 {
        font-size: 0.65rem;
        letter-spacing: 0px;
    }
    a.iconPost .read-more {
        font-size: 0.65rem;
        letter-spacing: 0;
    }
    #upcomingEventsCont a.iconPost .read-more i {
        font-size: 0.6rem;
    }
    a.iconPost i {
        top: 15px;
        font-size: 1.85rem;
    }
    #upcomingEventsCont a.iconPost {
        padding: 0.75rem 1rem 0.75rem 2.5rem;
    }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size: 0.75rem;
        letter-spacing: 0.5px;
    }
    .bottomLinks a::before {
        margin-right: 0.3rem;
    }
}

@media only screen and (max-width: 500px) {
    main::before {
        width: 370px;
        bottom: -4px;
        height: 266px;
    }
}

@media only screen and (max-width: 450px) {
    main::before {
        width: 350px;
    }
}

@media only screen and (max-width: 400px) {
    main::before {
        width: 320px;
        height: 236px;
        bottom: -4px;
    }
}

@media only screen and (max-width: 350px) {
    main::before {
        width: 300px;
    }
}