<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.blogs-container .category-image img {
  padding-right: 0.625rem;
  margin-bottom: 1.25rem; }
  .rtl .blogs-container .category-image img {
    padding-left: 0.625rem;
    padding-right: inherit; }
  @media (max-width: 990px) {
    .blogs-container .category-image img {
      padding-right: 0; }
      .rtl .blogs-container .category-image img {
        padding-left: 0;
        padding-right: inherit; } }
.blogs-container .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .pagination .material-icons {
  font-size: 0.9375rem; }
.blogs-container .blog-image img {
  max-width: 100%; }

.blog-lastest-title {
  font-weight: 500;
  font-family: "Sora", sans-serif;
  margin-bottom: 30px; }

/* Blog Item */
.blog-item {
  margin-bottom: 25px; }
  @media (min-with: 768px) {
    .blog-item {
      padding-bottom: 1.875rem; } }
  .blog-item .blog-image-container {
    position: relative; }
  .blog-item .title {
    margin-bottom: 12px; }
    .blog-item .title a {
      line-height: 30px;
      font-size: 36px;
      font-weight: 600;
      color: #1e1e1e;
      text-transform: capitalize;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .blog-item .title a:hover {
        color: #f65d4e; }
  .blog-item .blog-created,
  .blog-item .blog-author,
  .blog-item .blog-cat {
    color: #4e4e4e;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase; }
  .blog-item .blog-author {
    padding-left: 5px;
    position: relative; }
    .rtl .blog-item .blog-author {
      padding-right: 5px;
      padding-left: inherit; }
    .blog-item .blog-author:before {
      content: "/";
      color: #4e4e4e;
      padding-right: 10px;
      display: inline-block; }
      .rtl .blog-item .blog-author:before {
        padding-left: 10px;
        padding-right: inherit; }
  .blog-item .blog-meta &gt; span, .blog-item .blog-meta a {
    color: #4e4e4e;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    margin-top: 0.3125rem;
    margin-right: 0.625rem; }
    .rtl .blog-item .blog-meta &gt; span, .rtl .blog-item .blog-meta a {
      margin-left: 0.625rem;
      margin-right: inherit; }
    .blog-item .blog-meta &gt; span .material-icons, .blog-item .blog-meta a .material-icons {
      display: none; }
  .blog-item .blog-meta a {
    color: #f65d4e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog-item .blog-meta a:hover {
      text-decoration: underline; }
  .blog-item .blog-image {
    margin-bottom: 30px; }
  .blog-item .more {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .blog-item .more:hover, .blog-item .more:hover:focus {
      background: transparent;
      color: #f65d4e; }
  @media (min-width: 320px) {
    .blog-item .footer-blog {
      border-top: 1px solid #ebebeb;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 20px; } }

.blog-shortinfo {
  font-size: 14px;
  line-height: 30px;
  color: #4e4e4e; }

@media (min-width: 992px) {
  .blog-listing .blog-meta span + span, .blog-listing .meta span + span, .leo-block-sidebar .blog-meta span + span, .leo-block-sidebar .meta span + span, #blogpage .blog-meta span + span, #blogpage .meta span + span {
    position: relative;
    padding-left: 12px; }
    .rtl .blog-listing .blog-meta span + span, .rtl .blog-listing .meta span + span, .rtl .leo-block-sidebar .blog-meta span + span, .rtl .leo-block-sidebar .meta span + span, .rtl #blogpage .blog-meta span + span, .rtl #blogpage .meta span + span {
      padding-right: 12px;
      padding-left: inherit; }
    .blog-listing .blog-meta span + span:before, .blog-listing .meta span + span:before, .leo-block-sidebar .blog-meta span + span:before, .leo-block-sidebar .meta span + span:before, #blogpage .blog-meta span + span:before, #blogpage .meta span + span:before {
      content: "/";
      color: #909090;
      position: absolute;
      bottom: 50%;
      left: 2px;
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -ms-transform: translateY(50%);
      -o-transform: translateY(50%);
      transform: translateY(50%); }
      .rtl .blog-listing .blog-meta span + span:before, .rtl .blog-listing .meta span + span:before, .rtl .leo-block-sidebar .blog-meta span + span:before, .rtl .leo-block-sidebar .meta span + span:before, .rtl #blogpage .blog-meta span + span:before, .rtl #blogpage .meta span + span:before {
        right: 2px;
        left: auto; } }

.leo-block-sidebar .lists {
  margin-top: 10px; }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    line-height: 30px;
    font-size: 22px;
    color: #083660; }
    @media (max-width: 991px) {
      .blog-detail .blog-title {
        font-size: 20px; } }
  .blog-detail .blog-author a {
    color: #f65d4e; }
    .blog-detail .blog-author a:hover {
      text-decoration: underline; }
  .blog-detail .blog-meta {
    color: #909090;
    margin-bottom: 20px;
    display: block; }
    .blog-detail .blog-meta i {
      display: none; }
  .blog-detail .blog-description {
    font-size: 1rem;
    line-height: 26px; }
  .blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .blog-detail .blog-image {
    margin-bottom: 1.25rem; }
  .blog-detail .blog-tags a {
    margin: 0 3px 10px; }
  @media (max-width: 575px) {
    .blog-detail .social-share {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 576px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      display: inline-block; } }

.leo-block-sidebar .list-item {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.leo-block-sidebar .blog-image {
  flex: 0 0 130px;
  width: 100%; }
  .leo-block-sidebar .blog-image img {
    border-radius: 8px; }
.leo-block-sidebar .blog-content {
  padding-left: 20px; }
  .rtl .leo-block-sidebar .blog-content {
    padding-right: 20px;
    padding-left: inherit; }
.leo-block-sidebar .author a {
  font-size: 15px;
  color: #f65d4e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .leo-block-sidebar .author a:hover {
    text-decoration: underline; }
.leo-block-sidebar .post-name a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.leo-block-sidebar .info {
  position: relative;
  text-transform: capitalize;
  color: #b0b0b0;
  font-size: 12px;
  line-height: 20px; }
  .leo-block-sidebar .info .qty {
    padding-right: 5px; }
    .rtl .leo-block-sidebar .info .qty {
      padding-left: 5px;
      padding-right: inherit; }

.blog-created .date .month {
  font-size: 12px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #083660; }
.blog-created .date .day {
  font-size: 36px;
  line-height: 36px;
  color: #083660;
  display: block;
  background: #f0f0f0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 80px; }

.blog-cat {
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.4px; }

.blog-item .left-side, .blog-detail .left-side {
  width: 80px;
  text-align: center; }

@media (min-width: 768px) {
  .blog-item .right-side, .blog-detail .right-side {
    padding-left: 35px;
    width: calc(100% - 114px); }
    .rtl .blog-item .right-side, .rtl .blog-detail .right-side {
      padding-right: 35px;
      padding-left: inherit; }
  .blog-item .left-side, .blog-item .right-side, .blog-detail .left-side, .blog-detail .right-side {
    display: inline-block;
    vertical-align: top; } }
#tags_blog_block_left .block_content a {
  display: inline-block;
  background: #f6f6f6;
  padding: 0px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  color: #4e4e4e;
  text-transform: capitalize;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .rtl #tags_blog_block_left .block_content a {
    margin-left: 5px;
    margin-right: inherit; }
  #tags_blog_block_left .block_content a:hover {
    color: #f65d4e; }

.extra-blogs h4 {
  font-size: 20px;
  font-weight: 400; }

#blog-localengine h3 {
  font-size: 22px;
  font-weight: 400; }

.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
  margin-bottom: 1.25rem; }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a span {
  background: #999;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
.blog-tags a:hover span {
  background: #f65d4e; }

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #eaeaea; }

.blog-video-code .inner {
  background: #DDD;
  padding: 0.75rem;
  margin-bottom: 0.9375rem;
  text-align: center; }
  .blog-video-code .inner iframe {
    max-width: 100%; }

/* comment */
.comment-item {
  padding: 0.75rem 0; }
  .comment-item img {
    padding: 0 0.75rem 0 0;
    float: left; }
    .rtl .comment-item img {
      padding: 0 0 0 0.75rem; }
    .rtl .comment-item img {
      float: right; }

.extra-blogs {
  clear: both; }

.comment-wrap {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  padding: 1.25rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .comment-wrap .comment-meta {
    border-bottom: 1px solid #eaeaea;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative; }
  .comment-wrap .comment-infor &gt; span {
    font-weight: bold;
    margin-right: 0.3125rem; }
    .rtl .comment-wrap .comment-infor &gt; span {
      margin-left: 0.3125rem;
      margin-right: inherit; }
    .comment-wrap .comment-infor &gt; span &gt; span {
      font-weight: normal;
      white-space: inherit; }

.comment-link {
  display: block; }

.social-share .social-wrap &gt; div {
  float: left;
  margin-right: 0.625rem; }
  .rtl .social-share .social-wrap &gt; div {
    float: right; }
  .rtl .social-share .social-wrap &gt; div {
    margin-left: 0.625rem;
    margin-right: inherit; }
.social-share .social-heading {
  padding-right: 0.75rem; }
  .rtl .social-share .social-heading {
    padding-left: 0.75rem;
    padding-right: inherit; }

.ipts-captcha img {
  float: left;
  padding-right: 0.75rem;
  margin-bottom: 0.625rem; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    padding-left: 0.75rem;
    padding-right: inherit; }
.ipts-captcha input {
  width: 100px;
  height: 35px; }

.blog-comment-block .fb-comments {
  margin: 0 -8px; }

#blog-localengine .comments {
  margin-bottom: 1.875rem; }
#blog-localengine .form-horizontal {
  margin-bottom: 1.875rem;
  background: white;
  padding: 1.25rem; }
  #blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    text-align: left;
    padding-top: 7px; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }
  #blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0; }

/* Load Submit Comment */
.leoblog-cssload-container {
  width: 100%;
  height: 2.1875rem;
  text-align: center;
  display: none; }

.cssload-speeding-wheel {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  display: none;
  border: 2px solid #000;
  border-radius: 50%;
  border-left-color: #fff;
  border-right-color: #fff;
  -webkit-animation: cssload-spin 700ms infinite linear;
  -moz-animation: cssload-spin 700ms infinite linear;
  animation: cssload-spin 700ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* categories menu display on left or right sidebar */
.blog-menu li {
  position: relative;
  padding: 5px 0; }
.blog-menu ul {
  margin: 10px 0 0; }
.blog-menu .collapse-icons {
  position: absolute;
  top: 0;
  padding: 0;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.625rem; }
  .rtl .blog-menu .collapse-icons {
    left: 0.625rem;
    right: auto; }
  .blog-menu .collapse-icons .material-icons {
    font-size: 0.9375rem; }
  .blog-menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  .blog-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  .blog-menu .collapse-icons .add,
  .blog-menu .collapse-icons .remove {
    color: #000; }
    .blog-menu .collapse-icons .add:hover,
    .blog-menu .collapse-icons .remove:hover {
      color: #f65d4e; }
  .blog-menu .collapse-icons .remove {
    display: none; }

/*** RSS ***/
.blog-lastest-rss {
  float: right !important;
  position: relative;
  top: -2.1875rem; }
  .blog-lastest-rss a {
    color: #f8991d; }
    .blog-lastest-rss a:before {
      content: "\f09e";
      font-family: "Font Awesome 5 Pro";
      font-size: 1.875rem;
      margin-right: 0.3125rem; }
      .rtl .blog-lastest-rss a:before {
        margin-left: 0.3125rem;
        margin-right: inherit; }
    .blog-lastest-rss a:hover {
      color: #f65d4e; }

/*** Responsive part ***/
@media (min-width: 576px) {
  .comment-link {
    background: #F4F4F4;
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    position: absolute;
    top: -9px;
    right: 0;
    margin: -0.6875rem -1.25rem -0.625rem 0;
    border-left: 1px solid #E5E5E5;
    float: right; }
    .rtl .comment-link {
      margin: -0.6875rem 0 -0.625rem -1.25rem; }
    .rtl .comment-link {
      border-right: 1px solid #E5E5E5;
      border-left: inherit; }
    .rtl .comment-link {
      float: left; }

  .blogs-container .product-count,
  .blog-detail .product-count {
    text-align: right;
    margin-top: 1rem; }
    .rtl .blogs-container .product-count, .rtl
    .blog-detail .product-count {
      text-align: left; } }
@media (max-width: 767px) {
  #blog-localengine .form-horizontal label {
    text-align: left; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }

  .blog-detail .pagination, .blogs-container .pagination {
    text-align: center; }
  .blog-detail .page-item, .blogs-container .page-item {
    display: inline-block; }

  .blog-video-code iframe {
    width: 100%; } }
@media (max-width: 575px) {
  .comment-wrap .comment-meta {
    display: inline-block; }
    .comment-wrap .comment-meta &gt; span {
      display: inline-block;
      margin: 0.3125rem 0;
      width: 100%;
      float: left; }
      .rtl .comment-wrap .comment-meta &gt; span {
        float: right; } }
.share_button &gt; li {
  display: inline-block; }

.share_button li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 10px; }
  .rtl .share_button li {
    padding: 0 10px 0 0; }

.share_button &gt; * {
  display: inline-block; }

.share_button span i {
  padding-right: 5px; }

li.facebook a:before {
  content: "\f39e"; }

li.twitter a:before {
  content: '\f099'; }

li.facebook a:before,
li.twitter a:before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 300;
  font-size: 14px; }

#search-blog button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 10px;
  line-height: 36px;
  background: transparent;
  transition: all 0.4s ease; }
  .rtl #search-blog button {
    left: 0;
    right: auto; }
  #search-blog button i {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    width: 14px;
    height: 14px;
    font-size: 14px; }
    #search-blog button i:before {
      content: "\f002";
      font-size: 14px; }
  #search-blog button:hover {
    background: #083660; }
    #search-blog button:hover i {
      color: #fff; }

#blog-nav a {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 40px;
  color: #4e4e4e;
  text-transform: uppercase;
  letter-spacing: 1.2px; }

div#search-blog {
  position: relative; }

#form-search-blog {
  margin-bottom: 20px; }

#search-blog .form-control {
  height: 50px;
  padding: 10px 60px 10px 10px;
  background: #f5f5f5; }
  .rtl #search-blog .form-control {
    padding: 10px 10px 10px 60px; }

#search-blog button:hover, #search-blog button:focus {
  background: #f65d4e;
  color: #fff; }

/*# sourceMappingURL=leoblog.css.map */
</pre></body></html>