.border.border-dashed,
.border-bottom.border-dashed,
.border-top.border-dashed {
  border: 0;
  border-style: dashed !important;
}

.bg-light-gray {
  background-color: #efefef !important;
}

.border-gray {
  border-color: #e0e0e0 !important;
}

.date {
  font-size: 14px;
}

.no-bullets {
  list-style: none;
}

.text-size-19 {
  font-size: 19px !important;
  line-height: 23px !important;
}

.pbfnw-shortcode-partition {
  height: 40px;
  width: 100%;
}

.sanil-sidebar .pbfnw-shortcode-partition {
  height: 25px;
}

.clearfix {
  width: 100%;
}

.img-fluid img[src] {
  width: 100%;
}

.img-fluid img {
  max-width: 100%;
}

img.avatar {
  border-radius: 50%;
}

.btn {
  padding-left: 22px;
  padding-right: 22px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-primary:hover {
  color: #fff !important;
}

.rounded-btn {
  border-radius: 25px !important;
}

.image-border-circle img {
  border-radius: 50%;
}

.image-border-rounded img {
  border-radius: 5px;
}

@media (min-width: 1199px) {
  .animate-image {
    overflow: hidden;
  }

  .animate-image img {
    transition: 0.3s;
  }

  .animate-image img:hover {
    transform: scale(1.2);
  }
}

.rounded img {
  border-radius: 5px;
}

.circle img {
  border-radius: 50%;
}

/* font color scheme */
/* darker */
.font-color-scheme-darker,
.font-color-scheme-darker * {
  color: #000 !important;
}

/* lighter */
.font-color-scheme-lighter,
.font-color-scheme-lighter * {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .pbfnw-shortcode-partition {
    height: 20px;
  }
}

.row-style {
  padding: 40px 0 0;
  max-width: 100vw;
  overflow: hidden;
}

.row-style:not(.row-style-default) {
  padding: 60px 0 20px;
  margin-bottom: 20px;
}

.row-style-light-gray {
  background: #f3f3f3;
}

.row-style-blue {
  background: #e9f6ff;
}

.row-style .avatar {
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .row-style {
    padding: 25px 0 0;
  }

  .row-style:not(.row-style-default) {
    padding: 40px 0 10px;
    margin-bottom: 10px;
  }
}

.section-heading-wrapper .section-heading {
  color: #fff;
}

.section-heading-wrapper {
  display: flex;
  align-items: center;
}

.section-heading-wrapper .section-heading {
  margin: 0;
  padding: 0;
  font-size: 37px;
  text-align: left;
  font-family: "Khand", sans-serif;
}

.section-heading-wrapper .section-heading span {
  display: inline-block;
  position: relative;
}

.section-heading-wrapper ul.options {
  margin: 0;
  padding: 0;
}

.section-heading-wrapper ul.options li {
  display: flex;
  align-items: center;
}

.section-heading-wrapper.default-style {
  background: #696969;
  border-bottom: solid 2px #252525 !important;
  padding: 10px 20px;
}

.section-heading-wrapper.default-style .section-heading {
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px;
  padding: 7px 0 0;
  font-weight: 400;
}

.section-heading-wrapper.default-style ul.options li {
  margin-left: 5px;
  list-style: none;
}

.section-heading-wrapper.default-style ul.options li a {
  display: block;
  background: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #0a50a6;
  font-weight: bold;
}

.section-heading-wrapper.default-style ul.options li a:hover {
  background: #ca0114;
  color: #fff;
}

.section-heading-wrapper.default-style:after {
  display: block;
  content: "";
  clear: both;
}

/* darker */
.section-heading-wrapper.default-style.darker {
  background: #464646;
  border-color: #000 !important;
}

.section-heading-wrapper.darker .section-heading {
  color: #fff;
}

/* lighter */
.section-heading-wrapper.default-style.lighter {
  border-color: rgba(23, 162, 184, 0.368627451) !important;
  background: #fff;
}

.section-heading-wrapper.default-style.lighter ul.options li a {
  background: none;
  border: solid 1px #0a50a6;
}

.section-heading-wrapper.simple-center-style .section-heading {
  color: #0a50a6;
  font-size: 60px;
}

/* darker */
.section-heading-wrapper.darker.simple-center-style .section-heading {
  color: #000;
}

/* lighter */
.section-heading-wrapper.lighter.simple-center-style .section-heading {
  color: #fff;
}

.section-heading-wrapper.headings-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-heading-wrapper.headings-1:before {
  content: "";
  left: 0;
  height: 4px;
  background: rgb(238, 238, 238);
  order: 2;
  flex: 1;
}

.section-heading-wrapper.headings-1 .section-heading {
  text-align: left;
  color: #c90d0d;
  order: 1;
  display: inline-block;
}

.section-heading-wrapper.headings-1 .section-heading span {
  padding-right: 15px;
}

.section-heading-wrapper.headings-1 .slick-pagination {
  order: 3;
}

.section-heading-wrapper.headings-1 ul.options {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 7px;
  order: 4;
  display: flex;
  align-items: center;
}

.section-heading-wrapper.headings-1 ul.options li {
  margin-left: 10px;
}

.section-heading-wrapper.headings-1 ul.options li a {
  font-size: 16px;
}

.section-heading-wrapper.headings-1 ul.options li.tabs a {
  background: #3b3b3b;
  border-radius: 3px;
  padding: 4px 14px;
  color: #fff;
  display: block;
}

.section-heading-wrapper.headings-1 ul.options li.tabs a:hover {
  background: #c90d0d;
}

.section-heading-wrapper.headings-1:after {
  display: block;
  content: "";
  clear: both;
}

/* lighter */
.section-heading-wrapper.headings-1.lighter .section-heading {
  color: #fff !important;
}

.section-heading-wrapper.headings-1.lighter ul.options a {
  color: #fff !important;
}

.section-heading-wrapper.headings-1.lighter:before {
  background: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 767px) {
  .section-heading-wrapper.headings-1.has-tabs {
    display: block !important;
  }

  .section-heading-wrapper.headings-1.has-tabs ul.options {
    padding-left: 0;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }

  .section-heading-wrapper.headings-1.has-tabs ul.options li {
    margin-left: 0;
    margin-right: 10px;
  }
}

.section-heading-wrapper.headings-for-tabs:before {
  content: "";
  left: 0;
  height: 4px;
  background: rgb(238, 238, 238);
  order: 2;
  flex: 1;
}

.section-heading-wrapper.headings-for-tabs .section-heading {
  text-align: left;
  color: #c90d0d;
  order: 1;
  display: inline-block;
}

.section-heading-wrapper.headings-for-tabs .section-heading span {
  padding-right: 15px;
}

.section-heading-wrapper.headings-for-tabs .slick-pagination {
  order: 3;
}

.section-heading-wrapper.headings-for-tabs:after {
  display: block;
  content: "";
  clear: both;
}

ul.options.headings-for-tabs {
  margin: 15px 0 20px;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}

ul.options.headings-for-tabs li {
  margin-right: 10px;
  list-style-type: none;
}

ul.options.headings-for-tabs li a {
  font-size: 16px;
}

ul.options.headings-for-tabs li.tabs a {
  background: #3b3b3b;
  border-radius: 3px;
  padding: 4px 18px;
  color: #fff;
  display: block;
}

ul.options.headings-for-tabs li.tabs a:hover {
  background: #c90d0d;
}

/* lighter */
.section-heading-wrapper.headings-1.lighter .section-heading {
  color: #fff !important;
}

.section-heading-wrapper.headings-1.lighter ul.options a {
  color: #fff !important;
}

.section-heading-wrapper.headings-1.lighter:before {
  background: rgba(255, 255, 255, 0.22) !important;
}

@media (max-width: 1199px) {
  ul.options.headings-for-tabs {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .section-heading-wrapper.headings-for-tabs:before {
    display: none;
  }
}

.image-border-rounded img {
  border-radius: 5px;
}

.image-border-circle img {
  border-radius: 50%;
}

.post-meta {
  color: #858585;
  font-size: 15px;
}

.post-meta .author-name {
  color: #444444;
}

.post-meta-style-1 {
  display: flex;
  color: #7e7e7e;
  font-size: 14px;
  margin: 10px 0;
}

.post-meta-style-1 * {
  display: flex;
  align-items: center;
}

.post-meta-style-1 .author-avatar,
.post-meta-style-1 i {
  margin-right: 5px;
}

.post-meta-style-1 .author.vcard {
  margin-right: 20px;
}

.post-meta-style-1 .author.vcard a {
  margin-right: 5px;
}

.post-meta-style-1 .author.vcard a:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=pbfnw-styles.css.map */