* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  width: 100%;
  font-size: 100%;
}

@media screen and (max-width: 992px) {
  html {
    font-size: 99%;
  }
}
@media screen and (max-width: 668px) {
  html {
    font-size: 98%;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 97%;
  }
}
@media screen and (max-width: 475px) {
  html {
    font-size: 96%;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 95%;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 94%;
  }
}
@media screen and (min-width: 575px) {
  .hrTag {
    padding-left: 1rem !important;
    padding-right: 0rem !important;
  }
  .hrTag hr {
    background-color: #687385;
  }
}
.page_container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.themeText {
  color: #c5322e;
}

img {
  height: auto;
  display: block;
  max-width: 100%;
  font-style: italic;
  width: 100%;
}

.themeBtn {
  padding: 12px 24px;
  color: #fff;
  background-color: #c5322e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: initial;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.themeBtn2 {
  padding: 8px 24px;
  color: #c5322e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: initial;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #c5322e;
  transition: 0.5s;
}
.themeBtn2:hover {
  color: #fff;
  background-color: #c5322e;
}

.fontWeight {
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

.header_container {
  padding: 2.4rem 0rem;
}
.header_container h5 {
  font-weight: 700;
  font-size: 1.5rem;
}
.header_container ul li {
  margin: 0rem 0.8rem;
  position: relative;
  font-weight: 500;
}
.header_container ul li a {
  color: #000;
}
.header_container ul li .themeText {
  color: #c5322e;
}
.header_container ul li::before {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  height: 0%;
  width: 100%;
  bottom: 0%;
  left: 0%;
}
.header_container ul li:hover::before {
  height: 10%;
}
.header_container .icons li:last-child {
  margin-right: 0rem;
}
.header_container li.activeNav::before {
  content: "";
  background: #000;
  position: absolute;
  z-index: -1;
  height: 10%;
  width: 100%;
  bottom: 0%;
  left: 0%;
}

@media screen and (max-width: 575px) {
  .header_container {
    padding: 1.4rem 0rem 1rem 0rem;
  }
}
.sideBar {
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0%;
  bottom: 0%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: 2s;
}

#closeSidebar {
  padding-top: 18px;
  padding-right: 16px;
}

.banner_right a {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
.banner_right a:hover {
  color: #c5322e !important;
}
.banner_right p {
  font-size: 1.1rem;
  line-height: 32px;
}
.banner_right input {
  padding: 12px 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  color: #181818;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .banner_right button {
    width: 100%;
  }
}

