
.text-theme-color5 {
  color: #ea6725 !important;
}

.bread-crumbs {
  color: #999191;
  font-size: 16px;
}

.bread-crumbs a {
  color: #999191;
}

.bread-crumbs a:hover {
  color: #eb4435;
}

.page-title-area .page-title-content .bread-crumbs {
  color: #eb4435;
}

.page-title-area .page-title-content .bread-crumbs a {
  color: #999191;
}

.page-title-area .page-title-content.page-content-style2 .bread-crumbs {
  padding: 22.5px 0;
}

.post-item {
  border-radius: 5px;
  -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
  box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.5);
  margin-bottom: 30px;
}

.post-item .thumb {
  position: relative;
}

.post-item .thumb a {
  display: block;
  position: relative;
}

.post-item .thumb a:after {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.post-item .thumb a:hover:after {
  opacity: 1;
}

.post-item .thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.post-item .thumb .icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  line-height: 46px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 40px;
}

.post-item .content {
  padding: 35px 30px 45px;
  position: relative;
  z-index: 1;
}

.post-item .content:before {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.post-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}

.post-item .content .title a {
  color: #000;
  border-bottom: 1px solid transparent;
}

.post-item .content .title a:hover {
  color: #eb4435;
  border-bottom-color: #eb4435;
}

.post-item .content p {
  font-size: 16px;
  margin: 21px 0 10px;
}

.post-item .content .meta {
  color: #aba5a5;
  font-size: 14px;
  margin-bottom: 10px;
}

.post-item .content .meta a {
  color: #aba5a5;
}

.post-item .content .meta .author {
  color: #eb4435;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 23px;
  position: relative;
}

.post-item .content .meta .author:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  right: -15px;
  top: 39%;
  width: 3px;
}

.post-item .content .meta .category {
  color: #aba5a5;
  font-weight: 400;
  margin-right: 21px;
  margin-left: 2px;
}

.post-item .content .meta .category .icon-img {
  margin-right: 8px;
}

.post-item .content .meta .category span {
  color: #eb4435;
  margin-left: 5px;
}

.post-item .content .meta .post-date {
  color: #aba5a5;
  font-weight: 400;
}

.post-item .content .meta .post-date .icon-img {
  margin-right: 7px;
}

.post-item .content .meta.bottom {
  border-top: 1px solid #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -8px;
  margin-top: 27px;
  padding-top: 27px;
}

.post-item .content .meta.bottom .post-share {
  position: relative;
}

