/*
	Template Name: Digiqole
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: digiqole - Newspaper and Magazine WordPress Theme
    Version: 1.0

=====================
   table of content 
====================
    1.  topbar
    2.  header middle area
    3.  header
    4.  tranding bar
    5.  main slider
    6.  post slider
    7.  post tab
    8.  post block
    9.  post list tab
    10. post tab 2
    11. social share
    12. video sync slider
    13. post grid loadmore
    14. post grid slider
    15. post block slider
    16. category list
    17. post list
    18. category layout 
    17. single post layout
    18. footer
    19. 404



*/
/* Typography
================================================== */
body {
  line-height: 22px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-display: swap;
}

html.fonts-loaded body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 700;
  font-display: swap;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
  font-family: "Barlow", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 28px;
}

/* Global styles
================================================== */
iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #fc4a00;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #fc4a00;
}

a.read-more {
  color: #fc4a00;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

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

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.clearfix:after {
  display: block;
  width: 100%;
  content: "";
}

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #fc4a00;
  height: 45px;
  padding: 0 35px;
  line-height: 42px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  color: #fc4a00;
  background: #fff;
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #fc4a00;
  border-color: #fc4a00;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #fc4a00;
  text-decoration: none !important;
}
.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-link:hover {
  color: #fc4a00;
}

.post-readmore {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
.post-readmore:hover {
  color: #fc4a00;
}
.post-readmore i {
  vertical-align: middle;
  margin-left: 5px;
}

.block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.block-title.title-border {
  margin-left: 10px;
  border-bottom: 2px solid #fc4a00;
}
.block-title.title-border .title-bg {
  padding: 0px 27px;
  position: relative;
  background: #fc4a00;
  display: inline-block;
  top: 2px;
}
.block-title.title-border .title-bg:before {
  position: absolute;
  content: "";
  left: -9px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #fc4a00;
  bottom: 0;
  margin: auto;
}
.block-title.title-border .title-bg:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-left: 15px solid #fc4a00;
  border-bottom: 0px solid transparent;
  height: 100%;
}
.block-title.no-left-border.title-border .title-bg:before {
  display: none;
}

.section-heading.no-title-shap .title-bg:after {
  display: none;
}

.heading-style2 .block-title {
  color: #222222;
}
.heading-style2 .block-title.title-border {
  position: relative;
  border-bottom: none !important;
  margin-left: 0;
}
.heading-style2 .block-title.title-border:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.heading-style2 .block-title.title-border .title-bg {
  background: #fff;
}
.heading-style2 .block-title.title-border .title-bg:after, .heading-style2 .block-title.title-border .title-bg:before {
  display: none;
}

.heading-style3 .block-title,
.heading-style3 .widget-title,
.sidebar .widget .block-title,
.sidebar .widget .widget-title {
  letter-spacing: 0.64px;
  color: #fc4a00;
  line-height: 25px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
.heading-style3 .block-title .title-angle-shap,
.heading-style3 .widget-title .title-angle-shap,
.sidebar .widget .block-title .title-angle-shap,
.sidebar .widget .widget-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
}
.heading-style3 .block-title .title-angle-shap:before, .heading-style3 .block-title .title-angle-shap:after,
.heading-style3 .widget-title .title-angle-shap:before,
.heading-style3 .widget-title .title-angle-shap:after,
.sidebar .widget .block-title .title-angle-shap:before,
.sidebar .widget .block-title .title-angle-shap:after,
.sidebar .widget .widget-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:after {
  position: absolute;
  top: 0;
  content: "";
  background: #fc4a00;
  left: 0;
}
.heading-style3 .block-title .title-angle-shap:before,
.heading-style3 .widget-title .title-angle-shap:before,
.sidebar .widget .block-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:before {
  width: 3px;
  height: 12px;
}
.heading-style3 .block-title .title-angle-shap:after,
.heading-style3 .widget-title .title-angle-shap:after,
.sidebar .widget .block-title .title-angle-shap:after,
.sidebar .widget .widget-title .title-angle-shap:after {
  width: 12px;
  height: 3px;
}

.sidebar .widget .widget-title {
  color: #222222;
}

.sidebar .widget .widget-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:after {
  background: #222;
}

.post-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 24px;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #fc4a00;
}
.post-title.md {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.post-title.lg {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.45px;
}

html.fonts-loaded .post-title {
  font-weight: 600;
}

a.post-cat {
  position: relative;
  left: 0px;
  top: 0px;
  background: #fc4a00;
  color: #fff;
  padding: 0px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 5px;
  height: 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  letter-spacing: 0.44px;
}
a.post-cat:last-child {
  margin-right: 0;
}
a.post-cat.only-color {
  padding: 0;
  height: auto;
  background: transparent;
  margin-bottom: 0px;
}

.grid-cat {
  position: absolute;
  bottom: 8px;
  left: 15px;
}

.post-content p {
  margin-top: 10px;
  margin-bottom: 12px;
}

.post-meta span {
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.post-meta span img {
  border-radius: 100%;
  height: 2.25rem;
  min-height: inherit;
  width: 2.25rem;
  display: inline-block !important;
  margin-right: 8px;
}
.post-meta span i {
  margin-right: 2px;
}
.post-meta span a {
  color: #999999;
}

.post-date {
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.post-date i {
  margin-right: 2px;
}
.post-date a {
  color: #999999;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  text-indent: -999999px;
}

.post-block-style .post-thumb,
.post-block-style .post-media {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.post-block-style .post-thumb img,
.post-block-style .post-media img {
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.post-block-style .post-video-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-overlay-style {
  position: relative;
}
.ts-overlay-style .item, .ts-overlay-style.item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 260px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.ts-overlay-style .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style .post-title a {
  color: #fff;
}
.ts-overlay-style .post-title a:hover {
  color: #fff;
}
.ts-overlay-style .post-meta-info {
  padding: 0;
  margin: 0;
}
.ts-overlay-style .post-meta-info li {
  font-size: 13px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
}
.ts-overlay-style .post-meta-info li img {
  border-radius: 100%;
  display: inline-block;
  height: 2.25rem;
  min-height: inherit;
  width: 2.25rem;
  margin-right: 8px;
}
.ts-overlay-style .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .post-meta-info li i {
  margin-right: 6px;
  font-size: 13px;
}
.ts-overlay-style .post-meta-info li:last-child {
  margin-right: 0;
}
.ts-overlay-style .post-meta-info li.active i {
  color: #fc4a00;
}
.ts-overlay-style .post-meta-info li.cat-item {
  display: block;
}
.ts-overlay-style:hover .item, .ts-overlay-style:hover.item {
  background-position: 40%;
}
.ts-overlay-style:hover .post-content {
  bottom: 10px;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-carousel .owl-nav.disabled + .owl-dots span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #fc4a00;
  border-color: #fc4a00;
  width: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.owl-dots {
  position: relative;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.owl-dot span {
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
}
.owl-dot:first-child {
  padding-left: 15px;
}
.owl-dot:last-child {
  padding-right: 15px;
}
.owl-nav i {
  font-size: 20px;
  color: #ffffff;
}
.owl-prev, .owl-next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #fc4a00;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.owl-prev {
  background: #fc4a00;
  left: 0;
  right: auto;
}

.main-container {
  padding-top: 40px;
}

.main-content-inner,
.main-container {
  padding-bottom: 40px;
}

.archive .category-main-title .block-title {
  margin-bottom: 0;
}

.body-box-layout .body-inner-content {
  max-width: 1160px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}
.body-box-layout .body-inner-content .navbar-sticky.sticky {
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .body-box-layout .body-inner-content .header-bg-dark .container {
    max-width: 1160px;
    padding: 0;
  }
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  padding: 4px 23px;
  background: #000;
  color: #fff !important;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.preloader-logo {
  max-width: 200px;
  width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  Add Woocommerce
================================================== */
.wooshop .page-title {
  display: none;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #efefef;
}

input:focus, textarea:focus, select:focus {
  outline-offset: 0;
  outline: -webkit-focus-ring-color auto 0;
}

.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
  margin-top: 20px;
  margin-bottom: 50px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0 0 10px;
  line-height: 1.4;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
  margin-top: 0;
  position: absolute;
  top: 30%;
  left: 0%;
  padding: 7px 13px;
  color: #fff;
  border-radius: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-weight: 400;
  opacity: 0;
  right: 0;
  line-height: 1.4;
  max-width: 150px;
  margin: auto;
}

.woocommerce ul.products li.product .added_to_cart {
  right: 0;
  left: 0;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
  opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  -webkit-transition: 400ms;
  transition: 400ms;
  font-size: 20px;
}

.woocommerce ul.products li.product .star-rating {
  margin: auto auto 5px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px 20px;
  background: #f2f2f2;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
  margin: 0 2px 0 0;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

button:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.woocommerce div.product form.cart .button {
  border-radius: 0;
  padding: 14px 20px;
  font-weight: 400;
}

.woocommerce .quantity .qty {
  width: 80px;
  height: 44px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
}

.woo-xs-content {
  padding: 60px 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48%;
  max-width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48%;
  max-width: 48%;
}

.woocommerce form .form-row label {
  width: 100%;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text {
  height: 45px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 3px solid #e2e2e2;
  color: #807f79;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e2e2e2;
  line-height: 0.8;
  list-style: outside none none;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  color: #000;
  font-size: 16px;
  display: inline-block;
  padding: 20px 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
  border: 0;
}

.woocommerce .my_account_orders.account-orders-table > thead tr th {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #afafaf;
  text-transform: uppercase;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin-bottom: 0;
}

.woocommerce-customer-details address {
  line-height: 35px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #ececec;
  background-color: #f9f9f9;
}

.woocommerce-checkout .single-post-wrapper p span {
  background: #ffffff;
  padding: 0px;
}

.woocommerce .product {
  padding: 0px 0 10px !important;
}

.archive ul.products li,
.related.products ul li {
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  text-align: center;
}

.archive ul.products li:hover,
.related.products ul li:hover {
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
}

.related.products h2 {
  margin-bottom: 20px;
}

.woo-xs-content article {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  padding: 20px 20px 10px 20px !important;
}

.woocommerce .star-rating {
  color: #F8DF04;
}

.sidebar-woo {
  margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
  margin-bottom: 40px;
}

.woocommerce span.onsale {
  min-width: 3.436em;
  border-radius: 0;
  margin-right: 0 !important;
  min-height: 3.236em;
  top: 10px;
  left: 11px;
  border-radius: 50%;
}

.woocommerce ul.products li.product .onsale {
  left: auto;
  top: 0;
  border-radius: 0;
  line-height: inherit;
  min-height: 2.236em;
}

.woocommerce ul.products li.product span.onsale:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #737271 transparent;
  left: -8px;
  position: absolute;
  top: 0;
}

.woocommerce .woocommerce-ordering select {
  min-height: 40px;
  padding: 0 10px;
}

.sidebar.sidebar-right.sidebar-woo {
  margin-left: 0;
}

/* woocommerce tabs */
.woocommerce-tabs h2,
.related h2 {
  font-size: 26px;
}

.widgets.woocommerce,
.sidebar-woo .widgets {
  margin-bottom: 30px;
}

.sidebar-woo .widget-post img {
  width: 80px;
  height: 60px;
}

.sidebar-woo .recent-post-widget .widget-posts .widget-post {
  margin-bottom: 0;
}

.banner-area .woocommerce-breadcrumb,
.banner-area .woocommerce-breadcrumb a {
  color: #fff;
}

.sidebar-woo .unstyled.service-time li {
  color: #232323;
}

.woocommerce-product-gallery__wrapper {
  max-width: none;
}

/*Woocommerce end*/
/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #a9a9a9;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/*-- HTML Formate --*/
/* table */
table, iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}

div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.widget_calendar td {
  line-height: 2em;
}

.widget_calendar td#today {
  background: #fc4a00;
  color: #fff;
}

.widget_calendar table th, .widget_calendar table td {
  padding: 0 !important;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}

.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  color: #fc4a00;
}

a code {
  color: #fc4a00;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}

.post-password-form input[type=submit] {
  background-color: #fc4a00;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

/*============================
   post
=============================== */
.post .post-media,
.post-wrapper .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}

.post .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.post .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
  background: #fc4a00;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

.post .post-body,
.post-wrapper .post-body {
  background: #f9f8fd;
  padding: 40px;
}

.post .entry-header .entry-title,
.post .entry-header .post-title.lg,
.post-wrapper .entry-header .entry-title,
.post-wrapper .entry-header .post-title.lg {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.post .entry-header .entry-title a,
.post .entry-header .post-title.lg a,
.post-wrapper .entry-header .entry-title a,
.post-wrapper .entry-header .post-title.lg a {
  color: #222222;
}

.post .entry-header .entry-title a:hover,
.post .entry-header .post-title.lg a:hover,
.post-wrapper .entry-header .entry-title a:hover,
.post-wrapper .entry-header .post-title.lg a:hover {
  color: #fc4a00;
}

.post .entry-header .post-meta,
.post-wrapper .entry-header .post-meta {
  margin-bottom: 25px;
  padding-left: 0;
}

.post .entry-header .post-meta li,
.post-wrapper .entry-header .post-meta li {
  display: inline-block;
  margin-right: 20px;
}

.post .entry-header .post-meta li:last-child,
.post-wrapper .entry-header .post-meta li:last-child {
  margin-right: 0;
}

.post .entry-header .post-meta li i,
.post-wrapper .entry-header .post-meta li i {
  vertical-align: middle;
}

.post .entry-header .post-meta span,
.post-wrapper .entry-header .post-meta span {
  display: inline-block;
  margin-right: 28px;
  color: #666666;
  font-size: 14px;
}

.post .entry-header .post-meta span i,
.post-wrapper .entry-header .post-meta span i {
  margin-right: 6px;
}

.post .post-footer,
.post-wrapper .post-footer {
  clear: both;
}

.post .post-footer .readmore,
.post-wrapper .post-footer .readmore {
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  background: #fc4a00;
  color: #fff;
  display: inline-block;
}

.post .post-footer .readmore i,
.post-wrapper .post-footer .readmore i {
  vertical-align: middle;
}

.post .post-footer .readmore:hover,
.post-wrapper .post-footer .readmore:hover {
  background: #000;
}

.post .post-footer.readmore-btn-area,
.post-wrapper .post-footer.readmore-btn-area {
  margin-bottom: 0;
}

.post.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -20px;
  top: 18px;
  background: #fc4a00;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}

.post.sticky .post-body,
.post-wrapper.sticky .post-body {
  overflow: hidden;
  position: relative;
}

.post.post-wrapper,
.post-wrapper.post-wrapper {
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}

.post.post-wrapper h2.entry-title,
.post-wrapper.post-wrapper h2.entry-title {
  font-size: 24px;
  line-height: 32px;
}

.post.sticky .post-block-style {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 30px;
}

.xs-page-header {
  margin-bottom: 30px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
}

.sidebar .widget.widget_media_image img {
  margin-top: 0;
}

.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}

.sidebar .widget.widget_search .form-control {
  font-style: italic;
  font-weight: 600;
  border-radius: 0;
}

.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc4a00;
}

.sidebar .widget.widget_search .input-group-btn {
  background: #fc4a00;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  border: none;
}

.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
}

.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: #fc4a00;
  color: #fff;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget .block-title {
  margin-bottom: 30px;
}

.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar ul li a {
  color: #666;
}

.sidebar ul li a:hover {
  color: #fc4a00;
}

.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #222222;
}

.sidebar ul li a.rsswidget {
  font-weight: 600;
}

.sidebar ul li cite {
  font-style: normal;
}

.sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}

.sidebar ul.children {
  padding-bottom: 0;
}

ul#recentcomments li a.url {
  font-weight: 600;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #3a3a3a;
  color: #232323;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.tag-lists a:hover,
.tagcloud a:hover {
  background: #fc4a00;
  color: #fff;
  border-color: #fc4a00;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}

.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}

.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}

.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc4a00;
}

.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}

.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}

.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc4a00;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

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

.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  color: #1c1c24;
  font-style: normal;
}

.comments-list .comment-author a {
  color: #1c1c24;
}

.comments-list .comment-author a:hover {
  color: #fc4a00;
}

.comments-list .comment-author cite {
  font-style: normal;
}

.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}

.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}

.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}

.comments-list .comment-reply-link i {
  margin-right: 5px;
}

.comments-list .comment-reply-link:hover {
  color: #fc4a00;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}

#cancel-comment-reply-link:hover {
  color: #fc4a00;
}

.not-found h1 {
  margin-bottom: 20px;
}

.not-found .input-group-btn {
  background: #fc4a00;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}

.not-found .input-group-btn i {
  line-height: 48px;
}

.not-found .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fc4a00;
}

.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}

.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 90px;
}

.author-box .author-info > h3 {
  margin-bottom: 4px;
}

.author-box .author-url {
  margin-bottom: 12px;
}

.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  margin-bottom: 40px;
  padding: 15px 0;
}

.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation .post-previous img, .post-navigation .post-next img {
  width: 95px;
  height: 75px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

.post-navigation .post-previous a p, .post-navigation .post-next a p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
}

.post-navigation span:hover, .post-navigation h3:hover {
  color: #fc4a00;
}

.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-navigation span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
}

.post-navigation i {
  margin: 0 5px;
  color: #a9a9a9;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-previous img {
  float: left;
  margin-right: 15px;
}

.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

.post-navigation .post-next img {
  float: right;
  margin-left: 15px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}

.pagination li a, .pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
  padding: 0;
}

.pagination li a i, .pagination li span i {
  line-height: 40px;
}

.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #fc4a00;
  border: 1px solid transparent;
}

.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #fc4a00;
}

.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.main-container.blog .pagination {
  margin-bottom: 30px;
}

.entry-content .page-links {
  color: #10100E;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.entry-content .page-links span {
  display: inline-block;
}

.entry-content .page-links span.page-link {
  color: #10100E;
  margin-right: 5px;
}

.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}

.blog-single .embed-responsive {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .blog-single .embed-responsive {
    height: 550px;
  }
}
.blog-single .embed-responsive .embed-responsive-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin: 0;
}

.breadcrumb {
  background: transparent;
  padding: 25px 0 17px;
  margin-bottom: 0;
}

.breadcrumb li {
  padding-right: 10px;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.breadcrumb li a {
  padding: 0 9px;
}

.breadcrumb li:last-child i {
  padding-right: 10px;
}

.single-post .post .entry-header .post-meta span {
  margin-right: 0;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.sidebar-active .alignfull img {
  width: 100%;
}

article.tag-html.tag-layout.tag-title .post-title a {
  word-break: break-all;
}

/*
Theme Name: Digiqole
Theme URI: https://themeforest.net/user/tripples/portfolio
Author: Tripples
Author URI: http://themewinter.com
Description: Digiqole Newspaper & Magazine WordPress Theme print support. 
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
  @page {
    margin: 2cm;
  }
  .entry-header,
  .site-footer {
    margin: 0;
  }
  /* Paddings */
  .posts {
    padding: 0;
  }
  /* Width */
  .entry-content,
  .entry-content p,
  .section-inner,
  .section-inner.max-percentage,
  .section-inner.medium,
  .section-inner.small,
  .section-inner.thin {
    max-width: 100%;
    width: 100%;
  }
  /* Fonts */
  body {
    background: #fff !important;
    color: #000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  h1 {
    font-size: 20pt;
  }
  h2,
  h2.entry-title,
  h3,
  h4,
  .has-normal-font-size,
  .has-regular-font-size,
  .has-large-font-size,
  .comments-header {
    font-size: 14pt;
    margin-top: 1cm;
  }
  /* Page breaks */
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  /* Links */
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  a {
    page-break-inside: avoid;
  }
  a[href^=http]:after {
    content: " < " attr(href) "> ";
  }
  a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }
  /* Visibility */
  #site-header,
  .comment-form,
  .comments-wrapper,
  .comment .comment-metadata,
  .footer-social-wrapper,
  .footer-widgets-outer-wrapper,
  .header-navigation-wrapper,
  .pagination-wrapper,
  .post-meta-wrapper.post-meta-single-bottom,
  .post-separator,
  .site-logo img {
    display: none;
  }
  .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button .wp-block-file__button,
  .entry-content .button {
    background: none;
    color: #000;
  }
}
@-moz-document url-prefix() {
  .comments-area {
    display: none;
  }
  .elementor-widget-image .elementor-image img {
    height: 600px;
    object-fit: cover;
  }
}
/************************************************
  Gutenberg Block
************************************************/
body {
  overflow-x: hidden;
  color: #333;
}

.alignwide,
.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .alignwide,
  .alignwide {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .entry-content > *, .entry .entry-summary > * {
    margin: 32px 0;
  }
}
.alignleft,
.alignleft {
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft,
  .alignleft {
    max-width: 33.3333333333vw;
    margin-right: 2rem;
  }
}
.alignright,
.alignright {
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright,
  .alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    margin-left: 2rem;
  }
}
.aligncenter,
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/*

/* Full Block Alignment If Sidebar Is Not Present */
.sidebar-inactive #content .container {
  max-width: 80%;
}

/*-- Full width added css --*/
.sidebar-inactive .alignfull,
.alignfull,
.alignfull,
.blockquote.wp-block-pullquote.alignfull,
.wp-block-pullquote:not(.is-style-solid-color).alignfull {
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  left: 50%;
  right: 50%;
  max-width: initial;
  border-left: 0;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.alignfull > img,
.alignwide > img {
  max-width: none;
  width: 100%;
}

figure, .wp-caption, .wp-caption-overlay .wp-caption {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

/*-- Full width added css end --*/
.sidebar-inactive .alignfull blockquote {
  padding: 40px;
}

.sidebar-inactive .alignfull.wp-block-cover-image.has-background-dim {
  padding: 40px;
}

.sidebar-inactive figure.wp-block-image.alignleft.is-resized,
.wp-block-image .alignleft {
  margin-right: 30px;
  margin-bottom: 70px;
}

.sidebar-inactive figure.wp-block-image.alignright.is-resized,
.wp-block-image .alignright {
  margin-left: 30px;
}

.sidebar-inactive #content .container {
  max-width: 80%;
}

p.has-background {
  padding: 20px 30px;
}

.wp-block-audio {
  width: 100%;
}

.wp-block-audio audio {
  width: 100%;
}

.wp-block-audio.alignleft audio,
.wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  .wp-block-audio.alignleft audio,
  .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .wp-block-audio.alignleft audio,
  .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}
.wp-block-video video {
  width: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
  text-align: center;
}

.wp-block-button .wp-block-button__link {
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #343a40;
  border-radius: 0;
  padding: 16px 35px 16px 35px;
}

.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #ffb923;
  border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #111;
  border-color: #111;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  list-style-position: outside;
}

.wp-block-latest-posts.has-dates {
  list-style: none;
}

