/*---------------------------------------------------------- Blog Common css start ----------------------------------------------------*/
#blog_latest_new_home .container {
  position: relative;
}

#blog_latest_new_home {
  margin: 0 0 80px;
  text-align: center;
}

#tbsmartblog-carousel.owl-carousel .owl-buttons div {
  display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span i {
  font-size: 19px;
  line-height: 21px;
  margin: 0 5px 0 0;
}

#tbsmartblog-carousel.owl-carousel {
  border: none;
  list-style: none;
}

#blog_latest_new_home .box-heading .tb-subtitle {
  color: #ffa406;
}

#blog_latest_new_home .box-heading .tbblock-heading .box-heading.title_block heading::after {
  position: absolute;
  background: rgba(0, 0, 0, .5);
  top: auto;
  bottom: 0;
  width: 40px;
  height: 2px;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
}

#tbsmartblog-carousel .owl-item>li {
  padding: 0 15px;
  margin: 0 0 30px;
}

.comment-list {
  list-style: none;
  border: 1px solid #f0f0f0;
  padding: 20px 40px;
}

.comment-list .panel.panel-default {
  background: none;
  border: none;
}

.tbblogcomments>div {
  padding: 20px;
}

.tbblogcomments #add-comment {
  padding: 20PX 0;
}

#module-tbblog-details .blog-extra .btn.btn-primary:hover,
#module-tbblog-details .blog-extra .btn.btn-primary:active,
#module-tbblog-details .blog-extra .btn.btn-primary:focus {
  background: #ed85b0;
  color: #fff;
}

#add-comment .alert.alert-info {
  margin: 0;
}

.comments-block {
  background: #ffeddf;
}

#tbsmartblog-carousel .blog-content {
  padding: 0;
  display: flex;
  align-items: center;
}

#tbsmartblog-carousel .comment {
  display: block;
  margin: 5px 0 0;
}

#tbsmartblog-carousel .comment a {
  color: #666;
  position: relative;
  font: 400 13px/18px 'Lexend Deca', Helvetica, sans-serif;
}

.blog-date .mdi.mdi-calendar {
  font-size: 16px;
  line-height: 18px;
  width: 20px;
}

.blog-hover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
}

#tbsmartblog-carousel .blog-content:hover .blog-hover {
  background: rgba(0, 0, 0, .4);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/*------------------------------------------------------------- Blog Common css End --------------------------------------------*/
/* TB-HOME-Blog Start*/
#TB-home-blog {
  margin: 0 0 100px 0;
  padding: 80px 0 0;
  position: relative;
}

#TB-home-blog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 100%;
  height: 47%;
  background-image: url('../images/blog-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: repeat-x;
  background-repeat: no-repeat-y;
  background-color: #fae0a7;
  animation: slide 80s linear infinite;
  -webkit-animation: slide 80s linear infinite;
}

#TB-home-blog .TB-Commen-Heading h3::after {
  background-image: url('../images/blog-separator-img.png');
}

#TB-home-blog .owl-item {
  padding: 0 15px;
  margin: 0;
}

#TB-home-blog .tb-home-blog-carousel li {
  list-style: none;
  margin: 0 0 30px 0;
}

#TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_warpper {
  padding: 5px;
  border: 1px dashed #111;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

#TB-home-blog .tb-home-blog-carousel .blog-content {
  position: relative;
  display: inline-block;
}

#TB-home-blog .blog-caption.blog-sub-content {
  /* position: absolute;
  bottom: 15px;
  top: auto;
  right: 15px;
  left: 15px;
  height: 98px;
  overflow: hidden; */
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
}

/* #TB-home-blog .tb-home-blog-carousel li:hover .blog-caption.blog-sub-content {
  height: 217px;
} */
#TB-home-blog .tb-home-blog-carousel li .bloglinks {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  width: 45px;
  height: 45px;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus {
  background: #ed85b0;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .bloglinks a,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .bloglinks a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a i {
  line-height: 45px;
  color: #111;
  font-weight: 400;
  font-size: 16px;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .bloglinks a:hover i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:active i,
#TB-home-blog .tb-home-blog-carousel li .bloglinks a:focus i {
  color: #fff;
}

#TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog-content:hover .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:active .tb-black-shadow,
#TB-home-blog .tb-home-blog-carousel li .blog-content:focus .tb-black-shadow {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner {
  padding: 15px;
  text-align: center;
  background: transparent;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .comment a {
  font: 400 14px/16px 'Lexend Deca', Helvetica, sans-serif;
  color: #111;
  padding: 0 15px;
  letter-spacing: 0;
  position: relative;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 80%;
  background: #111;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date:hover,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date:active,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date:focus,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .comment a:hover,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .comment a:active,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .comment a:focus {
  color: #ed85b0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date-comment {
  display: flex;
  justify-content: center;
  align-items: center;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
  margin: 10px 0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
  margin: 0;
  font: 800 26px/28px 'Nunito', Helvetica, sans-serif;
  color: #111111;
  text-transform: capitalize;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a:hover {
  color: #ed85b0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner p {
  margin: 0 0 15px 0;
  font: 400 15px/26px 'Lexend Deca', Helvetica, sans-serif;
  color: #4c4c4c;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date i {
  font-size: 16px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
  background: #111111;
  color: #ffffff;
  font: 400 16px/18px 'Lexend Deca', Helvetica, sans-serif;
  padding: 12px 25px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary:hover,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary:focus,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary:active {
  color: #ffffff;
  background: #ed85b0;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
  font-size: 16px;
  line-height: 18px;
  width: 12px;
  display: inline-block;
  text-align: right;
}

/* #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
  font: 500 15px/20px 'Lexend Deca', Helvetica, sans-serif;
  color: #7d7d7d;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a i {
  font-size: 14px;
}

#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:hover,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:focus,
#TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a:active {
  color: #ed85b0;
} */

#TB-home-blog .tb-home-blog-carousel {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (max-width: 1499px) {
  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 1399px) {
  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 1299px) {
  #TB-home-blog {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 1199px) {
  #TB-home-blog {
    margin: 0 0 60px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 16px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 8px 0;
  }

  /* #TB-home-blog .blog-caption.blog-sub-content {
    height: 80px;
  }
  #TB-home-blog .tb-home-blog-carousel li:hover .blog-caption.blog-sub-content {
    height: 190px;
  } */
  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 14px;
    line-height: 20px;
  }

  /* #TB-home-blog .blog-caption.blog-sub-content {
    width: 60%;
    bottom: 0;
  } */
  /* #TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder{
    width: 55%;
  } */
  #TB-home-blog .tb-home-blog-carousel li {
    list-style: none;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  #TB-home-blog {
    margin: 0 0 40px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    margin: 0 0 15px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 20px;
    line-height: 22px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
    font-size: 14px;
    line-height: 16px;
  }

  /* #TB-home-blog .blog-caption.blog-sub-content {
    height: 70px;
  }
  #TB-home-blog .tb-home-blog-carousel li:hover .blog-caption.blog-sub-content {
    height: 180px;
  } */
  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 15px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 18px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    font-size: 13px;
    line-height: 20px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #TB-home-blog .tb-home-blog-carousel li .tb-black-shadow {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .bloglinks a {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    list-style: none;
    margin: 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a i {
    font-size: 11px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more i {
    font-size: 14px;
    width: 9px;
  }

  /* #TB-home-blog .tb-home-blog-carousel li .blog-caption.blog-sub-content {
    height: auto;
  }
  #TB-home-blog .tb-home-blog-carousel li:hover .blog-caption.blog-sub-content {
    height: auto;
  } */
  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 9px;
    line-height: 20px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
    font-size: 11px;
    line-height: 16px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .blog-date i {
    font-size: 14px;
  }
}

@media (min-width: 631px) and (max-width: 767px) {
  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
    font-size: 13px;
    line-height: 15px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 630px) {
  #TB-home-blog .tb-home-blog-carousel li {
    width: 75%;
    margin: 0 auto 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 13px;
    line-height: 20px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
    font-size: 13px;
    line-height: 15px;
    padding: 8px 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .comment a {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {

  #TB-home-blog {
    margin: 0 0 20px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    width: 100%;
  }

  #TB-home-blog .tb-home-blog-carousel li .tbhomeblog_image_holder {
    width: 100%;
  }

  /* #TB-home-blog .blog-caption.blog-sub-content {
    width: auto;
    right: 30px;
    left: 30px;
    top: auto;
    bottom: -20px;
  }    */
  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .btn-primary {
    padding: 10px 18px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 10px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    font-size: 14px;
  }

  #TB-home-blog .tb-home-blog-carousel .blog-content {
    margin: 0 auto;
  }
}