.post-item .content .meta.bottom .post-share .icon-share .icon-img {
  -webkit-filter: contrast(0.01);
  filter: contrast(0.01);
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta.bottom .post-share .icon-share .icon-img:hover {
  -webkit-filter: contrast(1);
  filter: contrast(1);
  opacity: 1;
}

.post-item .content .meta.bottom .post-share ul {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  opacity: 0;
  padding: 8px 3px 8px 17px;
  position: absolute;
  right: 0;
  top: -44px;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.post-item .content .meta.bottom .post-share ul:after {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 9px;
  bottom: -8px;
  -webkit-box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  box-shadow: 0px 6px 25px 0px rgba(171, 181, 189, 0.25);
  content: "";
  position: absolute;
  right: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.post-item .content .meta.bottom .post-share ul:before {
  bottom: -33px;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.post-item .content .meta.bottom .post-share ul li {
  margin-right: 13px;
  line-height: 1;
}

.post-item .content .meta.bottom .post-share ul li a {
  color: #0e0e0e;
  font-size: 12px;
}

.post-item .content .meta.bottom .post-share ul li a.color-facebook {
  color: #425a99;
}

.post-item .content .meta.bottom .post-share ul li a.color-twitter {
  color: #67acec;
}

.post-item .content .meta.bottom .post-share ul li a.color-dribbble {
  color: #e93b88;
}

.post-item .content .meta.bottom .post-share ul li a.color-pinterest {
  color: #b51122;
}

.post-item .content .meta.bottom .post-share:hover ul {
  opacity: 1;
  visibility: visible;
}

.post-item .content .meta.bottom .post-share:hover .icon-share .icon-img {
  -webkit-filter: contrast(1);
  filter: contrast(1);
  opacity: 1;
}

.post-item .content .meta.meta-bottom {
  margin-bottom: -22px;
  margin-top: 37px;
  padding-top: 17px;
}

.post-item .content.content-style2 {
  padding: 43px 41px 56px;
}

@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 {
    padding: 35px 30px 45px;
  }
}

.post-item .content.content-style2 .title {
  font-size: 24px;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 .title {
    font-size: 20px;
  }
}

.post-item .content.content-style2 .meta.bottom {
  margin-top: 61px;
}

@media only screen and (max-width: 767px) {
  .post-item .content.content-style2 .meta.bottom {
    margin-top: 30px;
  }
}

.post-item.post-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal {
    display: block;
  }
}

.post-item.post-horizontal .thumb {
  width: 39%;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .thumb {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .post-item.post-horizontal .thumb a {
    height: 100%;
  }

  .post-item.post-horizontal .thumb a.icon {
    height: auto;
  }
}

.post-item.post-horizontal .thumb img {
  border-radius: 5px 0 0 5px;
}

@media only screen and (max-width: 1199px) {
  .post-item.post-horizontal .thumb img {
    height: 100%;
  }
}

.post-item.post-horizontal .content {
  padding: 29px 30px 45px;
  width: 61%;
}

@media only screen and (max-width: 991px) {
  .post-item.post-horizontal .content {
    width: 100%;
  }
}

.post-item.post-horizontal .content:before {
  border-radius: 0 5px 5px 0;
}

.post-item.post-horizontal .content .meta {
  margin-top: 25px;
}

.blog-details-area {
  padding: 0;
}

.blog-details-area .post-details-content {
  float: left;
  max-width: 800px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-area .post-details-content {
    max-width: 595px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-details-area .post-details-content {
    float: auto;
    max-width: 100%;
  }
}

.blog-details-area .post-details-content.post-content-style3 {
  background-color: #fff;
  border-radius: 5px;
  float: none;
  margin-bottom: 20px;
  margin-top: -81px;
  max-width: none;
  padding: 69px 0 90px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .blog-details-area .post-details-content.post-content-style3 {
    padding: 69px 30px 90px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-area .post-details-content.post-content-style3 {
    margin-top: -30px;
    padding: 69px 30px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-details-area .post-details-content.post-content-style3 {
    padding: 69px 15px 50px;
  }
}

@media only screen and (max-width: 479.98px) {
  .blog-details-area .post-details-content.post-content-style3 {
    margin-top: -5px;
  }
}

.post-details-content .post-details-body {
  background-color: #fff;
  border-radius: 5px;
}

.post-details-content .post-details-body .thumb {
  margin-top: 0;
}

.post-details-content .post-details-body .thumb img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.post-details-content .post-details-body .content {
  padding: 46px 40px 66px;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content {
    padding: 38px 25px 48px;
  }
}

.post-details-content .post-details-body .content .meta {
  color: #aba5a5;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 0;
}

.post-details-content .post-details-body .content .meta a {
  color: #aba5a5;
}

.post-details-content .post-details-body .content .meta .author {
  color: #eb4435;
  font-weight: 500;
  margin-left: 4px;
  margin-right: 23px;
  position: relative;
}

.post-details-content .post-details-body .content .meta .author:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  right: -15px;
  top: 39%;
  width: 3px;
}

.post-details-content .post-details-body .content .meta .category {
  color: #aba5a5;
  font-weight: 400;
  margin-right: 21px;
  margin-left: 2px;
}

.post-details-content .post-details-body .content .meta .category .icon-img {
  margin-right: 8px;
}

.post-details-content .post-details-body .content .meta .category span {
  color: #eb4435;
  margin-left: 5px;
}

.post-details-content .post-details-body .content p {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
}
.post-details-body .content blockquote {
  padding: 23px 0 21px;
  border: none;
  position: relative;
}

.post-details-body .content blockquote::before {
  content: url("https://htmldemo.net/boseo/boseo/assets/img/icons/right-quote.png");
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 479.98px) {
 .post-details-body .content blockquote::before {
    position: relative;
    margin-bottom: 15px;
  }
}

.post-details-body .content blockquote p {
  color: #0e0e0e!important;
  font-family: "Roboto", sans-serif;
  font-size: 20px!important;
  font-weight: 400;
  font-style: normal;
  line-height: 30px!important;
  padding-left: 78px;
}

@media only screen and (max-width: 575px) {
  .post-details-body .content blockquote {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 479.98px) {
 .post-details-body .content blockquote {
    padding-left: 0;
  }
}
.post-details-body .content li {
  position:relative;
}
.post-details-body .content li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: absolute;
  left: -27px;
  top: 0;
  font-size: 16px;
  color: inherit;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style cite .name {
  color: #000;
  font-size: 14px;
}

.post-details-body .content h2,.post-details-body .content h3 {
  font-size: 20px;
  margin-bottom: 34px;
}

.post-details-content .post-details-body .content ul.list-style {
  display: inline-block;
  margin-bottom: 48px;
  padding-top: 9px;
  width: 100%;
}

.post-details-content .post-details-body .content ul.list-style li {
  font-size: 16px;
  float: left;
  margin-bottom: 11px;
  width: 50%;
}

@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content ul.list-style li {
    width: 100%;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content ul.list-style li {
    position: relative;
    padding-left: 26px;
  }
}
ul {
    list-style-type: none;
}
.post-details-content .post-details-body .content ul.list-style li i {
  color: #eb4435;
  font-size: 14px;
  margin-right: 14px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content ul.list-style li i {
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-tags {
    margin-bottom: 15px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul {
  margin-bottom: 0;
}

.post-details-content .post-details-body .content .widget-tags ul li {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .widget-tags ul li {
    margin-right: 2px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul li a {
  background-color: transparent;
  border: 1px solid #e2e4e7;
  padding: 13px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body .content .widget-tags ul li a {
    font-size: 14px;
    padding: 7px;
  }
}

.post-details-content .post-details-body .content .widget-tags ul li a:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}

.post-details-content .post-details-body .content .widget-social-icons span {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .widget-social-icons span {
    font-size: 14px;
    margin-right: 2px;
  }
}

.post-details-content .post-details-body .content .widget-social-icons a {
  color: #eb4435;
  font-size: 14px;
  margin-right: 12px;
}

@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .widget-social-icons a {
    font-size: 12px;
    margin-right: 6px;
  }
}

.post-details-content .post-details-body .content .widget-social-icons a:last-child {
  margin-right: 0;
}

.post-details-content .post-details-body .content .widget-social-icons a.facebook {
  color: #425a99;
}

.post-details-content .post-details-body .content .widget-social-icons a.twitter {
  color: #67acec;
}

.post-details-content .post-details-body .content .widget-social-icons a.dribbble {
  color: #e93b88;
}

.post-details-content .post-details-body .content .widget-social-icons a.pinterest {
  color: #b51122;
}

.post-details-content .post-details-body .content .widget-social-icons a:hover {
  color: #eb4435;
}

.post-details-content .post-details-body .content .widget-social-tags {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .widget-social-tags {
    display: block;
  }
}

.post-details-content .post-details-body .content .author-info {
  position: relative;
}

.post-details-content .post-details-body .content .author-info .thumb {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .author-info .thumb {
    position: relative;
  }
}

.post-details-content .post-details-body .content .author-info .thumb img {
  width: auto;
}

.post-details-content .post-details-body .content .author-info .author-details {
  padding-left: 110px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .author-info .author-details {
    padding-left: 0;
    margin-top: 30px;
  }
}

.post-details-content .post-details-body .content .author-info .author-details ul {
  display: inline-block;
  margin-bottom: 9px;
}

.post-details-content .post-details-body .content .author-info .author-details ul li {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-weight: 600;
  line-height: 1;
  min-height: 16px;
}

.post-details-content .post-details-body .content .author-info .author-details ul li.name {
  color: #0e0e0e;
  font-size: 16px;
  margin-right: 14px;
}

.post-details-content .post-details-body .content .author-info .author-details ul li.author {
  color: #aba5a5;
  font-size: 14px;
  font-weight: 400;
}

.post-details-content .post-details-body .content .author-info .author-details p {
  display: block;
  margin-bottom: 0;
}

.post-details-content .post-details-body.post-body-style2 {
  background-color: transparent;
}

.post-details-content .post-details-body.post-body-style2 .content {
  padding: 0;
}

.post-details-content .post-details-body.post-body-style2 .content .meta {
  line-height: 1;
  margin-bottom: 22px;
}

.post-details-content .post-details-body.post-body-style2 .content .meta a {
  line-height: 1;
}

.post-details-content .post-details-body.post-body-style2 .content .meta .category {
  color: #eb4435;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 12px;
  position: relative;
}

.post-details-content .post-details-body.post-body-style2 .content .meta .category span {
  color: #aba5a5;
  margin-right: 7px;
}

.post-details-content .post-details-body.post-body-style2 .content .meta .category:after {
  background-color: #0e0e0e;
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  top: 39%;
  width: 3px;
}

.post-details-content .post-details-body.post-body-style2 .content .title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 49px;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.post-details-content .post-details-body.post-body-style2 .content .text-pra {
  color: #0e0e0e;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 41px;
}

.post-details-content .post-details-body.post-body-style2 .content .text-pra span {
  font-weight: 600;
}

.post-details-content .post-details-body.post-body-style2 .content .list-style {
  margin-bottom: 21px;
}

.post-details-content .post-details-body.post-body-style2 .content .list-style li {
  width: 100%;
}

.post-details-content .post-details-body.post-body-style2 .content .widget-social-tags {
  border-bottom: none;
  margin-bottom: 90px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags.tags-style2 {
    margin-bottom: 30px;
  }
}

.post-details-content .post-details-body.post-body-style2 .content .widget-social-tags .widget-tags.tags-style2 ul li a {
  min-width: 90px;
  padding: 8px 13px;
  text-align: center;
}

.post-details-content .post-details-body.post-body-style2 .content .author-info {
  border: 1px solid #e2e4e7;
  border-radius: 5px;
  padding: 59px 30px 55px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info {
    padding: 30px 15px 40px;
  }
}

.post-details-content .post-details-body.post-body-style2 .content .author-info .thumb {
  left: 41px;
  top: 58px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info .thumb {
    left: 0;
    top: 0;
  }
}

.post-details-content .post-details-body.post-body-style2 .content .author-info .author-details {
  padding-left: 120px;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body.post-body-style2 .content .author-info .author-details {
    padding-left: 0;
  }
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav {
  top: -129px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background-color: #fff;
  border-color: #fff;
  color: #aba5a5;
  font-size: 16px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav {
  top: -129px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav [class*=owl-] {
  background-color: transparent;
  border-color: #e2e4e7;
  color: #aba5a5;
  font-size: 16px;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .owl-nav [class*=owl-]:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}

.post-details-content .related-posts .post-items-slider-four.owl-carousel.owl-theme.owl-nav-style2 .post-item .content {
  border: 1px solid #e2e4e7;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.post-details-content .related-posts .title {
  font-size: 36px;
  margin-bottom: 80px;
  margin-top: 127px;
}

@media only screen and (max-width: 991px) {
  .post-details-content .related-posts .title {
    margin-top: 95px;
  }
}

.post-details-content .related-posts .post-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-details-content .related-posts .post-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 479.98px) {
  .post-details-content .post-items-slider-four.owl-carousel.owl-theme .owl-nav {
    display: none;
  }
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav {
  left: 0;
  right: 0;
  top: 46.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
  background-color: #fff;
  border-color: #fff;
  color: #868383;
  left: 50px;
  position: absolute;
  right: auto;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: #fff;
  border-color: #fff;
  color: #868383;
  left: auto;
  position: absolute;
  right: 50px;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-nav .owl-next:hover {
  background-color: #eb4435;
  border-color: #eb4435;
  color: #fff;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots {
  bottom: 129px;
  left: calc(50% - 334px);
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1199px) {
  .post-details-gallery-slider.owl-carousel.owl-theme .owl-dots {
    display: none;
  }
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
  border-color: #fff;
  margin: 5px 10px;
}

.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.post-details-gallery-slider.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #eb4435;
  border-color: #eb4435;
}

.post-gutter-45 {
  margin-right: -22.5px;
  margin-left: -22.5px;
}

.post-gutter-45 [class*=col-lg-] {
  margin-bottom: 45px;
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.post-gutter-40 {
  margin-right: -20px;
  margin-left: -20px;
}

.post-gutter-40 [class*=col-lg-],
.post-gutter-40 [class*=col-md-] {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  color: #0e0e0e;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 7px;
  line-height: 1.4;
}

.widget-tags ul li a {
  background-color: #fff;
  border-radius: 5px;
  color: #999191;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 18px;
}

.widget-tags ul li a:hover {
  background-color: #eb4435;
  color: #fff;
}

.widget-tags.tags-style2 ul li a {
  background-color: transparent;
  border: 1px solid #e2e4e7;
}

.widget-tags.tags-style2 ul li a:hover {
  background-color: #eb4435;
  color: #fff;
}
.new_image img{
    height: 500px;
    object-fit: cover
}
.mb-70 {
    margin-bottom: 70px !important;
}