<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
*:focus {
    outline: 0;
}
html{
    word-wrap: break-word  
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
    width: 100%;
    text-align: left;
    padding: 6px 25px 6px 25px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #eee;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.11%;
}

.gallery-caption {
  display: block;
}

.comments .comment-form{
  margin-left: -15px;
  margin-right: -15px;
}

.comment-wrap ul{
    padding-left: 2em;
    margin: 0;
    list-style-type: none;
}
.comment.byuser&gt; .article{
    background-color: #fafafa;
}.comment-reply-link{
    background-color: transparent;
    font-size: 13px;
    color: #74787D;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    right: 25px;
    top: 25px;
}
@media (max-width: 767px) {
  .comment-wrap ul {
    padding-left: 0em;
  }
}
.comments .comments ol{
  padding:0px;
}
.submit-btn-comment .submit{
    width: 100%;
    background-color: #F9B522 !important;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
    margin-top:30px;
    font-weight: 600;
    font-family: 'Poppins';    
}
.comments .comment-form textarea,.comments .comment-form input
{
    background: #F8F8FA;
    border: none;
    outline: none;
    border-radius: 0;  
    padding-left: 20px;
}
.comments .comment-form input{
  height: 40px;
}
.comments .comment-form input.submit {
    height: 45px;
}
.comments .comment-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.site-logo{
  color:white;
}

/*Widgets*/
.blog-sidebar ul.children, .blog-sidebar ul.sub-menu {
    padding-left: 15px !important;
}
.blog-sidebar ul{
  padding:0;
  list-style-type:none;
}
.blog-sidebar #search-form div{
  position: relative;
}
.blog-sidebar .widget_search input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-sidebar .widget_search button{
    background-color: #F9B522;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget_recent_entries  li + li {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.widget_recent_entries li a {
    line-height: 1.4em;
    margin: 0 0 0.3em;
    color: #1e2331;  
}
.widget_recent_entries li a:hover,.widget_recent_comments a:hover,.widget_categories a:hover,.widget_archive a:hover,.widget_pages li a:hover,.widget_nav_menu li a:hover {
    color: #F9B522;
}
.widget_recent_entries .post-date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0;
    display:block;
}

.widget_recent_comments  li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e8e8e8;
}

.widget_recent_comments a {
    color: #3f4e65;
}
.widget_recent_comments .comment-author-link {
    color: #3f4e65;
}

.widget_categories li,.widget_archive li{
    display: block;
    color: #86909e;
    padding: 4px 0;
    position: relative;
}

.widget_categories span,.widget_archive span {
    position: absolute;
    right: 0;
}
.widget_categories a,.widget_archive a{
    color: #86909e;  
}

 .widget_pages li,.widget_meta li,.widget_nav_menu li {
    display: block;
    padding: 4px 0;
    position: relative;
}

.widget_pages li a,.widget_meta li a,.widget_nav_menu li a{
  color: #86909e;
}
#wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:8px;
margin-left:-2px;
}

#wp-calendar
caption {
display:none;
}

#wp-calendar tbody
td {
margin-bottom:10px;
text-align:center;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:1px solid #f4f4f4;
padding:6px;
}

#wp-calendar tbody td:hover {
border-color:#F9B522;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody
td#today {
color:#F9B522;
border-color:#F9B522;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:-9px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:10px;
}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
color:#47C2DC;
}

.widget_tag_cloud .tagcloud a {
background-color: #F9B522;
   color: #ffffff;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 16px;;
  text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
  background-color: #ddd;
  color: #000;
}

.widget_rss li .rsswidget{
    margin: 0px 0px 6px 0px;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000000;
}
.widget_rss li .rsswidget:hover{
    color: #F9B522;
}
.widget_rss .rss-date{
    font-family: "Hind", Sans-serif;
    font-size: 13px;
    color: #bebfc0;
    display: block;
}
.widget_rss .rssSummary {
    padding: 10px 0px;
}

.widget_rss cite {
    font-size: 13px;
}

