@charset "utf-8";
/* Latest News CSS Document */
.news-box{ position: relative; margin: 15px 0; overflow: hidden; background-color: #ffffff; border-radius: 32px; padding: 20px; box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; }
.news-box .news-thumb{ position: relative; overflow: hidden; }
.news-box .news-thumb .news-thumb-wrap{ overflow: hidden; margin-bottom: 25px; position: relative; border-radius: 12px; }
.news-box .news-content{ position: relative; background-color: #ffffff; }
.ln-post-date { position: absolute; top: 10px; background-color: #0092FF; color: #ffffff; padding: 5px 15px 5px; font-size: 14px; letter-spacing: .5px; left: 10px; border-radius: 8px; }
.news-box .news-content .post-meta{ font-size: 13px; margin: 0 0 1em 0; font-weight: 600; }
.news-box .news-content .post-meta span{ display: inline-block; }
.news-box .news-content .post-meta span:not(:last-child){ margin-right: 20px; }
.news-box .latest-news-para p{ margin-bottom: 0; }
.news-box .news-content h3{ font-family: 'Jost'; font-size: 24px; font-weight: 600; line-height: 1.4; letter-spacing: 1px; }
.news-box .news-content h3 a { color:#091D3E; }
.news-box:hover h3 a{ color:#0092FF; }
.col-3 .news-box .news-content h3{ font-size: 1.2em; min-height: auto; line-height: 1.3; letter-spacing: 1px; }
.news-read-more{ margin-top: 30px; }
.ln-read-more{ display: inline-block; letter-spacing: 1px; background-color: #0092FF; font-size: 14px; font-weight: 500; position: relative; text-transform: uppercase; padding: 8px 18px; border-radius: 12px; color: #ffffff; }
.ln-read-more:hover{ background-color:#071b33; color: #ffffff; box-shadow: 0px 3px 0px 3px #0092FF; }