.default-el .dz-card {
  position: relative;
  background-color: #fff;
}
.default-el .dz-card .dz-info {
  padding: 30px;
  position: relative;
}
.default-el .dz-card .dz-title {
  margin-bottom: 15px;
  word-break: break-word;
}

.default-el .w3cms_swiper_element-prev, .default-el .w3cms_swiper_element-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --swiper-navigation-size: 20px;
}
.default-el .w3cms_swiper_element-prev {
  left: -10px;
}
.default-el .w3cms_swiper_element-next {
  right: -10px;
}
.w3-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.w3-section-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}
.w3-section-head.text-center {
  justify-content: center;
  text-align: center;
}
.w3-sub-title {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.w3-title {
  font-size: 38px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.w3-description {
  color: rgba(0,0,0,0.7);
  font-size: 16px;
  max-width: 700px;
}
.w3-pagination {
  margin-top: 40px;
}
.w3-col {
  margin-bottom: 20px;
}

.w3-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.w3-col {
  padding: 0 15px;
  width: 100%;
}
.w3-cat-col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.w3-page-col {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.w3-page-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.w3-page-excerpt {
  font-size: 14px;
  margin-bottom: 15px;
}
.swiper-slide-img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .w3-cat-col,
  .w3-page-col {
    width: 33.33%;
  }
  .default-el .w3cms_swiper_element-prev {
    left: 5px;
  }
  .default-el .w3cms_swiper_element-next {
    right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .w3-cat-col,
  .w3-page-col {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .w3-cat-col,
  .w3-page-col {
    width: 100%;
  }
  .default-el .dz-card .dz-title {
    margin-bottom: 15px;
  }
}
.default-el .dz-card.blog-half {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .default-el .dz-card.blog-half {
    display: block;
  }
}
.default-el .dz-card.blog-half .dz-info {
  padding: 30px;
  position: relative;
  flex: 1;
}
.default-el .dz-card.blog-half .dz-media {
  margin-bottom: 0;
  max-width: 300px;
  min-width: 300px;
}
.default-el .dz-card.blog-half .dz-media a {
  display: block;
  height: 100%;
}
.default-el .dz-card.blog-half .dz-media img {
  height: 100%;
  object-fit: cover;
  min-height: 215px;
}
@media only screen and (max-width: 575px) {
  .default-el .dz-card.blog-half .dz-media img {
    min-height: auto;
  }
}
.default-el .dz-card.blog-half.post-video .post-video-icon {
  width: 60px;
  height: 60px;
  font-size: 20px;
}
.default-el .dz-card.blog-half .swiper {
  height: 100%;
}

.default-el .dz-media.height-sm {
  height: 220px;
}
.default-el .dz-media.height-sm img {
  height: 100%;
  object-fit: cover;
}

.default-el .dz-media.height-md {
  height: 265px;
}
.default-el .dz-media.height-md img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .default-el .dz-media.height-md {
    height: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .default-el .dz-media.height-md {
    height: 200px;
  }
}
.default-el .dz-media.height-md .post-swiper {
  height: 100%;
}

.default-el .dz-media.height-lg {
  height: 350px;
}
@media only screen and (max-width: 1199px) {
  .default-el .dz-media.height-lg {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .default-el .dz-media.height-lg {
    height: 220px;
  }
  .default-el .dz-media.height-lg img {
    height: 100%;
    object-fit: cover;
  }
}

.default-el .dz-meta {
  margin-bottom: 10px;
}
.default-el .dz-meta ul {
  margin: 0;
  padding: 0;
}
.default-el .dz-meta ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: 0px;
  padding-right: 10px;
}
.default-el .dz-meta ul li.post-author img{
  display: inline;
}
.default-el .dz-meta ul li:after {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #0000003e;
  position: absolute;
  top: 50%;
  right: -5px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.default-el .dz-meta ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.default-el .dz-meta ul li:last-child:after {
  content: none;
}
.default-el .dz-meta ul li i {
  font-size: 16px;
  margin-right: 2px;
  color: var(--primary);
  transform: scale(1.3);
  position: relative;
  top: 2px;
}
.default-el .dz-meta ul li a {
  color: inherit;
}
@media only screen and (max-width: 575px) {
  .default-el .dz-meta ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.dz-badge {
  background-color: var(--primary);
  color: #fff;
  border-radius: 3px;
  padding: 6px 15px;
  font-size: 15px;
}
.dz-badge:hover {
  color: white;
}

.post-video .post-video-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--primary);
  font-size: 30px;
  margin: 0 auto;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
/*  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);*/
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
}
@media only screen and (max-width: 575px) {
  .post-video .post-video-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.post-video .post-video-icon:before,
.post-video .post-video-icon:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #fff;
  z-index: -1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transition: all 0.5;
  -o-transition: all 0.5;
  -webkit-transition: all 0.5;
  -ms-transition: all 0.5;
  transition: all 0.5;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}
.post-video .post-video-icon:before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: animationSignal1;
  animation-iteration-count: infinite;
  -webkit-animation: animationSignal1;
}
.post-video .post-video-icon:after {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  animation: animationSignal2;
  animation-iteration-count: infinite;
  -webkit-animation: animationSignal2;
}

.default-el .dz-card.blog-half.sticky {
  position: relative;
  border: 0.375rem solid var(--primary);
  overflow: hidden;
}
.default-el .dz-card.blog-half.sticky .sticky-icon {
  background: var(--primary);
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  transform: rotate(45deg);
  top: -1.563rem;
  right: -1.563rem;
  z-index: 1;
  color: #fff;
}
.default-el .dz-card.blog-half.sticky .sticky-icon i {
  position: absolute;
  bottom: 0.1875rem;
  right: 1.125rem;
  transform: rotate(5deg);
  color: #fff;
  font-size: 1rem;
}

.default-el .dz-card.default-el-1 {
    border: 1px solid #0000001c;
/*  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1);*/
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
/*  margin: 30px 0 20px;*/
}
.default-el .dz-card.default-el-1 .dz-info {
  padding: 20px 0 0;
}
.default-el .dz-card.default-el-1 .dz-info p {
  margin-bottom: 25px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .default-el .dz-card.default-el-1 .dz-info p {
    margin-bottom: 20px;
  }
}
.default-el .dz-card.default-el-1 .dz-info .dz-meta {
  margin-bottom: 12px;
}
.default-el .dz-card.default-el-1 .dz-info .dz-title {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.2;
}
.default-el .dz-card.default-el-1 .dz-info .post-author img {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .default-el .dz-card.default-el-1 .dz-info .post-author img {
    height: 27px;
    width: 27px;
    margin-right: 5px;
  }
}
.default-el .dz-card.default-el-1 .dz-media {
  border-radius: unset;
}
.default-el .dz-card.default-el-1 .dz-media .dz-badge-list {
  position: absolute;
  top: 20px;
  left: 20px;
}
.default-el .dz-card.default-el-1 .dz-media .dz-badge {
  background-color: var(--primary);
  color: #fff;
  border-radius: var(--border-radius-base);
  padding: 8px 15px;
  font-size: 12px;
  text-transform: uppercase;
}
.default-el .dz-card.default-el-1:hover {
/*  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.2);*/
}
.default-el .dz-card.default-el-1.blog-half {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .default-el .dz-card.default-el-1.blog-half {
    display: block;
  }
}
.default-el .dz-card.default-el-1.blog-half .dz-info {
  padding: 0 0 0 30px;
}
@media only screen and (max-width: 1199px) {
  .default-el .dz-card.default-el-1.blog-half .dz-info {
    padding: 0 0 0 20px;
  }
  .default-el .dz-card.default-el-1.blog-half .dz-info .dz-title {
    font-size: 20px;
  }
  .default-el .dz-card.default-el-1.blog-half .dz-info .dz-meta ul li:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .default-el .dz-card.default-el-1.blog-half .dz-info {
    padding: 0;
  }
  .default-el .dz-card.default-el-1.blog-half .dz-info .dz-title {
    font-size: 18px;
  }
}
.default-el .dz-card.default-el-1.blog-half .dz-media {
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .default-el .dz-card.default-el-1.blog-half .dz-media {
    max-width: 220px;
    min-width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .default-el .dz-card.default-el-1.blog-half .dz-media {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
  }
}

.read-more-btn {
  display: inline-block;
    padding: 7px 18px;
    font-size: 15px;
    color: #fff;
    background-color: #060606;
    font-weight: 500;
    position: relative;
    line-height: 1.5;
}
.read-more-btn:hover {
    color: #fff;
    background-color: #000 !important;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b10 {
    margin-bottom: 10px;
}

.default-el .section-head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
}
.default-el .section-head:after {
    content: none;
}

.default-el .section-head .content {
  width: 70%;
}
.default-el .section-head .title,
.default-el .section-head .description,
.default-el .section-head .sub-title {
  text-align: left;
  padding: 0;
  max-width: 100%;

  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .default-el .section-head {
      margin-bottom: 10px;
      display: block;
      text-align: center !important;
  } 
  .default-el .section-head .content {
    width: 100%;
    margin-bottom: 20px;
  }
  .default-el .section-head .title,
  .default-el .section-head .description,
  .default-el .section-head .sub-title {
    text-align: center;
  }
}

.default-el {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.default-el ul {
  margin: 0;
  padding: 0;
}
.default-el .pagination {
    justify-content: center;
}
.default-el .swiper-pagination {
    margin-top: 30px;
    position: relative;
}
/* Category Box */
.default-el .category-box{
    position:relative;
}
.default-el .category-box img{
    width: 100%;
}
.default-el .category-box .category-info{
    position:absolute;
    left:0;
    bottom:0;
    text-align:center;
    width:100%;
    padding:20px 30px;
}
.default-el .category-box .category-info a{
    position:relative;
    background: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #242627;
    letter-spacing: 1px;
    padding: 10px 25px;
    display: inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.default-el .category-box .category-info a:before,
.default-el .category-box .category-info a:after{
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    left: -28px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
}
.default-el .category-box .category-info a:after{
    right: -28px;
    left:auto;
}
.default-el .category-box .category-info a:hover{
    background: #212326;
    color: #fff;    
}
.default-el .category-box .category-info a:hover:before,
.default-el .category-box .category-info a:hover:after{
    background:#212326;
}
.default-el .page-list li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.default-el .page-list {
  margin-bottom: 30px;
}
.default-el .page-listing-box {
  padding: 20px;
  background: #fff;
  border: 1px solid #0000001a;
}

.content-password-form {
  position: relative;
  clear: both; }
  .content-password-form label {
    display: block;
    font-size: 1rem; }
  .content-password-form input[type="password"] {
    width: 100%;
    border: 0.0625rem solid #ebedf2;
    padding: 0.625rem 6.25rem 0.625rem 0.938rem;
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da; }
  .content-password-form button[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.625rem 1.25rem;
    background: var(--primary);
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none;
    height: 2.8125rem; }
    .content-password-form input[type="submit"]:hover {
      background: var(--primary-hover); }

    .invalid-content-password {
      color:red; }
      


.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
}
.widget ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/* -------- Widget Search ---------*/
.widget.widget_search .search-input-group {
  display: flex;
  width: 100%;
}
.widget.widget_search .search-group-button {
  position: absolute;
  right: 0;
  padding: 4px;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.widget.widget_search .search-bx .search-group-input {
  width: 100%;
  height: 45px;
  border-color: #0000001c;
  box-shadow: none;
  /*font-size: 13px;*/
  line-height: 20px;
  padding: 9px 12px;
}
.widget.widget_search .search-bx button[type="submit"] {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  border-color: #fff0;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 9px 12px;
  position: relative;
  z-index: 2;
  border: 1px solid #fff0;
  background: var(--primary);
}


/* -------- Widget recent posts ---------*/
.widget.widget_recent_posts .widget-post-bx {
  border-bottom: none;
}
.widget.widget_recent_posts .widget-post-bx .widget-post {
  margin-bottom: 20px;
    align-items: center;
    display: flex;
    border-radius: 0;
    overflow: hidden;
}
.widget.widget_recent_posts .widget-post-bx .dlab-post-media {
    width: 110px;
    min-width: 90px;
    margin: 0;
    border-radius: 0;
}
.widget.widget_recent_posts .widget-post-bx .dlab-post-info {
    background: #fff0;
    padding: 0;
    padding-left: 20px;
    border: none;
    padding-right: 10px;
    display: table-cell;
    vertical-align: middle;
}
.widget.widget_recent_posts .widget-post-bx .dlab-post-info ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.widget.widget_recent_posts .widget-post-bx .dlab-post-info ul li{
    display: inline-block;
  }
.widget.widget_recent_posts .widget-post-bx .dlab-post-info ul li:not(:last-child):after {
    content: "|";
    font-weight: 400;
    margin-left: 5px;
    opacity: .5;
    padding: 0;
    display: inline-block;
}
.widget.widget_recent_posts .widget-post-bx .dlab-post-info .post-title {
    margin: 0;
}

/* -------- Widget Archive/Category ---------*/
.widget.widget_archives ul li,
.widget.widget_categories ul li {
  text-align: right;
  position: relative;
  display: table;
  width: 100%;
  padding: 0.5rem 0rem 0.5rem 1.2rem !important;
  line-height: 1.3 !important;
}
.widget.widget_archives ul li.list-item:before,
.widget.widget_categories ul li.list-item:before {
  content: ">";
  line-height: 1.4;
  position: absolute;
  left: 0;
  color: var(--primary);
}
.widget.widget_archives ul li.list-item a,
.widget.widget_categories ul li.list-item a {
  color: gray;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  /*font-size: 15px;*/
  float: left;
  text-transform: capitalize;
  text-align: left;
}

/* -------- Widget Archive/Category ---------*/

.widget.widget_tag_cloud a {
    padding: 8px 8px;
    background-color: #FFF;
    border: 1px solid #dbdde2;
    font-size: 16px;
    display: inline-block;
    margin: 0 12px 12px 0;
    color: #494b4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}