@media (max-width: 360px) {
  .TB-Commen-Heading h3 {
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
  }

  #TB-home-blog .tb-home-blog-carousel .blog-content {
    width: auto;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner .tb-blog-bottom .read-more {
    font-size: 13px;
    line-height: 18px;
    padding: 9px 15px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner {
    padding: 10px 10px 5px 10px;
  }

  #TB-home-blog .tb-home-blog-carousel li {
    width: 100%;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 {
    margin: 6px 0;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner h5 a {
    font-size: 18px;
    line-height: 20px;
  }

  #TB-home-blog .tb-home-blog-carousel li .blog_inner p {
    font-size: 13px;
  }
}

/* TB-HOME-Blog End*/
/*------------------------------------------------ Start blog category css ------------------------------------------*/
#module-tbblog-category .blog-cat-title {
  display: none;
}

#module-tbblog-details .blog-detail .blog_image_holder img {
  max-width: 100%;
  width: auto;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#module-tbblog-category #blog_category {
  margin: 0 0 30px;
  border: 1px solid #f0f0f0;
}

#module-tbblog-category #blog_category .cat-blog-content {
  padding: 10px;
  text-align: left;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title {
  font: 400 18px/20px "pins", Helvetica, sans-serif;
}

#module-tbblog-category #blog_category .cat-blog-content .blog-cat-title a {
  color: #333333;
}