.widget_rss  li + li {
    padding-top: 9px;
    border-top: 1px solid #e8e8e8;
    margin-top: 9px;
}

/*Post navigation*/
.navigation.post-navigation{
  margin-top: 25px;
}
.navigation.post-navigation .nav-links,.navigation.posts-navigation .nav-links,.navigation.comment-navigation .nav-links{
    overflow: hidden;
    margin-bottom: 35px;
}
.navigation.posts-navigation .nav-links{
    margin-top: 35px;
}
.navigation.post-navigation .nav-previous,.navigation.posts-navigation .nav-previous,.navigation.comment-navigation .nav-previous {
    width: 50%;
    float: left;
}

.navigation.post-navigation a,.navigation.posts-navigation a,.navigation.comment-navigation a{
    background-color: #F9B522 !important;
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
}
.navigation.post-navigation .nav-next,.navigation.posts-navigation .nav-next,.navigation.comment-navigation .nav-next {
    width: 50%;
    float: left;
    text-align: right;
}

/*404*/
.error-404.not-found{
    max-width: 380px;
    text-align: center;
    margin: 5em auto;
}
.error-404.not-found h1{
    margin-bottom: 35px;
        font-size: 32px;
        line-height: 1.2;
}

.no-results.not-found{
      margin-top: -40px;
}

.no-results.not-found h1{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #051829;
}
.error-404.not-found.not-search {
    margin-top: 15px;
}

/*Extra*/
.blog-sidebar .widget:first-child h3 { 
    margin-top:0px;
}
.blog-sidebar .widgetsidetit {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #051829;
}
.blog-sidebar .widget{
  margin-bottom:40px;
}
.theme-logo{
  margin: 0;  
}
.site-logo,.site-logo:hover{
  color: white;
}

.stricky-fixed .site-logo,.stricky-fixed .site-logo:hover{
  color: black;
}

@media screen and (min-width: 782px){

  .logged-in.admin-bar .header-navigation.stricky-fixed{
    margin-top: 32px;
  }

}

.blog-single-section .entry-body{
  overflow: hidden;
}

.blog-grids .sticky h3:before {
    font-family: FontAwesome;
    content: "\f08d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
}
ul.sub-menu{
    margin: 0px;
    padding: 0px;
    list-style-type: none;  
}

.postpass-form input{
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0px;  
}

.blog-style-one .text-box h3 a {
    color: #051829;
}

.blog-style-one .text-box h3 a:hover {
    color: #F9B522;
}
.meta-info .single-author,.meta-info .single-date,.meta-info .post-cat {
    margin-right: 10px;
    font-size: 13px;
}
.meta-info i {
    margin-right: 5px;
    color: #F9B522;
}

.leffect-1 a{
     color: #74787D; 
}

/*Comments*/
.blog-single-section .comments h3 {
  font-size: 18px;
  margin: 0 0 1em;
  color: #051829;
  font-weight: 500;
}

.blog-single-section .comments &gt; ol {
  padding-left: 0;
}

.blog-single-section .comments ol {
  list-style: none;
}

.blog-single-section .comments ol &gt; li:last-child {
  margin-bottom: 0;
}

.blog-single-section .comments ol &gt; li &gt; ol {
  margin-left: 28px;
  padding: 0;
}

.blog-single-section .comments ol &gt; li &gt; ol &gt; li:last-child {
  margin-bottom: 0 !important;
}

.blog-single-section .comments .article {
  overflow: hidden;
  border: 1px solid #d3d7d9;
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}

.blog-single-section .comments .article h4 {
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
}

.blog-single-section .comments .article h4 a {
    color: #051829;
    font-weight: 500;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article h4 {
    font-size: 14px;
  }
}

.blog-single-section .comments .article p {
  margin-bottom: 5px;
}


.blog-single-section .comments .article .replay button {
  background-color: transparent;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #f9b522;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-single-section .comments .article .replay button:hover {
  color: #088a1e;
}

