/*  typography */
body {
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #333;
}

p {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Work Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #131313;
  font-family: "Neuton", serif;
  font-weight: 700;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 36px;
}

@media (max-width: 991px) {

  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1 {
    font-size: 26px;
  }
}

h2,
.h2 {
  font-size: 28px;
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 22px;
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 25px;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a:hover {
  color: #135bae;
  text-decoration: underline;
}

.slick-slide {
  outline: 0;
}

.section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.section-title::before {
  position: absolute;
  height: 4px;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.font-primary {
  font-family: "Work Sans", sans-serif !important;
}

.font-secondary {
  font-family: "Neuton", serif !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.breadcrumb {
  background-color: transparent;
  justify-content: center;
}

.breadcrumb-item {
  font-family: "Work Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .no-gutters-lg {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters-lg>.col,
  .no-gutters-lg>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

.mark,
mark {
  padding: 0;
}

.navigation {
  background-color: transparent;
}

.navigation .navbar {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .navigation .navbar {
    padding: 15px 0;
  }
}

.navigation .navbar-nav {
  flex-direction: row;
}

@media (max-width: 991px) {
  .navigation .navbar-nav {
    flex-direction: column;
  }
}

.navigation .navbar-nav:hover .nav-item::after,
.navigation .navbar-nav:hover .nav-link:not(:hover) {
  opacity: 0.5;
}

.navigation .navbar-nav:hover .dropdown:hover .nav-link {
  opacity: 1;
}

.navigation .nav-item {
  margin: 0;
  position: relative;
}

.navigation .nav-item::after {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation .nav-item a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .navigation .nav-item::after {
    display: none;
  }
}

.navigation .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
}

.navigation .nav-item:last-child::after {
  display: none;
}

.navigation .nav-item.dropdown .nav-link {
  position: relative;
  padding-right: 38px !important;
}

@media (max-width: 991px) {
  .navigation .nav-item.dropdown .nav-link {
    padding-right: 28px !important;
  }
}

.navigation .nav-item.dropdown .nav-link::after {
  display: none;
}

.navigation .nav-item.dropdown .nav-link::before {
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  border-color: inherit;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: 0s;
}

@media (max-width: 991px) {
  .navigation .nav-item.dropdown .nav-link::before {
    right: 13px;
  }
}

@media (min-width: 991px) {
  .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    transition: 0.2s;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, 6px);
  }

  .navigation .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transform: translate(-50%, -6px);
  }
}

.navigation .dropdown-menu {
  border: 0;
  padding: 0 25px;
}

.navigation .dropdown-menu:hover .dropdown-item:not(:hover) {
  opacity: 0.5;
}

.navigation .dropdown-item {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
}

.navigation .dropdown-item:first-child {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .navigation .dropdown-item:first-child {
    padding-top: 5px;
  }
}

.navigation .dropdown-item:last-child {
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .navigation .dropdown-item:last-child {
    padding-bottom: 5px;
  }
}

.navigation .dropdown-item.active,
.navigation .dropdown-item:active,
.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
  color: initial;
  background-color: transparent;
}

.navigation .navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #000;
  transition: 0.3s ease;
}

.navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navigation .navbar-light .navbar-nav .nav-link {
  color: #19234C;
  font-weight: 500;
  padding: 15px 20px;
}

.navigation .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
}

@media (max-width: 991px) {
  .navigation .navbar-nav {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 0;
  }

  .navigation .dropdown-menu {
    text-align: center;
  }

  .navigation .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
  }
}

.navigation .search {
  max-width: 250px;
}

@media (max-width: 767px) {
  .navigation .search {
    width: 100%;
    max-width: initial;
    margin-top: 15px;
  }
}

.navigation .search input {
  width: 100%;
  border: none;
  padding: 11px 40px 11px 15px;
  border-radius: 0;
  background-size: 15px;
  background-position: calc(100% - 15px) center;
  border: 1px solid #ddd;
}

.navigation .search input:focus {
  outline: 0;
}

.navigation .nav-right {
  float: right;
  margin: 0;

}

.navigation .nav-right li a {
  color: #000;
}

.search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #e6e6e6;
  z-index: 10000000000;
}

.open {
  display: block !important;
}

.search-form form {
  display: flex;
}

.navigation .nav-right li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.navigation .nav-right li:last-child {
  margin: 0;
}

.nav-profile img {
  width: 25px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 5px;
}

.drop-down-profile {
  display: none;
  min-width: 150px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50px;
  background: #fff;
  border: 1px solid #e6e6e6;
  z-index: 100000000000;
}

.drop-down-profile li {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 3px 4px;
}

.drop-down-profile li span {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 14ch;
}

.drop-down-profile li:first-child {
  border-bottom: 1px solid #e6e6e6;
}