.wp-block-latest-posts__post-date {
  margin-top: 5px;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts li {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.wp-block-archives li.menu-item-has-children, .wp-block-archives li:last-child,
.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-latest-posts li a {
  text-decoration: none;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
  list-style-position: inside;
}

.wp-block-categories ul {
  padding-top: 0.75rem;
}

.wp-block-categories li ul {
  list-style-position: inside;
}

.wp-block-categories ul {
  counter-reset: submenu;
}

.wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.wp-block-latest-posts.is-grid li a:after {
  content: "";
}

.wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}

.wp-block-preformatted {
  line-height: 1.8;
  padding: 1rem;
}

.wp-block-verse {
  font-size: 22px;
  line-height: 1.8;
}

.has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 0;
}

.wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0.5em;
}

.wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .wp-block-pullquote p {
    font-size: 1.75rem;
  }
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 70px;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  max-width: 100%;
}

.wp-block-pullquote.alignright cite {
  margin-right: 60px;
}

.wp-block-pullquote.alignleft blockquote p:first-child, .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.wp-block-pullquote.is-style-solid-color {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}
.wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignright, .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + 2rem);
    padding-right: calc(10% + 58px + 2rem);
  }
}
blockquote.wp-block-quote,
blockquote.wp-block-quote.is-large {
  padding: 30px 30px 40px 40px;
}

.wp-block-pullquote {
  color: #666;
}

/*--- Blockquote --*/
blockquote.wp-block-quote,
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large), blockquote.wp-block-pullquote,
.wp-block-quote.is-large, .wp-block-quote.is-style-large,
.wp-block-pullquote:not(.is-style-solid-color) {
  padding: 30px;
  padding-left: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  border-left: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft,
.wp-block-image.alignleft.is-resized {
  text-align: left;
  margin-right: 20px;
}

.wp-block-pullquote.alignright,
.wp-block-image.alignright.is-resized {
  text-align: right;
  margin-left: 20px;
}

.editor-block-list__block .wp-block-pullquote blockquote,
.wp-block-pullquote blockquote {
  border-left: 0;
}

blockquote.wp-block-quote p,
.wp-block-quote p {
  margin-bottom: 20px;
}

.wp-block-quote:before {
  content: "\f10d";
  font-family: "Fontawesome";
  font-size: 30px;
  color: #222222;
}

.wp-block-quote p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-style: italic;
}

.wp-block-quote cite,
.wp-block-pullquote cite {
  font-weight: normal;
  font-size: 16px;
  margin-left: 40px;
  margin-right: 40px;
  text-transform: unset;
  display: inline-block;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  position: relative;
  font-style: normal;
  font-size: 13px;
}

blockquote.wp-block-quote cite::before,
blockquote.wp-block-quote footer::before,
blockquote.wp-block-quote .wp-block-quote__citation::before,
.wp-block-quote cite::before,
.wp-block-pullquote cite::before,
.blockquote-footer:before {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: "";
  bottom: 0;
  margin: 10px 0 13px -40px;
}

.wp-block-quote .blockquote-footer {
  margin-left: 40px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 1rem 0;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-large .wp-block-quote__citation {
  font-size: 16px;
  text-align: left;
}

.wp-block-quote.is-style-large cite em {
  display: block;
  position: relative;
  top: -30px;
}

@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 1rem 0;
  }
  .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}
/*-- Pull quote --*/
.wp-block-pullquote::before {
  content: "\f10d";
  font-family: "Fontawesome";
  font-size: 30px;
  color: #222222;
}

.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color {
  background: none;
}

.wp-block-pullquote .has-very-dark-gray-color.has-very-dark-gray-color cite {
  color: #40464d;
}

figure.wp-block-pullquote.has-cyan-bluish-gray-background-color.is-style-solid-color {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft, .wp-block-image.alignright {
  max-width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .wp-block-cover-image,
  .wp-block-cover {
    padding: 1rem 10%;
  }
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-paragraph.has-large-font-size.editor-rich-text__editable {
  font-size: 1.6875em;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover p.wp-block-cover-text,
  .wp-block-cover h2 {
    font-size: 28px;
    max-width: 100%;
    font-weight: 700;
  }
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(50vw - 28px);
  }
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.wp-block-gallery figcaption a {
  color: #fff;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  bottom: 0;
}

.wp-block-file .wp-block-file__button {
  display: table;
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #d72924;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: 0.75rem;
}

@media only screen and (min-width: 1168px) {
  .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.wp-block-code {
  border-radius: 0;
}

.wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

blockquote code,
.wp-block-freeform.block-library-rich-text__tinymce code {
  color: #fc4a00;
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
  border: 0;
}

blockquote p {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  color: #222222;
}

/* Column */
.wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1128px) {
  .wp-block-column {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns[class*=has-] > * {
    margin-right: 1rem;
  }
  .wp-block-columns[class*=has-] > *:last-child {
    margin-right: 0;
  }
  .wp-block-columns.alignfull,
  .wp-block-columns.alignfull .wp-block-column {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-weight: bold;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.wp-block-latest-comments .wp-block-latest-comments__comment,
.wp-block-latest-comments .wp-block-latest-comments__comment-date,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.has-small-font-size {
  font-size: 0.88889em;
}

.has-normal-font-size {
  font-size: 1.125em;
}

.has-large-font-size {
  font-size: 1.6875em;
}

.wp-block-cover__inner-container .has-large-font-size {
  font-weight: 700;
}

.has-huge-font-size {
  font-size: 2.25em;
}

.has-primary-background-color,
.has-secondary-background-color,
.has-dark-gray-background-color,
.has-light-gray-background-color {
  color: #fff;
}

.has-primary-background-color p,
.has-primary-background-color h1,
.has-primary-background-color h2,
.has-primary-background-color h3,
.has-primary-background-color h4,
.has-primary-background-color h5,
.has-primary-background-color h6,
.has-primary-background-color a,
.has-secondary-background-color p,
.has-secondary-background-color h1,
.has-secondary-background-color h2,
.has-secondary-background-color h3,
.has-secondary-background-color h4,
.has-secondary-background-color h5,
.has-secondary-background-color h6,
.has-secondary-background-color a,
.has-dark-gray-background-color p,
.has-dark-gray-background-color h1,
.has-dark-gray-background-color h2,
.has-dark-gray-background-color h3,
.has-dark-gray-background-color h4,
.has-dark-gray-background-color h5,
.has-dark-gray-background-color h6,
.has-dark-gray-background-color a,
.has-light-gray-background-color p,
.has-light-gray-background-color h1,
.has-light-gray-background-color h2,
.has-light-gray-background-color h3,
.has-light-gray-background-color h4,
.has-light-gray-background-color h5,
.has-light-gray-background-color h6,
.has-light-gray-background-color a {
  color: #fff;
}

.has-white-background-color {
  color: #111;
}

.has-white-background-color p,
.has-white-background-color h1,
.has-white-background-color h2,
.has-white-background-color h3,
.has-white-background-color h4,
.has-white-background-color h5,
.has-white-background-color h6,
.has-white-background-color a {
  color: #111;
}

.has-primary-background-color,
.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #d72924;
}

.has-secondary-background-color,
.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.has-dark-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.has-light-gray-background-color,
.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.has-white-background-color,
.wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #d72924;
}

.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}

.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}

.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}

.has-white-color,
.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: 2.25rem;
  min-height: inherit;
  width: 2.25rem;
}

svg {
  -webkit-transition: fill 120ms ease-in-out;
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 1.1em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 32px) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 48px) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 64px) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 80px) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 96px) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 112px) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 128px) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  -webkit-box-shadow: 0 0 0 2px #0073aa;
          box-shadow: 0 0 0 2px #0073aa;
}

@media only screen and (max-width: 991px) {
  .sidebar-inactive .is-type-video,
  .sidebar-active .is-type-video {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .is-type-video iframe {
    height: 100%;
  }
  .wp-block-separator.is-style-dots:before,
  hr.is-style-dots:before {
    font-size: 0.3875em;
  }
  .wp-block-pullquote p {
    font-size: 1em;
  }
}
.wp-block-image {
  margin-bottom: 3em;
}

/**================== Theme customization ==================**/
/*-- Seperator --*/
.wp-block-separator, hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin: 2rem auto;
  max-width: 200px;
  text-align: center;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-separator.is-style-wide,
hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-wide,
  hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
}
.wp-block-separator.is-style-dots,
hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-separator.is-style-dots,
  hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator + h1:before,
.wp-block-separator + h2:before,
hr + h1:before,
hr + h2:before {
  display: none;
}

/* Table */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ededed;
}

.wp-block-table {
  border: 0;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
}

table.wp-block-table > tbody > tr:nth-child(2n+1) > td {
  background-color: #fcfcfc;
}

table.wp-block-table > tbody > tr > td {
  padding: 10px 5px;
  border-bottom: 0;
  border-left: 0;
}

/* Embeded wrapper */
.wp-block-embed__wrapper iframe {
  border: 0;
}

/* Gutenberg plugin enabled */
.wp-block-cover.has-background-dim-60.has-background-dim a {
  text-decoration: underline;
  color: #ec0000;
}

.wp-block-embed-vimeo iframe {
  border: 0;
}

.block-editor-block-list__layout figure.wp-block-embed-vimeo.alignfull {
  width: auto;
}

.wp-block-pullquote.is-style-default {
  background: none;
  border-left: 0;
}

/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img, figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*=wp-image-] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #a9a9a9;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/*-- HTML Formate --*/
/* table */
table, iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 20px 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #EDEDED;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}
div#calendar_wrap table > thead > tr > th, div#calendar_wrap table > tbody > tr > th, div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td, div#calendar_wrap table > tbody > tr > td, div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

.widget_calendar td {
  line-height: 2em;
}
.widget_calendar td#today {
  background: #fc4a00;
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td {
  padding: 0 !important;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}
.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
  color: #fc4a00;
}

a code {
  color: #fc4a00;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type=password] {
  padding: 5px 15px;
  margin-left: 10px;
}
.post-password-form input[type=submit] {
  background-color: #fc4a00;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

/*============================
   post
=============================== */
.post .post-media,
.post-wrapper .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}
.post .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
  background: #fc4a00;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .post-body,
.post-wrapper .post-body {
  background: #f9f8fd;
  padding: 40px;
}
.post .entry-header .entry-title,
.post .entry-header .post-title.lg,
.post-wrapper .entry-header .entry-title,
.post-wrapper .entry-header .post-title.lg {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.post .entry-header .entry-title a,
.post .entry-header .post-title.lg a,
.post-wrapper .entry-header .entry-title a,
.post-wrapper .entry-header .post-title.lg a {
  color: #222222;
}
.post .entry-header .entry-title a:hover,
.post .entry-header .post-title.lg a:hover,
.post-wrapper .entry-header .entry-title a:hover,
.post-wrapper .entry-header .post-title.lg a:hover {
  color: #fc4a00;
}
.post .entry-header .post-meta,
.post-wrapper .entry-header .post-meta {
  margin-bottom: 25px;
  padding-left: 0;
}
.post .entry-header .post-meta li,
.post-wrapper .entry-header .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.post .entry-header .post-meta li:last-child,
.post-wrapper .entry-header .post-meta li:last-child {
  margin-right: 0;
}
.post .entry-header .post-meta li i,
.post-wrapper .entry-header .post-meta li i {
  vertical-align: middle;
}
.post .entry-header .post-meta span,
.post-wrapper .entry-header .post-meta span {
  display: inline-block;
  margin-right: 28px;
  color: #666666;
  font-size: 14px;
}
.post .entry-header .post-meta span i,
.post-wrapper .entry-header .post-meta span i {
  margin-right: 6px;
}
.post .post-footer,
.post-wrapper .post-footer {
  clear: both;
}
.post .post-footer .readmore,
.post-wrapper .post-footer .readmore {
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  background: #fc4a00;
  color: #fff;
  display: inline-block;
}
.post .post-footer .readmore i,
.post-wrapper .post-footer .readmore i {
  vertical-align: middle;
}
.post .post-footer .readmore:hover,
.post-wrapper .post-footer .readmore:hover {
  background: #000;
}
.post .post-footer.readmore-btn-area,
.post-wrapper .post-footer.readmore-btn-area {
  margin-bottom: 0;
}
.post.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -20px;
  top: 18px;
  background: #fc4a00;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.post.sticky .post-body,
.post-wrapper.sticky .post-body {
  overflow: hidden;
  position: relative;
}
.post.post-wrapper,
.post-wrapper.post-wrapper {
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.post.post-wrapper h2.entry-title,
.post-wrapper.post-wrapper h2.entry-title {
  font-size: 24px;
  line-height: 32px;
}

.post.sticky .post-block-style {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 30px;
}

.xs-page-header {
  margin-bottom: 30px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
}
.sidebar .widget.widget_media_image img {
  margin-top: 0;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_search .form-control {
  font-style: italic;
  font-weight: 600;
  border-radius: 0;
}
.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fc4a00;
}
.sidebar .widget.widget_search .input-group-btn {
  background: #fc4a00;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
}
.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}
.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #fc4a00;
  color: #fff;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .block-title {
  margin-bottom: 30px;
}
.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar ul li a {
  color: #666;
}
.sidebar ul li a:hover {
  color: #fc4a00;
}
.sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #222222;
}
.sidebar ul li a.rsswidget {
  font-weight: 600;
}
.sidebar ul li cite {
  font-style: normal;
}
.sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.sidebar ul.children {
  padding-bottom: 0;
}

ul#recentcomments li a.url {
  font-weight: 600;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #3a3a3a;
  color: #232323;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  background: #fc4a00;
  color: #fff;
  border-color: #fc4a00;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fc4a00;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}
.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fc4a00;
}

/* Common */
.pingback p, .pingback .says {
  display: none;
}

.comments-list .pingback .comment-body {
  margin-left: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #fc4a00;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply-link i {
  margin-right: 5px;
}
.comments-list .comment-reply-link:hover {
  color: #fc4a00;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #666;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: #000;
}
#cancel-comment-reply-link:hover {
  color: #fc4a00;
}

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #fc4a00;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}
.not-found .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fc4a00;
}
.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}
.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.author-box .author-info {
  margin-left: 90px;
}
.author-box .author-info > h3 {
  margin-bottom: 4px;
}
.author-box .author-url {
  margin-bottom: 12px;
}
.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  margin-bottom: 40px;
  padding: 15px 0;
}
.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation .post-previous img, .post-navigation .post-next img {
  width: 95px;
  height: 75px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.post-navigation .post-previous a p, .post-navigation .post-next a p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #fc4a00;
}
.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
}
.post-navigation i {
  margin: 0 5px;
  color: #a9a9a9;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-previous img {
  float: left;
  margin-right: 15px;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.post-navigation .post-next img {
  float: right;
  margin-left: 15px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}
.pagination li a, .pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
  padding: 0;
}
.pagination li a i, .pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #fc4a00;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #fc4a00;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.main-container.blog .pagination {
  margin-bottom: 30px;
}

.entry-content .page-links {
  color: #10100E;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.entry-content .page-links span {
  display: inline-block;
}
.entry-content .page-links span.page-link {
  color: #10100E;
  margin-right: 5px;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}
.blog-single .embed-responsive {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-single .embed-responsive {
    height: 550px;
  }
}
.blog-single .embed-responsive .embed-responsive-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin: 0;
}