.feature_posts .main_head {
  font-weight: 700;
}
.feature_posts .feature_headline {
  height: 2px;
  background-color: #000;
}
.feature_posts .blog_heading {
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.feature_posts .date {
  color: #687385;
  font-size: 1.2rem;
  font-weight: 300;
}
.feature_posts .themeclr:hover {
  color: #c5322e !important;
}
.feature_posts small {
  color: #687385;
}

.featuredCard:hover .blog_heading::before {
  height: 10%;
}

.newsletterContainer {
  padding: 6rem;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.newsletterContainer .innerContainer {
  max-width: 540px;
  margin: auto;
  z-index: 1;
}
.newsletterContainer .innerContainer h3 {
  font-size: 1.8rem;
  line-height: 32px;
}
.newsletterContainer input {
  padding: 12px 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  color: #181818;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .newsletterContainer button {
    width: 100%;
  }
}
.newsletterContainer .c-subscribe__icon {
  position: absolute;
  top: -141px;
  right: -121px;
}
.newsletterContainer .c-subscribe__icon svg {
  fill: #fff;
}

@media screen and (max-width: 575px) {
  .newsletterContainer {
    padding: 2.2rem;
  }
}
.footer_container ul {
  margin-bottom: 0.3rem;
}
.footer_container a {
  font-size: 0.8rem;
  color: #687385;
}
.footer_container a:hover {
  color: #c5322e;
}
.footer_container .footerLine {
  font-size: 0.8rem;
  color: #687385;
}

.aboutDetail P {
  font-size: 1.2rem;
  line-height: 28px;
}

.contactForm input[type=text],
.contactForm input[type=email],
.contactForm textarea {
  padding: 12px 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  color: #181818;
  background-color: #ffffff;
  font-size: 1rem;
  line-height: 24px;
}

.singleBlog .blogHead {
  font-weight: 1000;
}
.singleBlog p {
  font-size: 1rem;
  line-height: 25px;
  letter-spacing: 0px;
}
@media (min-width: 40em) {
  .singleBlog .c-post-header__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.singleBlog .c-post-header__meta {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
}
.singleBlog .c-post-header__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.singleBlog .c-post-header__author_media {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 8px;
  background-color: #f6f6f6;
}
.singleBlog .c-post-header__author_image {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}
.singleBlog .c-post-header__date {
  color: #687385;
}
.singleBlog .c-post-header__reading-time {
  color: #687385;
}
.singleBlog .leftBorder {
  border-left: 5px solid #000;
}
.singleBlog .listSingleBlog {
  line-height: 26px;
}
.singleBlog .listSingleBlog a {
  color: #000;
  border-bottom: 1px solid #000;
}
.singleBlog .listSingleBlog a:hover {
  color: #c5322e;
}
.singleBlog a.kg-bookmark-container {
  min-height: 144px;
  color: #181818;
  background-color: #f6f6f6;
  border-bottom: 0;
}
.singleBlog .kg-bookmark-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 24px;
}
.singleBlog .kg-bookmark-title {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
}
.singleBlog .kg-bookmark-description {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 8px;
  max-height: 48px;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.singleBlog .kg-bookmark-metadata {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  color: #000;
  font-size: 12px;
  line-height: 16px;
}
.singleBlog .kg-bookmark-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.singleBlog .kg-bookmark-author {
  font-weight: 500;
}
.singleBlog .kg-bookmark-publisher {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}
@media screen and (min-width: 575px) {
  .singleBlog .kg-bookmark-thumbnail {
    position: relative;
    min-width: 33%;
    max-height: 100%;
  }
  .singleBlog .kg-bookmark-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.singleBlog .singleBlogContent a {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}
.singleBlog .singleBlogContent a:hover {
  color: #c5322e;
}
.singleBlog .singleBlogContent h1, .singleBlog .singleBlogContent h2, .singleBlog .singleBlogContent h3, .singleBlog .singleBlogContent h4, .singleBlog .singleBlogContent h5, .singleBlog .singleBlogContent h6 {
  font-weight: 700;
}
.singleBlog .singleBlogContent h2, .singleBlog .singleBlogContent h3 {
  margin-top: 3rem !important;
}
.singleBlog .singleBlogContent figure figcaption h4 {
  font-size: small;
}

.tagBtns button {
  font-size: 0.8rem;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  margin-right: 8px;
  color: #181818;
  border: 1px solid #ececec;
  border-radius: 4px;
  background: transparent;
}

.c-share__link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ececec;
}

.c-card-author {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.c-card-author__media {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 24px;
  background-color: #ffffff;
}

.c-card-author__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
}

.c-card-author__name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.c-card-author .icon {
  vertical-align: sub;
}

.c-card-author__bio {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}

#box-wrapper {
  height: 180px;
  width: 100%;
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

.boxWrapper {
  white-space: nowrap;
}

.scroll-img-list {
  display: inline-block;
  height: 100%;
  width: 190px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #cecece;
}
.scroll-img-list .imageSection {
  height: 100px;
  width: 100%;
}
.scroll-img-list .imageSection .slideImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.scroll-img-list .paraContainer {
  white-space: normal;
}

.sliderBtnLeft,
.sliderBtnRight {
  cursor: pointer;
  color: gray;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.55);
  font-size: 22px;
  line-height: 0.9;
  border: 1px solid #e7e9ee;
  border-radius: 3px;
  padding: 6px;
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
}
.sliderBtnLeft:hover,
.sliderBtnRight:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 1;
}

.sliderBtnLeft {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.sliderBtnRight {
  position: absolute;
  right: 0%;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.postImage {
  max-height: 500px !important;
}

blockquote {
  padding: 60px 80px 0px;
  position: relative;
}

blockquote p {
  font-size: 1.5em !important;
  text-align: center;
  line-height: 1.1em !important;
}

blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  content: "\f10d";
  font-size: 100px;
  color: rgba(0, 0, 0, 0.1);
}

blockquote::after {
  content: "";
  top: 20px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #bf0024;
  height: 3px;
  width: 200px;
}

pre > code {
  font-family: "Consolas", "Courier", monospace;
}

.pagination-ubud .pageNumbers li {
  margin: 0 4px 8px 4px;
}
.pagination-ubud .pageNumbers li a, .pagination-ubud .pageNumbers li.active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}
.pagination-ubud .pageNumbers li a {
  color: #c5322e;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px transparent;
}
.pagination-ubud .pageNumbers li a:hover {
  box-shadow: inset 0 0 0 1px #c5322e;
}
.pagination-ubud .pageNumbers li.active {
  color: #fff;
  background-color: #c5322e;
  cursor: default;
}
.pagination-ubud .themeBtn2.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-ubud a.themeBtn2,
.pagination-ubud span.themeBtn2 {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  height: 36px;
}

/*# sourceMappingURL=style.css.map */
