/*.fal {
	font-family: "Font Awesome 5 Free";
}*/
.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

/*$default                   : #333;
$primary                   : $primary;
$secondary                 : $secondary;
$gray                      : #414141;
$gray2                     : #909090;*/
/*$blog-name-color:           #383D40;
$blog-name-hover           : $primary;
$short-desc-color          : #000;*/
/*$blog-link-cat:            $white;
$blog-cat-bg:              $primary;*/
.blog-thumb .tag-wrap, .blog-thumb .category-wrap,
.blog-thumb .post-author, .blog-thumb .view-wraps,
.blog-thumb .total-visitor, .blog-thumb .post-readmore,
.blog-thumb .blog-item-row {
  display: none !important; }

.blog-thumb {
  margin-bottom: 24px;
  background: #fff;
  text-align: left;
  position: relative;
  transition: all .5s ease-out;
  border-radius: 24px; }
  .blog-thumb:hover {
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2); }
    .blog-thumb:hover .blog-content {
      transform: translateY(0%); }
  .blog-thumb .blog-img {
    padding-top: 0px !important;
    position: relative;
    min-height: 220px; }
    @media all and (min-width: 1200px) {
      .blog-thumb .blog-img {
        min-height: 318px; } }
    .blog-thumb .blog-img img {
      width: 100%;
      border-radius: 24px; }
    .blog-thumb .blog-img img[src$='.gif'] {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 0px;
      width: auto; }
  .blog-thumb .blog-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 24px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transition: all .5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    text-align: center; }
  .blog-thumb .link-blog-name {
    white-space: normal;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 700;
    height: auto;
    /*height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/ }
    .blog-thumb .link-blog-name:hover, .blog-thumb .link-blog-name:active, .blog-thumb .link-blog-name.active {
      color: #3AC4CF; }
  .blog-thumb .post-title, .blog-thumb .post-title-recent {
    margin-bottom: 0px; }
  .blog-thumb .post-short-description {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 18px;
    color: #fff;
    white-space: normal;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-weight: 400; }
  .blog-thumb .blog-list-date {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 1.5;
    display: none; }
  .blog-thumb .view-wraps {
    margin-bottom: 0px; }
  .blog-thumb .readmore {
    font-size: 1rem;
    color: #3AC4CF; }
    .blog-thumb .readmore:hover {
      color: #74D5DD; }
  .blog-thumb .post-title {
    color: #fff; }

.content .row {
  margin-left: -12px !important;
  margin-right: -12px !important; }
  .content .row [class*="col-"] {
    padding-left: 12px !important;
    padding-right: 12px !important; }

@media all and (min-width: 768px) {
  .blog-row.col-6, .blog-row .col-6, .blog-items.col-6, .blog-items .col-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }
@media all and (max-width: 767px) {
  .content .row {
    margin-left: -8px !important;
    margin-right: -8px !important; }
    .content .row [class*="col-"] {
      padding-left: 8px !important;
      padding-right: 8px !important; } }
/*===================
    1) Blog banner
    2) Blog category
    3) Blog filter

============================*/
/*
    1) Blog banner
=====================================**/
.blog-banner {
  position: relative;
  margin-bottom: 0px; }
  .blog-banner .blog-banner-img img {
    width: 100%;
    min-height: 302px;
    object-fit: cover;
    max-height: 400px; }
  .blog-banner .blog-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1320px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
  .blog-banner h1,
  .blog-banner .banner-title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 4px;
    text-transform: capitalize; }
  .blog-banner p {
    font-size: 1.125rem; }

@media all and (max-width: 767px) {
  .blog-banner .blog-banner-content {
    padding: 10px 16PX;
    width: 100%; } }
/*
    2) Blog category
=====================================**/
.cat-search-wraper {
  padding: 24px 0;
  background: #F2F2F2; }

.cat-search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }

.searchbtn-form {
  width: auto;
  min-width: 270px; }
  .searchbtn-form .input-group {
    color: #000;
    position: relative; }
    .searchbtn-form .input-group .input-group-prepend {
      position: absolute;
      left: 1;
      top: 1px; }
      .searchbtn-form .input-group .input-group-prepend .btn {
        padding-left: 17px;
        color: #C2C2C2;
        font-size: 1rem;
        background: transparent;
        border-radius: 20px 0 0 20px; }
        .searchbtn-form .input-group .input-group-prepend .btn i {
          color: #C2C2C2; }
  .searchbtn-form #blogsearch {
    padding-left: 45px;
    border-radius: 20px; }
    .searchbtn-form #blogsearch::placeholder {
      color: #909090; }

.tree {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 24px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px; }
  .tree .link-blog-cat {
    font-size: 1.125rem;
    display: inline-block;
    text-align: center;
    color: #383D40;
    padding: 8px 4px;
    border-bottom: 3px solid transparent;
    transition: all .5s; }
    .tree .link-blog-cat:hover, .tree .link-blog-cat.active {
      border-color: #3AC4CF;
      color: #3AC4CF; }
    .tree .link-blog-cat.active {
      font-weight: 700; }

.tree-sub {
  list-style: none;
  padding: 24px 0 24px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 0px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto; }
  .tree-sub .link-blog-cat, .tree-sub a {
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 8px 0 !important;
    border-bottom: 3px solid transparent; }
    .tree-sub .link-blog-cat:hover, .tree-sub .link-blog-cat.active, .tree-sub a:hover, .tree-sub a.active {
      border-color: #000;
      color: #000; }
    .tree-sub .link-blog-cat.active, .tree-sub a.active {
      font-weight: 700; }

@media all and (max-width: 767px) {
  .cat-search-wraper {
    padding: 0; }

  .cat-search-wrap {
    padding: 14px 0 0 0;
    overflow: hidden;
    flex-wrap: wrap;
    gap: 0; }
    .cat-search-wrap .tree {
      flex-wrap: nowrap;
      overflow-x: auto;
      white-space: nowrap;
      order: 2;
      width: 100%;
      padding-bottom: 16px; }
    .cat-search-wrap .searchbtn-form {
      margin: 0 0 14px 0;
      width: 100%;
      min-width: 270px; }

  .tree-sub {
    padding: 16px 0 16px 0;
    gap: 16px; } }
/*
    3) Blog Filter
=====================================**/
.filter-list {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 24px; }
  .filter-list .shortby {
    margin-bottom: 0px; }
    .filter-list .shortby .grid-view {
      text-transform: uppercase;
      font-size: 0.875rem;
      margin-bottom: 0;
      font-weight: 400; }
    .filter-list .shortby .dropdown-toggle {
      font-weight: 700; }
  .filter-list .blog-nav-item {
    display: none; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  align-items: center;
  padding: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  color: #000; }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none; }
  .shortby .grid-switcher {
    display: block; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .d-hide {
    display: block; }
  .shortby .showfilter {
    margin-left: 8px;
    color: #000; }
    .shortby .showfilter .dropdown-toggle {
      color: #000; }
      .shortby .showfilter .dropdown-toggle:after {
        color: #000; }
    .shortby .showfilter a {
      color: #000; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-toggle:after {
    color: #000; }

.MagicScroll .blog-img,
.MagicScroll .blog-imgs {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  position: relative !important;
  height: 0;
  line-height: 0; }
  .MagicScroll .blog-img a,
  .MagicScroll .blog-imgs a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.blog-content .blog-nav-item {
  display: none; }

.blog-detail.row {
  margin-left: -12px;
  margin-right: -12px; }
  .blog-detail.row [class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }

.blog-img {
  overflow: hidden; }
  .blog-img .spinIcon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    border: 3px solid #3AC4CF;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8; }
    .blog-img .spinIcon i {
      color: #3AC4CF;
      line-height: 35px; }
  .blog-img .pinIn {
    background: #3AC4CF;
    border-color: #fff; }
    .blog-img .pinIn i {
      color: #fff; }

.blog-contents {
  margin-bottom: 40px; }

.ajax-load {
  margin-top: 0px;
  padding-bottom: 20px;
  text-align: center; }

.loadmore-link {
  cursor: pointer;
  text-decoration: none; }

@media all and (max-width: 767px) {
  .blog-content .row {
    margin-left: -8px;
    margin-right: -8px; }
    .blog-content .row [class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; }

  .filter-list {
    margin: 20px 0 24PX 0; }

  .ajax-load {
    margin-top: 0;
    margin-bottom: 0px; } }
/* Blog detail page  */
/* Hide element blog detail */
.blog-recent-sec,
.blog-banner-detail,
.posttitle-details,
.text-header-page,
.left-sidebar,
.right-sidebar,
.blog-detail.full-img {
  display: none; }

.blog-recent-sec,
.blog-banner-detail-wrap {
  display: none !important; }

.blog-detail.full-img {
  margin-bottom: 0px;
  text-align: center; }
  .blog-detail.full-img img {
    width: 100%;
    max-height: 450px;
    object-fit: fill; }

.main-title.blog-details {
  display: block;
  text-transform: inherit;
  margin-bottom: 16px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; }
.main-title.categorybloglist, .main-title.blog-results {
  text-transform: none;
  color: #3AC4CF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: 24px; }

.portfolio-detail-wrapper {
  padding: 60px 0 100px 0; }
  .portfolio-detail-wrapper .profile-img {
    text-align: center;
    margin-bottom: 20px; }
  .portfolio-detail-wrapper .short-desc {
    margin-bottom: 24px;
    font-size: 18px; }

.blog-detail-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: 925px;
  margin: 0 auto; }
  .blog-detail-header p {
    margin-bottom: 20px; }
  .blog-detail-header .blog-details-date {
    color: #000;
    font-size: 1rem;
    margin-bottom: 20px; }
    .blog-detail-header .blog-details-date .authername {
      display: none; }

.blog-detail-date-social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1rem; }
  .blog-detail-date-social-wrap li a,
  .blog-detail-date-social-wrap li .tinyLink {
    padding: 0;
    line-height: 1;
    font-size: 1.5rem; }

.portfolio-social {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 24px;
  padding-left: 0px;
  justify-content: center; }
  .portfolio-social li {
    margin: 0px !important; }

.blog-desc {
  margin-bottom: 40px;
  color: #000;
  font-size: 18px; }
  .blog-desc .form-group {
    margin-bottom: 0;
    padding-bottom: 24px; }
    .blog-desc .form-group .row {
      margin-left: -24px;
      margin-right: -24px; }
      .blog-desc .form-group .row [class*="col-"] {
        padding-left: 24px;
        padding-right: 24px; }
        .blog-desc .form-group .row [class*="col-"] img {
          border-radius: 10px; }
  .blog-desc p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 24px; }

.view-time .view {
  margin-right: 15px; }

/*  Related Blog */
.blogrelated-section, .portfoliorelated-section {
  padding: 60px 0 60px 0; }
  .blogrelated-section .blog-slider, .portfoliorelated-section .blog-slider {
    padding: 0px;
    margin-left: -12px;
    margin-right: -12px; }
    .blogrelated-section .blog-slider .slick-slide, .portfoliorelated-section .blog-slider .slick-slide {
      padding-left: 12px;
      padding-right: 12px; }

.blogrelated-inner-sec {
  text-align: center; }
  .blogrelated-inner-sec .sub-title {
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 2px solid #49484f;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    font-size: 32px;
    color: #3AC4CF;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 24px 0; }
  .blogrelated-inner-sec .slick-dots {
    position: relative;
    margin-top: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center; }
    .blogrelated-inner-sec .slick-dots button {
      display: none !important; }
    .blogrelated-inner-sec .slick-dots li {
      width: 12px;
      height: 12px;
      background: #E6E7E8;
      border-radius: 12px; }
      .blogrelated-inner-sec .slick-dots li.slick-active {
        background: #3AC4CF;
        border-radius: 20px; }

.portfoliorelated-section .blog-slider-heading {
  margin-bottom: 40px; }

@media all and (max-width: 767px) {
  .portfolio-detail-wrapper {
    padding: 40px 0px; }

  .blog-detail-header {
    padding-top: 30px; }

  .main-title.blog-details {
    font-size: 24px; }

  .blog-desc {
    margin-bottom: 10px; }

  .blogrelated-section {
    padding: 30px 0 30px 0; }
    .blogrelated-section .blog-slider {
      margin-left: -8px;
      margin-right: -8px; }
      .blogrelated-section .blog-slider .slick-slide {
        padding-left: 8px;
        padding-right: 8px; }

  .blogrelated-inner-sec .sub-title {
    font-size: 24px;
    margin-bottom: 24px; } }
body {
  font-size: 1rem; }

/*  Hide Element  */
.breadcrumb, .main-title.blog,
.widget-blogcatagory, .widget-blogSearch,
.custom-overlay {
  display: none !important; }

.content-wrap {
  padding-bottom: 100px; }

.left-sidebar .widget:first-child {
  margin-top: 50px; }

.blog-nav-item li i {
  vertical-align: baseline; }
.blog-nav-item .active {
  color: #3AC4CF !important; }

.date-time {
  font-size: 0.75rem;
  color: #6c757d;
  line-height: 24px; }

.product-img-slider .slick-arrow {
  background-color: #3AC4CF; }

.tree-sub .link-blog-cat {
  padding-left: 30px; }

/*.tree-sub1 {
	.link-blog-cat {
		padding-left: 45px;
	}
}
.tree-sub2 {
	.link-blog-cat {
		padding-left: 60px;
	}
}*/
.tag-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 16px;
  height: 30px;
  display: block; }
  .tag-wrap .link-tag {
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border: 1px solid #B0B5C5;
    display: inline-block;
    font-size: 0.875rem;
    color: #3AC4CF; }
    .tag-wrap .link-tag:hover, .tag-wrap .link-tag:active, .tag-wrap .link-tag.active {
      color: #020808 !important; }

.load-more {
  padding: 20px 0;
  text-align: center;
  margin-bottom: 40px; }

/* sidebar */
.right-sidebar .widget .tag-wrap, .left-sidebar .widget .tag-wrap {
  margin-top: 10px; }

.catagory-widget {
  background: #3AC4CF; }

.catagory-title, .blogcatagory-title, .blogSearch-title {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .catagory-title i, .blogcatagory-title i, .blogSearch-title i {
    margin-right: 5px; }

.archive-title, .recent-blog-title, .tag-title, .feature-blog-title, .wishlist-title, .rssfeed-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .archive-title i, .recent-blog-title i, .tag-title i, .feature-blog-title i, .wishlist-title i, .rssfeed-title i {
    margin-right: 5px; }

.blog-cat-list li, .archive-list li, .rssfeed li {
  vertical-align: top;
  line-height: 1; }
.blog-cat-list a, .archive-list a, .rssfeed a {
  display: block;
  text-transform: uppercase; }
  .blog-cat-list a i, .archive-list a i, .rssfeed a i {
    vertical-align: baseline; }

.archive-list li {
  margin-bottom: 0px !important; }

.widget-signup-banner {
  position: relative; }
  .widget-signup-banner .widget-signup-heading {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 0 5px;
    text-align: center; }
    .widget-signup-banner .widget-signup-heading a {
      color: #fff; }
    .widget-signup-banner .widget-signup-heading p {
      margin-bottom: 0; }
    .widget-signup-banner .widget-signup-heading h2 {
      font-size: 1.5rem; }

/*  Blog detail */
.recent-blog {
  list-style: none;
  margin: 0;
  padding: 0; }

.view-wraps {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 15px;
  font-weight: 400; }

/*  Page not found  */
.no-search-result {
  text-align: center;
  font-size: 50px;
  font-size: 30px; }

@media all and (max-width: 767px) {
  .content-wrap {
    padding-bottom: 20px; }

  .left-sidebar {
    order: 2; }

  	/*.blog-items {
  		.col-md-3, .col-6 {
  			flex: 0 0 50%;
      		max-width: 50%;
  		}
  	}*/ }