.breadcrumb {
  background: transparent;
  padding: 25px 0 17px;
  margin-bottom: 0;
}
.breadcrumb li {
  padding-right: 10px;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.breadcrumb li a {
  padding: 0 9px;
}
.breadcrumb li:last-child i {
  padding-right: 10px;
}

.single-post .post .entry-header .post-meta span {
  margin-right: 0;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.sidebar-active .alignfull img {
  width: 100%;
}

article.tag-html.tag-layout.tag-title .post-title a {
  word-break: break-all;
}

/*
	Template Name: Digiqole
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: Digiqole - Newspaper and Magazine WordPress Theme
    Version: 1.0

=====================
   table of content 
====================
    1.  topbar
    2.  header middle area
    3.  header
    4.  tranding bar
    5.  main slider
    6.  post slider
    7.  post tab
    8.  post block
    9.  post list tab
    10. post tab 2
    11. social share
    12. video sync slider
    13. post grid loadmore
    14. post grid slider
    15. post block slider
    16. category list
    17. post list
    18. category layout 
    17. single post layout
    18. footer
    19. 404
*/
/*=============================================
      // header top area
===============================================*/
.topbar .top-info,
.topbar .top-nav {
  display: inline-block;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}
.topbar .top-info li,
.topbar .top-nav li {
  font-size: 14px;
  display: inline-block;
}
.topbar .top-info li i,
.topbar .top-nav li i {
  margin-right: 6px;
}
.topbar .top-info li {
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
}
.topbar .top-nav li {
  display: inline-block;
  padding: 0 10px;
}
.topbar .top-nav li a {
  color: #222222;
  line-height: 35px;
  font-weight: 400;
}
.topbar .top-nav li a:hover {
  color: #fc4a00;
}
.topbar .b-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.topbar.topbar-gray {
  background-color: rgb(245, 245, 245);
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .container.clearfix {
  padding: 0;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg {
  border-bottom: none;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title {
  background: transparent;
  color: #222222;
  padding: 0 10px 0 0;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title i {
  color: #fc4a00;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .post-title {
  color: #6b6b6b;
}
.topbar.topbar-gray .top-info li {
  color: #6b6b6b;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}
.topbar .social-links li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.top-navbar li:first-child {
  padding-left: 0;
}

.topbar-dark .top-dark-info {
  background: #222222;
  margin-left: 0;
  margin-right: 0;
}
.topbar-dark .top-dark-info .top-info li {
  color: #bbbbbb;
  padding-right: 0;
  border-right: none;
}

.social-links {
  margin: 0;
}
.social-links li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
}
.social-links li a {
  color: #222222;
}
.social-links li a:hover {
  color: #fc4a00;
}
.social-links li:last-child {
  padding-right: 0;
}
@media (min-width: 1025px) {
  .social-links .header-date-info {
    padding-right: 20px;
  }
}

.header-date-info {
  border-right: 1px solid #eaeaea;
}
@media (min-width: 1025px) {
  .header-date-info {
    margin-right: 10px;
  }
}

.header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-info .top-info,
.header-top-info .social-links {
  padding: 0;
}
.header-top-info .top-info li,
.header-top-info .social-links li {
  padding-right: 0;
  border-right: 0;
}
.header-top-info .social-links {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tranding-bg-white.trending-light.bg-gray {
  background: #f5f5f5;
  padding: 0;
}

/*=========================
     header-middle-area
===========================*/
.header-middle-area {
  padding: 20px 0;
}
.header-middle-area .social-links {
  padding-left: 0;
}
.header-middle-area .social-links li:first-child {
  padding-left: 0;
}
.header-middle-area .social-links li a {
  font-size: 14px;
  font-weight: 400;
}
.header-middle-area .header-search .form-control {
  background: transparent;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
}
.header-middle-area .header-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.header-middle-area .header-search .form-control::-webkit-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::-moz-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control:-ms-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::-ms-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::placeholder {
  color: #ddd;
}
.header-middle-area .header-search .search-button {
  background: transparent;
  border: none;
  outline: none;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.header-middle-area .header-search .search-button i {
  font-weight: 700;
}
.header-middle-area.style8 {
  padding: 45px 0;
}

.header-middle-gradent {
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  padding: 30px 0;
}
.header-middle-gradent .logo-area {
  margin: 20px 0;
}
.header-middle-gradent .social-links li a {
  color: #fff;
}
.header-middle-gradent .header-search .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-moz-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-ms-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .search-button {
  color: #fff;
}

/*=========================
     header area
===========================*/
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 220px;
}
.logo-light {
  display: none;
}
.dark-mode .logo-light {
  display: block;
}
.logo-dark {
  display: block;
}
.dark-mode .logo-dark {
  display: none;
}

.header .navbar-light {
  padding: 0px;
}
.header .navbar-light .navbar-toggler {
  outline: none;
  border: none;
}
.header .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  background: #cc4209;
  padding: 7px 0;
  width: 40px;
}
.header .navbar-light .navbar-nav > li {
  padding: 0 24px;
  position: relative;
}
.header .navbar-light .navbar-nav > li:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .navbar-light .navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0;
}
.header .navbar-light .navbar-nav > li:last-child:before {
  display: none;
}
.header .navbar-light .navbar-nav > li:last-child > a:before {
  display: none;
}
.header .navbar-light .navbar-nav > li.active > a:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 15px;
  height: 2px;
  background: #fc4a00;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .navbar-nav li a:hover {
  color: #fc4a00;
}
.header .navbar-light .navbar-nav li.active > a {
  color: #fc4a00;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  line-height: 36px;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown {
  position: relative;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
  font-family: "ts-iconfont" !important;
  content: "\e874";
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14px;
}
@media (min-width: 991px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
.header .navbar-light .dropdown-toggle::after {
  font-family: "ts-iconfont" !important;
  content: "\e874";
  border: 0;
  vertical-align: 0;
  float: right;
}
.header .navbar-light .nav-search-area {
  margin-left: auto;
}
.header .navbar-light .nav-search-area a {
  padding: 0;
  width: 35px;
  height: auto;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 14px;
}
.header .navbar-light .nav-search-area a i {
  vertical-align: middle;
  font-weight: 700;
}

.header-gradient {
  background-image: linear-gradient(20deg, rgb(248, 66, 112) 0%, rgb(254, 128, 59) 100%);
}
.header-gradient .navbar-light .navbar-nav.ml-auto {
  margin-left: 0 !important;
}
.header-gradient .navbar-light .navbar-nav > li {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header-gradient .navbar-light .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
}
.header-gradient .navbar-light .navbar-nav > li > a:hover {
  color: #fff;
}
.header-gradient .navbar-light .navbar-nav > li:before {
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header-gradient .navbar-light .navbar-nav > li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
}
.header-gradient .navbar-light .navbar-nav > li.active, .header-gradient .navbar-light .navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-gradient .navbar-light .navbar-nav > li.active > a, .header-gradient .navbar-light .navbar-nav > li:hover > a {
  color: #fff;
}
.header-gradient .navbar-light .navbar-nav > li.active > a:before, .header-gradient .navbar-light .navbar-nav > li:hover > a:before {
  display: none;
}
.header-gradient .navbar-light .navbar-nav > li.active:before, .header-gradient .navbar-light .navbar-nav > li.active:after, .header-gradient .navbar-light .navbar-nav > li:hover:before, .header-gradient .navbar-light .navbar-nav > li:hover:after {
  opacity: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.header-gradient .navbar-light .social-links {
  background: rgba(255, 255, 255, 0.05);
  padding: 0 20px 0 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-gradient .navbar-light .social-links li a {
  color: #fff;
  line-height: 70px;
}
.header-gradient .navbar-light .nav-search-area .header-search-icon a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 65px;
  height: auto;
  line-height: 70px;
  display: inline-block;
}
.header-gradient .m-auto .navbar-nav {
  margin: auto !important;
}
.header-gradient.style8 .logo {
  margin-right: 50px;
  max-width: 180px;
}

.header-gradient-area .topbar .tranding-bar .trending-slide .trending-title {
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.2);
}
.header-gradient-area .topbar .tranding-bar .trending-slide .trending-title i {
  color: #fff;
}
.header-gradient-area .topbar .top-info li,
.header-gradient-area .topbar .social-links li {
  color: #fff;
}
.header-gradient-area .topbar .top-info li a,
.header-gradient-area .topbar .social-links li a {
  color: #fff;
}
.header-gradient-area .topbar.b-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .header-gradient-area .header .navbar-light .logo {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .header-gradient-area .header .navbar-light .navbar-nav > li > a {
    line-height: 130px;
  }
}
.header-gradient-area .header .navbar-light .navbar-nav > li:after {
  display: none;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active, .header-gradient-area .header .navbar-light .navbar-nav > li:hover {
  background: transparent;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active > a, .header-gradient-area .header .navbar-light .navbar-nav > li:hover > a {
  color: #fff;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active > a:before, .header-gradient-area .header .navbar-light .navbar-nav > li:hover > a:before {
  display: none;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active:before, .header-gradient-area .header .navbar-light .navbar-nav > li:hover:before {
  height: 20px;
}
.header-gradient-area .header .navbar-light .nav-search-area .header-search-icon a {
  background: transparent;
  text-align: right;
  border-right: 0;
}

.header-gradient-area.header-gradient h1.logo-title a {
  color: #fff;
}

.header-dark .navbar-light {
  background: #222222;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
@media (max-width: 992px) {
  .header-dark .navbar-light {
    padding: 20px;
  }
}
.header-dark .navbar-light .logo {
  margin-right: 50px;
}
.header-dark .navbar-light .navbar-nav > li > a {
  color: #fff;
  line-height: 90px;
}
.header-dark .navbar-light .navbar-nav > li > a:focus {
  color: #fff;
}
.header-dark .navbar-light .navbar-nav > li:before {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-solid .navbar-light {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.navbar-solid .navbar-nav {
  margin: auto !important;
}

.header-solid {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
}
.header-solid .logo {
  margin-right: 50px;
}
.header-solid .navbar-light .navbar-nav > li > a {
  line-height: 90px;
}
.header-solid .navbar-light .nav-search-area a {
  background: transparent;
  color: #222222;
  text-align: right;
}

.navbar-center {
  padding: 10px 0;
}
.navbar-center .navbar-nav.ml-auto {
  margin-right: auto;
}

.header-bg-dark {
  background: #222;
}

.modal-searchPanel .xs-search-group {
  position: relative;
}
.modal-searchPanel .xs-search-group input:not([type=submit]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.modal-searchPanel .xs-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
          animation: menu-animation 0.8s ease-out forwards;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* Styles for dialog window */
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ts-search-form .form-control {
  height: 60px;
  border-radius: 36px !important;
}
.ts-search-form .vinkmag-serach {
  position: relative;
  overflow: hidden;
}
.ts-search-form .vinkmag-serach:before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: "\f002";
  font-family: "Fontawesome";
  font-size: 20px;
  background: #f00;
  z-index: 333;
  padding: 18px 33px;
  margin: auto;
  color: #fff;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  cursor: pointer;
}
.ts-search-form.modal-searchPanel .xs-search-panel {
  margin: 0;
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1025px) {
  .navbar-sticky {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
  }
  .navbar-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .navbar-sticky.sticky.fade_down_effect.navbar-solid, .navbar-sticky.sticky.fade_down_effect.navbar-center, .navbar-sticky.sticky.fade_down_effect.navbar-solid-box {
    background: #fff;
  }
  .header-gradient .navbar-sticky.sticky {
    background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  }
  .header-bg-dark .navbar-sticky.sticky {
    background: #222222;
  }
  .header-gradient-area .header .navbar-sticky.sticky .ekit-wid-con .digiqole-elementskit-menu {
    height: 70px;
  }
  .header-gradient-area .header .navbar-sticky.sticky .navbar-light .navbar-nav > li > a {
    line-height: 70px;
  }
}
/*=================================
 header for mega menu
==================================*/
.header .digiqole-elementskit-menu-container .navbar-toggler {
  display: none;
}
.header .navbar-light .elementskit-menu-hamburger {
  float: left;
  background: #fc4a00;
  padding: 12px 10px;
  margin: 5px 5px 5px 10px;
  border: none;
}
.header .navbar-light .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background: #fff;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
  height: 70px;
  z-index: 22;
}
@media (min-width: 1025px) {
  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    position: static;
  }
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0 22px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:hover {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 15px;
  height: 2px;
  background: #fc4a00;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:last-child > a:after {
  display: none;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li a {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li a:hover {
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li .elementskit-dropdown li a {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .dropdown-item.active {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .tab__post--title,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .tab__post--title a {
  line-height: 18px;
  font-weight: 600;
  font-size: 16px;
  text-transform: inherit;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-dropdown,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-submenu-panel,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-megamenu-panel {
  z-index: 22;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:hover {
  color: #fff;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
  color: #fff;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:after, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a:after, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a:before {
  opacity: 1;
  height: 100%;
  visibility: visible;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .header.header-gradient .navbar-light.m-auto .ekit-wid-con {
    margin: auto;
  }
}
.header.header-gradient .social-links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.header-gradient .nav-search-area {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .header.navbar-solid .navbar-light .ekit-wid-con {
    margin: auto;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .header-gradient-area .navbar-light .ekit-wid-con {
    margin-left: auto;
  }
}
.header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
  height: 120px;
}
@media (min-width: 1025px) {
  .header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    color: #fff;
    line-height: 120px;
  }
}
@media (min-width: 1025px) {
  .header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
    color: #fff;
  }
}

@media (min-width: 1025px) {
  .header-dark .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    height: 90px;
  }
}
@media (min-width: 1025px) {
  .header-dark .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    color: #fff;
    line-height: 90px;
  }
}

@media (min-width: 1025px) {
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    line-height: 80px;
  }
}
.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  background: rgba(0, 0, 0, 0.09);
}

.elementskit-navbar-nav-default.elementskit_line_arrow .elementskit-submenu-panel > li > a .elementskit-submenu-indicator {
  float: right;
}
@media (max-width: 1024px) {
  .elementskit-navbar-nav-default.elementskit_line_arrow .elementskit-submenu-panel > li > a .elementskit-submenu-indicator {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

/*=================================
   tranding bar
=====================================*/
.tranding-bar .trending-slide {
  position: relative;
  padding: 8px 0px;
}
.tranding-bar .trending-slide .trending-title {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  margin: 0 15px 0 0;
  font-weight: 700;
  padding: 0 10px 0 0;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
}
.tranding-bar .trending-slide .trending-title i {
  color: #fc4a00;
}
.tranding-bar .trending-slide .carousel-inner {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.tranding-bar .trending-slide .post-title {
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.tranding-bar .tp-control {
  position: absolute;
  right: 12px;
  top: 13px;
}
.tranding-bar .tp-control a {
  margin: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 23px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.tranding-bar .tp-control a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.trending-light {
  padding: 10px 0;
}
.trending-light .tranding-bar .trending-slide .trending-title {
  padding: 8px 10px 6px 10px;
  color: #fff;
  background: #fc4a00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.trending-light .tranding-bar .trending-slide .trending-title i {
  color: #fff;
}
.trending-light .tranding-bar .trending-slide.trending-slide-bg {
  border-bottom: 0;
}

.tranding-bg-dark .tranding-bar .trending-slide-bg {
  padding-left: 0;
  padding-right: 0;
}
.tranding-bg-dark .tranding-bar .trending-slide-bg .trending-title {
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.15);
}
.tranding-bg-dark .tranding-bar .trending-slide-bg .post-title {
  color: #bbbbbb;
}
.tranding-bg-dark .tranding-bar .tp-control {
  right: 0;
}

.tranding-bg-white .tranding-bar .trending-slide-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eaeaea;
}
.tranding-bg-white .tranding-bar .trending-slide-bg.trending-slide .post-title {
  color: #222222;
}
.tranding-bg-white .tranding-bar .tp-control {
  right: 0;
}
.tranding-bg-white .tranding-bar .tp-control a {
  background: rgba(44, 44, 44, 0.2);
  color: #222222;
}

.tranding-gradient .tranding-bar {
  background-image: linear-gradient(45deg, rgb(0, 159, 255) 0%, rgb(236, 47, 75) 100%);
}
.tranding-gradient .tranding-bar .trending-slide {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.tranding-gradient .tranding-bar .tp-control {
  right: 0;
}

.tranding-box-gradient .tranding-bar .trending-slide {
  background-image: linear-gradient(45deg, rgb(0, 159, 255) 0%, rgb(236, 47, 75) 100%);
}

/*===================================
// Block shortcode: digiqole main slider
===================================*/
.digiqole-main-slider {
  position: relative;
}
.digiqole-main-slider .post-title a {
  color: #ffffff;
}
.digiqole-main-slider .post-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  max-width: 600px;
  background: #222222;
  color: #fff;
}
.digiqole-main-slider .post-content p {
  color: #dddddd;
  margin-bottom: 20px;
}
.digiqole-main-slider .post-content .post-cat {
  padding: 1px 8px;
  margin-bottom: 10px;
}
.digiqole-main-slider .post-cat {
  background: #bc8a61;
  color: #fff;
  text-transform: uppercase;
  padding: 4px;
  z-index: 1;
}
.digiqole-main-slider .post-meta-info {
  padding: 0;
  margin-bottom: 10px;
}
.digiqole-main-slider .post-meta-info li {
  display: inline-block;
  font-size: 13px;
  color: #eeeeee;
  text-transform: capitalize;
}
.digiqole-main-slider .post-meta-info li a {
  color: #eeeeee;
}
.digiqole-main-slider .post-meta-info li a:hover {
  color: #bc8a61;
}
.digiqole-main-slider .post-meta-info li i {
  margin-right: 5px;
}
.digiqole-main-slider .post-meta-info li:not(:last-child) {
  margin-right: 20px;
}
.digiqole-main-slider .post-meta-info li.active i {
  color: #fc4a00;
}
.digiqole-main-slider .post-readmore {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.digiqole-main-slider .post-readmore i {
  margin-left: 10px;
}
.digiqole-main-slider .post-slide-item {
  min-height: 600px;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  position: absolute;
  margin-top: -30px;
  top: auto;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  background: #fc4a00;
}
.main-slider .swiper-button-next i,
.main-slider .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
.main-slider .swiper-button-prev {
  left: auto;
  bottom: 30px;
}
.main-slider .swiper-pagination,
.main-slider .main-pagination {
  position: absolute;
  left: 50px;
  top: 50%;
  padding: 15px;
  text-align: left;
  width: 20px;
  z-index: 10;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slider .swiper-pagination .swiper-pagination-bullet,
.main-slider .main-pagination .swiper-pagination-bullet {
  display: block;
  opacity: 1;
}
.main-slider .swiper-pagination .swiper-pagination-bullet:first-child,
.main-slider .main-pagination .swiper-pagination-bullet:first-child {
  padding-left: 0;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.active span,
.main-slider .main-pagination .swiper-pagination-bullet.active span {
  width: 8px;
  height: 20px;
  background: #fff;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.main-slider .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 20px;
  background: #fc4a00;
  border-radius: 10px;
}
.main-slider .swiper-pagination .swiper-pagination-bullet,
.main-slider .main-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 8px 0 !important;
  background: #d3d3d3;
  opacity: 1;
}

/*===================================
// Block shortcode: post slider
===================================*/
.post-slider {
  position: relative;
}
.post-slider .swiper-pagination {
  position: relative;
  width: 100% !important;
  padding: 25px 0;
  text-align: center;
}
.post-slider .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 5px;
  background: #d3d3d3;
  opacity: 1;
}
.post-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 7px;
  background: #fc4a00;
  border-radius: 10px;
}
.post-slider .swiper-button-prev,
.post-slider .swiper-button-next {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid #eaeaea;
  color: #101010;
  left: -90px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: none;
}
.post-slider .swiper-button-prev:hover,
.post-slider .swiper-button-next:hover {
  background: transparent;
  border: 1px solid transparent;
}
.post-slider .swiper-button-prev i,
.post-slider .swiper-button-next i {
  color: #101010;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.post-slider .swiper-button-next {
  left: auto;
  right: -90px;
}
@media (min-width: 1366px) {
  .post-slider .swiper-button-prev,
  .post-slider .swiper-button-next {
    display: block;
  }
}
.post-slider.style1 .swiper-button-prev,
.post-slider.style1 .swiper-button-next {
  position: absolute;
  right: 30px;
  top: -50px;
  left: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border: none;
}
.post-slider.style1 .swiper-button-prev i,
.post-slider.style1 .swiper-button-next i {
  font-size: 20px;
  color: #fff;
}
.post-slider.style1 .swiper-button-prev:hover,
.post-slider.style1 .swiper-button-next:hover {
  background: rgba(44, 44, 44, 0.1);
}
.post-slider.style1 .swiper-button-prev:hover i,
.post-slider.style1 .swiper-button-next:hover i {
  color: #222222;
}
.post-slider.style1 .swiper-button-prev {
  right: 80px !important;
}

/*===================================
// Block shortcode: post-tab
===================================*/
.featured-tab-item {
  position: relative;
}
.featured-tab-item .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}
.featured-tab-item .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.featured-tab-item .nav-tabs .nav-link {
  padding: 0px 7px;
  border: none;
  position: relative;
  display: inline-block;
}
.featured-tab-item .nav-tabs .nav-link.active {
  background: transparent;
}
.featured-tab-item .nav-tabs .nav-link.active .tab-head > span.tab-text-title {
  color: #fc4a00;
  background: transparent;
  border: none;
}
.featured-tab-item .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fc4a00;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.featured-tab-item .nav-tabs .nav-link .tab-head > span.tab-text-title {
  font-size: 17px;
}
.featured-tab-item .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}
.featured-tab-item .tab-content > .active {
  display: block;
}
.featured-tab-item .block-tab-item .second .post-block-list .list-post li {
  margin-bottom: 15px;
}
.featured-tab-item .block-tab-item .second .post-block-list .list-post li:last-child {
  margin-bottom: 0;
}

.block-tab-item .big-block .post-content .post-cat {
  margin-bottom: 10px;
}
.block-tab-item .big-block .post-content .post-meta {
  margin-bottom: 10px;
}

.post-block-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post-block-list .post-thumb {
  margin-right: 15px;
}
.post-block-list .post-thumb img {
  width: 130px;
  height: 85px;
}
.post-block-list .post-block-style.post-float {
  margin-bottom: 5px;
}
.post-block-list .post-block-style .post-title {
  margin-bottom: 5px;
}

/*============================
   // Elementor Widget : Post Block
==============================*/
.block-item-post.style1 .post-block-style .post-thumb-style6 {
  width: unset;
}
.block-item-post.style1 .post-block-style .post-thumb.ts-resize {
  margin-bottom: 30px;
}
.block-item-post.style1 .post-block-list .post-block-style.post-float {
  margin-bottom: 15px;
}
.block-item-post.post-block-style7 .list-item .item {
  margin-bottom: 15px;
}
.block-item-post.post-block-style7 .list-item .item .post-title {
  margin-bottom: 2px;
}
.block-item-post.post-block-style7 .list-item .item:last-of-type {
  margin-bottom: 0;
}

.post-block-item.style2 .post-block-style {
  margin-bottom: 15px;
}
.post-block-item.style2 .ts-overlay-style {
  margin-bottom: 20px;
}
.post-block-item.style4 .ts-overlay-style {
  margin-bottom: 25px;
}
.post-block-item.style4 .post-block-style .post-thumb {
  margin-bottom: 20px;
}
.post-block-item.style4 .post-cat {
  margin-bottom: 5px;
}

.post-block-item.style5 .post-block-style, .post-block-item.style3 .post-block-style {
  margin-bottom: 20px;
}
.post-block-item.style5 .bg-feature-post,
.post-block-item.style5 .feature-grid-content, .post-block-item.style3 .bg-feature-post,
.post-block-item.style3 .feature-grid-content {
  margin-bottom: 20px;
}
.post-block-item.style5 .bg-feature-post .post-title,
.post-block-item.style5 .feature-grid-content .post-title, .post-block-item.style3 .bg-feature-post .post-title,
.post-block-item.style3 .feature-grid-content .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.post-block-item.style5 .bg-feature-post a.post-cat,
.post-block-item.style5 .feature-grid-content a.post-cat, .post-block-item.style3 .bg-feature-post a.post-cat,
.post-block-item.style3 .feature-grid-content a.post-cat {
  position: relative;
  margin-bottom: 10px;
}
.post-block-item.style5 .post-thumb .item.ts-overlay-style:before, .post-block-item.style3 .post-thumb .item.ts-overlay-style:before {
  display: none;
}

.post-block-item.block-item-post.style6 .post-feature .post-block-style {
  margin-bottom: 25px;
}
.post-block-item.block-item-post.style6 .post-block-style .post-thumb .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.post-block-item.block-item-post.style6 .post-block-style .post-thumb .item a.post-cat {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: 0;
  left: 0;
}
.post-block-item.style8 .post-content .post-meta {
  margin: 10px 0;
}
.post-block-item.style8 .post-content .xs-ratting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-block-item.style8 .post-content .xs-ratting-content .xs-review-rattting {
  line-height: 1;
}
.post-block-item.style8 .post-content .xs-ratting-content .wp-ratting-vote {
  margin-left: 5px;
}

.ts-review-post .item:before {
  display: none;
}
.ts-review-post .item .overlay-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 30px;
  background: #fff;
  border-radius: 10px;
  height: 212px;
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ts-review-post .item .overlay-post-content .post-content {
  position: static;
  padding: 0;
}
.ts-review-post .item .overlay-post-content .post-content p {
  color: #777777;
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.ts-review-post .item .overlay-post-content .post-content a.post-readmore:hover {
  color: #dfac62;
}
.ts-review-post .item .overlay-post-content .post-content .post-review {
  margin: 20px 0;
}
.ts-review-post .item .overlay-post-content .post-content .post-review .xs-ratting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ts-review-post .item .overlay-post-content .post-content .post-review .xs-ratting-content .wp-ratting-vote {
  margin-left: 5px;
}
.ts-review-post:hover .overlay-post-content {
  height: calc(100% - 60px);
}
.ts-review-post:hover .overlay-post-content .post-content p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.ts-review-post:hover .overlay-post-content .post-content a.post-readmore {
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

/*============================
   // Elementor Widget : social share
==============================*/
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile {
  min-height: inherit;
  width: 48%;
  text-align: left;
  margin: 2px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #222222 !important;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  min-height: 45px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 50px;
  position: relative;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon {
  position: absolute;
  left: 8px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background: #fc4a00;
  text-align: center;
  color: #fff !important;
  padding: 7px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count {
  font-weight: 600;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-facebook-icon .apsc-inner-block .social-icon i {
  background: #3b5998;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-twitter-icon .apsc-inner-block .social-icon i {
  background: #1dcaff;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-google-plus-icon .apsc-inner-block .social-icon i {
  background: #dd4b39;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-instagram-icon .apsc-inner-block .social-icon i {
  background: #3f729b;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-youtube-icon .apsc-inner-block .social-icon i {
  background: #e52d27;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-dribble-icon .apsc-inner-block .social-icon i {
  background: #ea4c89;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:hover {
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:hover .apsc-inner-block .social-icon i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

@media (max-width: 767px) {
  .vertical-grid-style .post-block-style {
    margin-bottom: 20px;
  }
}
.apsc-theme-4 .apsc-each-profile {
  margin: 3px;
  width: 48%;
}
.apsc-theme-4 .apsc-each-profile a {
  padding: 12px 15px;
  border-radius: 5px;
}

@media (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile {
    width: 47%;
    float: left;
  }
  .apsc-theme-4 .apsc-each-profile a {
    padding: 12px 15px;
    border-radius: 5px;
    display: block;
  }
  .apsc-theme-4 .apsc-each-profile .apsc-media-type {
    display: block;
  }
  .apsc-theme-4 .apsc-each-profile .media-name {
    font-size: 11px;
  }
  .apsc-theme-4 .apsc-each-profile .apsc-count {
    font-size: 12px;
  }
}
.block-item-post-tab h4 {
  line-height: 22px;
  padding-top: 10px;
  margin: 0;
}
.block-item-post-tab .post-block-style.media {
  margin-bottom: 0px;
}
.block-item-post-tab .post-block-style .post-thumb {
  margin-bottom: 0;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block-item-post-tab .post-block-style .post-thumb .post-video-content {
  z-index: 3;
}
.block-item-post-tab .post-block-style .post-thumb .post-video-content .ts-play-btn {
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background: #fc4a00;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-item-post-tab .post-content .post-cat {
  background: rgb(10, 109, 190);
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.block-item-post-tab .post-content p {
  margin: 0;
  padding: 5px 0px;
}
.block-item-post-tab .post-content .post-readmore {
  text-transform: uppercase;
}
.block-item-post-tab .post-list {
  margin-top: 10px;
}
.block-item-post-tab .post-list .post-thumb img {
  height: 85px;
  width: 205px;
  margin-top: 13px;
}
.block-item-post-tab .post-list .post-content {
  padding-left: 15px;
}
.block-item-post-tab .post-title {
  font-size: 15px;
  font-weight: 700;
}

.ts-grid-box {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 30px 30px 0px;
  background: #fff;
}
.ts-grid-box .popular-grid-slider {
  margin-top: 20px;
}
.ts-grid-box :last-of-type {
  margin-bottom: 0;
}
.ts-grid-box .post-cat {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #d42f1f;
  color: #fff;
  left: 42%;
  padding: 0px 5px;
  text-transform: uppercase;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ts-grid-box .ts-post-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 10px;
}
.ts-grid-box .ts-post-thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.ts-grid-box .ts-post-thumb:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.ts-grid-box .post-date-info {
  font-size: 12px;
  display: block;
  position: relative;
  color: #8a8a8a;
}

/*====================================
// Elementor widget : post list tab
=====================================*/
.post-list-item .recen-tab-menu.nav-tabs {
  margin: 0px 0 0px 10px;
  border-bottom: none;
}
.post-list-item .recen-tab-menu.nav-tabs li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  text-align: center;
  margin-bottom: -2px;
  border-bottom: none;
  padding-bottom: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  display: block;
  letter-spacing: 0.64px;
}
.post-list-item .recen-tab-menu.nav-tabs li a:before, .post-list-item .recen-tab-menu.nav-tabs li a:after {
  position: absolute;
  top: 0;
  content: "";
  background: #fc4a00;
  left: 0;
  opacity: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a:before {
  width: 3px;
  height: 12px;
}
.post-list-item .recen-tab-menu.nav-tabs li a:after {
  width: 12px;
  height: 3px;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active {
  color: #fc4a00;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active:before, .post-list-item .recen-tab-menu.nav-tabs li a.active:after {
  opacity: 1;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active span {
  opacity: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #d3d3d3;
  position: absolute;
  top: 0;
  margin-right: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  left: -3px;
  bottom: 0;
  margin: auto;
}
.post-list-item .post-thumb {
  position: relative;
}
.post-list-item .post-thumb .tab-post-count,
.post-list-item .post-thumb .post-index {
  position: absolute;
  top: -4px;
  left: 12px;
  background: #fc4a00;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
}
.post-list-item .post-content .media-body {
  padding-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.post-list-item .post-content .post-title {
  margin-bottom: 4px;
  line-height: 18px;
}
.post-list-item .post-content.media .sidebar-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  padding: 0px;
}
.post-list-item .post-tab-list .post-content {
  margin-top: 30px;
}
.post-list-item.recent-posts-widget .post-content.media .sidebar-img {
  width: 120px;
  height: 98px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

/*===================================
// Elementor widget : video sync slider
=====================================*/
.video-sync-slider .ts-overlay-style.item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.video-sync-slider .ts-overlay-style.item:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.video-sync-slider .ts-overlay-style .post-content {
  left: 0;
}
.video-sync-slider .ts-overlay-style .post-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.video-sync-slider .ts-overlay-style .post-video .ts-play-btn {
  font-size: 25px;
}
.video-sync-slider .ts-overlay-style .post-video .ts-play-btn i {
  margin-left: 5px;
}

.video-sync-slider2 .item {
  background: #222222;
  position: relative;
}
.video-sync-slider2 .item .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}
.video-sync-slider2 .item .post-thumb:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(34, 34, 34, 0.6)), to(transparent));
  background: linear-gradient(to top, rgba(34, 34, 34, 0.6) 50%, transparent 100%);
}
.video-sync-slider2 .post-content {
  padding: 20px;
  position: relative;
  min-height: 75px;
}
.video-sync-slider2 .post-content .post-title {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.video-sync-slider2 .post-content .ts-play-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 7px 10px;
  font-size: 11px;
  margin-right: 16px;
  position: relative;
}
.video-sync-slider2 .post-content:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #444141;
  content: "";
  margin: auto;
}
.video-sync-slider2 .swiper-slide-thumb-active .item .post-thumb {
  margin-top: -20px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.video-sync-slider2.digiqole-video-slider2-container {
  margin-top: -20px;
  padding-top: 20px;
}

/*===================================
// Elementor widget : post grid loadmore
=====================================*/
.newszone-post-grid-loadmore .post-block-style {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-gradient .ts-overlay-style:before,
.grid-loadmore-content .gradient-post .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 200, 255)), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, rgb(0, 200, 255) 0%, rgba(0, 200, 255, 0) 100%);
}

.grid-loadmore-content .ts-overlay-style,
.post-gradient .ts-overlay-style {
  margin-bottom: 30px;
}
.grid-loadmore-content .swiper-slide:nth-child(1).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(1).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(2).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(2).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(3).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(3).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(4).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(4).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(5).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(5).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(6).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(6).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(7).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(7).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(8).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(8).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(9).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(9).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(10).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(10).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(11).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(11).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(12).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(12).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(13).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(13).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(14).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(14).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(15).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(15).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(16).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(16).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(17).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(17).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(18).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(18).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(19).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(19).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(20).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(20).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(21).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(21).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(22).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(22).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(23).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(23).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(24).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(24).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(25).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(25).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(26).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(26).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(27).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(27).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(28).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(28).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(29).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(29).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(30).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(30).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(31).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(31).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .swiper-slide:nth-child(32).ts-overlay-style:before,
.post-gradient .swiper-slide:nth-child(32).ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(1) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(1) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(2) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(2) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(3) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(3) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(4) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(4) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(5) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(5) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(6) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(6) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(7) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(7) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(8) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(8) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(9) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(9) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(10) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(10) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(11) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(11) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(12) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(12) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(13) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(13) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(14) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(14) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(15) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(15) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(16) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(16) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(17) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(17) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(18) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(18) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(19) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(19) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(20) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(20) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(21) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(21) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(22) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(22) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(23) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(23) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(24) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(24) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(25) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(25) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(26) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(26) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(27) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(27) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(28) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(28) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(29) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(29) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(30) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(30) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(31) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(31) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(32) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(32) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}

.load-more-btn {
  position: relative;
}
.load-more-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaeaea;
  height: 1px;
  content: "";
  margin: auto;
}
.load-more-btn .digiqole-post-grid-loadmore {
  padding: 10px 55px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.load-more-btn .digiqole-post-grid-loadmore:hover {
  color: #fc4a00;
}

/*===================================
// Elementor widget : post grid slider
=====================================*/
.weekend-top .ts-overlay-style {
  margin-bottom: 0;
}
.weekend-top .ts-overlay-style .item {
  margin-bottom: 30px;
}
.weekend-top .ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 4px;
}
.weekend-top .swiper-pagination {
  min-width: 130px;
}
.weekend-top .swiper-pagination {
  padding: 0;
  position: absolute;
  right: 0;
  left: auto !important;
  bottom: auto;
  top: -40px;
  display: inline-block;
  text-align: right;
}
.weekend-top .swiper-pagination .swiper-pagination-bullet:last-child {
  padding-right: 0;
}
.weekend-top .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 7px;
  background: #fc4a00;
  border-radius: 10px;
}
.weekend-top .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 5px;
  background: #d3d3d3;
  opacity: 1;
}

.block-slider .swiper-slide .post-block-style .post-thumb {
  margin-right: 15px;
  margin-bottom: 0;
}
.block-slider .swiper-slide .post-block-style .post-thumb a img {
  width: 95px;
  height: 70px;
}
.block-slider .swiper-slide .post-block-style .post-content .post-title {
  padding-top: 0px;
  margin-bottom: 2px;
}
.block-slider .swiper-slide .post-block-style .post-content .post-meta span {
  margin-right: 0px;
}

/*===================================
// Elementor widget : Digiqole Date
=====================================*/
.digiqole-date span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.digiqole-date span i {
  margin-right: 5px;
  vertical-align: baseline;
}

.category-block-title {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
  border-bottom: 2px solid #1c1c1c;
}
.category-block-title > span {
  background: #1c1c1c;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.entry-blog .entry-blog-header.feature {
  margin-bottom: 18px;
}
.entry-blog .entry-blog-meta.feature {
  margin-bottom: 18px;
}
.entry-blog .entry-blog-meta.feature .post-meta > span {
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  color: #a3a3a3;
  line-height: 12px;
  display: inline-block;
  text-transform: capitalize;
}
.entry-blog .entry-blog-meta.feature .post-meta > span:first-child {
  border-right: 1px solid #dedede;
}
.entry-blog .entry-blog-meta.feature .post-meta > span a {
  padding-left: 5px;
}
.entry-blog .post-body {
  background: none;
  padding: 0px;
  margin-top: 10px;
}
.entry-blog .post-body.feature {
  margin-top: 0px;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span {
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  color: #999999;
  line-height: 12px;
  display: inline-block;
  text-transform: capitalize;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span:first-child {
  border-right: 1px solid #dedede;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span a {
  padding-left: 5px;
}
.entry-blog .post-media .meta-categories {
  position: absolute;
  left: 20px;
  top: 10px;
  background: black;
  padding: 0px 10px;
}
.entry-blog .post-media .meta-categories a {
  color: white;
}

.digiqole-category-style6 {
  padding-bottom: 20px;
}
.digiqole-category-style6 .feauted-tab-img img {
  width: 100%;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post {
  margin: 0;
  border-bottom: none;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li {
  padding: 0;
  list-style: none;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li .nav-link.active {
  color: #fff;
  background-color: #fc4a00;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 18px;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li .nav-link.active .post-title {
  color: #fff;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post .post-meta-info li {
  color: #fff;
}

.feature-post.row {
  margin-bottom: 20px;
}
.feature-post.row h1 {
  margin-left: 15px;
}
.feature-post.row .card-columns .card-body {
  padding: 0;
}

.blog-single .meta-categories a {
  position: relative;
  font-size: 10px;
  padding: 0 6px;
  margin-right: 5px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  transition: 400ms;
  -webkit-transition: 400ms;
  margin-bottom: 12px;
}
.blog-single .meta-categories:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: -7px;
  border-right: 5px solid transparent;
  -webkit-transition: 400ms;
}
.blog-single .xs-review-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.blog-single .xs-review-box .total-reivew-headding,
.blog-single .xs-review-box .write-reivew-headding {
  margin-bottom: 25px;
  padding-left: 0 !important;
}
.blog-single .xs-review-box .xs-reviewer-details {
  padding-left: 0;
}
.blog-single .xs-review-box .xs-reviewer-details .xs-overview-data {
  font-size: 15px;
  font-weight: 500;
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-rattting.xs-percentange {
  background: #f7f7f7;
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(1) .data-rat .xs-review-rattting .percentange_check {
  background: #ce96fb;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(2) .data-rat .xs-review-rattting .percentange_check {
  background: #ff8fcf;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(3) .data-rat .xs-review-rattting .percentange_check {
  background: #00c2ba;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(4) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(5) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(6) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(7) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(8) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(9) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(10) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(11) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(12) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .review-reviwer-info-section {
  font-size: 15px;
  color: #7c7c7c;
  padding-left: 20px;
}
.blog-single .xs-review-box .review-reviwer-info-section .xs-reviewer-author {
  text-transform: capitalize;
  font-weight: 400;
}
.blog-single .xs-review-box .border-div {
  margin: 20px 13px 40px;
}
.blog-single .xs-review-box .xs-review input,
.blog-single .xs-review-box .xs-review textarea {
  border-radius: 0;
}
.blog-single .xs-review-box .xs-review .xs-btn {
  background: #fc4a00;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .xs-review-box .xs-review .xs-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-style: none;
}
.blog-single .xs-review-box .xs-review .xs-btn:hover {
  background: #e34300;
}
.blog-single .public-xs-review-box .write-reivew-headding {
  margin-left: 13px;
}
.blog-single form .xs-review-box {
  margin-left: -13px;
}
.blog-single .blog-post-comment {
  margin: 30px 0;
}
.blog-single .btn-comments:hover {
  color: #ffffff;
}
.blog-single .btn-comments:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .btn-comments:not(.desable):active {
  background: #fc4a00;
  border-color: #fc4a00;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-header-style3 {
  margin: 0 0 50px;
}
.post-header-style3 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style3 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.post-header-style3 .entry-header .meta-categories {
  position: absolute;
  left: 2%;
  top: 10%;
}
.post-header-style3 .entry-header .entry-header-content {
  position: absolute;
  padding: 50px 0 25px;
  left: 25%;
  color: white;
}
.post-header-style3 .entry-header .entry-header-content .entry-title {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  max-width: 500px;
  color: white;
}
.post-header-style3 .entry-header .entry-header-content .post-meta span {
  margin-right: 10px;
}
.post-header-style3 .entry-header .entry-header-content .post-meta span a,
.post-header-style3 .entry-header .entry-header-content .post-meta span span {
  padding-left: 10px;
}
.post-header-style3 .entry-header .entry-header-content .post-meta a,
.post-header-style3 .entry-header .entry-header-content .post-meta i {
  color: #fff;
}

.post-layout-style4 .post-single .entry-header {
  margin-top: -150px;
  background: #fff;
  padding-top: 30px;
}
.post-layout-style4 .post-single .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 42px;
}

.post-header-style6 {
  margin: 0 0 50px;
}
.post-header-style6 .entry-header-content {
  margin: 20px 0px;
}
.post-header-style6 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style6 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-header-style6 .post-meta {
  margin-bottom: 20px;
}
.post-header-style6 .post-meta span {
  margin-right: 10px;
}
.post-header-style6 .post-meta span a,
.post-header-style6 .post-meta span span {
  padding-left: 3px;
}

.post-header-style7 {
  margin: 0 0 10px;
}
.post-header-style7 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style7 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-header-style7 .entry-header .meta-categories {
  position: absolute;
  padding: 20px;
  bottom: 18%;
}
.post-header-style7 .entry-header .entry-header-content {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  color: white;
}
.post-header-style7 .entry-header .entry-header-content .entry-title {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: white;
}
.post-header-style7 .entry-header .entry-header-content .post-meta span {
  margin-right: 10px;
}
.post-header-style7 .entry-header .entry-header-content .post-meta span a,
.post-header-style7 .entry-header .entry-header-content .post-meta span span {
  padding-left: 10px;
}
.post-header-style7 .entry-header .entry-header-content .post-meta a,
.post-header-style7 .entry-header .entry-header-content .post-meta i {
  color: #fff;
}

.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column {
  padding: 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column ul {
  list-style: none;
  padding-left: 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column ul li {
  border-bottom: 1px dashed #bbbbbb;
  padding: 15px 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column .wp-block-image img {
  border-radius: 15px;
}
.blog-single.post-layout-style8 .post-content .post-meta .post-category a.post-cat {
  color: #dfac62;
}

.social-share-post {
  position: relative;
}
.social-share-post > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fc4a00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.social-share-post .social-list {
  position: absolute;
  right: 40px;
  top: 0;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-height: 50px;
  min-width: 235px;
  padding: 12px 18px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.social-share-post .social-list i:before {
  font-family: "ts-iconfont" !important;
}
.social-share-post .social-list .fa-facebook:before {
  content: "\e967" !important;
}
.social-share-post .social-list .fa-twitter:before {
  content: "\e966" !important;
}
.social-share-post .social-list .fa-instagram:before {
  content: "\e963" !important;
}
.social-share-post .social-list .fa-youtube:before {
  content: "\e97e" !important;
}
.social-share-post .social-list .fa-vimeo-v:before {
  content: "\e949" !important;
}
.social-share-post .social-list .fa-pinterest-p:before {
  content: "\e964" !important;
}

.ts-category-list-item .ts-category-list {
  padding: 0;
  margin: 0;
}
.ts-category-list-item .ts-category-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
.ts-category-list-item .ts-category-list li a {
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.ts-category-list-item .ts-category-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.ts-category-list-item .ts-category-list li a span {
  position: relative;
  white-space: nowrap;
}
.ts-category-list-item .ts-category-list li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
  will-change: transform;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ts-category-list-item .ts-category-list li a span.bar {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 65px 0 25px;
}
.ts-category-list-item .ts-category-list li a .category-count {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 5px;
  width: 40px;
  right: 20px;
  top: 44px;
  margin-top: 12px;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 32px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.ts-category-list-item .ts-category-list li a:last-child {
  margin-bottom: 0;
}
.ts-category-list-item.widgets_category .ts-category-list li {
  padding-bottom: 0;
}
.ts-category-list-item.widgets_category .ts-category-list li a {
  min-height: 90px;
}
.ts-category-list-item.widgets_category .ts-category-list li a:hover {
  color: #fff;
}

.ts-grid-item-2 .item .post-content {
  border-bottom: 1px solid #e8e8e8;
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.ts-grid-item-2 .item .post-content .post-cat {
  color: #fff !important;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.ts-grid-item-2 .item .post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 5px;
  line-height: 20px;
}

.ts-grid-item-8 .item .post-content {
  border-bottom: 1px solid #e8e8e8;
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.ts-grid-item-8 .item:last-child .post-content {
  border-bottom: 1px solid transparent;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.post-list-3 .feature-item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}
.post-list-3 .feature-item .post-thumb {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  margin-right: 0;
}
.post-list-3 .feature-item .post-thumb .post-video-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  text-align: center;
}
.post-list-3 .feature-item .post-content .post-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.post-list-3 .post-block-style {
  margin-bottom: 20px;
}
.post-list-3 .post-meta.meta_title_before .post-cat {
  margin-right: 15px;
}
.post-list-3 .post-meta.meta_title_before .post-cat span {
  margin-right: 0;
}

.ts-grid-item-3 .ts-overlay-style .item:first-child {
  min-height: 203px;
}
.ts-grid-item-3 .ts-overlay-style .item:first-child .post-content {
  border: none;
}
.ts-grid-item-3 .post-content .post-title {
  margin-bottom: 3px;
}

.post-list-6 .post-block-style {
  margin-bottom: 30px;
}

.digiqole-video-post .video-tab-list {
  height: 360px;
  padding: 10px 5px 10px 20px;
  overflow: hidden;
}
.digiqole-video-post .video-tab-list .post-tab-list {
  padding: 0;
}
.digiqole-video-post .video-tab-list .post-tab-list li {
  display: block;
  width: 100%;
  padding: 14px 0 5px;
}
.digiqole-video-post .video-tab-list .post-tab-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.digiqole-video-post .video-tab-list .post-tab-list li .post-content img {
  width: 80px;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.digiqole-video-post .video-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.digiqole-video-post .video-item .post-video {
  position: absolute;
  top: 46%;
  margin: auto;
  text-align: center;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  left: -40px;
  right: 0;
  z-index: 2;
  margin: auto;
}
.digiqole-video-post .video-item .post-video .ts-play-btn {
  z-index: 1;
  border: none;
}
.digiqole-video-post .video-item .post-video .ts-play-btn {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 26px;
  background: #fc4a00;
  float: left;
  color: #fff;
  margin-right: 20px;
}
.digiqole-video-post .video-item .post-video .ts-play-btn i {
  padding-left: 5px;
}

.video-tab-list.bg-dark-item {
  background: #1b1b1b;
}
.video-tab-list.bg-dark-item .post-title {
  color: #fff;
}

.video-tab-list-title {
  width: 100%;
  padding: 20px;
  background: #fc4a00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-tab-list-title .ts-play-btn {
  width: 30px;
  height: 30px;
  padding: 4px 0;
  background: #fff;
  color: #fc4a00;
  margin-right: 20px;
}
.video-tab-list-title .ts-play-btn:hover {
  color: #fc4a00;
}
.video-tab-list-title .ts-play-btn i {
  padding-left: 5px;
}
.video-tab-list-title h3 {
  color: #fff;
  margin-bottom: 0;
}
.video-tab-list-title p {
  margin: 0;
}

.post-thumb-bg.post-tab-bg .post-thumb {
  position: relative;
  margin-right: 15px;
}
.post-thumb-bg.post-tab-bg .post-thumb .bg-wrap {
  padding-bottom: 62%;
}
.post-thumb-bg.post-tab-bg .post-thumb .bg-wrap .digiqole-sm-bg-img {
  border-radius: 5px;
}
.feature-tab-inner .post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}
.feature-tab-inner .post-thumb-bg .post-thumb .bg-wrap {
  padding-bottom: 95%;
}
.feature-tab-inner .post-thumb-bg .post-thumb .bg-wrap .digiqole-sm-bg-img {
  border-radius: 50%;
}

/*==================================================
   shortcode:    commment list
 ================================================== */
.ts-comments-row {
  position: relative;
}
.ts-comments-row:last-child {
  margin-bottom: 0;
}
.ts-author {
  color: #777777;
}
.ts-author a {
  color: #777777;
}
.ts-author a:hover {
  color: #fc4a00;
}
.ts-author-comments {
  position: relative;
}
.ts-author-comments::after {
  position: absolute;
  content: "";
  left: 36px;
  bottom: 20%;
  width: 1px;
  z-index: -1;
  height: 60%;
  background: #eaeaea;
}
.ts-author-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.ts-author-thumb img {
  width: 100%;
}
.ts-author-media {
  background: #fff;
  padding: 20px 0;
}
.ts-author-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}
.ts-author-content::after {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
  border: 1px solid #ddd;
  border-width: 0 0px 1px 1px;
}
.ts-author-content::before {
  position: absolute;
  content: "\e943";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: "ts-iconfont";
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}
.ts-author-content .comment {
  margin-bottom: 12px;
}
.ts-author-content .comment a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
}

.ts-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 18px 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  background: #fc4a00;
  color: #fff;
}
.ts-play-btn:hover {
  color: #fff;
}

/*============================
    shortcode: post list
========================================*/
.post-list-5 .post-block-style {
  padding-top: 0;
  padding-bottom: 15px;
}
.post-list-5 .post-block-style .post-thumb {
  width: 100%;
  margin-bottom: 15px;
}
.post-list-5 .post-block-style .post-content {
  width: 100%;
}

.post-list-2 .feature-item {
  margin-bottom: 20px;
}
.post-list-2 .item {
  margin-bottom: 15px;
  border: 1px solid transparent;
  padding: 0;
}
.post-list-2 .item:last-child {
  border-width: 0 !important;
}

.ts-grid-item-4 .post-meta {
  margin-bottom: 10px;
}
.ts-grid-item-4 p {
  margin-bottom: 10px;
}
.ts-grid-item-4 .post-readmore {
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  position: relative;
}
.ts-grid-item-4 .post-readmore i {
  margin-left: 5px;
}
.ts-grid-item-4 .post-block-style {
  padding: 20px 0;
  position: relative;
}
.ts-grid-item-4 .post-block-style:first-child {
  padding-top: 0;
}
.ts-grid-item-4.show-border .post-block-style:not(:last-child):after {
  position: absolute;
  left: 0;
  width: 96%;
  content: "";
  height: 1px;
  background: #eaeaea;
  margin: auto;
  text-align: center;
  display: block;
  right: 0;
  bottom: 0;
}
.ts-grid-item-4.post-list-5 .post-block-style .post-thumb {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ts-grid-item-4 .post-block-style .post-thumb {
    margin-bottom: 0;
  }
}
/*==================================================
      category layout style
 ================================================== */
.category-main-title .block-title {
  margin-bottom: 30px;
  border-color: #222222;
  font-size: 16px;
}
.category-main-title .block-title .title-bg {
  background: #222222;
}
.category-main-title .block-title .title-bg::before {
  background: #222222;
}
.category-main-title .block-title .title-bg::after {
  border-left-color: #222222;
}

.entry-blog-header .post-cat {
  margin-bottom: 10px;
}

.archive .entry-blog-summery .readmore-btn,
.entry-blog-summery.ts-post .readmore-btn {
  margin-top: 10px;
  display: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}
.archive .entry-blog-summery .readmore-btn .ts-icon,
.entry-blog-summery.ts-post .readmore-btn .ts-icon {
  margin-left: 10px;
}

.blog .entry-blog-summery.ts-post .readmore-btn {
  display: block;
}

.sub-category-list {
  margin-top: 20px;
}
.sub-category-list a {
  margin-right: 10px;
  margin-bottom: 0;
}

.category-layout1 .post-block-style {
  margin-bottom: 25px;
}

.category-layout2 .entry-blog-summery p {
  margin-bottom: 0;
}
.category-layout2 .entry-blog-summery .readmore-btn {
  display: block;
}
.category-layout2 .post-block-style {
  margin-bottom: 30px;
}

.category-layout3 .post-block-style {
  margin-bottom: 25px;
}
.category-layout3 .post-block-style .post-thumb {
  margin-bottom: 25px;
}
.category-layout3 .post-block-style .post-title {
  font-size: 30px;
  line-height: 40px;
}

.category-layout4 .ts-overlay-style {
  margin-bottom: 30px;
}
.category-layout4 .ts-overlay-style .post-content {
  padding: 30px;
}

.category-layout5 .feature-big {
  margin-bottom: 30px;
}
.category-layout5 .feature-big .post-title.md {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.45px;
}
.category-layout5 article.post-layout {
  margin-bottom: 15px;
}

.category-layout6 .post-meta {
  margin-bottom: 17px;
}
.category-layout6 .post-block-style {
  margin-bottom: 30px;
}
.category-layout6 .entry-blog-summery .readmore-btn {
  display: block;
  margin-top: 20px;
}
.category-layout6 .post-layout + .post-layout .post-meta {
  margin-bottom: 10px;
}

.category-layout7 .post-block-style .grid-cat {
  position: relative;
  bottom: 0;
  left: 0;
}
.category-layout7 .post-block-style .grid-cat a.post-cat {
  background: transparent;
  color: #8db392;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-left: 40px;
  padding-right: 40px;
}
.category-layout7 .post-block-style .grid-cat a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8db392;
  bottom: 0;
  margin: auto;
}
.category-layout7 .post-block-style .grid-cat a.post-cat:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8db392;
  bottom: 0;
  margin: auto;
}
.category-layout7 .post-block-style .post-title .entry-blog-header .post-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.category-layout7 .post-block-style .post-title .post-meta {
  margin-bottom: 35px;
}
.category-layout7 .post-block-style .post-title .post-meta span {
  font-size: 12px;
  font-weight: 400;
  color: #101010;
}
.category-layout7 .post-block-style .post-title .post-meta span.post-author a {
  color: #8db392;
}
.category-layout7 .post-block-style .post-content .post-thumb {
  border-radius: 0px;
  margin-bottom: 35px;
}
.category-layout7 .post-block-style .post-content .entry-blog-summery {
  padding: 0 30px;
  margin-bottom: 50px;
}
.category-layout7 .post-block-style.small-post .post-thumb {
  border-radius: 0px;
}
.category-layout7 .post-block-style.small-post .grid-cat {
  margin-top: 35px;
  margin-bottom: 10px;
}
.category-layout7 .post-block-style.small-post .post-content .entry-blog-header .post-title {
  font-weight: 400;
}
.category-layout7 .post-block-style.small-post .post-meta span {
  color: #101010;
}
.category-layout7 .post-block-style.small-post .post-meta span.post-author a {
  font-weight: 700;
  color: #101010;
}

.category-layout8 .ts-overlay-review-style .post-content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
.category-layout8 .ts-overlay-review-style .post-content .post-title a {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info {
  display: block;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info li {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info li a {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat {
  background: transparent;
  color: #dfac62;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 40px;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #dfac62;
  bottom: 0;
  margin: auto;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #dfac62;
  bottom: 0;
  margin: auto;
}
.category-layout8 .ts-overlay-review-style:before {
  display: none;
}
.category-layout8 .ts-overlay-review-style .item {
  border-radius: 15px;
  min-height: 420px;
}

/*==================================================
      single post layout
 ================================================== */
.blog-single .post-meta {
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}
.blog-single .post-meta li {
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  font-weight: 400;
  color: #666;
}
.blog-single .post-meta li i {
  margin-right: 6px;
  font-size: 15px;
}
.blog-single .post-meta li a {
  color: #5c5c5c;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.blog-single .post-meta li a:hover {
  color: #fc4a00;
}
.blog-single .post-meta li a.post-cat {
  margin-left: 0;
  color: #fff;
}
.blog-single .post-meta li.post-author {
  padding-left: 0px;
}
.blog-single .post-meta li.post-author img {
  position: relative;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
}
.blog-single .post-meta li.post-author a {
  color: #232323;
  margin-left: 6px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-single .post-meta li:not(:last-child) {
  margin-right: 20px;
}
.blog-single .post-meta li.meta-post-view {
  color: #fc4a00;
}
.blog-single .post-meta .social-share {
  position: absolute;
  margin-left: 50px;
  right: 0;
}
@media (min-width: 1200px) {
  .blog-single .post-meta .social-share {
    top: 5px;
  }
}
.blog-single .post-meta .social-share i.fa-share,
.blog-single .post-meta .social-share .ts-icon-share {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fc4a00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}
.blog-single .post-meta .social-share .social-list {
  position: absolute;
  right: 36px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 200px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}
.blog-single .post-meta .social-share .social-list li:last-child {
  margin-right: 0;
}
.blog-single .post-meta .social-share .social-list i:before {
  font-family: "ts-iconfont" !important;
  font-style: normal;
}
.blog-single .post-meta .social-share .social-list .fa-facebook:before {
  content: "\e967" !important;
}
.blog-single .post-meta .social-share .social-list .fa-twitter:before {
  content: "\e966" !important;
}
.blog-single .post-meta .social-share .social-list .fa-instagram:before {
  content: "\e963" !important;
}
.blog-single .post-meta .social-share .social-list .fa-youtube:before {
  content: "\e97e" !important;
}
.blog-single .post-meta .social-share .social-list .fa-vimeo-v:before {
  content: "\e949" !important;
}
.blog-single .post-meta .social-share .social-list .fa-pinterest-p:before {
  content: "\e964" !important;
}
.blog-single .post-meta .social-share .social-list .fa-linkedin:before {
  content: "\e962" !important;
}
.blog-single .post-meta .social-share:hover .social-list {
  display: block;
}
.blog-single p {
  line-height: 28px;
}
.blog-single p.img-caption-text {
  font-style: italic;
  color: #232323;
  font-weight: 500;
}
.blog-single ul li,
.blog-single ol li {
  line-height: 28px;
}
.blog-single blockquote {
  margin: 0 !important;
}
.blog-single blockquote.wp-block-quote {
  background: transparent;
  text-align: center;
}
.blog-single .wp-block-image figure {
  margin-bottom: 30px;
}
.blog-single .tag-lists span {
  padding: 4px 13px;
  background: #fc4a00;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}
.blog-single .tag-lists a {
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.blog-single .tag-lists a:hover {
  border-color: #fc4a00;
  color: #fff;
}
.blog-single .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.wp-block-quote::before {
  color: #222222;
  font-family: "ts-iconfont" !important;
  content: "\e944";
}
.wp-block-quote cite {
  font-style: italic;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}
.wp-block-quote cite::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: "";
  bottom: 0;
  margin: 10px -40px 13px 0px;
  right: 0;
}

blockquote.wp-block-quote {
  background: transparent;
}
blockquote p {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  color: #222222;
}

.author-box {
  padding: 20px 0;
  margin-bottom: 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  clear: both;
  overflow: hidden;
}
.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
}
.author-box .author-info p {
  margin-bottom: 0;
}

.author-item {
  margin-bottom: 30px;
}
.author-item .author-box {
  min-height: 110px;
  padding: 20px;
  border: 1px solid #eaeaea;
}

.post-footer {
  margin: 20px 0;
}

.ts-related-post .section-heading .block-title.title-border {
  margin-bottom: 30px;
}

.popular-grid-slider .ts-post-thumb {
  margin-bottom: 10px;
}

.post-header-style3 {
  margin-bottom: 30px !important;
}
.post-header-style3 p.img-caption-text {
  display: none;
}

.post-layout-style4 .post-single .entry-header {
  padding-right: 35px;
}

.post-layout-style5 .post-header-style7 .entry-header {
  margin-bottom: 20px;
}
.post-layout-style5 .post-meta li {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li span {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.meta-post-view {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.meta-post-view .ts-icon {
  color: #fc4a00 !important;
}
.post-header-style7 .post-layout-style5 .post-meta li.post-author a {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.social-share {
  position: relative;
}
.post-layout-style5 .post-meta li.social-share .social-list li a {
  color: #222222;
}
.post-layout-style5 .post-meta li.social-share .social-list li a i {
  color: #222222;
}

.post-layout-style6 .post-meta li.social-share {
  position: relative;
}

@media (max-width: 767px) {
  .ts-author-comments::after {
    display: none;
  }
  .ts-comments-row.mb-50 {
    margin-bottom: 25px;
  }
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
/*==================================================
      footer
 ================================================== */
.footer-bar {
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}

.ts-footer {
  background: #222222;
}
.ts-footer .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 40px;
}
.ts-footer .widget-title span {
  background: #222222;
  padding-right: 40px;
  position: relative;
}
.ts-footer .widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #504f4f;
}
.ts-footer .footer-left-widget,
.ts-footer .footer-widget {
  margin-bottom: 30px;
}
.ts-footer .footer-left-widget p,
.ts-footer .footer-widget p {
  color: #eaeaea;
  font-weight: 400;
}
.ts-footer .footer-left-widget .tagcloud a,
.ts-footer .footer-widget .tagcloud a {
  color: #fff;
}
.ts-footer .footer-left-widget .footer-social,
.ts-footer .footer-widget .footer-social {
  padding: 0;
}
.ts-footer .footer-left-widget .footer-social li a,
.ts-footer .footer-widget .footer-social li a {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  margin: 0 35px 0 0;
}
.ts-footer .footer-left-widget .footer-social li a:hover,
.ts-footer .footer-widget .footer-social li a:hover {
  color: #fc4a00;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ts-footer .footer-left-widget .footer-social li:last-child a,
.ts-footer .footer-widget .footer-social li:last-child a {
  margin-right: 0;
}
.ts-footer .footer-bottom-center-widget .widget-title {
  padding-left: 0;
}
.ts-footer .footer-bottom-center-widget .widget-title:before {
  display: none;
}
.ts-footer .footer-bottom-center-widget .address-info {
  float: left;
  width: 50%;
}
.ts-footer .footer-bottom-center-widget .footer-contact-info-right {
  float: right;
  width: 50%;
}
.ts-footer .recent-posts-widget .post-content .post-title {
  line-height: 20px;
}
.ts-footer .recent-posts-widget .post-content .post-title a {
  color: #fff;
}
.ts-footer .recent-posts-widget .post-content .post-title a:hover {
  color: #fc4a00;
}
.ts-footer .recent-posts-widget .post-content .post-meta span {
  color: #999999;
  font-weight: 400;
}
.ts-footer .recent-posts-widget .post-content.media .sidebar-img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 80px;
  height: 65px;
}
.ts-footer .recent-posts-widget .post-content.media .post-index,
.ts-footer .recent-posts-widget .post-content.media .post-tag {
  display: none;
}
.ts-footer .recent-posts-widget .post-tab-list .post-content {
  margin-top: 20px;
}
.ts-footer .footer-info {
  padding: 0;
  margin-bottom: 40px;
}
.ts-footer .footer-info li {
  color: #cccccc;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 400;
}
.ts-footer .footer-info li:last-child {
  margin-bottom: 0;
}
.ts-footer .footer-info li i {
  margin-right: 15px;
  font-size: 18px;
}
.ts-footer .footer-info li i.fa-home, .ts-footer .footer-info li i.ts-icon-home-solid, .ts-footer .footer-info li i.ts-icon-home {
  color: #f45946;
}
.ts-footer .footer-info li i.ts-icon-phone2, .ts-footer .footer-info li i.ts-icon-phone-volume {
  color: #3fa4f3;
}
.ts-footer .footer-info li i.fa-envelope, .ts-footer .footer-info li i.ts-icon-envelope-solid, .ts-footer .footer-info li i.ts-icon-envelope {
  color: #04aea0;
}
@media (min-width: 1200px) {
  .ts-footer .footer-right-widget {
    padding-left: 60px;
  }
}

.newsletter-area {
  background-image: linear-gradient(20deg, rgb(248, 66, 112) 0%, rgb(254, 128, 59) 100%);
  padding: 40px 0;
}
.newsletter-area .ts-subscribe {
  padding: 0;
}
.newsletter-area .footer-newsletter {
  position: relative;
}
.newsletter-area .footer-newsletter p {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .newsletter-area .footer-newsletter p {
    margin-right: 130px;
  }
}
.newsletter-area .footer-newsletter i.fa,
.newsletter-area .footer-newsletter i.ts-icon {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
}
.newsletter-area .footer-newsletter input[type=email] {
  background: transparent;
  height: 48px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.newsletter-area .footer-newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::-moz-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #222222;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.newsletter-area .footer-newsletter input[type=submit]:hover {
  background: #fc4a00;
}

.block-elements .post-block-list .post-thumb img {
  height: 98px;
}

.ts-subscribe {
  padding: 30px 0px;
}

.newsletter-form {
  text-align: center;
  padding: 50px 40px;
  border: 10px solid #3a3a3a;
  position: relative;
}
.newsletter-form span {
  position: absolute;
  right: 0;
  top: -31px;
  width: 80px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: auto;
  color: #fff;
  background: #222222;
  left: 0;
}
.newsletter-form span i {
  background: #3a3a3a;
  display: block;
  width: 50px;
  height: 50px;
  padding: 17px 0;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.newsletter-form p {
  margin-bottom: 0;
  color: #fff;
}
.newsletter-form input[type=email] {
  height: 40px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #3a3a3a;
  margin-bottom: 10px;
  font-size: 14px;
}
.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::-moz-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::-ms-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::placeholder {
  color: #cccccc;
}
.newsletter-form input[type=submit] {
  display: block;
  width: 100%;
  background: #ec0000;
  color: #fff;
  border: none;
  height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.newsletter-form h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 17px;
}

.recent-posts-widget .post-thumb,
.post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  width: 38%;
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.recent-posts-widget .post-thumb a,
.post-thumb-bg .post-thumb a {
  padding-bottom: 80%;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  overflow: hidden;
}
.recent-posts-widget .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb .digiqole-sm-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}
.recent-posts-widget .post-thumb.post-thumb-low-padding a,
.post-thumb-bg .post-thumb.post-thumb-low-padding a {
  padding-bottom: 65%;
}
.recent-posts-widget .post-thumb.post-thumb-full,
.post-thumb-bg .post-thumb.post-thumb-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.recent-posts-widget .post-thumb a.post-cat,
.post-thumb-bg .post-thumb a.post-cat {
  display: inline-block;
}
.recent-posts-widget .post-thumb:hover .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb:hover .digiqole-sm-bg-img {
  background-position: center 45%;
}
.recent-posts-widget .post-thumb.post-thumb-radius,
.post-thumb-bg .post-thumb.post-thumb-radius {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  width: 27%;
}
.recent-posts-widget .post-thumb.post-thumb-radius a,
.post-thumb-bg .post-thumb.post-thumb-radius a {
  padding-bottom: 92%;
}
.recent-posts-widget .post-thumb.post-thumb-radius .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb.post-thumb-radius .digiqole-sm-bg-img {
  border-radius: 50%;
}
.recent-posts-widget .post-thumb .grid-cat a.post-cat,
.post-thumb-bg .post-thumb .grid-cat a.post-cat {
  padding-bottom: 0;
}
.recent-posts-widget .post-thumb .ts-play-btn,
.post-thumb-bg .post-thumb .ts-play-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: auto;
  padding: 18px 0 !important;
}
.recent-posts-widget .post-block-style .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-block-style .post-thumb .digiqole-sm-bg-img {
  background-size: auto;
  background-position: center;
}
.recent-posts-widget .post-block-style:hover .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-block-style:hover .post-thumb .digiqole-sm-bg-img {
  background-position: 45%;
}

.featured-tab-item .block-tab-item .post-block-list .post-thumb a {
  padding-bottom: 65%;
}

.recent-posts-widget .posts-thumb img {
  width: 95px;
  height: 75px;
}
.recent-posts-widget .post-info .entry-title {
  font-size: 14px;
  line-height: 20px;
}
.recent-posts-widget .post-info .entry-title a {
  color: #fff;
}
.recent-posts-widget .post-info .entry-title a:hover {
  color: #fc4a00;
}
.recent-posts-widget .post-info p.post-meta {
  margin-bottom: 0;
}
.recent-posts-widget .post-info p.post-meta span {
  color: #fff;
}
.recent-posts-widget ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a3a3a;
}
.recent-posts-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-posts-widget.post-list-item .post-tab-list .post-content:first-of-type {
  margin-top: 0;
}

.digiqole-rating {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  right: 25px;
  top: 25px;
  text-align: center;
}
.digiqole-rating .digiqole-review-percent {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  top: 0;
}
.digiqole-rating .review-chart {
  color: #fff;
  padding: 15px;
}
.digiqole-rating .review-chart .ts-icon {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.digiqole-rating .review-chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-social {
  padding: 0;
}
.footer-social .widget-title {
  padding-left: 0;
}
.footer-social .widget-title:before {
  display: none;
}
.footer-social.xs-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 14px;
  display: block;
  background: #fc4a00;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  margin: 5px;
}
.footer-social li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-social li.ts-facebook a {
  background: #3b5998;
}
.footer-social li.ts-linkedin a {
  background: #0077b5;
}
.footer-social li.ts-twitter a {
  background: #1da1f2;
}
.footer-social li.ts-pinterest a {
  background: #bd081c;
}
.footer-social li.ts-instagram a {
  background: #262626;
}
.footer-social li.ts-youtube a {
  background: #ff0000;
}
.footer-social li.ts-dribbble a {
  background: #ea4c89;
}

.copy-right {
  background: #000000;
  padding: 15px 0px;
}
.copy-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer-nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0 8px;
}
.footer-nav li a:hover {
  color: #fc4a00;
}

/*------------back to top-------------*/
.BackTo {
  background: #fc4a00 none repeat scroll 0 0;
  border-radius: 50%;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: relative;
  text-align: center;
  width: 44px;
  display: block;
  padding: 12px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}
.BackTo:hover {
  background: #000;
}
.BackTo a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/*==================================================
      404
 ================================================== */
.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
  line-height: 45px;
}
.error-page .error-body .btn:hover {
  color: #fff;
}

/*==================================================
      Reading progressbar
 ================================================== */
.reading-progressbar {
  position: fixed;
  top: 0;
  z-index: 33;
  width: 100%;
  background-color: #676666;
}

.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
}

.progress-bar {
  height: 4px;
  background: #676666;
  width: 0%;
}

.digiqole_progress_container {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 4px;
  width: 100%;
}

.sm-post-effect .ts-overlay-style {
  overflow: hidden;
}

.sm-post-effect .ts-overlay-style:hover::before {
  top: -100%;
}

@media (min-width: 1025px) {
  .post-feature-slider .swiper-button-prev,
  .post-feature-slider .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    opacity: 0;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
    background: #fc4a00;
    border-color: #fc4a00;
  }
  .post-feature-slider .swiper-button-prev i,
  .post-feature-slider .swiper-button-next i {
    color: #fff;
  }
  .post-feature-slider .swiper-button-prev:hover,
  .post-feature-slider .swiper-button-next:hover {
    background: #fc4a00;
    border-color: #fc4a00;
  }
  .post-feature-slider .swiper-button-prev {
    left: -25px;
  }
  .post-feature-slider .swiper-button-next {
    right: -25px;
  }
  .post-feature-slider:hover .post-slider .swiper-button-prev,
  .post-feature-slider:hover .post-slider .swiper-button-next {
    opacity: 1;
  }
}
/* ******************************
// feature post tab

*******************************/
.digiqole-feature-post-tab {
  position: relative;
}
.digiqole-feature-post-tab .fade {
  -webkit-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.digiqole-feature-post-tab .fade.show {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: scaleUp 0.8s forwards ease-in;
          animation: scaleUp 0.8s forwards ease-in;
  -webkit-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.digiqole-feature-post-tab .grid_container {
  max-width: 1140px;
  margin: auto;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style {
  min-height: 600px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style:before {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  top: 50%;
  max-width: 700px;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style .post-content p {
  color: #fff;
}
.digiqole-feature-post-tab .grid_container1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.digiqole-feature-post-tab .feature-tab-inner {
  max-width: 1140px;
  margin: auto;
  position: relative;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  height: 350px;
  width: 350px;
  overflow: hidden;
  background: transparent;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list li {
  margin-bottom: 15px;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .side-img {
  position: relative;
  margin-right: 20px;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .side-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-cat {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-meta-info {
  padding: 0;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-meta-info li {
  color: #fff;
  list-style-type: none;
  font-size: 12px;
}
.digiqole-feature-post-tab .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 1px;
}
.digiqole-feature-post-tab .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(228, 182, 182, 0.4);
}

/* video post tab  */
.video-tab-list .post-tab-list li a.active h3.post-title,
.video-tab-list .post-tab-list li a:hover h3.post-title {
  color: #fc4a00;
}

.digiqole-feature-post-tab .grid_container1 {
  width: 35%;
  left: auto;
}
@media (min-width: 768px) {
  .digiqole-feature-post-tab .grid_container1 {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .digiqole-feature-post-tab .grid_container1 {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
@media (max-widh: 479px) {
  .digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* =======================
// Sticky sidebar
=========================== */
@media (min-width: 1025px) {
  #sidebar.fixed {
    position: fixed;
    top: 0;
    max-width: 350px;
  }
}
/* =======================
// dark mode
=========================== */
.form-control,
.header-middle-area,
.body-inner-content {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.tranding-bg-white.trending-light.bg-gray,
.topbar.topbar-gray {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dark-mode {
  background: #000000;
  position: relative;
}
.dark-mode body {
  background: #000000;
}
.dark-mode .tranding-bg-white .tranding-bar .tp-control a {
  background: #ddd;
}
.dark-mode .tranding-bar .trending-slide .trending-title {
  border-right: none;
}
.dark-mode .post-layout-style4 .post-single .entry-header {
  background-color: #222 !important;
}
.dark-mode .comments-list .comment-reply-link,
.dark-mode .comments-list .comment-author,
.dark-mode .topbar.topbar-gray .top-info li,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode .public-xs-review-box .xs-review textarea,
.dark-mode .form-control,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title,
.dark-mode .topbar .top-nav li a,
.dark-mode .style8 .social-links li a {
  color: #fff;
}
.dark-mode .post-list-3 .feature-item {
  border-bottom: none;
}
.dark-mode .comments-list .comment-body {
  border-bottom-color: #2d2727;
}
.dark-mode .author-box {
  border-top-color: #2d2727;
  border-bottom-color: #2d2727;
}
.dark-mode .xs-review-overview-list {
  border-right-color: #2d2727;
}
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode .public-xs-review-box .xs-review input,
.dark-mode .public-xs-review-box .xs-review textarea,
.dark-mode .form-control,
.dark-mode .ts-author-content {
  border-color: #2d2727;
}
.dark-mode .ts-author-comments::after,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode .load-more-btn:before,
.dark-mode .main-slide.style4 .digiqole-main-slider .post-content,
.dark-mode .ts-review-post .item .overlay-post-content,
.dark-mode .category-layout8 .ts-overlay-review-style .post-content,
.dark-mode .banner.food-banner {
  background: #1f1f1f;
}
.dark-mode .tranding-bg-white.trending-light.bg-gray,
.dark-mode .topbar.topbar-gray {
  background-color: #333;
}
.dark-mode .form-control,
.dark-mode .header-middle-area,
.dark-mode .body-inner-content {
  background-color: #1f1f1f;
}
.dark-mode body,
.dark-mode .tranding-bg-white .tranding-bar .trending-slide-bg .post-title a,
.dark-mode .heading-style3 .block-title,
.dark-mode .heading-style2 .block-title,
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block,
.dark-mode .nav-tabs .nav-item .nav-link,
.dark-mode .nav-tabs .nav-item .nav-link h3,
.dark-mode .nav-tabs .nav-item .nav-link.active,
.dark-mode .post-title a,
.dark-mode .post-meta span,
.dark-mode .post-meta span a,
.dark-mode .ts-author,
.dark-mode .ts-author a,
.dark-mode .post-content p,
.dark-mode .post-list-item .recen-tab-menu.nav-tabs li a,
.dark-mode .ts-author-content:before,
.dark-mode .ts-author-content .comment,
.dark-mode .ts-author-media .ts-author-meta,
.dark-mode .breadcrumb li,
.dark-mode .breadcrumb li a,
.dark-mode .post-title,
.dark-mode .blog-single .post-meta li,
.dark-mode .blog-single .post-meta li.post-author a,
.dark-mode .blog-single .post-meta li.post-comment a,
.dark-mode .wp-block-quote:before,
.dark-mode .wp-block-quote p,
.dark-mode .wp-block-quote cite,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .blog-single .tag-lists a,
.dark-mode .blog-single ul li,
.dark-mode .blog-single ol li,
.dark-mode .post-date-info,
.dark-mode .error-page .error-code,
.dark-mode .pagination li a i,
.dark-mode .pagination li span i,
.dark-mode .author-box .author-url a,
.dark-mode .post-content .post-meta-info li,
.dark-mode .post-content .post-meta-info li a,
.dark-mode .ekit-wid-con .elementskit-section-title-wraper .elementskit-section-subtitle,
.dark-mode .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon i,
.dark-mode .ekit-wid-con .ekit-offcanvas-toggle-wraper .ekit_offcanvas-sidebar i,
.dark-mode .sidebar ul li a,
.dark-mode .post-readmore,
.dark-mode .heading-style4 .title-border .title-bg,
.dark-mode .elementor-social-icons-wrapper .elementor-social-icon i,
.dark-mode .ts-category-classic .ts-category-list li a,
.dark-mode .digiqole-serach .ts-icon-search1,
.dark-mode .post-navigation span,
.dark-mode .post-navigation .post-next a p,
.dark-mode .post-navigation .post-previous a p,
.dark-mode .ts-grid-item-2 .item .post-content .post-cat,
.dark-mode a.post-cat.only-color,
.dark-mode .sidebar .widget .widget-title,
.dark-mode .main-slider.style5 .post-content .post-cat,
.dark-mode .ekit-wid-con .ekit-btn-wraper .elementskit-btn,
.dark-mode .elementor-widget-elementskit-social-share .ekit_socialshare li a,
.dark-mode .blog-single .xs-review-box .review-reviwer-info-section .xs-reviewer-author,
.dark-mode .view-review-list .xs-review-date,
.dark-mode .xs-reviewer-details .xs-review-summery > p,
.dark-mode .tag-lists a,
.dark-mode .tagcloud a {
  color: #fff !important;
}
.dark-mode .heading-style3 .block-title .title-angle-shap:before,
.dark-mode .heading-style3 .block-title .title-angle-shap:after,
.dark-mode .post-meta span a:before,
.dark-mode .ts-author-comments:after,
.dark-mode .ts-grid-item-2 .item .post-content .post-cat:before,
.dark-mode a.post-cat.only-color:before,
.dark-mode .sidebar .widget .widget-title .title-angle-shap:before,
.dark-mode .sidebar .widget .widget-title .title-angle-shap:after,
.dark-mode .main-slider.style5 .post-content .post-cat:before,
.dark-mode .main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li::before,
.dark-mode .post-meta span::before,
.dark-mode .post-meta .post-meta-date::before,
.dark-mode .post-meta-info li::before,
.dark-mode .elementskit-infobox.text-left.icon-lef-right-aligin {
  background: #fff !important;
}
.dark-mode .heading-style2 .block-title.title-border .title-bg {
  background: #000;
}
.dark-mode .navbar-sticky.sticky.fade_down_effect.navbar-solid,
.dark-mode .navbar-sticky.sticky.fade_down_effect.navbar-center,
.dark-mode .navbar-sticky.sticky.fade_down_effect.navbar-solid-box {
  background: #1f1f1f;
}
.dark-mode .navbar-solid .elementskit-navbar-nav > li {
  background: #1f1f1f;
}
.dark-mode .navbar-solid .navbar-light {
  border-bottom: 1px solid #464646;
  border-top: 1px solid #464646;
}
.dark-mode .header-dark .elementskit-navbar-nav > li {
  background: #222;
}
.dark-mode .header6 .elementskit-navbar-nav > li {
  background: #fff;
}
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a,
.dark-mode .ts-author-content,
.dark-mode .blog-single .tag-lists a,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review textarea,
.dark-mode .form-control {
  border-color: #fff !important;
}
.dark-mode .ts-author-content:before {
  background: #1f1f1f !important;
}
.dark-mode .blog-single .tag-lists a:hover {
  border-color: #fc4a00;
}
.dark-mode .changemode-icon:before {
  content: "\f185";
}
.dark-mode .ts-author-media {
  background-color: transparent !important;
}
.dark-mode .load-more-btn:before {
  background: #2d2727 !important;
}
.dark-mode .ts-category-list-item.widgets_category .ts-category-list li {
  border-bottom: none;
}
.dark-mode .xs_reviw_title::-webkit-input-placeholder, .dark-mode .xs_reviwer_website::-webkit-input-placeholder, .dark-mode .xs_reviw_summery::-webkit-input-placeholder, .dark-mode .form-control::-webkit-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::-moz-placeholder, .dark-mode .xs_reviwer_website::-moz-placeholder, .dark-mode .xs_reviw_summery::-moz-placeholder, .dark-mode .form-control::-moz-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title:-ms-input-placeholder, .dark-mode .xs_reviwer_website:-ms-input-placeholder, .dark-mode .xs_reviw_summery:-ms-input-placeholder, .dark-mode .form-control:-ms-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::-ms-input-placeholder, .dark-mode .xs_reviwer_website::-ms-input-placeholder, .dark-mode .xs_reviw_summery::-ms-input-placeholder, .dark-mode .form-control::-ms-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::placeholder,
.dark-mode .xs_reviwer_website::placeholder,
.dark-mode .xs_reviw_summery::placeholder,
.dark-mode .form-control::placeholder {
  color: #fff;
}
.dark-mode .author-box {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.dark-mode .body-box-layout .elementor-section.elementor-section-boxed > .elementor-container {
  background: #1f1f1f;
}
.dark-mode .ekit-wid-con .elementskit-infobox {
  border-color: #101010;
  background: none;
}
.dark-mode .ekit-wid-con .ekit_social_media {
  margin-bottom: 0;
}
.dark-mode .elementor-social-icons-wrapper .elementor-grid-item {
  padding-top: 5px;
}
.dark-mode .elementor-widget-elementskit-social-share .ekit_socialshare {
  margin-bottom: 0;
}
.dark-mode .elementskit-navbar-nav > li > a {
  color: #fff !important;
}
.dark-mode .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
  color: #fff !important;
}
.dark-mode .header6 .elementskit-navbar-nav > li > a {
  color: #222222 !important;
}
.dark-mode .header6 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
  color: #222222 !important;
}
.dark-mode .personal-blog-newsletter-sec .elementskit-section-title {
  color: #222;
}
.dark-mode .social-links.social-dark li a {
  color: #fff;
}
.dark-mode .elementor-section-wrap .elementor-section,
.dark-mode .elementor-column-wrap.elementor-element-populated {
  background-color: transparent !important;
  background-image: none !important;
}
.dark-mode .header .elementor-section-wrap > .elementor-section {
  background-color: #fff !important;
}
.dark-mode .ekit_menu_responsive_tablet > .elementskit-navbar-nav-default {
  background-color: #000;
}
.dark-mode .header-gradient,
.dark-mode .header-gradient .navbar-sticky.sticky {
  background-image: none !important;
  background-color: #000;
}
.dark-mode .ts-author-content:after {
  background: #fff !important;
}

@-webkit-keyframes ts_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ts_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.dark-light-mode-icon {
  position: fixed;
  top: 45%;
  right: 0;
  background: #444444;
  text-align: center;
  z-index: 99;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dark-light-mode-icon a {
  color: #fff;
  display: block;
  padding: 13px 0;
  line-height: 0.8;
}

.changemode-icon {
  -webkit-animation: ts_spin 5000ms linear infinite;
          animation: ts_spin 5000ms linear infinite;
}

.post-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-meta-info li.ts-author-avatar {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-meta-info li.ts-author-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-meta-info li.ts-author-avatar a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-post-gallery-wrap {
  margin-bottom: 30px;
}
.single-post-gallery-wrap #single-post-sync-slider1 {
  margin-bottom: 10px;
}

/*===============================
        Personal Blog
================================*/
.digiqole-blog-slider {
  position: relative;
}
.digiqole-blog-slider .item.post-slide-item {
  position: relative;
  border-radius: 0;
  background-position: top;
  background-size: cover;
}
.digiqole-blog-slider .item.post-slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.digiqole-blog-slider .item.post-slide-item .post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: transparent;
  max-width: 800px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.digiqole-blog-slider .item.post-slide-item .post-content a.post-cat {
  background-color: transparent;
  font-weight: 400;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-meta-info {
  display: inline-block;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-meta-info li {
  text-transform: uppercase;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-readmore::after {
  background: #fff;
}
.digiqole-blog-slider .item .post-readmore {
  font-size: 14px;
  font-weight: 400;
}
.digiqole-blog-slider .item .post-readmore i {
  margin-left: 5px;
}

.ts-category-list-classic .ts-category-list li a {
  border-radius: 0px;
}
.ts-category-list-classic .ts-category-list li a:before {
  background: none;
}
.ts-category-list-classic .ts-category-list li a span {
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #8db392;
  padding: 5px 15px;
}
.ts-category-list-classic .ts-category-list li a span:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  height: 1px;
  top: 50%;
  right: -20px;
  background: #fff;
}
.ts-category-list-classic .ts-category-list li a span:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  height: 1px;
  top: 50%;
  left: -20px;
  background: #fff;
}

.personal-blog-cta input[type=email] {
  height: 48px;
  color: #fff;
  border: none;
  min-width: 320px;
  padding: 0 20px;
  background: #fff;
  border-radius: 0px;
}
.personal-blog-cta input[type=submit] {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 40px;
  border-radius: 0px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #8db392;
  border: none;
  color: #fff;
  cursor: pointer;
}

.food-blog-cta input[type=email] {
  height: 48px;
  color: #fff;
  border: none;
  min-width: 320px;
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
}
.food-blog-cta input[type=submit] {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 40px;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #dfac62;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .food-blog-cta input[type=submit] {
    position: static;
    left: 0;
    bottom: 0;
    margin: 10px 0;
  }
}

.heading-style4 .title-border {
  border: none;
}
.heading-style4 .title-border .title-bg {
  color: #101010;
  background: transparent;
}
.heading-style4 .title-border .title-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 1px;
  background: #8db392;
  bottom: 0;
  margin: auto;
}
.heading-style4 .title-border .title-bg:after {
  display: none;
}

.recent-post-classic .post-list-item .post-tab-list .post-content .post-thumb a img.sidebar-img {
  width: 111px;
  border-radius: 0px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat {
  color: #8db392;
  padding: 0 0 0 35px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8db392;
  bottom: 0;
  margin: auto;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-title {
  line-height: 26px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-title a {
  font-weight: 400;
}

.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat {
  color: #dfac62;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat:before {
  background: #dfac62;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-meta .post-date {
  color: #101010;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-title a {
  font-size: 20px;
  font-weight: 700;
}

.ts-category-classic .ts-category-list li a {
  padding: 0px;
  color: #101010;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.ts-category-classic .ts-category-list li a:before {
  background: transparent;
}
.ts-category-classic .ts-category-list li a .category-count {
  color: #fff;
  background: #8db392;
  border-radius: 0;
}
.ts-category-classic .ts-category-list li a span.bar {
  border-color: #707070;
  margin: 0 85px 0 25px;
}

.ts-category-list-thumb .ts-category-list a {
  border-radius: 15px;
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  overflow: hidden;
}
.ts-category-list-thumb .ts-category-list a .category-details {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #dfac62;
  width: 100%;
  padding: 15px 0;
}
.ts-category-list-thumb .ts-category-list a .category-details h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -5px;
}
.ts-category-list-thumb .ts-category-list a span.category-count {
  background: transparent;
  color: #fff;
  padding: 5px;
  width: 0;
  display: contents;
  font-weight: 400;
}
.ts-category-list-thumb .ts-category-list a:before {
  display: none;
}
.ts-category-list-thumb.style3 .ts-category-list a {
  margin-bottom: 30px;
  border-radius: 15px;
}
.ts-category-list-thumb.style3 .ts-category-list a .category-details h4 {
  margin-bottom: 6px;
}

.blog-author .ts-grid-box {
  background: transparent;
}
.blog-author .ts-grid-box .ts-post-thumb a img {
  border-radius: 50%;
}
.blog-author .ts-grid-box .ts-post-thumb:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.blog-author .ts-grid-box .post-content .post-title {
  margin-top: 35px;
}
.blog-author .ts-grid-box .post-content .post-title a {
  color: #fff;
  font-weight: 400;
}
.blog-author .ts-grid-box .post-content p {
  font-size: 16px;
  color: #fff;
}

.ts-blog-footer .menu-footer-menu-container ul.menu {
  text-align: center;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8db392;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
}

.ts-food-footer .menu-footer-menu-container ul.menu {
  text-align: center;
}
.ts-food-footer .menu-footer-menu-container ul.menu li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.ts-food-footer .menu-footer-menu-container ul.menu li a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}
.ts-food-footer .menu-footer-menu-container ul.menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #dfac62;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
}

.horizontal-post-block .post-block-style .post-thumb {
  border-radius: 0px;
}
.horizontal-post-block .post-block-style .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-post-block .post-block-style .post-content a.post-cat {
  background: transparent;
  color: #8db392;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px;
}
.horizontal-post-block .post-block-style .post-content a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8db392;
  bottom: 0;
  margin: auto;
}
.horizontal-post-block .post-block-style .post-content .post-readmore {
  font-weight: 400;
}

/* ===========================
// Shortcode : Style 9 
=============================*/
.block-item-post.style9 .post-thumb-wrap {
  margin: 40px 0;
}

/* ===========================
// Instgram Feed : 
=============================*/
.ekit-ins-feed .instagram-btn {
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 40px;
  margin: auto;
  max-width: 150px;
}
.ekit-ins-feed .instagram-btn i {
  margin-right: 5px;
}

/* ===========================
// Shortcode : Main Slider Style 3 
=============================*/
.main-slider.style3 .swiper-button-next,
.main-slider.style3 .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 50px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  line-height: 40px;
  padding: 5px;
}
.main-slider.style3 .swiper-button-next:hover,
.main-slider.style3 .swiper-button-prev:hover {
  background: transparent;
}
.main-slider.style3 .swiper-button-next i,
.main-slider.style3 .swiper-button-prev i {
  font-size: 20px;
  color: #fff;
}
.main-slider.style3 .swiper-button-prev {
  left: 50px;
}

/* ===========================
// Shortcode : Main Slider Style 4
=============================*/
.main-slide.style4 .digiqole-main-slider .post-content {
  background: #fff;
  border-radius: 15px;
  padding: 50px 60px;
  min-height: 320px;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, -16%);
          transform: translate(-50%, -16%);
}
.main-slide.style4 .digiqole-main-slider .post-content .post-cat {
  color: #dfac62 !important;
  font-size: 12px;
  margin-bottom: 15px;
  background: transparent !important;
  padding: 0 40px !important;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-cat::before, .main-slide.style4 .digiqole-main-slider .post-content .post-cat::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #dfac62;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-cat::after {
  left: auto;
  right: 0;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-cat:hover .post-cat {
  color: #dfac62;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg a {
  color: #101010;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg:hover a {
  color: #dfac62;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li {
  color: #101010;
  font-weight: 400;
  padding: 0 10px;
  margin-right: 10px;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li::before {
  background: #101010;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li i {
  margin: 0;
  display: none;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li a {
  color: inherit;
  font-weight: 700;
}
.main-slide.style4 .digiqole-main-slider .post-slide-item {
  border-radius: 15px;
}
@media (max-width: 991px) {
  .main-slide.style4 .digiqole-blog-slider .item.post-slide-item .post-content {
    max-width: 550px;
  }
}
.main-slide.style4 .swiper-slide {
  width: 70%;
}
.main-slide.style4 .swiper-button-next,
.main-slide.style4 .swiper-button-prev {
  position: absolute;
  top: 50%;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  position: absolute;
  line-height: 40px;
  padding: 7px;
  left: 15%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slide.style4 .swiper-button-next i,
.main-slide.style4 .swiper-button-prev i {
  color: #101010;
  font-size: 22px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slide.style4 .swiper-button-next:hover,
.main-slide.style4 .swiper-button-prev:hover {
  background: #fc4a00;
}
.main-slide.style4 .swiper-button-next:hover i,
.main-slide.style4 .swiper-button-prev:hover i {
  color: #fff;
}
.main-slide.style4 .swiper-button-next {
  left: auto;
  right: 15%;
}
@media (max-width: 1024px) {
  .main-slide.style4 .swiper-slide {
    width: 100%;
  }
  .main-slide.style4 .swiper-button-next,
  .main-slide.style4 .swiper-button-prev {
    display: none;
  }
}

/* ===========================
// Shortcode : Main Slider Style5
=============================*/
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #fc4a00;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 20px;
  color: #fff;
}

.main-slider.style5 .post-content {
  padding: 25px 0;
}
.main-slider.style5 .post-content .post-cat {
  font-size: 13px;
  text-transform: uppercase;
  background: transparent !important;
  color: #777777 !important;
  position: relative;
  padding-left: 13px;
}
.main-slider.style5 .post-content .post-cat::before {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #777;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slider.style5 .post-content .post-cat:hover {
  color: #fc4a00 !important;
}
.main-slider.style5 .post-content .post-cat:hover::before {
  background: #fc4a00;
}
.main-slider.style5 .post-content .post-meta-info li {
  margin-right: 25px;
}

.weekend-top .swiper-button-prev,
.weekend-top .swiper-button-next {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid #eaeaea;
  color: #101010;
  left: -90px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: none;
}
.weekend-top .swiper-button-prev:hover,
.weekend-top .swiper-button-next:hover {
  background: transparent;
}
.weekend-top .swiper-button-prev i,
.weekend-top .swiper-button-next i {
  color: #101010;
}
.weekend-top .swiper-button-next {
  left: auto;
  right: -90px;
}
@media (min-width: 992px) {
  .weekend-top .swiper-pagination {
    padding-right: 10px !important;
  }
}
@media (min-width: 1366px) {
  .weekend-top .swiper-button-prev,
  .weekend-top .swiper-button-next {
    display: block;
  }
}

/* style for covid tracker */
.ncov2019 .one_fourth {
  width: 100% !important;
}
.ncov2019 .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ncov2019 .text-center {
  text-align: left !important;
}
.ncov2019 .has-vivid-green-cyan-color {
  color: #27cf16;
}
.ncov2019 #cov-total-dead {
  color: #ff0000;
}
.ncov2019 .one_fourth h3 i {
  display: none !important;
}
.ncov2019 .leaflet-bottom.leaflet-right {
  display: none;
}
.ncov2019 .cov_map {
  height: 150px;
}
.ncov2019 .one_fourth {
  display: none;
  padding-top: 0;
}
.ncov2019 .one_fourth:nth-child(1), .ncov2019 .one_fourth:nth-child(2), .ncov2019 .one_fourth:nth-child(3), .ncov2019 .one_fourth:nth-child(4), .ncov2019 .one_fourth:nth-child(5), .ncov2019 .one_fourth:nth-child(6) {
  display: block;
  padding: 10px 0;
}
.ncov2019 .one_fourth h3 {
  padding-left: 15px;
}
.ncov2019 .one_fourth h5 {
  padding-left: 30px;
  position: relative;
}
.ncov2019 .one_fourth h5::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
  -webkit-animation: pulsed 3s ease-in-out infinite;
  animation: pulsed 3s ease-in-out infinite;
}

@-webkit-keyframes pulsed {
  0%, 70% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
  }
}

@keyframes pulsed {
  0%, 70% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
  }
}
/* Food Receipe banner */
.banner.food-banner {
  min-height: 350px;
  background: #f9f6f1;
  padding: 50px 0;
  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;
  text-align: center;
  margin-bottom: 50px;
}
.banner.food-banner .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Newspaper Post Top Title Widget */
.ts-posts-toptitle-item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-title {
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-title a {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.ts-posts-toptitle-item .post-meta {
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-content p {
  margin-top: 0;
}
.ts-posts-toptitle-item .post-thumb {
  border-radius: 0;
}

.ts-posts-toptitle-item:last-child {
  border-bottom: none;
}

.digiqole-post-slider .post-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.digiqole-post-slider:hover .post-thumb {
  background-position: 40%;
}

/*------tooltip-----------*/
.tooltip {
  opacity: 1 !important;
  position: relative !important;
  display: inline-block !important;
  border-bottom: 1px dotted #101010;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #101010;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #a9a9a9 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*----------elementor box layout background------------*/
.body-box-layout .elementor-section.elementor-section-boxed > .elementor-container {
  background: #fff;
}

/*-------------infinite scroll------------------------*/
.blog-ajax-load-more-trigger {
  text-align: center;
}
.blog-ajax-load-more-trigger i {
  font-size: 44px;
}

/* dark swicher */
.color_swicher {
  width: 70px;
  height: 30px;
  background: #222222;
  -webkit-box-shadow: 0px 0 5px rgba(119, 119, 119, 0.7);
          box-shadow: 0px 0 5px rgba(119, 119, 119, 0.7);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  top: 0;
  margin: auto;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 99;
}
.dark-mode .color_swicher {
  background: white;
}
.color_swicher .ts-icon-moon {
  display: none;
}
@media (max-width: 768px) {
  .color_swicher {
    display: none;
  }
}

.color_swicher:hover {
  cursor: pointer;
}

.switch_container {
  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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  width: 40px;
  background: #ecc355;
  border: 5px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: white;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.switch_container i {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.dark-mode .switch_container {
  -webkit-transform: translateX(40px) rotate(1turn);
          transform: translateX(40px) rotate(1turn);
  background: #333333;
}
.dark-mode .switch_container .ts-icon-moon {
  display: block;
}
.dark-mode .switch_container .ts-icon-sun {
  display: none;
}

.digiqole-darklight-widget .color_swicher {
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0;
}

.ts-author-content::before {
  position: absolute;
  content: "\e944";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: "ts-iconfont";
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}

/*------accesspress socila icons css*/
.apsc-theme-2 .apsc-inner-block {
  padding: 8px;
  border-radius: 5px;
}
.apsc-theme-2 .media-name {
  display: none;
}
.apsc-theme-2 .apsc-media-type {
  display: block;
  font-size: 11px;
  line-height: 11px;
}
.apsc-theme-2 .apsc-each-profile {
  float: left;
}
.apsc-theme-2 .apsc-each-profile a {
  display: block;
  position: relative;
  transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 1px 1px 2px #b3b3b3;
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 1px 1px 2px #b3b3b3;
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3);
  /*IE 5.5-7*/
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background: #fc4a00;
  text-align: center;
  color: #fff !important;
  padding: 4px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block;
  font-style: normal;
}

.apsc-each-profile .social-icon i:before {
  font-family: "ts-iconfont" !important;
}
.apsc-each-profile .social-icon .fa-facebook-f:before {
  content: "\e967";
}
.apsc-each-profile .social-icon .fa-twitter:before {
  content: "\e966";
}
.apsc-each-profile .social-icon .fa-instagram:before {
  content: "\e963";
}
.apsc-each-profile .social-icon .fa-youtube:before {
  content: "\e97e";
}
.apsc-each-profile .social-icon .fa-vimeo-v:before {
  content: "\e949";
}
.apsc-each-profile .social-icon .fa-tumblr:before {
  content: "\e94a";
}
.apsc-each-profile .social-icon .fa-odnoklassniki:before {
  content: "\e94b";
}
.apsc-each-profile .social-icon .fa-yelp:before {
  content: "\e958";
}
.apsc-each-profile .social-icon .fa-xing:before {
  content: "\e959";
}
.apsc-each-profile .social-icon .fa-vk:before {
  content: "\e959";
}
.apsc-each-profile .social-icon .fa-vine:before {
  content: "\e959";
}
.apsc-each-profile .social-icon .fa-stumbleupon:before {
  content: "\e959";
}

.pull-left {
  float: left;
}

/*elementskit icons replace*/
.elementskit-submenu-indicator:before {
  font-family: "ts-iconfont" !important;
  content: "\e874";
}

.fa-paper-plane:before {
  font-family: "ts-iconfont" !important;
  content: "\e97c" !important;
}

.fa-user-alt:before {
  font-family: "ts-iconfont" !important;
  content: "\e970" !important;
  font-style: normal;
}

.fa-times:before {
  font-family: "ts-iconfont" !important;
  content: "\e904" !important;
  font-style: normal;
}

.icon-menu-5:before {
  font-family: "ts-iconfont" !important;
  content: "\e97f";
  font-style: normal;
}

/*-------------swiper slider css------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.empty-link-hidden-text {
  visibility: hidden;
}

.ts-author-media img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.ts-author-content a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
  display: inline-block;
}
.ts-author-content a:hover {
  color: #fc4a00;
}

/*----------header mega menu styles--------*/
.mfp-hide {
  display: none !important;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  position: fixed;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  opacity: 0.65;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  cursor: pointer;
  background: none;
}

button.mfp-close {
  border: 1px solid #fff;
  margin: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/*-----------mega-menu-------------*/
.ekit-wid-con .ekit--tab__post__details .tab__post__single--item {
  border-top: 0;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header > img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.ekit-wid-con .ekit--tab__post__details .tab__post--header {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.ekit-wid-con .ekit--tab__post__details .tab__post__single--item.ekit___column-4 {
  width: 25%;
}

.ekit-wid-con .ekit--tab__post__details .post_grid_img_thumb:hover,
.ekit-wid-con .ekit--tab__post__details .tab__post__single--item:hover .tab__post--header > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ekit-wid-con .post--tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ekit-wid-con .post--tab .tabHeader {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px 14px 30px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  position: relative;
}

.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item.active,
.ekit-wid-con .post--tab .tabHeader .tab__list > .tab__list__item:hover {
  color: #d72924;
  background-color: #f0f1f4;
  z-index: 2;
}

.ekit-wid-con .post--tab .tabContent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
}

.ekit-wid-con .ekit--tab__post__details .tabItem {
  display: none;
  -webkit-animation: hide-fadeout 0.6s ease-out;
  animation: hide-fadeout 0.6s ease-out;
}

.ekit-wid-con .ekit--tab__post__details .tabItem.active {
  display: block;
  -webkit-animation: show-fadein 0.6s ease-in;
  animation: show-fadein 0.6s ease-in;
}

@-webkit-keyframes show-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.elementskit-navbar-nav > li > a .ekit-menu-icon {
  padding-right: 5px;
}

.elementskit-dropdown li,
.elementskit-navbar-nav-default .elementskit-navbar-nav > li {
  position: relative;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  height: 100%;
  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;
  transition: all 0.4s ease;
  font-weight: 500;
  letter-spacing: normal;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li.elementskit-megamenu-has {
  position: static;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #f4f4f4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-left: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown {
  left: 100%;
  top: 0;
}

.elementskit-navbar-nav-default .elementskit-dropdown > li > .elementskit-dropdown.open-fromleft {
  left: auto;
  right: 100%;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
  display: block;
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-dropdown li:hover > a,
.elementskit-navbar-nav-default .elementskit-navbar-nav > .elementskit-dropdown li > a:hover {
  color: #1e73be;
  background-color: #fff;
}

.elementskit-navbar-nav-default .elementskit-submenu-panel > li:hover > a,
.elementskit-navbar-nav-default .elementskit-submenu-panel > li > a:hover {
  color: #0d3a4f;
  background-color: rgba(255, 255, 255, 0.5);
}

.elementskit-navbar-nav-default .elementskit-megamenu-panel {
  width: 100%;
}

.elementskit-navbar-nav-default .elementskit-overlay {
  display: none;
}

.elementskit-navbar-nav-default .elementskit-nav-identity-panel {
  display: none;
}

.elementskit-navbar-nav-default .elementskit-menu-close {
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(51, 51, 51, 0.5);
  float: right;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a {
  position: relative;
}

.elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
  margin-left: 6px;
  display: block;
  float: right;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  font-style: normal;
  font-size: 11px;
}

@media (max-width: 1024px) {
  .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
    padding: 4px 15px;
  }
}
.elementskit-navbar-nav-default.elementskit_line_arrow .elementskit-submenu-indicator {
  font-style: normal;
}

.elementskit-navbar-nav-default.elementskit_plus_icon .elementskit-submenu-indicator {
  font-style: normal;
}

.elementskit-navbar-nav-default.elementskit_plus_icon .elementskit-submenu-indicator:before {
  content: "+";
}

.elementskit-navbar-nav-default.elementskit_fill_arrow .elementskit-submenu-indicator:before {
  content: "\e97f";
}

.elementskit-navbar-nav-default.elementskit_fill_arrow .elementskit-submenu-panel > li > a .elementskit-submenu-indicator:before {
  content: "\f0da";
}

.elementskit-navbar-nav-default.elementskit_none .elementskit-submenu-indicator:before {
  content: "" !important;
}

.elementskit-navbar-nav-default.elementskit-menu-container {
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 100%);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  height: 100px;
  z-index: 90000;
}

.elementskit-navbar-nav-default .elementskit-dropdown {
  min-width: 250px;
  margin-left: 0;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  font-size: 15px;
  color: #000;
  padding-left: 15px;
  padding-right: 15px;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav.elementskit-menu-po-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 1025px) {
  .elementskit-navbar-nav-default .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
  }
  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
  }
}
@media (min-width: 1025px) {
  .elementskit-navbar-nav-default .elementskit-megamenu-has:hover > .elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
.elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-dropdown {
  display: none;
}

@media (max-width: 1024px) {
  .ekit_menu_responsive_tablet > .elementskit-navbar-nav-default {
    background-color: #f7f7f7;
  }
  .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
    width: 100%;
    position: fixed;
    top: 0;
    left: -110%;
    height: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
    transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
  }
  .elementskit-navbar-nav-default .no-scroller {
    overflow: hidden;
  }
  .elementskit-navbar-nav-default .elementskit-nav-identity-panel {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
  }
  .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-site-title {
    float: left;
  }
  .elementskit-navbar-nav-default .elementskit-nav-identity-panel .elementskit-menu-close {
    float: right;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li > a:hover {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > li:hover > a {
    color: #0d3a4f;
  }
  .elementskit-navbar-nav-default .elementskit-submenu-panel > li > a {
    color: #000;
    font-size: 12px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
  }
  .elementskit-navbar-nav-default .elementskit-dropdown {
    display: block;
    border: 0;
    margin-left: 0;
  }
  .elementskit-navbar-nav-default .elementskit-megamenu-panel {
    display: none;
  }
  .elementskit-navbar-nav-default .elementskit-navbar-nav > .elementskit-dropdown-has > .elementskit-dropdown li a {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .ekit_menu_responsive_mobile > .elementskit-navbar-nav-default {
    background-color: #f7f7f7;
  }
}
@media (min-width: 1025px) {
  .elementskit-dropdown-has .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
  }
  .elementskit-dropdown-has:hover > .elementskit-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has:hover > .elementskit-dropdown,
  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has:hover > .elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has:hover > .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has:hover > .elementskit-megamenu-panel {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 766px) {
  .ekit_menu_responsive_tablet .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_tablet .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_tablet .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_tablet .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_tablet .elementskit-dropdown ~ .elementskit-megamenu-panel {
    display: none;
  }
  .ekit_menu_responsive_tablet .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }
  .ekit_menu_responsive_tablet .elementskit-navbar-nav {
    overflow-y: auto;
  }
  .ekit_menu_responsive_tablet .elementskit-dropdown > li > .elementskit-dropdown {
    left: 0;
  }
}
.elementskit-menu-close,
.elementskit-menu-hamburger {
  display: none;
}

.elementskit-menu-hamburger {
  color: #000;
}

@media (max-width: 1024px) {
  .elementskit-menu-overlay {
    display: block;
    position: fixed;
    z-index: 14;
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
    transition: all 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53) 0.4s;
  }
  .elementskit-menu-hamburger {
    border: 1px solid rgba(0, 0, 0, 0.2);
    float: right;
  }
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .elementskit-menu-close,
  .elementskit-menu-hamburger {
    padding: 8px;
    background-color: transparent;
    border-radius: 0.25rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .elementskit-menu-close .elementskit-menu-hamburger-icon,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    height: 1px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
  .elementskit-menu-close .elementskit-menu-hamburger-icon:last-child,
  .elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
    margin-bottom: 0;
  }
}
.dropdown-item,
.ekit-menu-nav-link {
  position: relative;
}

.dropdown-item > i,
.ekit-menu-nav-link > i {
  padding-right: 5px;
}

@-webkit-keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes xs-zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.xs-zoomIn {
  -webkit-animation-name: xs-zoomIn;
  animation-name: xs-zoomIn;
}

.elementskit-nav-logo {
  display: inline-block;
}

@media (max-width: 1024px) {
  .elementor-widget-ekit-nav-menu {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .ekit-wid-con:not(.ekit_menu_responsive_mobile) .elementskit-navbar-nav {
    display: block;
  }
  .elementskit-menu-close,
  .elementskit-menu-hamburger {
    display: block;
  }
  .elementskit-menu-container {
    max-width: 350px;
  }
  .elementskit-menu-overlay.active {
    left: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s;
    transition: all 0.6s cubic-bezier(0.22, 0.61, 0.24, 1) 0s;
  }
  .elementskit-menu-offcanvas-elements {
    height: 100% !important;
    padding-bottom: 10px;
  }
  .elementskit-menu-offcanvas-elements.active {
    left: 0;
  }
  .elementskit-dropdown {
    position: relative;
    max-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 2s cubic-bezier(0, 1, 0, 1);
    transition: max-height 2s cubic-bezier(0, 1, 0, 1);
  }
  .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
    margin-left: auto;
  }
  .ekit_menu_responsive_tablet .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px;
  }
}
@media screen and (min-width: 766px) and (max-width: 1024px) {
  .ekit_menu_responsive_mobile .elementskit-menu-offcanvas-elements {
    position: static;
  }
  .ekit_menu_responsive_mobile .elementskit-nav-identity-panel {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-menu-hamburger {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-menu-container {
    overflow-y: unset;
    overflow-x: unset;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown {
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    max-height: none;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-panel {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    width: 100vw;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown-menu-full_width.top_position .elementskit-megamenu-panel {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .ekit_menu_responsive_mobile .elementskit-navbar-nav > li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-panel .elementor-section-wrap > .elementor-section > .elementor-container {
    max-width: none;
  }
}
.elementskit-navbar-nav .elementskit-submenu-panel > li:hover > a > i,
.elementskit-navbar-nav .elementskit-submenu-panel > li > a:hover > i {
  color: inherit !important;
}

@media (max-width: 767px) {
  .ekit_menu_responsive_mobile .elementskit-navbar-nav {
    display: block;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown {
    position: relative;
  }
  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
    margin-left: auto;
  }
  .ekit_menu_responsive_mobile .elementskit-submenu-indicator {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border: 1px solid;
    border-radius: 30px;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_mobile .elementskit-megamenu-panel.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-dropdown {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown ~ .elementskit-megamenu-panel,
  .ekit_menu_responsive_tablet .elementskit-dropdown ~ .elementskit-megamenu-panel {
    display: none;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown.elementskit-dropdown-open,
  .ekit_menu_responsive_tablet .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
    max-height: 2500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 5s ease-out;
    transition: max-height 5s ease-out;
  }
  .ekit_menu_responsive_mobile .elementskit-navbar-nav,
  .ekit_menu_responsive_tablet .elementskit-navbar-nav {
    overflow-y: auto;
  }
  .ekit_menu_responsive_mobile .elementskit-dropdown > li > .elementskit-dropdown,
  .ekit_menu_responsive_tablet .elementskit-dropdown > li > .elementskit-dropdown {
    left: 0;
  }
  .ekit-sticky .elementskit-menu-container.elementskit-menu-offcanvas-elements {
    height: 120vh !important;
  }
  .ekit-sticky .elementskit-menu-overlay {
    display: none;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements::before {
    position: fixed;
    content: "";
    top: 0;
    left: -110%;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
  }
  .ekit-sticky .elementskit-menu-offcanvas-elements.active::before {
    left: 0;
  }
  .ekit-sticky .elementskit-navbar-nav-default .elementskit-navbar-nav {
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1025px) {
  .elementor-widget-ekit-nav-menu .elementskit-dropdown-menu-full_width .elementskit-megamenu-panel {
    width: 100vw;
  }
  .elementor-widget-ekit-nav-menu .elementskit-navbar-nav > li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .elementskit-megamenu-panel .elementor-section-wrap > .elementor-section > .elementor-container {
    max-width: none;
  }
}
.elementskit-dropdown-has > .sub-menu-toggle {
  display: none;
}

.ekit-nav-menu--empty-fallback {
  font-size: 0;
}

@media (min-width: 766px) {
  .ekit_menu_responsive_mobile .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_mobile .ekit-nav-menu--overlay {
    display: none;
  }
}
@media (min-width: 1025px) {
  .ekit_menu_responsive_tablet .ekit-nav-menu--empty-fallback,
  .ekit_menu_responsive_tablet .ekit-nav-menu--overlay {
    display: none;
  }
}
.ekit-vertical-menu-tigger {
  display: block;
  background: #ffb25d;
  -webkit-box-shadow: 0 7px 15px rgba(255, 178, 93, 0.3);
  box-shadow: 0 7px 15px rgba(255, 178, 93, 0.3);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.ekit-vertical-menu-tigger img:not([draggable]).vertical-menu-icon {
  max-width: 14px;
}

.ekit-vertical-menu-tigger .vertical-menu-icon {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.ekit-vertical-menu-tigger:hover {
  color: #fff;
}

.vertical-menu-right-icon {
  margin-right: 7px;
}

.vertical-menu-left-icon {
  float: right;
}

.ekit-vertical-navbar-nav {
  padding-left: 0;
  list-style: none;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.ekit-vertical-navbar-nav .elementskit-dropdown,
.ekit-vertical-navbar-nav .elementskit-megamenu-panel {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.ekit-vertical-navbar-nav .elementskit-megamenu-has .elementskit-dropdown {
  display: none;
}

.ekit-vertical-navbar-nav > li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

.ekit-vertical-navbar-nav > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ekit-vertical-navbar-nav > li > a .ekit-menu-icon {
  margin-right: 7px;
  padding-right: 0;
}

.ekit-vertical-navbar-nav > li > a:hover {
  color: #4285f4;
}

.ekit-vertical-navbar-nav > li:hover > a {
  color: #4285f4;
}

.ekit-vertical-navbar-nav li.elementskit-dropdown-has {
  position: relative;
}

@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav li.elementskit-dropdown-has:hover > .elementskit-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.relative_position {
    position: relative;
  }
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has.top_position {
    position: static;
  }
  .ekit-vertical-navbar-nav li.elementskit-megamenu-has:hover > .elementskit-megamenu-panel {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 1024px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    display: none;
    width: auto !important;
  }
  .ekit-vertical-navbar-nav .elementskit-mobile-builder-content .elementskit-megamenu-panel.elementskit-dropdown-open {
    display: block;
  }
  .ekit-vertical-navbar-nav .elementskit-dropdown-has .elementskit-dropdown.elementskit-dropdown-open {
    display: block;
  }
  .ekit-vertical-navbar-nav .elementskit-megamenu-has.elementskit-mobile-builder-content .elementskit-dropdown {
    display: none;
  }
}
.ekit-vertical-navbar-nav .elementskit-dropdown {
  padding-left: 0;
  list-style: none;
  max-width: 220px;
  width: 100%;
}

@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown {
    display: none;
    max-height: none;
    max-width: 100%;
    padding: 10px 15px;
  }
}
@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-dropdown > li:not(:last-child) {
    border-bottom: 1px solid #ededed;
  }
}
.ekit-vertical-navbar-nav .elementskit-dropdown > li:first-child {
  margin-top: 0;
}

.ekit-vertical-navbar-nav .elementskit-dropdown > li:last-child {
  margin-bottom: 0;
}

.ekit-vertical-navbar-nav .elementskit-dropdown > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1025px) {
  .ekit-vertical-navbar-nav .elementskit-megamenu-panel {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
    width: 100%;
  }
}
.ekit-vertical-navbar-nav .elementskit-submenu-indicator {
  display: block;
  line-height: 1;
  margin-left: auto;
  position: relative;
  font-weight: 900;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ekit-vertical-navbar-nav .elementskit-submenu-indicator::before {
  content: "\f105";
}

.ekit-vertical-main-menu-on-click {
  position: relative;
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  position: absolute;
  top: 100%;
  z-index: 1111;
  left: 0;
  width: 100%;
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-container {
  opacity: 1;
  visibility: visible;
}

.ekit-vertical-main-menu-on-click.vertical-menu-active .ekit-vertical-menu-tigger .vertical-menu-left-icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.ekit-vertical-main-menu-on-click .ekit-vertical-menu-container {
  opacity: 0;
  visibility: hidden;
}

.ekit-vertical-menu-container {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)),
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n+2)) .elementor-background-overlay,
html:not(.is-active-page) section .digiqole-sm-bg-img,
html:not(.is-active-page) section .item,
html:not(.is-active-page) .elementor-cta__bg,
html:not(.is-active-page) .e-gallery-image,
html:not(.is-active-page) .elementor-location-footer .elementor-section,
html:not(.is-active-page) .elementor-column-wrap {
  background-image: none !important;
}

/* ---------------------------------------- */
/**
* user ratting css section
*/
.xs-ratting-content {
  display: inline-block;
}

.xs-review-rattting .xs-star {
  display: inline-block;
}

.xs-review-rattting .screen-rattting-text {
  display: none;
}

.xs-review-rattting .xs-star,
.xs-review-rattting .xs-star.dashicons-star-filled,
.xs-review-rattting .xs-star.dashicons-star-half {
  color: #ff912c;
}

.xs-review-rattting .xs-star:before,
.xs-review-rattting .xs-star.dashicons-star-filled:before,
.xs-review-rattting .xs-star.dashicons-star-half:before {
  display: inline-block;
  width: 16px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Rating Star Widgets Style */
.xs-review-rating-stars {
  display: inline-block;
}

.xs-review-rating-stars ul {
  list-style-type: none;
  padding: 0;
  margin: 0px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  min-height: 28px;
  /* width: 100%; */
  /* clear: both; */
  display: inline-block;
}

.xs-review-rating-stars ul > li.star {
  display: inline-block;
  line-height: 17px;
}

.xs-review-rating-stars ul > li.star > i.xs-star {
  color: #ccc;
}

.xs-review-rating-stars ul > li.star.hover > i.xs-star {
  color: #ffcc36;
}

.xs-review-rating-stars ul > li.star.selected > i.xs-star {
  color: #ff912c;
}

.xs-review-rating-stars div#review_data_show {
  display: inline-block;
  vertical-align: middle;
}

/**
* user submit ratting css section
*/
#xs-review-box .write-reivew-headding,
#xs-review-box .total-reivew-headding {
  font-weight: bold;
  padding: 0px 13px;
  margin-bottom: 41px;
}

.xs-review {
  position: relative;
}

.xs-review .style-review-percentange {
  font-weight: bold;
  display: inline-block;
}

.xs-review-box {
  margin-top: 50px;
}

#xs_review_form_public_data .xs-review-box .xs-review {
  margin: 0px;
  width: 49%;
  display: inline-block !important;
  padding: 13px 13px;
}

#xs_review_form_public_data .xs-review-box .xs-review.xs-save-button {
  width: 100%;
}

#xs_review_form_public_data .xs-review-box .xs-review label {
  float: none;
  display: block;
  -ms-hyphens: none;
  hyphens: none;
}

#xs_review_form_public_data .xs-review-box .xs-radio,
#xs_review_form_public_data .xs-review-box .xs-select {
  clear: both;
  display: block;
  width: 100%;
}

#xs_review_form_public_data .xs-review-box .xs-radio > label {
  float: left;
  margin-right: 10px;
}

#xs_review_form_public_data .xs-review-box .xs-review input[type=text] {
  float: none;
  display: block;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #ccc;
}

#xs_review_form_public_data .xs-review-box .xs-textarea {
  width: 99%;
  background: transparent;
}

.public-xs-review-box .review_message_show {
  padding: 0px 13px;
}

.public-xs-review-box,
.view-review-list {
  background: transparent;
  padding: 40px 30px;
  border: 0px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.1490196078);
  -webkit-box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.1490196078);
  margin-bottom: 30px;
}

.public-xs-review-box .xs-review input,
.public-xs-review-box .xs-review textarea {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
}

.public-xs-review-box .xs-review textarea {
  width: 100%;
  min-height: 100px;
  resize: none;
}

.public-xs-review-box .xs-review input.xs-slider-range {
  padding: 0px;
}

.public-xs-review-box .xs-save-button button {
  background: #007bff;
  border-radius: 100px;
  color: #fff;
  padding: 13px 45px;
  -webkit-box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.1490196078);
          box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.1490196078);
}

.public-xs-review-box .xs-save-button button:hover {
  -webkit-box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.2196078431);
          box-shadow: 0 18px 40px 0px rgba(10, 0, 0, 0.2196078431);
}

/* Review List section start here*/
.view-review-list .xs-reviewer-details {
  padding: 0px 13px;
  /*display: block;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-review-list .border-div {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin: 20px 13px;
}

.xs-reviewer-details .xs-review-title > h3 {
  margin-bottom: 0px;
}

.xs-reviewer-details .review-reviwer-image-section {
  width: 100%;
  float: left;
  max-width: 62px;
}

.xs-reviewer-details .review-reviwer-info-section {
  display: inline-block;
  width: 90%;
}

.view-review-list .xs-reviewer-author-image {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
}

.view-review-list .xs-reviewer-author-image > img {
  width: 100%;
  border-radius: 100%;
  max-width: 100px;
  height: auto;
}

.view-review-list .xs-reviewer-author {
  font-size: 15px;
  color: #202020;
  font-weight: 600;
  display: block;
  clear: both;
}

.view-review-list .xs-review-title > h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.xs-reviewer-details .xs-review-summery > p {
  margin-bottom: 10px;
  color: rgba(10, 0, 0, 0.6784313725);
}

.view-review-list .xs-review-rattting,
.view-review-list .xs-review-date {
  display: inline-block;
}

.view-review-list .xs-review-rattting {
  vertical-align: -webkit-baseline-middle;
}

.view-review-list .xs-review-rattting.xs-percentange {
  vertical-align: middle;
  width: 100%;
  max-width: 200px;
  background: #ccc;
  height: 10px;
  line-height: 1;
  font-size: 13px;
  position: relative;
  border-radius: 0px;
}

.view-review-list .xs-review-rattting.xs-percentange .percentange_check {
  background: #ff912c;
  height: 10px;
  border-radius: 0px;
}

.view-review-list .xs-review-rattting.xs-percentange .percentange_check .show-per-data {
  color: #fff;
  padding: 0px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  right: 2px;
  font-size: 11px;
  font-weight: 600;
}

.view-review-list .xs-review-date {
  font-size: 14px;
  color: #202020;
}

/*pie chart style*/
:root {
  --size: 100px;
  --bord: 15px;
}

.xs-review-rattting.xs-pie {
  width: var(--size);
  height: var(--size);
  margin: 1em auto;
  border-radius: 50%;
  background-image: conic-gradient(#ff912c var(--value), lightgrey var(--value));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xs-review-rattting.xs-pie::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - var(--bord));
  height: calc(100% - var(--bord));
  background: white;
  border-radius: inherit;
  -webkit-animation: progress-xs-pie 1s ease-out forwards;
          animation: progress-xs-pie 1s ease-out forwards;
}

.xs-review-rattting.xs-pie p {
  position: relative;
  font-size: 2em;
  z-index: 999;
  top: 21px;
}

/*Overview Style Section Data*/
.xs-review-overview-list {
  /*width: 100%;
  float:left;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  max-width: 72%;
  padding-right: 16px;
  border-right: 1px solid #efeeee;
}

.xs-review-overview-list.left-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0px;
  border-right: 0px solid #efeeee;
}

.xs-review-overview-list .percentange-label {
  display: block;
  width: 94%;
  min-width: 94%;
  font-weight: bold;
  font-size: 14px;
}

.xs-review-overview-list .percentange-label > span {
  float: right;
}

.xs-review-overview-list .overview-bar {
  vertical-align: middle;
  width: 94%;
  max-width: 94%;
  background: #f7f7f7;
  height: 13px;
  line-height: 1;
  font-size: 13px;
  position: relative;
  border-radius: 0px;
  /* margin-bottom: 10px;*/
  display: inline-block;
}

.xs-review-overview-list .overview-bar .percentange_check {
  background: #ff912c;
  height: 13px;
  border-radius: 0px;
}

.xs-review-overview-list .overview-bar .percentange_check .show-per-data {
  float: right;
  color: #fff;
  margin-right: 2px;
}

.xs-review-overview-list-right .total_overview_rattings {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-top: 21px;
}

.xs-review-overview-list-right .total_overview_rattings > span {
  font-size: 6em;
}

.xs-review-overview-list-right .total_overview_rattings > strong {
  line-height: 3em;
}

.xs-review-overview-list-right .total_overview_rattings_text {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-top: 0px;
}

.xs-review-overview-list-right .total_overview_rattings_value {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.xs-review-overview-list-right .total_overview_rattings_value .xs-star:before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.xs-review-overview-list-right .total_overview_rattings_value > span {
  height: 29px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-weight: 600;
}

/* Pagination styles */
.xs-review-pagination ul.page-numbers {
  list-style: none;
  display: block;
  text-align: center;
}

.xs-review-pagination ul.page-numbers li {
  float: left;
  padding: 0px 6px;
}

.xs-review-pagination ul.page-numbers li > a {
  color: rgba(10, 0, 0, 0.6784313725);
}

.xs-review-pagination ul.page-numbers li > span.current {
  color: #ff912c;
}

/*star*/
.xs-review-overview-list.custom-rat .xs-overview-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.xs-review-overview-list.custom-rat .xs-overview-star .data-rat {
  text-align: right;
  width: 35%;
  vertical-align: middle;
}

.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label {
  width: 50%;
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle;
}

.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label-range {
  width: 14%;
  text-align: right;
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
  padding-top: 2px;
}

.xs-review-overview-list.custom-rat .xs-overview-star .data-rat .xs-star:before {
  width: 17px;
  height: 16px;
  font-size: 15px;
}

/*common*/
.xs-review-overview-list.custom-rat .xs-overview-data .data-rat-label-range {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.xs-review-overview-list.custom-rat .xs-overview-data .data-rat {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.xs-review-overview-list.custom-rat .xs-overview-data .xs-review-rattting {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.xs-review-overview-list.custom-rat .xs-review-rattting {
  max-width: 100%;
}

/*Point*/
.xs-review-overview-list.custom-rat .xs-overview-point {
  display: block;
}

.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label {
  width: 79%;
  font-weight: 600;
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label-range {
  width: 19%;
  text-align: right;
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}

.xs-review-overview-list.custom-rat .xs-overview-point .data-rat {
  text-align: center;
  width: 100%;
  vertical-align: middle;
}

.xs-review-overview-list.custom-rat .xs-overview-point .xs-percentange .show-per-data {
  display: none;
}

.xs-review-overview-list.custom-rat .no-border-div {
  border-bottom: 0px solid #ddd;
}

/*percentage*/
.xs-review-overview-list.custom-rat .xs-overview-percentage {
  display: block;
}

.xs-review-overview-list.custom-rat .xs-overview-percentage .xs-percentange .show-per-data {
  display: none;
}

.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange {
  height: 8px;
  border-radius: 4px;
}

.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange .percentange_check {
  background: rgba(34, 107, 220, 0.5882352941);
  height: 8px;
  border-radius: 4px;
}

/*This css from rasel*/
.public-xs-review-box,
.view-review-list {
  border-radius: 0;
}

.xs-review-overview-list-right.custom-rat {
  border-radius: 0;
}

.public-xs-review-box .xs-save-button button {
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.xs-review-box .xs-review-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xs-review-box .xs-review-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.xs-review-box .xs-review-media.review-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0px;
}

.xs-review-box .total_overview_rattings_value {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  text-align: center;
}

.xs-review-box .total_overview_rattings_value span {
  font-weight: 700;
  font-size: 20px;
}

.xs-review-box.view-review-list .xs-reviewer-author-image {
  padding-right: 7px;
}

.xs-review-box .xs-reviewer-details .review-reviwer-info-section {
  padding-left: 10px;
}

.wur-pie-data {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wur-pie-data p {
  margin: 0;
  color: #3a3a3a;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .view-review-list .xs-reviewer-details {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xs-review-box-item .xs-reviewer-details {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .xs-reviewer-details .review-reviwer-image-section {
    float: none;
  }
  .xs-review-box .total_overview_rattings_value {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  #xs_review_form_public_data .xs-review-box .xs-review {
    width: 100%;
    padding: 5px 0;
  }
  .xs-review-overview-list,
  .xs-review-box .xs-review-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    border: none;
    padding: 0;
  }
  .xs-review-overview-list-right .total_overview_rattings {
    line-height: 1;
    margin-top: 0;
  }
  #xs-user-review-box {
    text-align: center;
  }
  #xs-user-review-box .xs-review-box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #xs-user-review-box .xs-reviewer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #xs_review_form_public_data {
    text-align: center;
  }
  #xs-review-box .write-reivew-headding,
  #xs-review-box .total-reivew-headding {
    padding: 0px;
    margin: 0;
  }
  .total-reivew-headding {
    text-align: center;
  }
  .public-xs-review-box .xs-save-button button {
    padding: 13px 30px;
    border-radius: 10px;
  }
  .public-xs-review-box,
  .view-review-list {
    background: transparent;
    padding: 30px 30px;
  }
  .xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat-label,
  .xs-overview-data.xs-overview-star .data-rat-label,
  .xs-overview-data.xs-overview-percentage .xs-overview-data .data-rat-label-range,
  .xs-overview-data.xs-overview-star .data-rat-label-range,
  .xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat,
  .xs-overview-data.xs-overview-star .data-rat {
    width: 100% !important;
    text-align: center !important;
  }
  .xs-overview-data.xs-overview-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xs-review-overview-list.custom-rat .xs-overview-star {
    display: block;
  }
}
.ekit_social_media {
  margin: 0;
}

.ts-post-count .post-block-list {
  counter-increment: my-awesome-counter;
  position: relative;
}
.ts-post-count .post-block-list::before {
  content: " " counter(my-awesome-counter);
  position: absolute;
  right: 0px;
  font-size: 100px;
  font-weight: 800;
  color: #f1f1f1;
  top: 30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .ts-post-count .post-block-list::before {
    font-size: 80px;
    top: 20px;
  }
}

@media (max-width: 990px) {
  .ts-tab-video-style .elementor-widget-container {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(0%, #6610f2)) !important;
    background-image: linear-gradient(90deg, #ffffff 0%, #6610f2 0%) !important;
    padding: 30px !important;
  }
}
.ts-tab-video-style .video-tab-list-title {
  display: none;
}
.ts-tab-video-style .video-tab-list.bg-dark-item {
  background: transparent;
}
@media (max-width: 990px) {
  .ts-tab-video-style .digiqole-video-post .video-tab-list {
    padding: 0;
  }
}
.ts-tab-video-style .digiqole-video-post .video-tab-list .post-tab-list li {
  border-bottom: 1px solid transparent;
}
@media (max-width: 990px) {
  .ts-tab-video-style .digiqole-video-post .video-item {
    margin-bottom: 30px;
  }
}
.ts-tab-video-style .digiqole-video-post .video-item .post-video {
  top: 30px;
  left: auto;
  right: 45px;
}
.ts-tab-video-style .digiqole-video-post .video-item .post-video .ts-play-btn {
  background: transparent !important;
  border: 1px solid #ffffff;
  height: 50px;
  width: 50px;
  font-size: 18px;
  line-height: 10px;
  padding: 16px 0;
}
.ts-tab-video-style .post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  width: 46%;
  height: 120px;
}
.ts-tab-video-style .post-thumb-bg .post-thumb .digiqole-sm-bg-img {
  border-radius: 0 !important;
}

.arhive-style-9 .col-md-4 {
  padding: 0 15px 0 0;
}
.arhive-style-9 .post-block-9 {
  margin-bottom: 70px;
}
.arhive-style-9 .ts-overlay-style.item {
  min-height: 468px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .arhive-style-9 .ts-overlay-style.item {
    margin-bottom: 30px;
  }
}
.arhive-style-9 .ts-overlay-style .post-content {
  padding: 40px 40px;
}
@media (max-width: 767px) {
  .arhive-style-9 .ts-overlay-style .post-content {
    padding: 30px;
  }
}
.arhive-style-9 .ts-overlay-style .post-content .post-title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .arhive-style-9 .ts-overlay-style .post-content .post-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.arhive-style-9 .ts-overlay-style::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50.52%, rgba(110, 13, 41, 0.56)), to(#3a036a));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(110, 13, 41, 0.56) 50.52%, #3a036a 100%);
  border-radius: 0;
}
.arhive-style-9 .post-block-list {
  margin-bottom: 5px;
  border: 1px solid #edeeea;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #edeeea;
  margin-bottom: 22px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.arhive-style-9 .post-block-list:hover {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.06);
  border: 1px solid #fff;
}
.arhive-style-9 .post-block-list .post-block-style {
  margin-bottom: 0;
}
.arhive-style-9 .post-block-list .post-thumb {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41%;
          flex: 0 0 41%;
  height: 140px;
}
.arhive-style-9 .post-block-list .post-thumb .digiqole-sm-bg-img {
  border-radius: 0;
}
.arhive-style-9 .post-block-list .post-thumb a {
  border-radius: 0;
}
.arhive-style-9 .post-block-list .post-content {
  padding: 20px 10px 20px 20px;
}
.arhive-style-9 .post-block-list .post-content .post-date {
  font-size: 14px;
  color: #666;
}
.arhive-style-9 .archive-post-slider .ts-overlay-style.item {
  min-height: 324px;
}
.arhive-style-9 .archive-post-slider .ts-overlay-style .post-content {
  padding: 30px 30px 25px;
}
.arhive-style-9 .archive-post-slider .ts-overlay-style .post-content .post-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.arhive-style-9 .archive-post-slider .ts-overlay-style .post-content .post-cat.only-color {
  color: #ffffff !important;
}
.arhive-style-9 .archive-slider-wrapper {
  padding-bottom: 70px;
}
.arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-prev, .arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-next {
  height: 40px;
  width: 40px;
  line-height: 38px;
  top: 38%;
}
.arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-prev:hover, .arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-next:hover {
  background-color: #e21e22;
}
.arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-prev:hover i, .arhive-style-9 .archive-slider-wrapper.post-slider .swiper-button-next:hover i {
  color: #ffffff;
}
.arhive-style-9 .title-style-9 h2 {
  font-size: 28px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.arhive-style-9 .title-style-9 h2::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: rgba(0, 165, 255, 0.33);
  z-index: -1;
}

.elementor-widget-sports-slider .spoarts-slider-main {
  position: relative;
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-wrapper .post-content {
  padding: 60px;
  padding-bottom: 180px;
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-wrapper .post-content .post-title {
  text-align: left;
  padding-bottom: 15px;
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-wrapper .post-content .post-title a {
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}
@media (max-width: 768px) {
  .elementor-widget-sports-slider .spoarts-slider-main .swiper-wrapper .post-content .post-title a {
    font-size: 38px;
    line-height: 44px;
  }
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-button-next,
.elementor-widget-sports-slider .spoarts-slider-main .swiper-button-prev {
  position: absolute;
  bottom: 0px;
  left: 0;
  top: auto;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  line-height: 60px;
  height: 62px;
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-button-next i,
.elementor-widget-sports-slider .spoarts-slider-main .swiper-button-prev i {
  color: #fff;
}
.elementor-widget-sports-slider .spoarts-slider-main .swiper-button-prev {
  position: absolute;
  bottom: 63px;
  left: 0;
}
.elementor-widget-sports-slider .swiper-container-thumbs {
  overflow: hidden;
}
.elementor-widget-sports-slider .swiper-container-thumbs .ts-overlay-style::before {
  display: none;
}
.elementor-widget-sports-slider .swiper-container-thumbs .ts-overlay-style .post-content {
  position: absolute;
  left: 20%;
  text-align: left;
  top: 0;
  padding-top: 0;
}
@media (max-width: 450px) {
  .elementor-widget-sports-slider .swiper-container-thumbs .ts-overlay-style .post-content {
    left: 0;
  }
}
.elementor-widget-sports-slider .swiper-container-thumbs .ts-overlay-style .item {
  min-height: 84px !important;
  width: 84px;
}
@media (max-width: 450px) {
  .elementor-widget-sports-slider .swiper-container-thumbs .ts-overlay-style .item {
    display: none;
  }
}
.elementor-widget-sports-slider .swiper-container-thumbs .swiper-slide {
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.elementor-widget-sports-slider .swiper-container-thumbs.mySwiper {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.elementor-widget-sports-slider .swiper-container-thumbs .swiper-slide {
  padding: 0 30px;
}
.elementor-widget-sports-slider .swiper {
  width: 100%;
  height: 100%;
}
.elementor-widget-sports-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.elementor-widget-sports-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-widget-sports-slider .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.elementor-widget-sports-slider .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.elementor-widget-sports-slider .swiper .swiper-slide .ts-overlay-style .item {
  min-height: 640px;
}
.elementor-widget-sports-slider .mySwiper2 {
  height: 80%;
  width: 100%;
  overflow: hidden;
}
.elementor-widget-sports-slider .mySwiper {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.elementor-widget-sports-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
}
.elementor-widget-sports-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.elementor-widget-sports-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}

.ekit-team-social-list > li > a {
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header .navbar-light .navbar-nav > li {
    padding: 0 18px;
  }
  .footer-social li a {
    width: 30px;
    height: 30px;
    padding: 5px 0px;
  }
  .navbar-center.header .navbar-light .elementskit-menu-hamburger,
  .navbar-solid-box.header .navbar-light .elementskit-menu-hamburger {
    float: right;
  }
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .header-classic .navbar-light.navbar-light,
  .navbar-solid .navbar-light.navbar-light,
  .header-solid .navbar-light {
    padding: 10px 0;
  }
  .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
  .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a,
  .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
  .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
  .header-solid .navbar-light .navbar-nav > li > a,
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
  .header.header-classic-box .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
  .header.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
  .header-classic .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a {
    color: #232323;
  }
  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
    margin: 0;
    left: 22px;
  }
  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after,
  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
    display: none;
  }
  .elementskit-navbar-nav-default .elementskit-dropdown {
    padding-left: 20px;
  }
  .header .navbar-light .ekit-wid-con .elementskit-nav-identity-panel {
    display: block !important;
  }
  .header .navbar-light .ekit-wid-con .elementskit-nav-identity-panel .elementskit-site-title {
    padding-top: 20px;
    padding-left: 20px;
  }
  .header-top-info {
    display: none;
  }
  .elementskit-nav-logo {
    max-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-classic .navbar-light {
    padding: 10px 0;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 22;
    background: #222222;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li::before {
    display: none;
  }
  .header .navbar-light .navbar-nav > li.active > a:before {
    display: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    right: 6px;
    color: #fff;
    font-size: 14px;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    color: #fff;
    border-top: none;
  }
  /* Toggle */
  .header .navbar-light .dropdown-toggle::after {
    padding-right: 15px;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: 5px;
  }
  .digiqole-video-post .pr-0 {
    padding-right: 15px !important;
  }
  .digiqole-video-post .pl-0 {
    padding-left: 15px !important;
  }
  .post-block-item.block-item-post.style6 .col-lg-3 .post-block-style {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .header-middle-area.style8 {
    padding: 22px 0;
  }
  .header-middle-area.style8 .logo-area {
    padding: 20px 0;
  }
  .post-title.lg {
    font-size: 26px;
    line-height: 30px;
  }
  .tranding-bar .trending-slide .trending-title {
    margin-bottom: 5px;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: -8px;
  }
  .xs-center,
  ul.social-links.text-right {
    text-align: center !important;
  }
  .topbar {
    padding-top: 10px;
  }
  .topbar.topbar-dark {
    padding-top: 0;
  }
  .topbar.topbar-dark .top-dark-info {
    padding-top: 10px;
  }
  .topbar.topbar-gray {
    padding-bottom: 10px;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg {
    text-align: center;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title {
    display: block;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .post-title {
    line-height: 15px;
  }
  .topbar .social-links {
    padding-bottom: 10px;
    padding-left: 0;
  }
  .header-middle-area .banner-img {
    display: none;
  }
  .header-middle-area .logo-area {
    text-align: center;
  }
  .logo {
    max-width: 160px;
  }
  .header-classic .navbar-light {
    padding: 10px 0;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 22;
    background: #222222;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li > a:hover, .header .navbar-light .navbar-nav > li > a:focus {
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li::before {
    display: none;
  }
  .header .navbar-light .navbar-nav > li.active > a:before {
    display: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    right: -9px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    color: #fff;
    border-top: none;
  }
  .topbar .top-info, .topbar .top-nav {
    padding-bottom: 15px;
  }
  .trending-slide .carousel-inner {
    height: 25px;
    overflow: hidden;
  }
  .trending-slide .carousel-inner .post-title {
    line-height: 28px !important;
  }
  .header-gradient-area .nav-search-area {
    display: none;
  }
  .header-gradient-area .header {
    padding: 15px 0;
  }
  .navbar-center .logo img,
  .navbar-solid-box .logo img {
    max-width: 160px;
  }
  .digiqole-video-post .pr-0 {
    padding-right: 15px !important;
  }
  .digiqole-video-post .pl-0 {
    padding-left: 15px !important;
  }
  .featured-tab-item .nav-tabs {
    position: relative;
    margin-bottom: 15px;
  }
  .featured-tab-item .post-block-element .post-block-style.big-block {
    margin-bottom: 20px;
  }
  .post-block-style7 .item.ts-overlay-style {
    margin-bottom: 20px;
  }
  .post-block-item.block-item-post.style6 .col-lg-3 .post-block-style {
    margin-bottom: 30px;
  }
  .block-item-post.style1 .post-list.post-block-list {
    margin-top: 20px;
  }
  .footer-nav {
    margin: 10px 0;
  }
  .category-layout2 .post-media.post-image {
    margin-bottom: 20px;
  }
  .category-layout3 .post-block-style .post-title {
    font-size: 24px;
    line-height: 30px;
  }
  .post-header-style7 .entry-header {
    height: 410px;
  }
  .post-header-style7 .entry-header .entry-header-content .entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .category-layout5 .feature-big .post-title.md,
  .post-title.lg {
    font-size: 26px;
    line-height: 30px;
  }
  .digiqole-feature-post-tab .grid_container1 {
    position: relative;
  }
  .digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
    width: 100%;
  }
  .digiqole-feature-post-tab .feature-tab-inner {
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .digiqole-feature-post-tab .video-tab-list.bg-dark-item {
    position: relative;
    right: 0;
    width: 100%;
    background: #1b1b1b;
    padding: 15px;
  }
  .weekend-top .owl-nav .owl-prev,
  .weekend-top .owl-nav .owl-next {
    display: none;
  }
}
/*# sourceMappingURL=master.css.map */