@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* -----------------------------------------------
				CSS Styles
--------------------------------------------------

    Template Name: Oredoo - Personal Blog HTML Template

--------------------------------------------------

Table of Content

    - Global
    - Helpers
    - Header
    - Theme switch
    - Sections
    - Posts
    - Post-single
    - Category
    - Blog homes
    - Blog layouts
    - About
    - Contact
    - Footer
    - Shop
	  - Preloader
    - Responsive
    - Dark


----------------------------------- */
/* -----------------------------------
		 Global
----------------------------------- */
* {
  margin: 0;
  padding: 0px;
   font-family: "Open Sans", sans-serif;
/*text-align:justify;*/
}
ol li::marker
 {
    width: 15px;
    position: absolute;
    display: none !important;
}
.note-editable ol {
  list-style-type: lower-alpha;
}
 /* ===== Team Section ===== */
.team-section {
  max-width: 1550px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "Open Sans", sans-serif;
}

/* Responsive Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

/* Team Card */
.team-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}

/* Image */
.team-photo {
  width: 130px;
  height: 130px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #bfbfbf;
}
.team-photo img {
  width: 100%;
 /*  height: 100%;*/
  object-fit: cover;
}

/* Text */
.team-info h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.team-role,
.team-dept {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 4px;
}

.team-email a {
  color: #b71a34;
  font-weight: 500;
  text-decoration: none;
}
.team-email a:hover {
  text-decoration: underline;
}

/* ===== Responsive Breakpoints ===== */