.blog-single-section .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-section .comments .article .author-meta &gt; div:last-child {
    font-size: 12px;
    color: #a3aab2;
    padding-top: 6px;
    padding-bottom: 2px;
}

.blog-single-section .comments .article .author-pic {
    width: 62px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-section .comments .article .details {
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comments .article p {
  color: #4a4a4a;
}

.blog-single-section .comment-respond {
    margin-top: 0px;
    overflow: hidden;
    background: white;
    margin-bottom: 25px;
}

.blog-single-section .comment-respond h4 {
  font-size: 24px;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.blog-single-section .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8fa;
  height: 40px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.blog-single-section .comment-respond form textarea {
  height: 195px;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond form textarea {
    height: 120px;
  }
}

.blog-single-section .comment-respond .submit-btn {
  text-align: center;
  margin: 25px 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .submit-btn {
    margin: 15px 0 0;
  }
}

.blog-single-section .comment-respond .submit-btn button {
  width: 100%;
  background-color: #f9b522;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .submit-btn button {
    padding: 10px 20px;
  }
}

.blog-single-section .comment-respond .submit-btn button:hover {
  background-color: #088a1e;
}

.blog-details-content table, .blog-details-content th, .blog-details-content td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.4em;
}
.entry-title-meta h3{
    margin-top: 0px;
    font-weight: 500;
    color: #051829;  
    font-size: 26px;
}
.blog-details-content .entry-media{
  margin-bottom: 15px;
}
.tags-links a {
    background: #f9b522;
    color: white;
    padding: 2px 7px;
    margin-bottom: 5px;
    display: inline-block;    
}
.fw-row .link-xpages {
    clear: both;
    padding: 15px 0px;
}
.link-xpages &gt;span {
    background-color: #f9b522;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.link-xpages a {
    background-color: #b1b8c1;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-right: 5px;
}
.fw-row table,.fw-row th,.fw-row td{
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);  
}
.blog-single-section .comments ol {
    padding: 0px;
    margin-top: 35px;
}

.tag-pingbacks-2 .entry-body&gt;ol,.tag-sticky-2 .entry-body&gt;ul {
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: disc;
    padding-left: 19px;
}
.tag-comments-2 .entry-body&gt;ul{
    margin-bottom: 20px;
    padding-left: 16px;
}
.tag-pingbacks-2 .entry-body&gt;p,.tag-sticky-2 .entry-body&gt;p {
    margin-bottom: 0px;
}
.blog-single-section .meta-info {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0 0 15px;
    margin-bottom:15px;
    border-bottom: 1px solid #e5e5e5;
}

.post-edit-link, .post-edit-link:hover {
    color: white;
    background-color: #f9b522;
    padding: 2px 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.logged-in-as{
  margin-top: -13px;
  margin-bottom: 10px;
}
.logged-in-as a {
    background: #f9b522;
    color: white;
    padding: 0px 7px;
    margin-right: 3px;
}
.no-comments{
    margin-top: -10px;
}

.checkerbody .header-navigation .container {
    padding-right: 0px;
}
.checkerbody .header-navigation .container .navbar-header{
  left:0px;
}

@media (min-width: 992px){
 .checkerbody .col-md-9 {
      width: 75%;
      padding-right: 30px;
  }
}

.check-header .header-navigation{
  position:fixed;
  width:100%;
  top:0;
  background:black;
}
.logged-in.admin-bar .check-header .header-navigation {
    margin-top: 32px;
}
.check-header .header-navigation.stricky-fixed{
  background:white;
}
.check-header+.site-content{
  margin-top: 115px;  
}

@media (max-width: 768px) and (min-width:600px) {
.logged-in.admin-bar .check-header .header-navigation {
    margin-top: 46px;
}
}

@media (max-width:600px) {
.logged-in.admin-bar .check-header .header-navigation {
    margin-top: 46px;
}
.logged-in.admin-bar .check-header .header-navigation.stricky-fixed {
    margin-top: 0px;
}

}

.tag-alignment-2 .tags-links  {
    clear: both;
    padding-top: 15px;
}



</pre></body></html>