/***************************************************
  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%;
  transition: 0.2s all;
}

.blogs-container .blog-image {
  overflow: hidden;
}
.blogs-container .blog-image:hover img {
  transform: scale(1.1);
}

/* Blog Item */
.blog-lastest-title {
    line-height: 1.2;
  font-weight: 700;
  color: #273755;
  text-transform: none;
  /* margin-top: 18px; */
  margin-bottom: 20px;
}

.sidebar .leo-block-sidebar,
.sidebar .leo-blog-tags {
  background: transparent;
  margin-top: 17px;
  border: none;
}
.sidebar .leo-block-sidebar .title_block,
.sidebar .leo-block-sidebar .block_content,
.sidebar .leo-blog-tags .title_block,
.sidebar .leo-blog-tags .block_content {
  background: transparent;
}
.sidebar .leo-block-sidebar .title_block,
.sidebar .leo-blog-tags .title_block {
  padding: 30px 0px 20px;
}
.sidebar .leo-blog-tags .title_block {
  border-bottom: 1px solid #ebebeb;
}
.sidebar .leo-blog-tags .block_content {
  margin-top: 10px;
}
.sidebar .leo-blog-tags .block_content a {
  background: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  text-transform: capitalize;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rtl .sidebar .leo-blog-tags .block_content a {
  margin-left: 5px;
  margin-right: inherit;
}
.sidebar .leo-blog-tags .block_content a:hover {
  background: #09afd9;
  color: #fff;
}
.sidebar .leo-block-sidebar .list-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 18px;
  padding-top: 18px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar .leo-block-sidebar .list-item.first_item {
  padding-top: 0px;
}
.sidebar .leo-block-sidebar .blog-image {
  max-width: 110px;
  width: 100%;
  margin-right: 20px;
}
.rtl .sidebar .leo-block-sidebar .blog-image {
  margin-left: 20px;
  margin-right: inherit;
}
.sidebar .leo-block-sidebar .blog-image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sidebar .info {
  text-transform: uppercase;
  font-size: 12px;
  color: #09afd9;
}
.sidebar .post-name a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sidebar #categories_blog_menu {
  clear: both;
}
.sidebar #search_widget {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.rtl .sidebar #search_widget {
  margin-left: 0;
  margin-right: inherit;
}