#module-tbblog-category #blog_category .cat-blog-content .tbblog-cat-desc {
  line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item {
  padding: 0 0 30px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost {
  display: flex;
}

#module-tbblog-category #tbblogcat .blog-item:last-child {
  padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content {
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content img {
  height: auto;
  max-width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .blog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 100%;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks {
  bottom: 0;
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a {
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #111;
  height: 45px;
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 45px;
  padding: 12px;
  display: inline-block;
  text-align: center;
  background: #fff;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a i {
  font-size: 16px;
  font-weight: 400;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  line-height: 16px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover {
  background: #ed85b0;
  border-color: #ed85b0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .article-content .bloglinks a:hover i {
  color: #ffeddf;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .date-time i,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .blog-tool .comment i {
  font-size: 18px;
  line-height: 22px;
  vertical-align: top;
  margin: 0 5px 0 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
  padding: 0 0 0 15px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
  margin: 0 0 4px;
  display: block;
  line-height: 16px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span {
  padding: 0 20px 0 0;
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool>span:last-child:after {
  display: none;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
  margin: 0 0 12px;
  border: none;
  background: none;
  height: auto;
  padding: 0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
  font: 800 26px/28px 'Nunito', Helvetica, sans-serif;
  letter-spacing: 1px;
  color: #111;
  padding: 0;
  text-transform: capitalize;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a:hover,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a:active,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a:focus {
  color: #ed85b0;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
  color: #111111;
  display: block;
  margin: 0 0 10px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
  line-height: 24px;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a {
  color: #111111;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  font-size: 14px;
  font-weight: 400;
}

#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:hover,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:focus,
#module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsreadMore .more a:active {
  color: #ed85b0;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content a .blog-hover {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

#module-tbblog-category #tbblogcat .blog-item:hover .tbblogpost .article-content .bloglinks a {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

#module-tbblog-category #pagination_bottom {
  text-align: right;
}

@media (max-width: 1299px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
    padding: 15px 0;
  }

  #blog_latest_new_home .block_content ul#tbsmartblog-carousel li .blog-content .blog_image_holder .bloglinks a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    background: #ffeddf;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-tool {
    margin: 0;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog {
    padding: 5px 15px;
  }
}

@media (max-width: 543px) {
  #module-tbblog-category #tbblogcat .blog-item {
    width: 100%;
    padding: 0 0 10px;
  }
}

@media (max-width: 480px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des .blog-desc {
    line-height: 26px;
  }

  #blog_latest_new_home .blog_news {
    padding: 20px 0;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .sdsarticle-des {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title {
    margin: 0 0 10px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost {
    padding: 0;
  }

  #tbsmartblog-carousel .blog-content .post_title {
    margin: 0 0 8px;
  }

  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (max-width: 360px) {
  #module-tbblog-category #tbblogcat .blog-item .tbblogpost .out-content-blog .article-header .blog-title a {
    font-size: 18px;
    line-height: 20px;
  }
}

/*---------------------------------------------End blog category css---------------------------------*/
/*------------------------------------------- Start blog details css -------------------------------*/
#module-tbblog-details #content .blog-post .blog_image_holder {
  margin: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
  margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
  padding: 0;
  position: relative;
  display: flex;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:after {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}

#module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span:last-child:after {
  display: none;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
  margin: 0 0 10px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
  color: #111111;
  font: 800 26px/28px 'Nunito', Helvetica, sans-serif;
  margin: 0 0 14px;
  padding: 0;
  text-transform: capitalize;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
  margin: 0 0 20px;
}

#module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
  font: 400 15px/24px 'Lexend Deca', Helvetica, sans-serif,
}

#module-tbblog-details .blog-extra #article_comments .title_block {
  font-family: 'Lexend Deca', Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

#module-tbblog-details .blog-extra #article_comments #comments {
  border: 1px solid #f0f0f0;
  padding: 20px 40px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
  padding: 40px 0;
  position: relative;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool {
  display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  margin: 11px 30px 0 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
  display: inline-block;
  font-size: 16px;
  padding: 0 20px 0 0;
  color: #333333;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created {
  display: inline-block;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created:before {
  background: #f12a43;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  color: #ff0000;
  content: "";
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  width: 4px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
  padding: 0 0 0 20px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
  margin: 20px 0;
  color: #333333;
  padding: 0 0 0 84px;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a {
  color: #f12a43;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply a:hover {
  text-decoration: underline;
  cursor: pointer;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul {
  border: none;
  padding: 0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
  padding: 40px 0 40px 80px;
  border-top: 1px solid #f0f0f0;
}

#module-tbblog-details .blog-extra #article_comments #comments .comment-list:last-child {
  border: none;
}

#module-tbblog-details .blog-extra #respond {
  margin: 25px 0 40px;
}

#module-tbblog-details .blog-extra #respond #reply-title {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  font-weight: 500;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td {
  padding: 10px 10px 10px 0;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td strong {
  font: 400 14px/20px 'Lexend Deca', Helvetica, sans-serif;
  color: #333333;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td .required {
  color: #ff0000;
}

#module-tbblog-details .blog-extra #respond #commentInput #commentform td input {
  border-color: #f0f0f0;
}

#module-tbblog-details .blog-extra #respond .right .submit input {
  padding: 8px 20px;
}

@media (min-width: 480px) and (max-width: 767px) {
  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 20px 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments {
    padding: 30px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 20px 0 20px 60px;
  }
}

@media (max-width: 480px) {
  #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool>span {
    margin: 0 0 5px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 20px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .article-desc {
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .article-desc p {
    line-height: 26px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments {
    padding: 20px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content {
    padding: 10px 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .avatar {
    margin: 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .name {
    padding: 0 10px 0 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool .created span {
    padding: 0 0 0 10px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .blog-tool>p {
    padding: 0;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li .comment-content .reply {
    text-align: right;
    margin: 0 0 10px;
  }

  #module-tbblog-details .blog-extra #article_comments #comments .comment-list li ul li .comment-content {
    padding: 10px 0 10px 20px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 12px;
  }
}

@media (max-width: 360px) {
  #module-tbblog-details #content .blog-post .blog_image_holder {
    margin: 0 0 15px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .page-item-title h1 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
  }

  #module-tbblog-details #content .blog-post .blog-detail-content .blog-tool {
    margin: 0 0 6px;
  }
}

/*------------------------------------------------ End blog details css -------------------------------------------*/
/*--------------------------------------------- Start Left column Blog --------------------------------------------*/
#blog_latest_new_left .block_content .tbblog-content .blog-item {
  padding: 0 0 10px;
}

#blog_latest_new_left .block_content .tbblog-content .blog-item .blog-content .blog-title {
  margin: 5px 0;
}

/*-------------------------------------------- End Left column Blog -------------------------------------------------*/
#respond .success {
  font-weight: normal;
  background-color: #DDF9E1;
  border-color: #46A74E;
  text-shadow: none;
  color: #35B33F;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

#respond .success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}