<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Latest News CSS Document */
.news-box{position: relative;margin: 15px 0;overflow: hidden;background-color: #ffffff;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}
.news-box .news-thumb{ position: relative; overflow: hidden; }
.news-box .news-thumb .news-thumb-wrap{ overflow: hidden; margin-bottom: 25px; position: relative;  }
.news-box .news-content{ position: relative; background-color: #ffffff;padding: 20px; }
.ln-post-date {     position: absolute;top: -20px;  padding: 5px 15px 5px;font-size: 14px;letter-spacing: .5px; left: 5px; 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: 'Dosis'; font-size: 24px; font-weight: 600; line-height: 1.4; }
.news-box .news-content h3 a { color:#071b33; }
.news-box:hover h3 a{ color:#bf4681; }
.col-3 .news-box .news-content h3{ font-size: 1.2em; min-height: auto; line-height: 1.3; }
.news-read-more{ padding: 0 20px 20px 20px; }
.ln-read-more{ display: inline-block;letter-spacing: 1px;background-color: #bf4681;font-size: 14px;font-weight: 500; position: relative; text-transform: uppercase; padding: 8px 18px; border-radius: 12px;border: 3px solid #bf4681;
color: #ffffff; }
.ln-read-more:hover {background-color: #071b33;color: #ffffff;border: 3px solid #bf4681; }
.news-thumb img{-webkit-transform: rotate(0) scale(1); transform: rotate(0) scale(1); -webkit-transition: .8s ease-in-out; transition: .8s ease-in-out; }
.news-box:hover .news-thumb img{ -webkit-transform: rotate(15deg) scale(1.4); transform: rotate(10deg) scale(1.4); }</pre></body></html>