.blog-item {
  background: transparent;
  margin-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.blog-item .blog-image-container {
  position: relative;
}

.blog-item .title {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
}
.blog-item .title a {
  text-transform: none;
  color: #162b53;
}

.blog-item .blog-shortinfo {
  color: #333;
}
.blog-item .more {
  color: #fff;
  position: relative;
  margin: 0;
  padding: 8px 50px 8px 15px;
  border: 1px solid #273755;
  border-radius: 3px;
  min-width: 150px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 500;
  height: 44px;
  background: #273755;
  margin-top: 20px;
  transition: 0.2s all;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.blog-item .more::before {
  content: "\f054";
  font-family: 'FontAwesome';
      width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
    background: #fff;
    color: #273755;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 2;
    margin: auto;
    transition: 0.2s all ease;
    display: flex;
    justify-content: center;
    align-items: center;

}

.blog-item .more:hover {
  background-color: #fff;
  color: #273755;
}

.blog-item .more:hover::before {
  background-color: #0991A1;
  color: #fff;
}

.blog-image {
  margin-bottom: 0.625rem;
}

.blog-meta {
  padding: 0;
  width: 100%;
}
.blog-meta > span {
  color: #333;
  margin-top: 0.3125rem;
  margin-right: 0.625rem;
}
.rtl .blog-meta > span {
  margin-left: 0.625rem;
  margin-right: inherit;
}
.blog-meta > span .material-icons {
  font-size: 1rem;
}
.blog-meta .date {
  color: #333;
}
.blog-meta a {
  color: #333;
}
.blog-meta a:hover {
  color: #333;
}

/* Blog detail */
.blog-detail {
  line-height: 24px;
}
.blog-detail .blog-title {
/* 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}
.blog-detail .blog-description {
  font-size: 1rem;
  line-height: 26px;
}

.blog-description h2 {
  text-transform: none;
  margin-top: 18px;
  margin-bottom: 9px;
  font-weight: 600;
  color: #273755;
}

.blog-description h3,.blog-description h4 {
    text-transform: none;
    margin-top: 9px;
  margin-bottom: 9px;
  font-weight: 600;
  color: #273755;
}

.blog-detail .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .blog-detail .blog-tags,
  .blog-detail .social-share {
    display: inline-block;
  }
}

.blog-cat {
  margin-top: 13px;
  margin-bottom: 35px;
  display: inline-block;
}
.blog-cat i {
  margin-right: 10px;
}
.rtl .blog-cat i {
  margin-left: 10px;
  margin-right: inherit;
}
.blog-cat span,
.blog-cat a {
  text-transform: uppercase;
}

.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;
  -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: #09afd9;
}

.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;
}
.comment-wrap .comment-infor > span {
  font-weight: bold;
  margin-right: 0.3125rem;
}
.rtl .comment-wrap .comment-infor > span {
  margin-left: 0.3125rem;
  margin-right: inherit;
}
.comment-wrap .comment-infor > span > span {
  font-weight: normal;
  white-space: inherit;
}

.comment-link {
  display: block;
}

.social-share .social-wrap > div {
  float: left;
  margin-right: 0.625rem;
}

.social-share .social-wrap > div.itemFacebookButton {
  width: 60px;
  overflow: hidden;
}
.rtl .social-share .social-wrap > div {
  float: right;
}
.rtl .social-share .social-wrap > div {
  margin-left: 0.625rem;
  margin-right: inherit;
}
.social-share .social-heading {
  padding-right: 0.75rem;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}
.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;
  padding: 15px 20px;
}

.blog-comment-block .fb-comments {
  margin: 0 -8px;
}

#blog-localengine .comments {
  margin-bottom: 1.875rem;
}
#blog-localengine .form-horizontal {
  margin-bottom: 1.875rem;
  padding: 1.25rem 0;
  background: transparent;
}
#blog-localengine .form-horizontal label {
  display: block;
  margin-bottom: 0;
  padding-top: 7px;
  text-align: left;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}
.rtl #blog-localengine .form-horizontal label {
  text-align: right;
}
#blog-localengine .form-horizontal .form-group:last-child {
  margin-bottom: 0;
}

.ipts-captcha img {
  height: 52px;
  margin-bottom: 0;
}

.sub_title {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
}

@media (min-width: 768px) {
  .inline-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
  }
}
/* Load Submit Comment */
.leoblog-cssload-container {
  width: 100%;
  height: 2.1875rem;
  text-align: center;
  display: none;
}

.btn-submit-comment-wrapper.btn-outline {
  background: #09afd9;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: #09afd9;
  text-transform: uppercase;
  padding: 18px 40px;
  margin-top: 30px;
}

.cssload-speeding-wheel {
  margin: 0 0 0 2.8125rem;
  border: 3px solid #000000;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
}
.blog-menu ul {
  margin: 0px;
}
.blog-menu ul > li > a {
  font-weight: 300;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0.9375rem;
}
.blog-menu ul > li:last-child > a {
  border-bottom: none;
}
.blog-menu ul > li li a {
  font-size: 0.8125rem;
  padding: 0.625rem 1.25rem;
}
.blog-menu .collapse-icons {
  position: absolute;
  top: 0.8125rem;
  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: #09afd9;
}
.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: "FontAwesome";
  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: #09afd9;
}

/*** Responsive part ***/
@media (min-width: 576px) {
  .comment-link {
    background: #f4f4f4;
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    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 > span {
    display: inline-block;
    margin: 0.3125rem 0;
    width: 100%;
    float: left;
  }
  .rtl .comment-wrap .comment-meta > span {
    float: right;
  }
}
div#search-blog {
  padding: 10px 20px 0;
}

button#search_blog_button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
}

form#form-search-blog {
  position: relative;
}

input#search_blog {
  height: 48px;
  border-radius: 27px;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
}

div#blog-nav {
  margin-top: 15px;
}

div#blog-nav a {
  line-height: 30px;
}

button#search_blog_button:hover {
  background: #5faf4b;
  color: #fff;
}

.search-widget form button[type="submit"] {
  background: transparent;
}

.sidebar .block .title_block {
  display: block;
  padding: 20px 20px 0;
  line-height: 1;
}

.sidebar .block .block_content {
  padding: 10px 0px;
}

.sidebar .leo-block-sidebar {
  border: 1px solid #eaeaea;
}

.sidebar .leo-block-sidebar .list-item {
  padding: 15px 20px;
}

/*# sourceMappingURL=leoblog.css.map */
.more-featured-articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.more-featured-articles > div {
  width: calc(50% - 40px);
  padding: 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 15px
}
/* .blog-image{
  margin-right: 10px;
} */
.blog-detail .blog-title {
  margin-bottom: 30px;
  text-transform: none;
  color: #273755;
  font-weight: 700;
}

.blog-created i,
.blog-hit i {
  font-weight: 400;
}

.blog-created .fa-calendar {
  font-family: "FontAwesome";
  font-weight: 400;
}

.blog-created .fa-calendar::before {
  content: "\f073";
}

.blog-created i::before {
  content: "\f073";
}

.blog-hit i::before {
}

.blogs-container .pagination > div:first-child {
  justify-content: flex-start;
}

.blogs-container .pagination {
  flex-wrap: wrap;
}

.pagination .next span,
.pagination .previous span {
  display: none;
}

.more-featured-articles h3 a {
  color: #162b53;
  font-size: 16px;
}


.blog_img_link img, .blogs-container .blog-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.more-featured-articles .blog-image {
  margin-bottom: 0;
}

.more-featured-articles .blog-image img {
  max-height: 120px;
  object-fit: cover;
}