/* Large screens (default) */
@media (min-width: 1200px) {
  .team-card {
    padding: 30px 20px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .team-photo {
    width: 110px;
    height: 110px;
  }
}

/* Mobiles */
@media (max-width: 600px) {
  .team-section {
    padding: 40px 15px;
  }
  .team-card {
    padding: 20px 10px;
  }
  .team-info h3 {
    font-size: 1.05rem;
  }
  .team-role,
  .team-dept {
    font-size: 0.9rem;
  }
}

/* h2 {
  font-size:0px;
     
} */

h3 {
  font-size: 20px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

p:first-letter,
h5:first-letter {
  text-transform: capitalize;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:focus {
  color: #191B1D;
  text-decoration: none;
}

img {
  max-width: 100%;

}

ul {
  margin-bottom: 0;
}

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

.form-control:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.container-fluid {
 max-width: 1600px;
}

.container-wrap2 {
  max-width: 1429px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-light {

}

::-webkit-input-placeholder {
  color: #191b1d99 !important;
}

:-ms-input-placeholder {
  color: #191b1d99 !important;
}

::-ms-input-placeholder {
  color: #191b1d99 !important;
}

::placeholder {
  color: #191b1d99 !important;
}

.card {
  border: 0px;
}

/* ------------------------------
		 Helpers
------------------------------ */
/* Instagram*/
.instagram-area {
  padding: 50px 0px 50px 0px;
  border-top: 1px solid #E6E7E7;
}

.instagram-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.instagram-item {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.instagram-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.instagram-item a {
  position: relative;
  overflow: hidden;
}

.instagram-item a img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.instagram-item a .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  opacity: 0;
}

.instagram-item a .icon i {
  color: #ffffff;
  font-size: 30px;
}

.instagram-item:hover {
  overflow: hidden;
}

.instagram-item:hover:after {
  background-color: rgba(17, 17, 17, 0.2);
}

.instagram-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.instagram-item:hover .icon {
  opacity: 1;
}

/* pagination*/
.pagination {
  border-radius: 0px;
}

.pagination-area {
  margin-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.pagination-left {
  text-align: left;
}

.pagination-list ul li a, .pagination-list ul li span {
  width: 50px;
  height: 50px;
  border: 1px solid #E6E7E7;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 0px;
  margin-right: 3px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pagination-list ul li span.active, .pagination-list ul li a.active, .pagination-list ul li a:hover {
  background-color: #191B1D;
  color: #ffffff;
}

/*buttons*/
.btn-custom {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #b24021;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom:hover, .btn-custom:focus {
  color: #191B1D;
  background-color: #ffffff;
}

.btn-action {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 24px;
  border: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #ffffff;
  width: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-action:hover {
  color: #ffffff;
}

.btn-subscribe {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #034EA2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0 20px;
  font-size: 15px;
  line-height: 38px;
}

.btn-subscribe:hover, .btn-subscribe:focus {
  color: #191B1D;
  background-color: #ffffff;
  border: 1px solid #191b1d99;
}

.btn-read-more {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  border: 0px solid #E6E7E7;
  color: #191b1d99;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-read-more i {
  margin-top: 0px;
  margin-left: 5px;
  font-size: 20px;
  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-read-more:hover, .btn-read-more:focus {
  color: #191B1D;
}

.btn-read-more:hover i, .btn-read-more:focus i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.btn-reply {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  border: 0;
  color: #191b1d99;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-reply i {
  margin-top: 6px;
  margin-right: 5px;
}

.btn-reply:hover, .btn-reply:focus {
  color: #191B1D !important;
}

.btn-submit {
 
  text-align: center;
  background-color: #191B1D;
  display: block;
  border-radius: 0px;
}

.btn-submit i {
  color: #ffffff;

  font-weight: 900;
}

.btn-read {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: #ffffff;
  line-height: 24px;
  color: #191B1D;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  text-transform: capitalize;
  border-radius: 0px;
  z-index: 1;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 20px;
}

.btn-read i {
  margin-top: 2px;
  margin-left: 5px;
  font-size: 24px;
  color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btn-read:hover, .btn-read:focus {
  color: #ffffff !important;
  background-color: transparent;
}

.btn-read:hover i, .btn-read:focus i {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  color: #ffffff;
}

/*authors*/
.authors {
  padding-top: 50px;
}

.authors-info {
  border-bottom: 1px solid #E6E7E7;
  margin-top: 100px;
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authors-info .image img {
  border-radius: 0px;
  width: 150px;
}

.authors-info .content {
  margin-left: 20px;
  padding-right: 10%;
}

.authors-info .content h4, .authors-info .content h5 {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.authors-info .content p {
  margin-bottom: 15px;
}

.authors-info .content .link {
  margin-bottom: 20px;
}

.authors-single {
  border: 1px solid #E6E7E7;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.authors-single-image {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 0px;
}

.authors-single-image img {
  width: 80px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.authors-single-content h6 {
  text-transform: capitalize;
}

.authors-single-content p {
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

.authors-single-content .right {
  margin-left: auto;
}

.authors-single-content .right .more-icon {
  border: 1px solid #E6E7E7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-single-content .right .more-icon i {
  font-size: 14px;
  font-weight: 900;
}

.authors-single-content .right .more-icon:hover {
  border-color: #191B1D;
}

.authors-single-content .right .more-icon:hover i {
  color: #191B1D;
}

.authors-single:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.authors-single:hover .more-icon {
  border-color: #191B1D !important;
}

.authors-single:hover .more-icon i {
  color: #191B1D;
}

.authors-item {
  position: relative;
  margin-bottom: 30px;
  display: none;
}

.authors-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.authors-item:hover .share-icon {
  border-color: #191B1D !important;
}

.authors-item:hover .share-icon i {
  color: #191B1D;
}

.authors-item .inner-image {
  height: 200px;
  position: relative;
  background-size: cover;
  background-position: center center;
  display: none;
}

.authors-item-image {
  overflow: hidden;
}

.authors-item-image img {
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-item-content {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.authors-item-content h5 {
  text-transform: capitalize;
}

.authors-item-content p {
  margin: 4px 0 0px 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.authors-item-content .right {
  margin-left: auto;
}

.authors-item-content .right .share-icon {
  border: 1px solid #E6E7E7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.authors-item-content .right .share-icon i {
  font-size: 14px;
}

.authors-item-content .right .share-icon:hover {
  border-color: #191B1D;
}

.authors-item-content .right .share-icon:hover i {
  color: #191B1D;
}

.authors-item-content .social-media {
  display: none;
}

.authors-area {
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 20px;
}

/*page404*/
.page404 {
  margin-top: 100px;
}

.page404-content {
  padding: 50px 0px 50px 0px;
  text-align: center;
}

.page404-content img {
  margin-bottom: 10px;
}

.page404-content p {
  margin: 20px 0px  30px 0px;
}

/*search*/
.search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translate(0%, 100%) scale(0, 0);
          transform: translate(0%, 100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-width {
  text-align: center;
  position: relative;
}

.search.search-open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.search .close {
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  opacity: 1;
  visibility: visible;
  height: 35px;
  width: 35px;
  border-radius: 0px;
  border: 1px solid #E6E7E7;
  cursor: pointer;
}

.search .close i {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #191B1D;
}

.search .close:hover {
  opacity: 1 !important;
  background-color: transparent;
}

.search-form {
  text-align: center;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-form input {
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  color: inherit;
  border: 0px;
  font-weight: 400;
  border-radius: 0px;
  padding: 15px 10px 15px 30px;
  z-index: 1;
  border: 1px solid #E6E7E7;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.search-form input:hover {
  border: 1px solid #E6E7E7;
}

.search-form .search-btn {
 
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  cursor: pointer;
  border-radius: 0px;
 
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-form .search-btn:hover {
  background-color: #191B1D;
  color: #ffffff;
}

/*login*/
.login {
  margin-top: 100px;
  padding: 100px;
}

.login-content {
  border: 1px solid #E6E7E7;
  padding: 30px;
}

.login-content h4 {
  margin-bottom: 20px;
}

.login-content .form-control {
  background-color: #ffffff;
  border: 1px solid #E6E7E7;
  border-radius: 0px;
  padding: 25px 20px;
  font-size: 16px;
  color: #191B1D;
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fab.fa-linkedin {
    background-color: #0077B5;
}

.login-content .btn-link {
  color: #191B1D;
  margin-left: auto;
}

.login-content .btn-custom {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0px 10px 0px;
}

.login-content .sign-controls {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-content p {
  margin-bottom: 0px;
}

/*global style*/
.tags ul li {
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 2px;
  border-radius: 20px;
  font-size: 10px;
  text-transform: capitalize;
  color: #191b1d99;
  font-weight: 500;
  border: 1px solid #E6E7E7;
}

.tags ul li a:hover {
  color: #191B1D;
}

.comments {
  margin-bottom: 30px;
}
.comments.replies {
  margin-top: 30px;
}

.comments .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E6E7E7;
  padding: 30px 0px;
  border-radius: 0px;
  flex-direction: column;
}

.comments .comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.comments .comment-item img {
  width: 100px;
  height: 100px;
  border-radius: 0px;
  margin-right: 15px;
}

.comments .comment-item .content p {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta {
  margin-bottom: 5px;
}

.comments .comment-item .content .meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comments .comment-item .content .meta ul li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.comments .comment-item .content .meta ul li a:hover {
  color: #191B1D;
}

.comments .comment-item .content .meta ul li:first-child {
  color: #191B1D;
}

.comments .comment-item .children {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6E7E7;
}

.comments .comment-item .children .comment-item {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: 0;
}

.social-icones li a {
  display: block;
  text-align: center;
  margin-right: 10px;
}

.social-icones li a i {
  font-size: 14px;
  color: #ffffff;
}

.social-icones li a i:hover {
  color: #ffffff;
}

.social-media a i {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-right: 2px;
  border: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.social-media a i:hover {
  opacity: 0.5;
  color: #ffffff;
}

.fa-facebook,
.color-facebook {
  background-color: #ffffff;
}

.fa-instagram,
.color-instagram {
  background-color: #ffffff;
}

.fa-youtube,
.color-youtube {
  background-color:#ccc;
}

.fa-twitter,
.color-twitter {
  background-color: #ccc;
}

.fa-dribbble,
.color-dribbble {
  background-color: #ccc;
}

.fa-pinterest,
.color-pinterest {
  background-color: #ccc;
}

.slash {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  border-radius: 0px;
  margin: 4px 10px 4px 10px !important;
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.border-b-0 {
  border-bottom: 0px solid !important;
}

.border-t-0 {
  border: 0px !important;
}

.border-right {
  border-right: 1px solid #E6E7E7;
}

.no-border {
  border: 0px !important;
}

.border-top {
  border-top: 1px solid #E6E7E7 !important;
}

/*margin-bottom*/
.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*margin-top*/
.mt-100 {
  margin-top: 100px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

/*padding top*/
.pt-100 {
  padding-top: 100px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

/* -----------------------------------
	Header
----------------------------------- */
.header {
  
  background-color: #b71a34;
  border-bottom: 0px solid #E6E7E7;
  height: 80px;
   transition: top 0.4s ease-in-out, background-color 0.4s ease-in-out;
     position: fixed;
  top: 0;
  width: 100%;
  height: 80px; /* fixed height */
  transition: transform 0.3s ease;
  z-index: 9999;
}

.header-scroll {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
}

.header-light {
  background-color: #f1f1f1;
}

.header-padding {
  padding: 0px 30px;
}

.header-padding2 {
  padding: 0px 15px;
}

.header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  font-family: "Open Sans", sans-serif;
}

.header-area .logo {
  margin-right: auto;
}

.header-area .logo img {
  max-height: 72px;
  margin-left: 9px;
}

.header-area .logo-white {
  display: none;
}

.header-navbar {
  margin-left: auto !important;
  margin-right: auto !important;
}

.header-navbar .navbar .nav-item .nav-link {
  font-weight: 500;
  color: #fff;
  font-size: 16px !important;
  margin: 0px 30px 0px 0px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-transform: capitalize;
  padding: 0;
  z-index: 1;
}

.header-navbar .navbar .nav-item .nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -38px;
  width: 100%;
  height: 0px;
  border-radius: 20px;
  display: block;
  z-index: -1;
  background-color: #191B1D;
}

.header-navbar .navbar .nav-item .nav-link i {
  color: #191B1D;
}

.header-navbar .navbar .nav-item .nav-link.active, .header-navbar .navbar .nav-item .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

.header-navbar .navbar .nav-item .nav-link.active:before, .header-navbar .navbar .nav-item .nav-link:hover:before {
  height: 1px;
}

.header-navbar .navbar .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}

.header-navbar .navbar .nav-item .dropdown-toggle::after {
  border: 0 none;
  line-height: normal;
  margin-left: -10px;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 400;
  opacity: 0;
}

.header-navbar .navbar .nav-item .dropdown-menu {
  border: 1px solid #E6E7E7;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 0px;
}

.header-navbar .navbar .nav-item .dropdown-menu li {
  display: inline-block;
  margin-right: 20px;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
  color: #191b1d99;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 0px;
  border-radius: 20px;
  display: block;
  z-index: -1;
  background-color: #191B1D;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #191B1D;
}

.header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
  height: 0px;
}

.header-navbar .navbar .nav-item .dropdown-menu li:last-child .dropdown-item {
  margin-bottom: 0;
}

.header-navbar .navbar .nav-item:hover .nav-link {
  color: #ffc107;
  background-color: transparent;
}

.header-navbar .navbar .nav-item:hover .nav-link:before {
  height: 1px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header-right .social-icones {
  margin-right: 30px;
}

.header-right .search-icon {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-right .search-icon i {
  line-height: 35px;
  color: #ffff;
  font-size: 20px;
}

.header-right .navbar-toggler {
  width: 30px;
  height: 40px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.header-right .navbar-toggler span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  -webkit-box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
          box-shadow: 0px -8px 0 0px #191B1D, 0px 8px 0 0px #191B1D;
  background: #191B1D;
}

.header-fluid {
  padding: 0px 30px;
}

@media all and (min-width: 991px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 10px;
  }
  .navbar .nav-item:hover .dropdown-menu {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
}

/* -----------------------------------
	theme-switch
----------------------------------- */
.theme-switch {
  display: inline-block;
  position: relative;
}

.theme-switch-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.theme-switch-wrapper label {
  margin-bottom: 0px !important;
}

.theme-switch input {
  display: none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  right: 0px;
  top: -18px;
  width: 35px;
  height: 35px;
  text-align: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.slider i {
  color: #ffff;
  font-size: 20px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.slider i:hover {
  color: #191B1D;
}

.slider .icon-dark {
  display: none;
}

input:checked + .slider {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

input:checked + .slider .icon-dark {
  display: block;
}

input:checked + .slider .icon-light {
  display: none;
}

input:checked + .slider:before {
  background-color: #191B1D;
}

/* ------------------------------
		Sections
------------------------------ */
.section-feature-1 {
 /*  padding-top: 40px;*/
}

.section-feature-1 .post-list-style4:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-1 .post-list-style4:last-child {
  border-bottom: 0;
}

.section-feature-1 .sidebar {
  padding-bottom: 30px;
  margin-top: 49px;
}

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

.section-feature-2 .post-list-style1 {
  padding: 20px 0px;
}

.section-feature-2 .post-list-style1:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-2 .post-list-style1 .post-list-image {
  width: 120px;
}

.section-feature-2 .post-list-style1 .post-list-title {
  padding: 0px 20px;
}

.section-feature-2 .post-list-style1 .post-list-title h5 {
  font-size: 18px;
}

.section-feature-2 .section-title {
  margin-bottom: 30px;
}

.section-feature-3 {
  padding-top: 50px;
}

.section-feature-3 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-3 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-3 .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

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

.section-feature-4 .post-list-style6 {
  padding: 30px 0px;
}

.section-feature-4 .post-list-style6:first-child {
  border-top: 1px solid #E6E7E7;
}

.section-feature-4 .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

.section-scroll {
  margin-top: 100px;
  border-bottom: 1px solid #E6E7E7;
  padding: 50px 0px;
}

.section-scroll-marquee {
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-scroll .page-title {
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #191B1D;
  display: block;
  width: 100%;
  overflow: hidden;
}

.section-heading {
 margin-top: 29px;
    margin-top: 0px;
    text-align: center;
        font-size: 40px;
        font-family: 'Merriweather';
}

.section-heading-light {
  background-color: #f1f1f1;
}

.section-heading-1 {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

.section-heading-1-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-1-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-1-title .links a {
  color: #191b1d99;
}

.section-heading-1-title .links a:hover {
  color: #191B1D;
}

.section-heading-1-title .links i {
  font-size: 10px;
}

.section-heading-1-title .desc {
  margin-bottom: 0;
}

.section-heading-2 {
  padding: 0px 0px;
  width: 100%;
  border-bottom: 1px solid #E6E7E7;
  text-align: center;
}

.section-heading-2-title h1, .section-heading-2-title h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
  color:#b71a34;
}

.section-heading-2-title .links {
  color: #191B1D;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-heading-2-title .links a {
  color: #191b1d99;
}

.section-heading-2-title .links a:hover {
  color: #191B1D;
}

.section-heading-2-title .links i {
  font-size: 10px;
}

.section-heading-3 {
  padding: 50px 0px;
}

.section-heading-3-title h1 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-heading-3-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
}

.section-heading-3-title .links a {
  color: #191b1d99;
}

.section-heading-3-title .links a:hover {
  color: #191B1D;
}

.section-heading-3-title .links i {
  font-size: 10px;
}

.section-heading-3-title .desc {
  margin-bottom: 0;
}

.section-heading-5 {
  padding: 50px 0px;
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.section-heading-5-title h1 {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 10px;
}

.section-heading-5-title .links {
  font-size: 15px;
  font-weight: 500;
  color: #191B1D;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-heading-5-title .links a {
  color: #191b1d99;
}

.section-heading-5-title .links a:hover {
  color: #191B1D;
}

.section-heading-5-title .links i {
  font-size: 10px;
}

.section-heading-5-title p {
  color: #191B1D;
  margin-bottom: 0;
}



.section-title h3, .section-title h4, .section-title h2 {

  margin-bottom: 16px;
  font-size: 2.4rem;
  margin-right: 15px;
}

.section-title h3 {
  font-size: 30px;
}

.section-title p {
  margin-bottom: 0;
}

/* ------------------------------
		Widgets
------------------------------ */
.sidebar {

  padding-left: 30px;

  
}

.widget {
  padding: 30px 0px;
  border-bottom: 1px solid #E6E7E7;
}

.widget:last-child {
  border-bottom: 0px solid #E6E7E7;
}

.widget-title {
  margin-bottom: 20px;
}

.widget-title h5 {
  text-transform: capitalize;
  font-weight: 800;
  font-family: "Montserrat", sans-serif
}

.widget-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-search form input {
  padding: 15px 20px 15px 10px;
  border: 1px solid rgb(183, 26, 52);
  width: 100%;
}

.widget-search form .btn-submit {
    margin-left: -45px;
    border: 0;
    padding: 19px 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.widget-categories {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10px;
}

.widget-categories .category-item {
  display: block;
  position: relative;
}

.widget-categories .category-item .image {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
  position: relative;
}

.widget-categories .category-item .image img {
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-categories .category-item .image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.widget-categories .category-item span {
  margin-left: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #1B1B1B;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
}

.widget-categories .category-item p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191B1D;
  margin-bottom: 0;
}

.widget-categories .category-item p:hover {
  color: #191B1D;
}

.widget-categories .category-item:last-child {
  margin-bottom: 0px;
}

.widget-categories .category-item:hover p {
  color: #191B1D;
}

.widget-categories .category-item:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.widget-newsletter {
  padding: 30px 0px;
  text-align: center;
}

.widget-newsletter p {
  margin: 10px 0 20px 0;
  font-size: 14px;
}

.widget-newsletter .form-control {
  text-align: center;
  padding: 25px 20px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-control:focus, .widget-newsletter .form-control:hover {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}

.widget-newsletter .form-flex {
  width: auto;
  margin: auto;
}

.widget-newsletter .btn-custom {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.widget-stay-connected .list {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10px;
}

.widget-stay-connected .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
}

.widget-stay-connected .list .item a {
  margin-right: 10px;
}

.widget-stay-connected .list .item a i {
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  text-align: center;
  border: 0px solid #E6E7E7;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.widget-stay-connected .list .item p {
  margin-bottom: 0;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}

.widget-stay-connected .list .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.widget-popular-posts .small-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
li.small-post {
    border-bottom: solid 1px #ececec;
    padding-bottom: 10px;
}

.widget-popular-posts .small-post .small-post-image {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.widget-popular-posts .small-post .small-post-image img {
  border-radius: 0px;
  width: 128px;
  height: 96px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.widget-popular-posts .small-post .small-post-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.widget-popular-posts .small-post .nb {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  border-radius: 0px;
  background-color: #1B1B1B;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 9;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  display: none;
}

.widget-popular-posts .small-post .small-post-content {
  width: calc(100% - 80px);
}

.widget-popular-posts .small-post .small-post-content p {
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-popular-posts .small-post .small-post-content p a {
  font-weight: 800;
  color: #191B1D;
  margin-bottom: 0;
  font-family: 'Font Awesome 5 Free';
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  font-family: 'Merriweather';

}

.widget-popular-posts .small-post .small-post-content p a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.widget-popular-posts .small-post .small-post-content small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 12px;
  color: #191b1d99;
  font-weight: 600;
  display: none;
}

.widget-popular-posts .small-post .small-post-content small a:hover {
  color: #191B1D;
}

.widget-popular-posts .small-post .small-post-content small i {
  padding-right: 5px;
}

.widget-popular-posts .small-post .small-post-content small .la-arrow-right {
  padding-right: 0px !important;
  padding-left: 5px;
}

.widget-popular-posts .small-post .small-post-content small .slash {
  margin-left: 0 !important;
}

.widget-popular-posts .small-post:last-child {
  margin-bottom: 0;
}

.widget-popular-posts .small-post:hover .small-post-content p a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.widget-popular-posts .small-post:hover .small-post-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.widget-tags ul li {
  padding: 4px 12px;
  margin-bottom: 5px;
  margin-right: 2px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: capitalize;
  color: #191b1d99;
  font-weight: 500;
  border: 1px solid #c8c8c8;
}

.widget-tags ul li a:hover {
  color: #191B1D;
}

/* ------------------------------
		 Posts
------------------------------ */
.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #E6E7E7;
}

.post-list-image {
  overflow: hidden;
}

.post-list-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-list-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-list .entry-title a {
  color: #191B1D;
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  font-family: "Merriweather";
  font-weight: 600;
  line-height: 1;
 
    color: hsl(var(--foreground));
    letter-spacing: -.025em;
    
  color: #191B1D;
  text-decoration: none;
 
  
}

.post-list .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-list .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.post-list .entry-meta li a:hover {
  color: #191B1D;
}

.post-list .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-list .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-list:hover .post-list-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-list:hover .entry-title a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

.post-list-style1 {
  padding: 30px 0px;
}

.post-list-style1 .post-list-image img {
  width: 260px;
}

.post-list-style1 .post-list-title {
  padding: 0px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-list-style1 .post-list-category {
  text-align: right;
  margin-left: auto;
}

.post-list-style2 {
  padding: 30px 0px;
}

.post-list-style2 .post-list-image {
  min-width: 38%;
  max-width: 38%;
  margin-right: 30px;
}

.post-list-style2 .post-list-content .entry-meta {
  margin: 20px 0px;
}

.post-list-style2 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style2 .post-list-content .post-exerpt {
  margin-bottom: 20px;
  display: none;
}

.post-list-style2:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style2:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style2:hover .btn-read-more i {
  color: #191B1D;
}

.post-list-style3 {
  border: 1px solid #E6E7E7;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.post-list-style3 .post-list {
  margin-bottom: 30px;
}

.post-list-style3 .post-list-content {
  padding: 30px 30px;
  z-index: 1;
  opacity: 1;
}

.post-list-style3 .post-list-content .entry-meta {
  margin: 20px 0px;
}

.post-list-style3 .post-list-content .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style3 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style3 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style3:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #f1f1f1;
}

.post-list-style3:hover .entry-title a {
  text-decoration: none;
  background-size: 100% 100%;
}

.post-list-style3:hover .entry-meta li {
  color: #191b1d99;
}

.post-list-style3:hover .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style3:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

.post-list-style3:hover .entry-cat .category-style-1:hover {
  color: #191B1D;
}

.post-list-style3:hover .post-exerpt p {
  color: #191b1d99;
}

.post-list-style3:hover .post-btn .btn-read-more {
  color: #191B1D;
}

.post-list-style3:hover .post-btn .btn-read-more i {
  color: #191B1D;
}

.post-list-style3:hover .post-btn .btn-read-more:hover {
  color: #ffffff !important;
}

.post-list-style3:hover .post-btn .btn-read-more:hover i {
  color: #ffffff;
}

.post-list-style4 {
  padding: 30px 0px;
}

.post-list-style4 .post-list-image {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}


.post-list-style4 .post-list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}

.post-list-style4 .post-list-content .entry-title {
  margin: 20px 0px;
}

.post-list-style4 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style4 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style4 .post-list-exerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-list-style4:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style4:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style4:hover .btn-read-more i {
  color: #191B1D;
}

.post-list-style5 {
  padding: 30px 0px;
}

.post-list-style5 .post-list-content .entry-meta {
  margin: 20px 0px;
}

.post-list-style5 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style5 .post-list-content .post-exerpt p {
  margin-bottom: 0px;
}

.post-list-style5:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style5:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style5:hover .btn-read-more i {
  color: #191B1D;
}

.post-list-style6 {
  padding: 50px 0px;
}

.post-list-style6 .post-list-image img {
  width: 150px;
}

.post-list-style6 .post-list-content .entry-title {
  margin: 20px 0px 15px 0px;
}

.post-list-style6 .post-list-content .entry-meta li a:hover {
  color: #191B1D;
}

.post-list-style6 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style6 .post-list-content .post-exerpt p {
  margin-bottom: 0;
}

.post-list-style6:hover .entry-cat .category-style-1 {
  color: #191B1D;
}

.post-list-style7 {
  padding: 0px 0px;
  border-bottom: 0;
}

.post-list-style7:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.post-list-style7 .post-list-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.post-list-style7 .post-list-content {
  padding: 20px;
  text-align: center;
}

.post-list-style7 .post-list-content .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px;
}

.post-list-style7 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style7 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style7:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style7:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style7:hover .btn-read-more i {
  color: #191B1D;
}

.post-list-style8 {
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 0;
}

.post-list-style8 .post-list-image {
  margin-right: 0px;
  margin-bottom: 30px;
}

.post-list-style8 .post-list-image img {
  height: 500px;
  width: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-list-style8 .post-list-content {
  text-align: center;
}

.post-list-style8 .post-list-content .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0px;
}

.post-list-style8 .post-list-content .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-list-style8 .post-list-content .post-exerpt {
  margin-bottom: 20px;
}

.post-list-style8:hover .category-style-1 {
  color: #191B1D;
}

.post-list-style8:hover .btn-read-more {
  color: #191B1D;
}

.post-list-style8:hover .btn-read-more i {
  color: #191B1D;
}

.post-overly {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.post-overly-image {
  overflow: hidden;
}

.post-overly-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-overly-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-overly-content .entry-title {
  margin: 30px 0px 25px 0px;
}

.post-overly-content .entry-title a {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(99% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
  
}

.post-overly-content .entry-title a:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-overly-content .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-overly-content .entry-meta li {
  margin-bottom: 0;
  font-size: 13px;
  color: #d0d0d0;
  text-transform: capitalize;
  font-weight: 500;
}

.post-overly-content .entry-meta li a:hover {
  color: #ffffff;
}

.post-overly-content .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #eee;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-overly:hover .entry-title a {
  text-decoration: none;
  background-size: 100% 100%;
}

.post-overly:hover .entry-cat .category-style-2 {
  background-color: #ffffff;
  color: #191B1D;
}

.post-overly:hover .entry-meta .post-author {
  color: #ffffff;
}

.post-overly-2 {
  position: relative;
  margin-bottom: 30px;
}

.post-overly-2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(80%, rgba(17, 17, 17, 0.6)), to(#111111));
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 80%, #111111 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post-overly-2 .post-overly-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  z-index: 1;
}

.post-overly-bg-img {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100px;
  display: block;
  position: relative;
}

/* ------------------------------
		Post-single
------------------------------ */
.post-single {
  margin-top: 100px;
  padding-top: 50px;
  margin-bottom: 50px;
}

.post-single-image {
  margin-bottom: 30px;
}

.post-single-body {
  padding: 0px 100px;
}

.post-single-title {
  margin-bottom: 30px;
}

.post-single-title .entry-meta {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-single-title .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #191b1d99;
  text-transform: capitalize;
  font-weight: 500;
}

.post-single-title .entry-meta li a:hover {
  color: #191B1D;
}

.post-single-title .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #191b1d99;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.post-single-title .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.post-single-title .entry-cat .category-style-1 {
  font-size: 14px;
}

.post-single-title .social-media {
  margin-top: 20px;
}

.post-single-title .meta-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-single-title .meta-social .social-media {
  margin-left: auto;
}

.post-single-content {
  padding-bottom: 30px;
}

.post-single-content h5, .post-single-content h4, .post-single-content h3, .post-single-content h2, .post-single-content h1, .post-single-content h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}

.post-single-content .image-groupe {
  padding-top: 15px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-single-content .image-groupe .image:not(:last-child) {
  margin-right: 15px;
}

.post-single-content .image-groupe img {
  border-radius: 0px;
}

.post-single-content .image-groupe p {
  color: #191b1d99;
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.post-single-content .quote {
  padding: 30px 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E6E7E7;
  border-bottom: 1px solid #E6E7E7;
}

.post-single-content .quote i {
  font-size: 25px;
  color: #191B1D;
  margin-right: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border: 1px solid #E6E7E7;
}

.post-single-content .quote p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #191B1D;
  font-weight: 700;
}

.post-single-content .quote small {
  color: #191b1d99;
  font-weight: 400;
}

.post-single-content .list {
  margin-bottom: 15px;
}

.post-single-content .list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.post-single-content .list li:before {
  background-color: #191B1D;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.post-single-bottom {
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-single-bottom .tags, .post-single-bottom .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-single-bottom .tags p, .post-single-bottom .social-media p {
  padding-right: 5px;
  color: #191B1D;
}

.post-single-bottom .social-media {
  margin-left: auto;
}

.post-single-ads {
  margin-bottom: 50px;
}

.post-single-author .authors-info {
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 0;
}

.post-single-next-previous {
  padding-bottom: 30px;
  padding-top: 0px;
}

.post-single-next-previous .small-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #E6E7E7;
  padding: 20px;
}

.post-single-next-previous .small-post .small-post-image {
  position: relative;
  margin-right: 15px;
  overflow: hidden;
}

.post-single-next-previous .small-post .small-post-image img {
  border-radius: 0px;
  width: 80px;
  height: 80px;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.post-single-next-previous .small-post .small-post-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-single-next-previous .small-post .nb {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 23px;
  height: 23px;
  border-radius: 0px;
  background-color: #1B1B1B;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  z-index: 9;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
}

.post-single-next-previous .small-post .small-post-content {
  width: calc(100% - 80px);
}

.post-single-next-previous .small-post .small-post-content p {
  margin-bottom: 5px;
  font-size: 17px;
}

.post-single-next-previous .small-post .small-post-content p a {
  font-weight: 800;
  color: #191B1D;
  margin-bottom: 0;
  font-family: "League Spartan", sans-serif;
  display: inline;
  background-image: linear-gradient(rgba(25, 27, 29, 0) calc(99% - 1px), #191B1D 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.post-single-next-previous .small-post .small-post-content p a:hover {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-single-next-previous .small-post .small-post-content small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 12px;
  color: #191b1d99;
  font-weight: 600;
}

.post-single-next-previous .small-post .small-post-content small a:hover {
  color: #191B1D;
}

.post-single-next-previous .small-post .small-post-content small i {
  padding-right: 5px;
}

.post-single-next-previous .small-post .small-post-content small .la-arrow-right {
  padding-right: 0px !important;
  padding-left: 5px;
}

.post-single-next-previous .small-post .small-post-content small .slash {
  margin-left: 0 !important;
}

.post-single-next-previous .small-post:last-child {
  margin-bottom: 0;
}

.post-single-next-previous .small-post:hover .small-post-content p a {
  color: #191B1D;
  text-decoration: none;
  background-size: 100% 100%;
}

.post-single-next-previous .small-post:hover .small-post-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.post-single-next-previous .small-post:last-child {
  margin-bottom: 0;
}

.post-single-comments h4 {
  margin-bottom: 30px;
}

.post-single-comments .comments-form {
  border: 1px solid #E6E7E7;
  padding: 30px;
}

.post-single-layout-2 {
  padding-top: 0px !important;
}

.post-single-layout-2 .post-single-bottom .tags p,
.post-single-layout-2 .post-single-bottom .social-media p {
  display: none;
}

/* ------------------------------
		Blog homes
------------------------------ */
.blog-banner {
  position: absolute;
  bottom: 0px;
  padding: 50px;
  z-index: 2;
  left: 0;
  right: 0;
}

.blog .owl-carousel {
  margin-bottom: 0px;
  position: relative;
  border: 0px;
  width: 100%;
  max-width: 100%;
  margin-top: -28px;
  overflow: hidden;

}

.blog .owl-carousel .owl-nav {
  text-align: center;
  line-height: 0;
  margin-bottom: 0px;
  position: absolute;
  height: 40px;
  top: 40px;
  right: 50px;
  margin: 0;
  display: block;
  width: 100px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog .owl-carousel .owl-nav .owl-prev,
.blog .owl-carousel .owl-nav .owl-next {
  background-color: transparent;
  color: #ffffff;
  margin-right: 0px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  font-weight: 400;
  position: absolute;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog .owl-carousel .owl-nav .owl-prev:after,
.blog .owl-carousel .owl-nav .owl-next:after {
  border: 0 none;
  line-height: normal;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 14px;
}

.blog .owl-carousel .owl-nav .owl-prev span,
.blog .owl-carousel .owl-nav .owl-next span {
  display: none;
}

.blog .owl-carousel .owl-nav .owl-prev:hover,
.blog .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
  color: #191B1D;
}

.blog .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}

.blog .owl-carousel .owl-nav .owl-prev:after {
  content: "\f100";
}

.blog .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

.blog .owl-carousel .owl-nav .owl-next:after {
  content: "\f101";
}

.blog .owl-carousel .owl-dots {
  display: none;
}

.blog .owl-carousel:hover .owl-nav {
  opacity: 1;
}

.blog-item {
  z-index: -1;
  height: calc(100vh - 160px
  );
  min-height: 550px;
  background-size: cover;
  background-position: center center;
}

.blog-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(80%, rgba(17, 17, 17, 0.6)), to(#111111));
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 80%, #111111 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-item:hover .post-overly .entry-title a {
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-item:hover .post-overly .entry-cat .category-style-2 {
  background-color: #ffffff;
  color: #191B1D;
}

.blog-item:hover .post-overly .entry-meta .post-author {
  color: #ffffff;
}

.blog-creative {
  padding: 0px 30px 0px 30px;
  margin-top: 130px;
  position: relative;
}

.blog-creative .left-side {
  width: calc(50% - 20px);
  position: fixed;
  bottom: 30px;
  top: 130px;
  overflow: hidden;
  z-index: -1;
  height: calc(100vh - 160px);
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.blog-creative .right-side {
  margin-left: calc(50% + 30px);
  margin-right: 30px;
  position: absolute;
  left: 0;
  overflow-x: hidden;
}

.blog-creative-1 .posts-lists .post-list-style1 {
  padding: 20px 0px;
}

.blog-creative-1 .posts-lists .post-list-style1 .post-list-image img {
  width: 130px;
}

.blog-creative-1 .posts-lists .post-list-style1 .post-list-title {
  padding: 0px 20px;
}

.blog-creative-1 .owl-carousel {
  position: relative;
}

.blog-creative-1 .owl-carousel .owl-nav {
  display: none;
}

.blog-creative-2 .post-lists .post-list-style6 {
  padding: 40px 0px;
}

.blog-creative-2 .post-lists .post-list-style6 .post-list-content .entry-title {
  font-size: 24px !important;
}

.blog-home3 {
  position: relative;
  height: calc(100vh - 160px);
  padding: 0px 30px 0px 30px;
  margin-top: 130px;
  position: relative;
}

.blog-home3 .blog-banner {
  padding: 30px;
  text-align: center;
}

.blog-home3 .blog-banner .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home3 .blog-item {
  z-index: -1;
  height: calc(100vh - 160px);
  background-size: cover;
  background-position: center center;
}

.blog-home3 .blog-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(80%, rgba(17, 17, 17, 0.6)), to(#111111));
  background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.6) 80%, #111111 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog-home3 .owl-carousel .owl-nav {
  width: 100%;
  left: 0px;
  right: 0px;
  top: 30px;
  bottom: 0;
}

.blog-home3 .owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.blog-home3 .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}

.blog-home4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
 
}

.blog-home4 .blog-item {
  margin-top: 27px;
  margin-bottom: 50px;
 
  position: relative;
  background-size: cover;
  background-position: center center;
}

.blog-home4 .blog-banner {
  position: absolute;
  bottom: 0px;
  padding: 50px;
  z-index: 2;
  left: 0;
}

.blog-home5 {
  margin-top: 100px;
  height: 800px;
  background-color: #1B1B1B;
  position: relative;
  overflow: hidden;
}

.blog-home5 .blog-banner {
  position: absolute;
  background-size: cover;
  background-position: center center;
  width: 50%;
  right: 0px;
  top: 0px;
  left: auto;
  bottom: 0px;
  height: 800px;
  overflow: hidden;
}

.blog-home5 .post-list-hero {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}

.blog-home5 .post-list-hero-image {
  overflow: hidden;
}

.blog-home5 .post-list-hero-image img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-home5 .post-list-hero-image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-home5 .post-list-hero .entry-title a {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(99% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.blog-home5 .post-list-hero .entry-title a:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5 .post-list-hero .entry-cat .category-style-1 {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0px;
}

.blog-home5 .post-list-hero .entry-meta li {
  margin-bottom: 0;
  font-size: 14px;
  color: #d7d7d7;
  text-transform: capitalize;
  font-weight: 500;
}

.blog-home5 .post-list-hero .entry-meta li a:hover {
  color: #ffffff;
}

.blog-home5 .post-list-hero .entry-meta li .line {
  width: 18px;
  height: 1px;
  background-color: #d7d7d7;
  margin: 4px 10px 4px 10px !important;
  display: inline-block;
}

.blog-home5 .post-list-hero .entry-meta .post-author-img img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.blog-home5 .post-list-hero .post-exerpt {
  margin-bottom: 50px;
}

.blog-home5 .post-list-hero .post-exerpt p {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .post-btn .btn-read-more {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero .post-btn .btn-read-more i {
  color: #d7d7d7;
}

.blog-home5 .post-list-hero:hover .post-list-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.blog-home5 .post-list-hero:hover .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5 .post-list-hero:hover .entry-cat .category-style-1 {
  color: #ffffff;
}

.blog-home5 .post-list-hero:hover .post-btn .btn-read {
  background-color: transparent;
  color: #ffffff;
}

.blog-home5 .post-list-hero:hover .post-btn .btn-read i {
  color: #ffffff;
}

.blog-home5:hover .blog-banner {
  opacity: 0.9;
}

.blog-home5:hover .post-list-hero .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.blog-home5:hover .post-list-hero .entry-cat .category-style-1 {
  color: #ffffff;
}

.blog-home5:hover .post-list-hero .post-btn .btn-read {
  background-color: transparent;
  color: #ffffff;
}

.blog-home5:hover .post-list-hero .post-btn .btn-read i {
  color: #ffffff;
}

.blog-home6 .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home7 {
  margin-top: 100px;
  padding: 50px 0px;
  background-color: #f1f1f1;
  margin-bottom: 50px;
}

.blog-home7 .post-overly-image img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-home7 .post-overly-content {
  text-align: center;
}

.blog-home7 .post-overly-content .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home7 .owl-carousel {
  margin-bottom: 0px;
  position: relative;
  border: 0px;
  width: 100%;
  overflow: hidden;
  margin-right: -30px;
}

.blog-home7 .owl-carousel .owl-nav {
  display: none;
}

.blog-home7 .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home7 .owl-carousel .owl-nav button.owl-next,
.blog-home7 .owl-carousel .owl-nav button.owl-prev,
.blog-home7 .owl-carousel button.owl-dot {
  background: transparent;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 20px;
  border: 1px solid #191B1D;
}

.blog-home7 .owl-carousel .owl-nav button.owl-next.active,
.blog-home7 .owl-carousel .owl-nav button.owl-prev.active,
.blog-home7 .owl-carousel button.owl-dot.active {
  background-color: #191B1D;
}

.blog-home8 {
  margin-top: 100px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center center;
  height: 700px;
  position: relative;
  z-index: 1;
}

.blog-home8::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: -1;
  background-color: rgba(17, 17, 17, 0.6);
}

.blog-home8 .blog-inner {
  margin-bottom: 50px;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home8 .blog-banner {
  position: absolute;
  bottom: auto;
  top: auto;
  padding: 0px;
  z-index: 2;
  left: 0;
  text-align: center;
}

.blog-home8 .blog-banner .post-overly-content {
  text-align: center;
}

.blog-home8 .blog-banner .post-overly-content .entry-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-home9 {
  margin-top: 100px;
  padding: 30px;
  border-bottom: 1px solid #E6E7E7;
}

.blog-home9 .post-list-style8 .post-list-image img {
  width: auto;
  height: auto;
}

.blog-home9 .post-list-style8 .post-list-content .entry-meta .post-author-img img {
  width: 30px;
  height: 30px;
}

.blog-home9 .list-articles {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
          column-gap: 30px;
}

/* ------------------------------
		Blog Layouts
------------------------------ */
.blog-layout-1 {
  margin-top: 30px;
}

.blog-layout-3 {
  margin-top: 50px;
}

.blog-layout-3 .pagination-area {
  padding-top: 20px;
}

.blog-layout-5 {
  padding-top: 50px;
}

.blog-layout-7 .post-list-style7:last-child {
  border-bottom: 1px solid #E6E7E7;
  padding-bottom: 50px;
}

.blog-layout-8 .post-list-style8:last-child {
  border-bottom: 1px solid #E6E7E7;
}

.blog-layout-8 .post-list-style8 .post-list-content {
  text-align: center;
}

.blog-search {
  margin-top: 30px;
}

.blog-search .post-list-style1 {
  padding: 20px 0px;
}

.blog-search .post-list-style1 .post-list-image img {
  width: 100px;
}

.blog-search .post-list-style1 .post-list-title {
  padding: 0px 20px;
}

.blog-author .post-list-style4 .post-list-content {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.blog-author .post-list-style4 .post-list-content .category-style-1 {
  font-size: 14px;
}

/* ------------------------------
		Category
------------------------------ */
.category-style-1 {
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  color: #191b1d99;
  position: relative;
}

.category-style-1:hover {
  color: #191B1D;
}

.category-style-2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #eee;
  padding: 3px 13px;
  background-color: transparent;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 20px;
}

.category-style-2:hover {
  color: #191B1D;
  background-color: #ffffff;
}

.category-style-2.cat-white {
  background-color: #ffffff;
  color: #191B1D;
}

.category-style-3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  border: 1px solid #d7d7d7;
  padding: 3px 12px;
  background-color: transparent;
  border-radius: 20px;
}

.category-style-3:hover {
  color: #ffffff;
}



.categories-area-2 {
  border-bottom: 1px solid #E6E7E7;
  padding: 50px 0px;
}

.categories-items {
  display: -ms-grid;
  display: grid;
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10px;
}

.categories-items .category-item {
  display: block;
  position: relative;
}

.categories-items .category-item .image {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}

.categories-items .category-item .image img {
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.categories-items .category-item .image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.categories-items .category-item span {
  margin-left: auto;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background-color: #1B1B1B;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.categories-items .category-item p {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #191B1D;
  margin-bottom: 0;
}

.categories-items .category-item p:hover {
  color: #191B1D;
}

.categories-items .category-item:last-child {
  margin-bottom: 0px;
}

.categories-items .category-item:hover .image:after {
  opacity: 0.4;
}

/* ------------------------------
		 Shop
------------------------------ */
.shop-area {
  border-bottom: 1px solid #E6E7E7;
}

.shop-filters {
  border-bottom: 1px solid #E6E7E7;
  margin-bottom: 30px;
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-filters .woocommerce-ordering {
  margin-left: auto;
}

.shop-filters .woocommerce-ordering select {
  padding: 10px;
  border: 1px solid #E6E7E7;
}

.shop-single {
  padding: 50px 0px 0px 0px;
  margin-bottom: 20px;
}

.shop-single-content h2 {
  font-weight: 800;
}

.shop-single-content .rate .star {
  margin-right: 8px;
}

.shop-single-content .rate .star i {
  color: #ffba0a;
  font-size: 16px;
}

.shop-single-content .price {
  margin-top: 10px;
}

.shop-single-content p {
  margin: 20px 0px;
}

.shop-single-content ul {
  list-style: disc !important;
  padding-left: 15px;
  margin-bottom: 30px;
}

.shop-single-content ul li {
  margin-bottom: 15px;
  list-style: disc !important;
}

.shop-single-content .controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-single-content .controller .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-single-content .controller .quantity .btn-numbre input {
  width: 60px;
  height: 45px;
  border: 1px solid #E6E7E7;
  margin-right: 10px;
  text-align: center;
  font-weight: 700;
}

.shop-single-content .controller .quantity .btn-action {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E7E7;
  display: block;
  text-align: center;
  border-radius: 0px;
  margin-right: 10px;
  line-height: 30px;
}

.shop-single-content .controller .quantity .btn-action i {
  color: #191B1D;
  line-height: 30px;
  font-weight: 700;
}

.shop-single-content .controller .quantity .btn-action.active {
  background-color: #191B1D;
  color: #ffffff;
}

.shop-single-content .controller .btn-custom {
  height: 45px;
}

.shop-single .meta-info {
  padding-left: 0px;
}

.shop-single .meta-info li {
  margin-bottom: 10px;
  list-style: none !important;
}

.shop-single .meta-info li span {
  color: #191B1D;
  font-weight: 700;
  margin-right: 10px;
}

.shop-single-tab {
  margin-bottom: 50px;
}

.shop-single-tab li {
  list-style: none !important;
}

.shop-single-related-products {
  border-top: 1px solid #E6E7E7;
  margin: 30px 0px 0px 0px;
  padding-top: 50px;
}

.shop-single .comments {
  margin-bottom: 0;
}

.shop-single .comments .comment-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.shop-item {
  margin-bottom: 30px;
  text-align: center;
}

.shop-item .image {
  margin-bottom: 20px;
  position: relative;
}

.shop-item .image .add-to-cart {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  opacity: 0;
  background-color: #191B1D;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.shop-item .image .add-to-cart .btn-action {
  display: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop-item .image:hover .add-to-cart {
  opacity: 0.7;
  display: block;
}

.shop-item .image:hover .add-to-cart .btn-action {
  display: block;
}

.shop-item h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #191b1d99;
}

.shop-item p {
  margin-bottom: 0;
  color: #191B1D;
  font-weight: 500;
  font-size: 18px;
}

.shop .star {
  margin-bottom: 5px;
}

.shop .star i {
  color: #ffba0a;
  font-size: 16px;
}

.nav-tabs .nav-link {
  padding: 10px 0px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
}

.nav-tabs .nav-link.active {
  border: 1px solid transparent;
  border-bottom: 1px solid #191B1D !important;
  color: #191B1D;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
  border-bottom: 1px solid #191B1D !important;
}

.tab-content > .active {
  padding-top: 30px !important;
}

/*cart*/
.cart {
  margin-bottom: 50px;
}

.cart-table table {
  display: table;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: initial;
  border-spacing: 0px;
  border-color: #E6E7E7;
  border: 0 !important;
  width: 100%;
}

.cart-table table thead {
  border: 0 !important;
  border-bottom: 1px solid #E6E7E7 !important;
}

.cart-table table thead th {
  border: 0 !important;
}

.cart-table table th, .cart-table table td {
  padding: 20px 0px !important;
  vertical-align: middle !important;
  text-align: center;
}

.cart-table table td {
  text-align: center;
  color: #191b1d99;
  font-weight: 500;
}

.cart-table table tr {
  border-bottom: 1px solid #E6E7E7;
}

.cart-product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-product .image img {
  width: 100px;
  margin-right: 15px;
}

.cart-product .content h5 {
  font-size: 18px;
}

.cart-delete i {
  font-size: 20px;
  color: red;
}

.cart-total {
  margin-top: 50px;
  background-color: #f1f1f1;
  padding: 30px;
}

.cart-total h4 {
  text-transform: capitalize;
}

.cart-total p {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #191B1D;
}

.cart-total table {
  border-top: 1px solid #E6E7E7;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
}

.cart-total table tbody tr td {
  padding: 20px 0px;
  border-bottom: 1px solid #E6E7E7;
  text-transform: capitalize;
  font-weight: 600;
}

.cart-total table tbody tr td:last-child {
  text-align: right;
}

.cart-total table tbody tr td span {
  color: #191B1D;
}

/* checkout */
.checkout {
  margin: 30px 0 50px 0;
}

.checkout .add-info h4 {
  margin-bottom: 10px;
}

.checkout .add-info textarea.form-control {
  border-radius: 0px;
}

.checkout .add-info textarea.form-control:hover, .checkout .add-info textarea.form-control:focus {
  border: 1px solid #E6E7E7;
}

.checkout-title {
  margin-bottom: 15px;
}

.checkout .order {
  padding-top: 50px;
}

.checkout .order-title {
  padding-bottom: 20px;
}

.checkout .order-table table {
  width: 100%;
  border: 1px solid #E6E7E7;
  margin-bottom: 30px;
}

.checkout .order-table table thead {
  width: 100%;
}

.checkout .order-table table thead th {
  padding: 15px 15px;
  color: #191B1D;
}

.checkout .order-table table tr {
  width: 100% !important;
  border-bottom: 1px solid #E6E7E7;
}

.checkout .order-table table td {
  text-align: left !important;
  width: 100% !important;
  padding: 15px 15px;
  font-weight: 600;
}

.checkout .order-table table td span {
  color: #191B1D;
}

.checkout .order p {
  margin-bottom: 30px;
}

/* ------------------------------
		About
------------------------------ */
.about-us {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-us .image {
  margin-bottom: 30px;
}

.about-us .image img {
  border-radius: 0px;
}

.about-us .description h3 {
  margin-bottom: 20px;
}

.about-us .description .btn-custom {
  margin-top: 10px;
}

/* ------------------------------
		contact
------------------------------ */
.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-info h4, .contact-info h3 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.contact-info p {
  margin-bottom: 30px;
}

.contact-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.contact-info .item .icon {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  text-align: center;
  margin-right: 15px;
  border: 1px solid #E6E7E7;
}

.contact-info .item .icon i {
  line-height: 30px;
  font-size: 13px;
  color: #191B1D;
}

.contact-info .item p {
  margin-bottom: 0;
}

.form .form-group {
  margin-bottom: 20px;
}

.form .form-control {
  background-color: #ffffff;
  border: 1px solid #E6E7E7;
  border-radius: 0px;
  padding: 22px 20px;
  font-size: 14px;
  color: #191B1D;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form .form-control:focus, .form .form-control:hover {
  background-color: #ffffff;
}

.form label {
  font-weight: 400;
  font-size: 14px;
}

.form label span {
  line-height: 0;
}

/* ------------------------------
		Footer
------------------------------ */
.footer {
  background-color: #1B1B1B;
}

.footer-area-content {
  padding: 100px 0px;
}

.footer-area-content .menu {
  text-align: center;
}

.footer-area-content .menu h6 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-area-content .menu ul li {
  margin-bottom: 5px;
}

.footer-area-content .menu ul li a {
  color: #d0d0d0;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-area-content .menu ul li a:hover {
  color: #ffffff;
}

.footer-area-content .newslettre {
  text-align: center;
}

.footer-area-content .newslettre-form .form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-area-content .newslettre-form .form-flex ::-webkit-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex :-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::-ms-input-placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-flex ::placeholder {
  color: #191b1d99 !important;
}

.footer-area-content .newslettre-form .form-group {
  margin-bottom: 0;
  margin-right: 0px;
  width: 100%;
  position: relative;
}

.footer-area-content .newslettre-form .form-control {
  height: 48px;
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 0px;
  color: #191B1D;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
  border: 1px solid #ffffff;
}

.footer-area-content .newslettre-form .form-control:hover {
  border-color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn {
  position: absolute;
  background-color: #1B1B1B;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 5px;
  border: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.footer-area-content .newslettre-form .submit-btn i {
  font-size: 12px;
  line-height: 35px;
  color: #ffffff;
}

.footer-area-content .newslettre-form .submit-btn:hover {
  background-color: #191B1D;
}

.footer-area-content .newslettre-info {
  margin-bottom: 30px;
}

.footer-area-content .newslettre-info h3 {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-area-content .newslettre-info p {
  margin-bottom: 0px;
  color: #d0d0d0;
}

.footer-area-copyright {
  border-top: 1px solid rgba(153, 153, 153, 0.15);
}

.footer-area-copyright .copyright {
  padding: 30px 0;
  text-align: center;
}

.footer-area-copyright .copyright p {
  margin-bottom: 0;
  color: #d0d0d0;
  font-size: 15px;
}

.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.back .back-top {
  width: 45px;
  height: 45px;
  background-color: #b71a34;
  border: 1px solid rgba(153, 153, 153, 0.15);
  position: fixed;
  bottom: 15px;
  right: 30px;
  left: auto;
  border-radius: 0px;
  z-index: 9;
  display: none;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.back .back-top i {
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}

.back .back-top:hover {
  background-color: #ffc107;
}

.back .back-top:hover i {
  color: #ffffff;
}

/* -----------------------------
		 Preloader
--------------------------------- */
.loader {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100000;
}

.loader-element {
  height: 1px;
  width: 60%;
  background: #E6E7E7;
  margin: auto;
}

.loader-element:before {
  content: '';
  display: block;
  background-color: #191B1D;
  height: 1px;
  width: 0;
  -webkit-animation: getWidth 1s ease-in infinite;
          animation: getWidth 1s ease-in infinite;
}

@-webkit-keyframes getWidth {
  100% {
    width: 100%;
  }
}

@keyframes getWidth {
  100% {
    width: 100%;
  }
}

/* ------------------------------
		 Responsive
------------------------------ */
@media screen and (max-width: 1200px) {
  .blog-creative {
    padding: 0px 15px 0px 15px;
  }
  .blog-creative .left-side {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .blog-creative .right-side {
    border-top: 1px solid #E6E7E7;
    margin: 0;
    margin-top: 50px;
    position: relative;
    width: 100%;
  }
  .blog-creative .right-side .posts-lists {
    padding-top: 50px;
  }
  .blog-creative-1 .right-side {
    margin-top: 20px;
  }
  .blog-creative-1 .right-side .posts-lists {
    padding-top: 20px;
  }
  .header-padding {
    padding: 0px 15px;
  }
  .blog-home3 {
    padding: 0px 15px;
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 0px 15px;
  }
  .header-navbar {
    background: #ffffff;
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    right: 0px;
    z-index: 9;
  }
  .header-navbar .navbar {
    padding: 0px !important;
  }
  .header-navbar .navbar-collapse {
    background-color: #bb1414;
    padding: 30px 15px 0px 15px;
    border-bottom: 1px solid #E6E7E7;
  }
  .header-navbar .navbar .nav-item .nav-link:before {
    bottom: 0;
    display: none;
  }
  .header-navbar .navbar .nav-item .dropdown-toggle::after {
    border: 0 none;
    line-height: normal;
    margin-left: 1px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 400;
    opacity: 1;
  }
  .header-navbar .navbar .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .header-navbar .navbar .nav-item .dropdown-menu li {
    margin-right: 100%;
  }
  .header-navbar .navbar .nav-item .dropdown-menu.show {
    margin-bottom: 30px;
  }
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item {
    display: block;
  }
  .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover:before, .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active:before {
    z-index: 1;
  }
  .header-navbar .navbar .nav-item .nav-link {
    margin: 0px 0px 20px 0px;
  }
  .header-padding {
    padding: 0px 0px;
  }
  .categories-items {
        grid-template-columns: repeat(5, 1fr);
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(2, 1fr);
  }
  .post-list-style4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-list-style4 .post-list-image {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list-style4 .post-list-exerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .post-list-style1 h4 {
    font-size: 22px;
  }
  .post-list-style7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
  }
  .post-list-style7:last-child {
    padding-bottom: 0px;
  }
  .post-list-style7:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-list-style7 .post-list-image {
    max-width: 100%;
  }
  .authors-info .content {
    padding-right: 0;
  }
  .section-feature-1 .post-list-style4 .post-list-image, .blog-author .post-list-style4 .post-list-image {
    margin-right: 30px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .section-feature-1 .post-list-style4 .post-list-content, .blog-author .post-list-style4 .post-list-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .section-feature-1 .post-list-style4 .post-list-content .post-btn, .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }
  .section-feature-1 .sidebar, .blog-author .sidebar {
    border-top: 1px solid #E6E7E7;
  }
  .section-feature-2 .post-overly-2 {
    padding-top: 20px;
  }
  .blog-layout-2 .post-list-style2 {
    -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;
  }
  .blog-layout-2 .post-list-style2 .post-list-image {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .blog-home5 {
    height: auto;
  }
  .blog-home5 .blog-banner {
    position: relative;
    width: 100%;
    height: 600px;
  }
  .blog-home5 .post-list-hero {
    height: auto;
    padding: 50px 0px;
  }
  .blog-layout-7 {
    padding-bottom: 0;
  }
  .blog-layout-7 .post-list-style7:last-child {
    padding-bottom: 30px;
  }
  .blog-layout-5 .sidebar {
    border-top: 1px solid #E6E7E7;
  }
  .blog-search .sidebar {
    border-top: 1px solid #E6E7E7;
    padding-bottom: 20px;
  }
  .widget-categories {
        grid-template-columns: repeat(4, 1fr);
  }
  .widget-categories .category-item:last-child {
    display: none;
  }
  .widget-stay-connected .list {
        grid-template-columns: repeat(3, 1fr);
  }
  .sidebar {
    border-left: 0px;
    padding-left: 0px;
  }
  .post-single-body {
    padding: 0;
  }
  .instagram-list {
    grid-gap: 15px;
  }
  .contact-image img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .blog-item {
  z-index: -1;
  height: 250px;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  width: 100% !important;
}
  .post-list-style1 h4 {
    font-size: 20px;
  }
  .post-list-style1 .post-list-title {
    padding: 0px 15px;
  }
  .blog-home9 .list-articles {
        grid-template-columns: repeat(1, 1fr);
  }
  .post-list-style4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-list-style4 .post-list-image {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .post-list-style4 .post-list-content .entry-title {
    margin: 10px 0 15px 0;
  }
  .post-list-style4 .post-list-content .post-btn {
    display: none;
  }
  .post-list-style4 .post-list-exerpt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-image,
  .blog-author .post-list-style4 .post-list-image {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-content,
  .blog-author .post-list-style4 .post-list-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .section-feature-1 .post-list-style4 .post-list-content .post-btn,
  .blog-author .post-list-style4 .post-list-content .post-btn {
    display: block;
  }
  .search-form {
    width: 100%;
  }
  .search-form input {
    width: calc(100% - 100px);
  }
  .search .close {
    right: 30px;
  }
  .post-single-next-previous .small-post {
    margin-bottom: 30px !important;
  }
  .post-single-bottom {
    -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;
  }
  .post-single-bottom .social-media {
    margin-top: 10px;
    margin-left: 0;
  }
  .authors-info .image img {
    margin-bottom: 20px;
  }
  .shop-single-image {
    margin-bottom: 15px;
  }
  .footer-area-content .newslettre {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 50px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .post-list-style1 {
    -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;
  }
  .post-list-style1 .post-list-image img {
    width: 100% !important;
  }
  .post-list-style1 h4 {
    font-size: 20px;
  }
  .post-list-style1 .post-list-title {
    padding: 15px 0px !important;
  }
  .post-list-style1 .post-list-category {
    text-align: left;
    margin-left: 0;
  }
  .post-list-style6 .post-list-content .entry-meta .post-date {
    display: none;
  }
  .section-feature-2 .post-list-style1 .post-list-image {
    width: 100%;
  }
  .blog-layout-2 .post-list-style2 .post-list-content .post-date,
  .blog-layout-3 .post-list-style3 .post-list-content .post-date,
  .blog-layout-5 .post-list-style5 .post-list-content .post-date,
  .blog-home5 .post-list-hero .entry-meta .post-date,
  .post-single-title .entry-meta .post-date,
  .post-list-style7 .post-list-content .entry-meta .post-date,
  .post-list-style8 .post-list-content .entry-meta .post-date {
    display: none;
  }
  .blog-banner {
    padding: 30px;
  }
  .post-overly-content .entry-meta .post-timeread {
    display: none;
  }
  .instagram-list {

        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
  .authors-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .categories-items {
        grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .categories-items .category-item:last-child {
    display: none;
  }
  .footer-area-content .newslettre {
    padding: 0px 0px;
  }
  .footer-area-content.newslettre-info h3 {
    font-size: 24px;
  }
  .search .close {
    right: 15px;
    top: 15px;
  }
  .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search-form input {
    width: 100% !important;
  }
  .search-form .search-btn {
    width: 100%;
    height: 45px;
    margin-top: 15px;
  }
  .post-single-title h2 {
    font-size: 28px;
  }
  .post-single-title .meta-social {
    -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;
  }
  .post-single-title .meta-social .social-media {
    margin-left: 0;
  }
  .post-single-author .authors-info .image {
    margin-bottom: 0px;
  }
  .post-single-content .image-groupe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-single-content .image-groupe .image:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .widget-categories {
        grid-template-columns: repeat(3, 1fr);
  }
  .widget-categories .category-item:last-child {
    display: block;
  }
  .widget-stay-connected .list {
        grid-template-columns: repeat(1, 1fr);
  }
  .theme-switch-wrapper {
    display: none;
  }
  .comments .comment-item {
    display: block;
  }
  .comments .comment-item img {
    margin-bottom: 15px;
  }
  .pagination-list ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .login-content .sign-controls {
    -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;
  }
  .login-content .sign-controls .btn-link {
    margin-left: 0;
    margin-top: 10px;
  }
  .authors-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .authors-info .content {
    margin-left: 0;
  }
  .shop-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shop-filters .woocommerce-ordering {
    margin-top: 10px;
    margin-right: auto;
  }
  .cart-table table td .image {
    display: none;
  }
  .blog-home4 .blog-banner,
  .post-overly-2 .post-overly-content,
  .post-list-style3 .post-list-content,
  .post-single-next-previous .small-post,
  .post-single-comments .comments-form,
  .blog-banner {
    padding: 30px;
  }
  .blog-home7 .post-overly-image img {
    height: auto;
    min-height: 400px;
  }
  .blog-home7 .post-overly-content {
    padding: 15px;
  }
  .post-list-style8 .post-list-image img {
    height: auto;
    width: auto;
  }
}

@media screen and (max-width: 321px) {
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .blog-layout-3 .post-list-style3 .post-list-content .post-author-img,
  .blog-layout-5 .post-list-style5 .post-list-content .post-author-img,
  .post-single-title .entry-meta .post-author-img,
  .post-list-style7 .post-list-content .entry-meta .post-author-img,
  .post-list-style8 .post-list-content .entry-meta .post-author-img {
    display: none;
  }
  .post-single-title h2 {
    font-size: 24px !important;
  }
  .post-single-content .quote {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .categories-items {
        grid-template-columns: repeat(2, 1fr);
  }
  .categories-items .category-item:last-child {
    display: block;
  }
  .widget-categories {
        grid-template-columns: repeat(2, 1fr);
  }
  .widget-categories .category-item:last-child {
    display: none;
  }
  .instagram-list {
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
  .instagram-list .instagram-item:last-child {
    display: block;
  }
  .btn-subscribe {
    padding: 4px 12px !important;
  }
  .tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-area-content .newslettre-info h3 {
    font-size: 20px;
  }
  .section-title h3 {
    font-size: 24px;
  }
  .blog-home4 .blog-banner,
  .post-overly-2 .post-overly-content,
  .post-list-style3 .post-list-content,
  .post-single-next-previous .small-post,
  .post-single-comments .comments-form,
  .blog-banner {
    padding: 15px;
  }
  .blog-home3 {
    padding: 0px 15px;
  }
  .blog-home3 .blog-banner {
    padding: 15px;
  }
}

@media screen and (max-height: 760px) {
  .blog-home3 .owl-carousel .owl-stage-outer {
    margin-bottom: 30px;
  }
}

/* ------------------------------
		Dark Mode
------------------------------ */
.dark {
  background-color: #101213;
  color: #d7d7d7;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .post-list:hover .entry-cat .category-style-1,
.dark .post-list:hover .entry-cat .category-style-3,
.dark .post-list:hover .post-btn .btn-read-more,
.dark .post-list:hover .post-btn .btn-read-more i,
.dark .category-style-1:hover,
.dark .header-navbar .navbar .nav-item .nav-link.active,
.dark .header-navbar .navbar .nav-item .nav-link:hover,
.dark .header-navbar .navbar .nav-item .nav-link,
.dark .slider i,
.dark .header-right .search-icon i,
.dark .post-single-title .entry-meta li a:hover,
.dark .btn-read-more:hover,
.dark .btn-read-more i:hover,
.dark .post-single-next-previous .small-post .small-post-content small a:hover,
.dark .widget-stay-connected .list .item p,
.dark .widget-tags a,
.dark .header-navbar .navbar .nav-item .nav-link:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.dark .widget-tags a:hover,
.dark .widget-popular-posts .small-post .small-post-content a:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active,
.dark .section-heading-3-title .links,
.dark .section-heading-2-title .links,
.dark .section-heading-2-title .links a:hover,
.dark .login-content .btn-link,
.dark .post-single-title .meta ul li,
.dark .post-single-next-previous .small-post .small-post-content small:hover,
.dark .comments .comment-item .content .meta ul li a:hover,
.dark .btn-reply,
.dark .btn-reply:hover,
.dark .post-single-content .quote p,
.dark .post-single-content .quote i,
.dark .post-single-bottom .tags p,
.dark .post-single-bottom .social-media p,
.dark .shop-item p,
.dark .shop-item h5 a:hover,
.dark .shop-single-content .controller .quantity .btn-action i,
.dark .nav-tabs .nav-link.active,
.dark .nav-tabs .nav-link:hover,
.dark .shop-single .meta-info li span,
.dark .checkout .order-table table thead th,
.dark .checkout .order-table table td span,
.dark .cart-total table tbody tr td span,
.dark .search .close i,
.dark .tags ul li a:hover,
.dark .categories-items .category-item:hover p,
.dark .form-control,
.dark .section-scroll .page-title,
.dark .section-heading-1-title .links,
.dark .section-heading-3-title .links a:hover {
  color: #ffffff;
}

.dark .post-list .entry-title a,
.dark .post-list:hover .entry-title a,
.dark .widget-popular-posts .small-post .small-post-content a,
.dark .post-single-next-previous .small-post .small-post-content p a {
  color: #ffffff;
  display: inline;
  background-image: linear-gradient(rgba(255, 255, 255, 0) calc(99% - 1px), #ffffff 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.dark .post-list .entry-title a:hover,
.dark .post-list:hover .entry-title a:hover,
.dark .widget-popular-posts .small-post .small-post-content a:hover,
.dark .post-single-next-previous .small-post .small-post-content p a:hover {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.dark .widget-popular-posts .small-post:hover .small-post-content a,
.dark .post-list:hover .entry-title a {
  color: #ffffff;
  text-decoration: none;
  background-size: 100% 100%;
}

.dark .pagination-list ul li a.active,
.dark .pagination-list ul li a:hover,
.dark .header-navbar .navbar .nav-item .nav-link:before,
.dark .header-right .navbar-toggler span,
.dark .loader-element:before,
.dark .search-form .search-btn,
.dark .btn-submit {
  background-color: #ffffff;
}

.dark .post-list-style3 .post-list-content .post-exerpt p,
.dark .category-style-1,
.dark .post-list .entry-meta li,
.dark .category-style-3,
.dark .btn-read-more,
.dark .btn-read-more i,
.dark .authors-single-content .right .more-icon i,
.dark .post-single-title .entry-meta li,
.dark .tags ul li,
.dark .widget-popular-posts .small-post .small-post-content small,
.dark .post-single-next-previous .small-post .small-post-content small,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item,
.dark .section-heading-3-title .links a,
.dark .section-heading-2-title .links a,
.dark .comments .comment-item .content .meta ul li,
.dark .post-single-content .quote small,
.dark .shop-item h5,
.dark .cart-table table td,
.dark .section-heading-1-title .links a,
.dark .widget-categories .category-item p,
.dark .categories-items .category-item p {
  color: #d7d7d7;
}

.dark .search-form input,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item:hover,
.dark .header-navbar .navbar .nav-item .dropdown-menu .dropdown-item.active,
.dark .header-navbar .navbar .nav-item .dropdown-menu,
.dark .widget-newsletter .form-control,
.dark .nav-tabs .nav-item.show .nav-link,
.dark .nav-tabs .nav-link.active,
.dark .loader, .dark .search, .dark .header,
.dark .header-scroll,
.dark .form .form-control,
.dark .widget-search form input,
.dark .form-control {
  background-color: #101213;
}

.dark .post-list-style3:hover,
.dark .section-heading-light,
.dark .cart-total,
.dark .blog-home7 {
  background-color: #1B1B1B;
}

.dark .post-list,
.dark .instagram-area,
.dark .authors-single,
.dark .authors-single-content .right .more-icon,
.dark .header,
.dark .section-heading-1,
.dark .tags ul li,
.dark .pagination-list ul li a,
.dark .widget,
.dark .border-top,
.dark .widget-tags ul li,
.dark .categories-area-2,
.dark .header-navbar .navbar-collapse,
.dark .header-navbar .navbar .nav-item .dropdown-menu,
.dark .section-heading-2,
.dark .about-us-area,
.dark .authors-info,
.dark .login-content,
.dark .authors-area,
.dark .post-single-next-previous .small-post,
.dark .comments .comment-item,
.dark .post-single-comments .comments-form,
.dark .post-single-content .quote,
.dark .post-single-content .quote i,
.dark .post-single-bottom,
.dark .shop-area,
.dark .shop-filters,
.dark .shop-single-content .controller .quantity .btn-action,
.dark .nav-tabs,
.dark .shop-single,
.dark .shop-single-related-products,
.dark .form .form-control,
.dark .form-control,
.dark .checkout .order-table table tr,
.dark .checkout .order-table table,
.dark .cart-table table tr,
.dark .cart-total table tbody tr td,
.dark .cart-total table,
.dark .search-form input,
.dark .widget-newsletter .form-control,
.dark .section-scroll,
.dark .sidebar,
.dark .widget-search form input,
.dark .contact-area,
.dark .search .close,
.dark .categories-area,
.dark .post-single-comments,
.dark .section-feature-2 .post-list-style1:first-child,
.dark .section-feature-3 .post-list-style6:first-child,
.dark .blog-layout-7 .post-list-style7:last-child,
.dark .blog-layout-8 .post-list-style8:last-child,
.dark .blog-home9 {
  border-color: rgba(153, 153, 153, 0.15);
}

.dark .authors-item-image img {
  border-color: #101213;
}

.dark .pagination-list ul li a.active, .dark .pagination-list ul li a:hover,
.dark .btn-submit i,
.dark .section-heading-5-title h1, .dark .search-form .search-btn {
  color: #191B1D;
}

.dark .nav-tabs .nav-link.active {
  border-bottom: 1px solid #ffffff !important;
}

.dark .blog-home7 .owl-carousel .owl-nav button.owl-next,
.dark .blog-home7 .owl-carousel .owl-nav button.owl-prev,
.dark .blog-home7 .owl-carousel button.owl-dot {
  border-color: #ffffff;
}

.dark .blog-home7 .owl-carousel .owl-nav button.owl-next.active,
.dark .blog-home7 .owl-carousel .owl-nav button.owl-prev.active,
.dark .blog-home7 .owl-carousel button.owl-dot.active {
  background-color: #ffffff;
}

.dark .slash,
.dark .post-single-title .entry-meta li .line,
.dark .post-list .entry-meta li .line {
  background-color: #d7d7d7;
}

.dark .btn-subscribe {
  background-color: #ffffff;
  color: #191B1D;
  border: 1px solid #ffffff;
}

.dark .btn-subscribe:hover, .dark .btn-subscribe:focus {
  color: #ffffff;
  background-color: #191B1D;
  border: 1px solid #d7d7d7;
}

.dark .btn-custom {
  background-color: #ffffff;
  color: #191B1D;
  border: 1px solid #ffffff;
}

.dark .btn-custom:hover, .dark .btn-custom:focus {
  color: #ffffff;
  background-color: transparent !important;
  border: 1px solid #d7d7d7;
}

.dark .btn-read-more:hover {
  color: #ffffff !important;
}

.dark .btn-reply:hover {
  color: #ffffff !important;
}

.dark .header-right .navbar-toggler span {
  -webkit-box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
          box-shadow: 0px -8px 0 0px #ffffff, 0px 8px 0 0px #ffffff;
}

.dark .loader-element {
  background-color: rgba(153, 153, 153, 0.15);
}

.dark ::-webkit-input-placeholder {
  color: #d7d7d7 !important;
}

.dark :-ms-input-placeholder {
  color: #d7d7d7 !important;
}

.dark ::-ms-input-placeholder {
  color: #d7d7d7 !important;
}

.dark ::placeholder {
  color: #d0d0d0 !important;
}

.dark .border-top {
  border-color: rgba(153, 153, 153, 0.15) !important;
}

@media screen and (max-width: 1200px) {
  .dark .blog-creative .right-side {
    border-color: rgba(153, 153, 153, 0.15);
  }
}

@media screen and (max-width: 991px) {
  .dark .header-navbar .navbar-collapse {
    background-color: #101213;
    
  }
}
.widget {
  

  padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
    font-family: "Open Sans", sans-serif;
}

.widget-categories-limited {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  
}

.category-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333;
}

.category-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.category-item .image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}

.category-item .image img {
  width:135px;
  
  object-fit: cover;
}

.category-item .title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.no-category {
  padding: 20px;
  text-align: center;
  color: #999;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .widget-categories-limited {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .widget-categories-limited {
    grid-template-columns: 1fr;
  }
  
}
.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .owl-stage {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.py-20 
  {
width: 1550px;
  }
.catecorylable {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #b71a34;
    color: #ffffff;
    padding: 2px 7px;
    font-size: 13px;
    border-radius: 0px;
}
.catecorylable a{color: #ffffff;}
a.post_image {
    max-height: 175px;
    overflow: clip;
}
h5.card-title , h5.card-title a{
    font-size: 18px;
    color: #232323 !important;
}
a.btn-read-more.btn.btn-primary {
    padding: 3px 10px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
     background: rgb(66 66 66) !important;
}
a.btn-read-more.btn.btn-primary:hover,
a.btn-read-more.btn.btn-primary:active,
a.btn-read-more.btn.btn-primary:focus{
  color: rgb(255, 255, 255) !important;
  background: rgb(41, 41, 41) !important;
}
.row.postblock .col-md-4{
  margin-bottom: 30px;
}
.row.postblock .card {
    height: 100%;
}
h2.section-title {
    padding: 10px;
    background: linear-gradient(to right, #eeeeee 0%, #ffffff 100%);
    font-size: 26px;
}
ul.list-inline a {
    color: #333;
}
a.btn.btn-primary.btn-sm {
    background: #b71a34;
      border-color:#b71a34;


    }
    a.btn.btn-primary.btn-md {
    background: #b71a34;
    border-color:#b71a34;
  }
    a.btn.btn-primary.btn-md-hover {
    color: rgb(174, 20, 20);
}
 a.btn.btn-primary.btn-sm-hover {
    color: rgb(174, 20, 20);
}
.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center; /* ✅ Center pagination */
}

.pagination nav {
    display: inline-block;
}

.pagination .page-item .page-link {
    color: #b71a34; /* ✅ JGU brand red */
    border-radius: 4px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    margin: 0 3px;
    transition: 0.3s;
}

.pagination .page-item .page-link:hover {
    background-color: #f8f9fa;
    border-color: #b71a34;
    color: #b71a34;
}

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

    .posts-container {
    max-width: 1550px;
    margin: auto;
   padding: 82px 0px;
}

.search-wrapper {
    margin-bottom: 30px;
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 2px 6px rgba(193, 165, 52, 0.15);
}

.search-form select {
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    min-width: 150px;
}

.btn-search {
    padding: 6px 20px;
    border-radius: 6px;
    border: none;
    background-color: #b71a34;
    color: #fff;
    cursor: pointer;
}

.btn-search:hover {
    background-color: #901426;
}

.posts-row {
    display: flex;
    gap: 30px;
}

.posts-main {
    flex: 2;
}

.posts-sidebar {
    flex: 1;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.post-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

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

.post-category {
    position: absolute;
   
    left: 0;
    background-color: #b71a34;
    color: #fff;
    padding: 4px 12px;
    font-size: 0.6rem;
    border-radius: 0 5px;
    text-decoration: none;
}

.post-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.post-title {
    margin-bottom: 5px;
    font-size: 1rem;
}

.post-title a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.post-title a:hover {
    color: #b71a34;
}

.post-date {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 10px;
}

.btn-readmore {
    margin-top: auto;
    padding: 0px 0;
    border-radius: 6px;
    text-align: center;
    background-color:  #333;;
    color: #fff;
    text-decoration: none;
    display: block;
    size: auto;
    width: 89px;
    font-size: 0.8rem;
}

.btn-readmore:hover {
    background-color: #901426;
}

.pagination-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.sidebar-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin-bottom: 25px;
}

.sidebar-card h5 {
    color: #b71a34;
    margin-bottom: 15px;
}

.sidebar-post {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.sidebar-post img {
    width: 70px;
    height: 55px;
    object-fit: cover;
    border-radius: 6px;
}

.sidebar-post-content a {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.sidebar-post-content a:hover {
    color: #b71a34;
}

.sidebar-post-content small {
    font-size: 0.75rem;
    color: #888;
}

.tags a {
    display: inline-block;
    margin: 3px 5px 3px 0;
    padding: 4px 12px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.8rem;
}

.tags a:hover {
    background-color: #b71a34;
    color: #fff;
}

.no-posts {
    text-align: center;
    color: #888;
    font-size: 1rem;
    margin-top: 20px;
}
header.header.navbar-expand-lg.fixed-top {
    position: relative;
  }
  
.theme-bg-01{
  background: #b71a34; 
}
.theme-color-01{
  color: #b71a34;
}
.theme-bg-02{
  background: #A02B2D;
}
.theme-color-02{
  color: #A02B2D;
}
header.top-header.mb-10 {
    box-shadow: 0px 7px 15px rgb(100 99 99 / 45%);
    z-index: 9999;;
}
header{
  width: 100%;
  display: block;
  position: relative;
  z-index: 100;
}
header .navbar-brand img{
 
  width: auto;
      margin-left: -62px;
}
.menu-navigation ul{
  padding: 0;
  margin: 0;
}
header .menu-navigation ul li.menu-items:hover>a{
  color: #f9ad31;
}
header .menu-navigation ul li.menu-items>a{
  color: #000;
  padding: 30px 5px;
  font-size: 14px;
  display: block;
  position: relative;
  font-weight: 600;
  z-index: 99;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: none;
}
header .menu-navigation ul li.menu-items{
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}
header .menu-navigation ul li.menu-items .sub-menu{
  background: #b71934 none repeat scroll 0 0;
  border-top: 1px solid rgb(183 25 52);
  text-align: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border-bottom: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: 0.2s;
}
header .menu-navigation .sub-menu .menu-widget{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
header .menu-navigation .sub-menu .sub-menu-details{
  padding: 10px 15px;
}
header .menu-navigation .sub-menu .sub-menu-details ul{
  margin: 0;
  padding: 0;
}
header .menu-navigation .sub-menu .sub-menu-details ul li{
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
header .menu-navigation .sub-menu .sub-menu-details ul li:hover a{
  font-weight: 600;
  border: 1px solid rgb(255 255 255 / 38%);
}
header .menu-navigation .sub-menu .sub-menu-details ul li a{
  border: 1px solid transparent;
  color: #fff;
  padding: 2px 5px 2px 5px;
  transition: 0.2s;
  margin: 1px 0 1px;
  display: block;
  text-transform: initial;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  position: relative;
  align-items: baseline;
  background: rgb(165 62 72 / 0%);
}
header .menu-button .line{
  width: 36px;
  height: 5px;
  border-radius: 40px;
  display: block;
  margin: 6px 0px;
  background: #b71934;
  transition: 0.3s;
}
header .menu-button{
  position: absolute;
  right: 10px;
  display: block;
  top: 20%;
  transition: 0.3s;
}
header .menu-button.menu-button-open span:nth-child(3){
  transform: rotate(-45deg) translateX(8px);
}
header .menu-button.menu-button-open span:nth-child(2){
  display: none;
}
header .menu-button.menu-button-open span:nth-child(1){
  transform: rotate(45deg) translateX(8px);
}
header .menu-button.menu-button-open .line{
  background: #fff;
}
header .menu-button.menu-button-open{
  z-index: 9999;
  right: 20px;
}
.sticky-btn-for-home i{
  font-size: 30px;
  transition: 0.2s;
  margin-right: 20px;
}
.sticky-btn-for-home:hover i{
  margin-right: 8px;
}
.sticky-btn-for-home:hover{
  right: 0;
  background: #ffc107;
  color: #000;
}
.sticky-btn-for-home{
  transition: 0.2s;
    position: fixed;
    top: 40%;
    right: -60px;
    background: #b71a34;
    color: #fff;
    display: flex;
    padding: 8px 10px;
    z-index: 9;
    align-items: center;
    border-radius: 2px;
    box-shadow: -2px 0px 5px rgb(0 0 0 / 16%);
}







@media screen and (min-width: 992px) {   
  .sticky-apply-now {
    display: none;
  }
      

  header .menu-navigation>ul {
    display: inline-block;
  }
  header .menu-navigation ul li.menu-items.one-link:hover>a::after {
    display: none;
  }
  header .menu-navigation ul li.menu-items:hover>a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(183 25 52);
    position: absolute;
    bottom: 0;
    left: 40%;
  }
  header .menu-navigation ul li.menu-items:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
  }
  header .menu-button{
    display: none;
  }
  header .menu-navigation .sub-menu .sub-menu-details{
    column-count: 2;
    padding: 30px 15px;
  }
}



@media screen and (max-width: 992px) {
  .h2, h2{
    font-size: 1.6rem;
     display: none;
    }
  }
  .text-64{
    font-size: 2.285714rem !important;
  }

div#university-menu {
    margin-left: -40px;
  }

  .tab {
    padding:12px 22px;
    border:none;
    border-radius:6px;
    background-color:#e0e0e0;
    color:#333;
    font-weight:600;
    margin:0 5px;
    cursor:pointer;
    transition:0.3s;
}
.tab-active {
    background-color:#b71a34;
    color:#fff;
}
.form-card {
    background:#fff;
    border-radius:12px;
    box-shadow:0 2px 12px rgba(0,0,0,0.08);
    padding:40px;
    max-width:1550px;
    width:100%;
    flex:1 1 600px;
}
.form-title {
    font-size:1.6rem;
    font-weight:700;
    color:#b71a34;
    margin-bottom:20px;
}
.form-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(250px,1fr));
    gap:15px;
    margin-bottom:20px;
}
input, textarea {
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:1rem;
    color:#000;
}
textarea { min-height:120px; resize:vertical; }
.btn-submit {
    background-color:#b71a34;
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
}
.btn-submit:hover { background-color:#9c142c; }
.captcha-group { display:flex; align-items:center; gap:10px; margin-bottom:20px; }
.captcha-box {
    background:#f0f0f0;
    padding:10px 14px;
    border-radius:6px;
    font-weight:bold;
    font-size:1rem;
    user-select:none;
}
.refresh-btn {
    border:none;
    background:#b71a34;
    color:#fff;
    border-radius:6px;
    padding:6px 12px;
    cursor:pointer;
}
.captcha-error { color:red; display:none; font-size:0.9rem; }
@media(max-width:768px){
    .form-card{ padding:25px; }
    .form-grid{ grid-template-columns:1fr; }
}
a.btn.btn-default.border.btn-lg {
    border: solid 1px #b71a34 !important;
    color: #b71a34;
}
a.readmorebtn {
    color: #b71a34;
    font-weight: 600;
    font-size: 14px;
    text-decoration: underline;
}
a.readmorebtn:hover {
    color: #000000;
}
.pt-50{padding-top: 80px;}
.pb-50{padding-bottom: 80px;}
.card.event-card {
    transition: transform 0.3s ease;
    cursor: pointer;
    border: solid 1px #ccc !important;
    padding: 10px;
}
.card.event-card .card-body.position-relative {
    padding: 15px 2px 5px;
}
/* ======== Layout ======== */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  color: #040404;
  margin: 0;
}

.btn-view-all {
  background: #b71a34;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.btn-view-all:hover {
  background: #a0172e;
}

.layout-grid {
  display: grid;

  gap: 30px;
}

@media (max-width: 992px) {
  .layout-grid {
    grid-template-columns: 1fr;
  }
}

/* ======== Events List ======== */
.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.event-card {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #fff;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.event-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.event-content {
  padding: 15px;
}

.event-title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.event-location,
.event-date {
  font-size: 14px;
  color: #666;
  margin: 2px 0;
}

.view-btn {
  display: inline-block;
  margin-top: 10px;
  background: #b71a34;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.view-btn:hover {
  background: #a0172e;
}

/* ======== Calendar Sidebar ======== */
.calendar-sidebar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: sticky;
  top: 80px;
}

.month-title {
  color: #b71a34;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.month-select-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.month-select-form select {
  flex: 1;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.nav-btn {
  background: transparent;
  border: 1px solid #b71a34;
  color: #b71a34;
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
}

.nav-btn:hover {
  background: #b71a34;
  color: #fff;
}

/* ======== Calendar Table ======== */
.calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.calendar-table th {
  font-size: 13px;
  color: #b71a34;
  padding-bottom: 5px;
}

.calendar-day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.calendar-day.today {
  background: #b71a34;
  color: #fff;
  font-weight: bold;
}

.calendar-day.has-event .event-dot {
  width: 14px;
  height: 14px;
  background: #b71a34;
  border-radius: 50%;
  margin-top: 2px;
}


.calendar-day:hover {
  background: #f5f5f5;
  color: #b71a34;
}

/* ======== Pagination ======== */
.pagination-wrap {
  margin-top: 25px;
  text-align: center;
}
 .calendar-day {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        transition: all 0.3s ease;
        position: relative;
    }
    .event-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        margin-top: 2px;
    }
    .today-label {
        font-size: 10px;
        padding: 2px 4px;
    }
    .today-border {
        border: 2px solid #28a745;
        border-radius: 50%;
    }
    /* ======== Calendar Table ======== */
.calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.calendar-table th {
  font-size: 13px;
  color: #b71a34;
  padding-bottom: 5px;
}

.calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}

.calendar-day:hover {
  background: #f5f5f5;
  color: #b71a34;
}

.calendar-day.has-event {
  background-color: #b71a34;
  color: #fff;
}

.calendar-day.today {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
}

/* ======== Event Dot with Tooltip ======== */
.event-dot {
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

/* Tooltip Styling */
.event-dot::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 10;
}

.event-dot:hover::after {
  opacity: 1;
}

/* ======== Today Label ======== */
.today-label {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 10px;
  padding: 2px 4px;
  background-color: #28a745;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
/* ======== Today Label ======== */
.today-label {
  position: absolute;
  top: -8px;
  right: -10px;
  font-size: 10px;
  padding: 2px 4px;
  background-color: #28a745;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}
 .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: #b71a34;
            border: none;
            color: #fff;
            font-size: 16px;
            padding: 10px 14px;
            border-radius: 0%;
            cursor: pointer;
            z-index: 2;
            transition: background 0.3s;
          }

          .carousel-btn:hover {
            background: #90142a;
          }

          .carousel-btn.left {
            left: 0px;
          }

          .carousel-btn.right {
            right: 0px;
          }
@media screen and (max-width: 520px) {
.header-area .logo img {
    max-height: 60px;
}




}