.drop-down-profile li:last-child {
  border-top: 1px solid #e6e6e6;
}

.drop-down-profile li a {
  width: 100%;
  max-width: 100%;
  color: #606060;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  padding: 4px 20px;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.drop-down-profile li a:hover {
  background: #f2f2f2;
}

.navbar-footer {
  justify-content: center;
  flex-wrap: wrap;
}

.navbar-footer .nav-item {
  margin: 10px 0;
}

.navbar-footer .nav-item .nav-link {
  color: #fff;
}

.article-card {
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
  .article-card-sm {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .article-card {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .article-card {
    padding: 15px;
  }
}

.card {
  border: 0;
  position: relative;
}

.card-meta {
  padding-left: 0;
}

.card-meta li {
  list-style-type: none;
  margin-right: 10px;
  display: inline-block;
}

.card-meta li a {
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-footer {
  background-color: transparent;
}

.card-footer span {
  vertical-align: middle;
  color: #888;
}

.card-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image {
  position: relative;
}

.card-image img {
  border-radius: 0;
}

.card-image .category-label {
  position: absolute;
  left: 0;
  top: -5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-image .category-label span {
  list-style: none;
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
  padding: 3px 8px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}

.category-label a {
  color: #fff;
  text-decoration: none !important;
}

.read-more-btn {
  font-family: "Neuton", serif;
  font-size: 18px;
}

.post-title {
  color: #000;
  display: inline;
  text-decoration: none;
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: 0% 8px;
  transition: background-size 0.3s;
}

.post-title-sm {
  background-size: 0% 3px;
}

a.post-title:hover {
  color: #000;
  text-decoration: underline;
}

a.post-title-sm:hover {
  background-size: 100% 3px;
}

.home-slider,
.home-slider img {
  max-height: 500px;
  width: 100%;
}

.carousel-item .carousel-caption h5 {
  font-size: 2.6rem;
}

.carousel-item .carousel-caption h5,
.carousel-item .carousel-caption a,
.carousel-item .carousel-caption p {
  color: #fff;
}

.latest-posts .head {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  border-bottom: 2px solid #9b9191;
}

.latest-posts .head .title {
  height: 30px;
  padding: 0 15px;
  background-color: #161616;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -1px;
  margin-top: 0;
}

.latest-posts .head .title a {
  color: #fff;
}

.latest-posts .head .view-all-posts {
  border: 0 none;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  float: right;
}

.post-meta {
  padding: 15px 0;
  font-size: 11px;
}

span {
  margin-left: 5px;
}

.post-meta span:first-child {
  margin: 0;
}

.post-meta .post-author-meta img {
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 50%;
}

.post-meta a {
  color: #000;
  text-decoration: none !important;
}

.breaking-post a {
  border-right: 1px solid #000;
  padding: 0 15px;
}

.breaking-post a:first-child {
  padding-left: 0;
}

.breaking-post a:last-child {
  border-right: none;
  padding-right: 0;
}

@media (max-width:767px) {

  .home-slider,
  .home-slider img {
    height: 300px !important;
  }
}

/* blog */
.pagination {
  justify-content: center;
}

.pagination .page-item .page-link {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #ececec;
  text-align: center;
  margin: 0 4px;
  font-weight: 500;
  color: #131313;
  padding: 0;
  line-height: 41px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  box-shadow: none;
  background: #135bae;
  color: #fff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.pagination .page-item.active .page-link {
  background: #135bae;
  color: #fff;
  border-color: #135bae;
}

.post-meta {
  padding-left: 0;
  line-height: 30px;
}

.post-meta li {
  list-style-type: none;
  display: inline-block;
  color: #888;
  font-weight: 500;
}

.post-meta li a {
  display: inline-block;
  background-color: rgba(19, 19, 19, 0.05);
  color: black;
  text-transform: capitalize;
  padding: 2px 8px;
  margin-bottom: 8px;
  margin-right: 2px;
  font-size: 14px;
  border-radius: 0;
}

.post-meta li a:hover {
  background-color: rgba(61, 234, 164, 0.25);
}

.post-meta li svg {
  display: inline-block;
}

.image-fallback {
  font-size: 0;
  height: 220px;
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 0;
  display: inline-block;
}

.image-fallback::first-letter {
  font-size: 80px;
  line-height: 220px;
  font-weight: bold;
  color: #19234C;
}

.image-fallback.post-thumb-sm::first-letter {
  font-size: 50px;
  line-height: 60px;
}

.image-fallback-sm {
  height: 120px;
  width: 120px;
  margin-bottom: 20px;
}

.image-fallback-sm::first-letter {
  font-size: 50px;
  line-height: 120px;
}

.image-fallback-xs {
  height: 80px;
  width: 80px;
}

.image-fallback-xs::first-letter {
  font-size: 38px;
  line-height: 80px;
}

.breadcrumbs {
  background-color: transparent;
  padding: 15px 0;
  font-size: 12px;
}

.breadcrumbs a {
  color: #131313;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs a:last-child {
  color: rgba(19, 19, 19, 0.5);
  pointer-events: none;
}

/* content style */
.content * {
  margin-bottom: 5px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.content a {
  color: inherit !important;
  display: inline;
  text-decoration: none;
  background-position: 0% 110%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: 0.3s;
}

.content a:hover {
  color: #000;
  text-decoration: underline;
}

.content.bg-dark a:hover {
  background-image: linear-gradient(rgba(19, 174, 111, 0.4), rgba(19, 174, 111, 0.4));
}

.content ol {
  padding-left: 20px;
}

.content ul {
  padding-left: 0;
}

.content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type: none;
}

.content ul li a {
  display: inline-block;
  margin-bottom: 10px;
}

.content ul li::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  left: 0;
  top: 7px;
  background-color: #135bae;
  transition: 0.3s ease;
}

.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.content table thead {
  background: #f1f1f1;
}

.content table tbody {
  background: #F6F6F6;
}

.content table tbody td {
  text-align: left !important;
}

.content blockquote {
  border-left: 4px solid #135bae;
  padding: 20px;
  margin: 20px 0;
}

.content blockquote p {
  margin-bottom: 0;
  color: #333;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

.content pre {
  padding: 10px 20px;
  background: #F6F6F6;
}

/* widget */
.widget-blocks {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .widget-blocks {
    padding-left: 0;
  }
}

.widget-blocks .row>.col:last-child .widget,
.widget-blocks .row>[class*=col-]:last-child .widget {
  margin-bottom: 0 !important;
}

.widget {
  margin-bottom: 50px;
}


.widget .section-title {
  background: #000;
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}

.latest-post .section-title {
  border-bottom: 1px solid #000;
}

.latest-post .section-title a {
  float: right;
  font-size: 15px;
}


.widget-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
  .widget-body-sm {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .widget-body {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .widget-body {
    padding: 15px;
  }
}

.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-list .card {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 15px;
}

.widget-list .media img {
  height: 80px;
  width: 80px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.widget-list .media:not(:last-child) {
  border-bottom: 1px dashed #ececec;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget-list .media:hover {
  opacity: 0.8;
}

.widget-list li {
  display: inline-block;
}

.widget-list li a {
  background-color: rgba(19, 19, 19, 0.05);
  color: black;
  text-transform: capitalize;
  padding: 6px 16px;
  margin-bottom: 9px;
  margin-right: 9px;
  display: block;
  font-size: 14px;
  border-radius: 0;
}

a.media.align-items-center {
  text-decoration: none !important;
}

.author-thumb-sm {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .author-thumb-sm {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .author-thumb-sm {
    height: 200px;
  }
}

.post-thumb-sm {
  height: 80px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

#footer {
  background-color: #1d1e20;
}

.form-newsletter form {
  display: flex;
  justify-content: center;
}

.newsletter-input-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.form-newsletter form input {
  line-height: 20px;
  height: 40px;
  border: 0;
  outline: none;
  padding: 0 5px;
}

.form-newsletter form button {
  margin-left: -5px;
  height: 40px;
}

.footer-bottom {
  padding: 15px 50px 0;
  border-top: 1px solid #2a2b2d;
}

.footer-bottom-left {
  float: left;
}

.footer-bottom-left .copyright {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 767px) {

  .footer-bottom-left,
  .footer-bottom-right {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.footer-bottom .footer-bottom-right {
  float: right;
}

.footer-bottom-right .footer-nav li {
  display: inline-block;
}

.footer .social-link,
.share-post .share-post-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer .social-link li,
.share-post .share-post-link li {
  list-style: none;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
}

.footer .social-link li a,
.share-post .share-post-link li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #135bae;
  border-radius: 10%;
}

.footer .social-link li a:hover,
.share-post .share-post-link li a:hover {
  filter: brightness(85%);
}

.logo-footer {
  max-height: 50px;
}

.footer .social-link li {
  margin-top: 0 !important;
}

footer .section {
  padding: 45px 0;
}

.navbar-footer .nav-link:hover {
  color: #135bae;
  text-decoration: underline;
}

.form-control {
  border-radius: 0;
  min-height: 50px;
  padding: 10px 15px;
}

.form-control:focus {
  border-color: #131313;
  box-shadow: none;
}


.errors {
  width: 100%;
  color: #ff0000;
}

.toggle-password {
  float: right;
  right: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

.profile-social-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.671);
  background: #ccc;
  margin-top: 10px;
  text-decoration: none !important;
}

.profile-social-link a:first-child {
  margin-left: 0;
}

.profile-social-link a:hover {
  color: #fff;
  background: #1a6bad;
}

.btn-upload-profile-avatar {
  position: relative;
  font-size: 13px !important;
  padding: 4px 16px !important;
  overflow: hidden !important;
  margin-right: 15px;
}

.btn-upload-profile-avatar input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.profile-tabs li {
  list-style: none;
  display: block;
  margin-top: 5px;
}

.profile-tabs li:first-child {
  margin-top: 0;
}

.profile-tabs li:hover {
  background: #f2f2f2;
}

.profile-tabs .active {
  background: #f2f2f2;
}

.profile-tabs li a {
  display: block;
  padding: 10px 10px;
  color: #000;
  text-decoration: none;
}

input:disabled {
  cursor: not-allowed;
}

section {
  display: block;
}

.section>.head {
  width: 100%;
  display: block;
  position: relative;
  float: left;
  border-bottom: 2px solid #9b9191;
}

.section>.head>.title {
  height: 30px;
  padding: 0 15px;
  background-color: #161616;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -1px;
  margin-top: 0;
}

.section>.content {
  display: block;
  margin-top: 4rem;
}

.comment-list {
  list-style: none;
}

.comment-list li {
  margin-top: 50px;
  display: block;
}

.comment-list li:first-child {
  margin-top: 0;
}

.comment-list .left {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  height: auto;
}

.comment-list .left img {
  width: 50px;
  height: 50px;
}

.comment-list .right {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
}

.comment-list .right .name {
  font-size: 15px;
  font-weight: bold;
}

.comment-list .right .comment {
  font-size: 12px;
}

.comment-list .right .comment-meta {
  font-size: 12px;
}

.comment-list .right .comment-meta a {
  margin-left: 10px;
}


.comment-list-box {
  display: block;
  margin-top: 70px;
}

.comments-list-box .head .title {
  font-size: 17px;
}

.sub-comment-list {
  margin-left: 20px;
}

.sub-comment-list li {
  margin-top: 15px;
}

.sub-comment-list li:first-child {
  margin-top: 5px;
}

.avatar {
  width: 150px;
  height: 150px;
}

.newsletter-input-box .is-invalid {
  border: 1px solid rgba(220, 53, 69, 0.40) !important;
  box-shadow: 0 0 0 0.05rem rgb(220 53 69 / 40%) !important;
}

.is-invalid {
  background-image: none !important;
}

.successful-check-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 30px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}

li a.facebook {
  background: #3b5998 !important
}

li a.twitter {
  background: #55acee !important;
}

li a.linkedin {
  background: #007bb5 !important;
}

li a.whatsapp {
  background: #3EBE2B !important;
}

li a.pinterest {
  background: #cb2027 !important;
}

li a.telegram {
  background: #0088cc !important;
}

li a.email {
  background: #979191 !important;
}

li a.print {
  background: #444 !important;
}

li a.bookmark {
  background: #979191 !important;
}

.share-post {
  display: table;
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 20px;
}

.post-content {
  display: block;
  width: 100%;
  min-height: 200px;
  margin: 50px 0;
}

.widget {
  display: block;
  width: 100%;
  position: relative;
}

.widget .widget-head {
  display: block;
  line-height: 1 !important;
  background: #000;
}

.widget .widget-head .title {
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
}

.card .card-body {
  padding: 0 5px;
}

.ads-row {
  justify-content: center;
  margin: 10px 0;
}

.ads-728,
.ads-468,
.ads-300,
.ads-234 {
  display: none;
  width: 100%;
  text-align: center;
}

.ads-728 {
  min-width: 728px;
  min-height: 90px;
  max-width: 728px;
}

.ads-468 {
  min-width: 468px;
  min-height: 60px;
}

.ads-300 {
  min-width: 300px;
  min-height: 250px;
}

.ads-234 {
  min-width: 234px;
  min-height: 60px;
}

@media (728px <=width) {
  .ads-728 {
    display: block;
  }
}

@media (468px <=width) and (728px >width) {
  .ads-468 {
    display: block;
  }
}

@media (234px <=width) and (468px >width) {
  .ads-row:has(.ads-468)~.ads-row>.ads-234 {
    display: block;
  }
}

@media (300px <=width) {
  .ads-300 {
    display: block;
  }
}

@media (234px <=width) and (300px >width) {
  .ads-234 {
    display: block;
  }
}

.back-to-top-btn {
  display: inline-block;
  background-color: #66665f;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000000000;
}

.back-to-top-btn:hover {
  cursor: pointer;
  background-color: #333;
}

.back-to-top-btn:active {
  background-color: #555;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

.page-not-found-content {
  margin-bottom: 50px;
}

.page-not-found-content .title {
  font-size: 150px;
}