@charset "UTF-8";
/*------- social color -----*/
/*=====================
   table of content 
====================
    1.  topbar

*/
/* Typography
================================================== */
body {
  line-height: 28px;
  font-size: 16px;
  color: #777777;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
}

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

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

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: 20px;
  line-height: 28px;
}

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

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

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

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

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

a {
  color: #E7532C;
  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: #E7532C;
}

a.read-more {
  color: #E7532C;
  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;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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;
  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: #E7532C;
  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:hover {
  color: #E7532C;
  background: #fff;
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #E7532C;
  border-color: #E7532C;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

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

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

.block-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.block-title.title-border {
  margin-left: 10px;
  border-bottom: 2px solid #E7532C;
}
.block-title.title-border .title-bg {
  padding: 0px 27px;
  position: relative;
  background: #E7532C;
  display: inline-block;
  top: 2px;
}
.block-title.title-border .title-bg:before {
  position: absolute;
  content: "";
  left: -9px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #E7532C;
  bottom: 0;
  margin: auto;
}
.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;
}

.post-title {
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  line-height: 18px;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #E7532C;
}
.post-title.md {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.post-title.lg {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.45px;
  word-wrap: break-word;
}

a.post-cat {
  position: relative;
  left: 3px;
  top: 0px;
  background: #007bff;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 10px;
}
a.post-cat:last-child {
  margin-right: 0;
}

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

.post-meta span {
  margin-right: 15px;
  font-size: 13px;
  color: #777777;
}
.post-meta span i {
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 700;
}
.post-meta span a {
  color: #777777;
}

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

.post-block-style .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.post-block-style .post-thumb 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;
  backface-visibility: hidden;
  min-height: 260px;
}
.ts-overlay-style::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
}
.ts-overlay-style .post-title a {
  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: 20px;
}
.ts-overlay-style .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .post-meta-info li i {
  margin-right: 6px;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 700;
}
.ts-overlay-style .post-meta-info li:last-child {
  margin-right: 0;
}
.ts-overlay-style .post-meta-info li.active i {
  color: #E7532C;
}
.ts-overlay-style .post-meta-info li.cat-item {
  display: block;
}

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

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

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

/*------- social color -----*/
/* Blog
================================================== */
/* Global */
select {
  max-width: 100%;
}

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

/* Image */
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;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #777777;
  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;
}

p {
  margin: 0 0 25px;
}

/*-- HTML Formate --*/
blockquote,
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
  padding: 0px;
  padding-left: 40px;
  border-left: 3px solid #E7532C;
  margin: 15px 0;
  background: transparent;
  position: relative;
}
blockquote p,
.wp-block-quote:not(.is-large) p, .wp-block-quote:not(.is-style-large) p {
  margin-bottom: 0px;
}

/* table */
table {
  border: 1px solid #f1f1f1;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-right: 0;
  border-top: 0;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #f1f1f1;
  padding: 10px;
}

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 #f1f1f1;
  border-bottom: 0;
  border-left: 0;
}

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

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;
}

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

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

/* Sticky */
.meta-featured-post {
  display: none;
}

.sticky.post {
  background: #fff;
}
.sticky.post .post-body {
  overflow: hidden;
  position: relative;
}
.sticky.post .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #E7532C;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  -webkit-transform: rotate(45deg);
}

/* 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;
  display: inline-block;
  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;
}

.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;
}

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

.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%;
  }
}
/*-- Category listing --*/
.post {
  margin: 0 0 30px;
  padding-right: 20px;
}

.entry-header .entry-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.entry-header .entry-title a {
  color: #1c1c24;
}
.entry-header .entry-title a:hover {
  color: #E7532C;
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #5a5a5a;
  margin-bottom: 10px;
}
.post-meta span {
  padding-right: 5px;
  margin-right: 5px;
}
.post-meta span i {
  margin-right: 5px;
  font-weight: bold;
}
.post-meta a {
  color: #5a5a5a;
}

.entry-content {
  margin-bottom: 15px;
}

.post-footer .btn-readmore {
  color: #222;
  font-weight: 700;
}
.post-footer .btn-readmore i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.post-footer .btn-readmore:hover {
  color: #E7532C;
}

/* Post body */
.blog .post-media {
  margin: 0 auto 5px auto;
  position: relative;
}
.blog .post-body {
  background: #fff;
  padding: 40px;
  border: 1px solid #eeeeee;
}

/* Pagination */
.pagination {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li {
  line-height: 20px;
  margin-right: 8px;
}
.pagination li a, .pagination li span {
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #f1f1f1;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  color: #5a5a5a;
  border-radius: 3px;
}
.pagination li a i, .pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #E7532C;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #E7532C;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

/*-- Blog single --*/
.post-details .entry-header {
  padding: 0px 80px;
}
.post-details .entry-header .entry-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
}
.post-details table td, .post-details table th {
  border: 1px solid #f1f1f1;
}
.post-details .entry-thumbnail {
  margin: 20px 0 40px;
}
.post-details .entry-thumbnail img {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}
.post-details .post-body {
  padding: 30px 70px 0;
}

.blog-single .blog-post-comment {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .blog-single .blog-post-comment {
    padding-bottom: 30px;
  }
}
.blog-single .post-navigation .post-next a,
.blog-single .post-navigation .post-previous a {
  color: #000;
}
.blog-single .post-navigation .post-next a:hover,
.blog-single .post-navigation .post-previous a:hover {
  color: #E7532C;
}
.blog-single .post-navigation h3 {
  color: #000;
}
.blog-single .entry-header {
  margin-bottom: 20px;
}

.entry-content h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.entry-content h4 {
  font-size: 22px;
}
.entry-content table {
  margin: 20px 0;
}
.entry-content .post-footer {
  margin-top: 15px;
}
.entry-content .page-links {
  color: #5a5a5a;
  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: #5a5a5a;
  margin-right: 5px;
}
.entry-content .page-links a span {
  color: #ffffff !important;
  background-color: #E7532C;
  border-color: #E7532C;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}
.entry-content p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

.blog-post-comment h3 {
  font-size: 24px;
}
.blog-post-comment table {
  margin: 20px 0;
}
.blog-post-comment ul, .blog-post-comment ol {
  margin-bottom: 20px;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
}
.blog-post-comment #comment.form-control {
  height: 100%;
}
.blog-post-comment .form-control {
  border: 1px solid #eaeaea;
  border-radius: 0;
}

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

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
}
.post-social-icons a:hover {
  color: #E7532C;
}

/* Post navigation */
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
}
.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #E7532C;
}
.post-navigation h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  word-wrap: break-word;
}
.post-navigation span {
  color: #777777;
}
.post-navigation i {
  margin: 0 5px;
  color: #777777;
}
.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-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*-- Post footer --*/
.entry-footer {
  margin: 40px 0;
}

/* tags list */
.post-tag-container {
  display: block;
  clear: both;
}
.post-tag-container span {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  background: #E7532C;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-share-container {
  float: right;
}
.post-social-share-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-social-share-container ul li {
  display: inline-block;
}
.post-social-share-container ul li.title {
  font-weight: bold;
  color: #000;
}
.post-social-share-container ul li a {
  color: #5a5a5a;
  margin-left: 10px;
}
.post-social-share-container ul li a:hover {
  color: #E7532C;
}

/* Post comment */
.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-respond .comment-reply-title {
  font-size: 24px;
}
.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 .comment-respond .comment-form .btn.btn-primary:hover {
  background: #000;
  color: #fff;
}
.blog-post-comment .comment-respond .comment-form .comment-info {
  margin-top: 15px;
}

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

/* 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: 16px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #E7532C;
}
.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 #f1f1f1;
  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: #E7532C;
}

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

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

/*-- Archive --*/
/* Widgets
================================================== */
.widget-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 28px;
}
.widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #b23514;
}

.footer-widget ul {
  padding: 0;
}
.footer-widget ul li {
  list-style-type: none;
}

.xs-footer-section .widget, .sidebar .widget {
  margin-bottom: 40px;
}
.xs-footer-section .widget.widget_search, .sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.xs-footer-section .widget.widget_search .form-control, .sidebar .widget.widget_search .form-control {
  border-radius: 0;
  height: 50px;
}
.xs-footer-section .widget.widget_search .input-group-btn, .sidebar .widget.widget_search .input-group-btn {
  background: #E7532C;
  color: #fff;
  padding: 0 20px;
  border: none;
}
.xs-footer-section .widget.widget_search .input-group-btn i, .sidebar .widget.widget_search .input-group-btn i {
  line-height: 48px;
}
.xs-footer-section ul, .sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}
.xs-footer-section ul li, .sidebar ul li {
  border-bottom: 1px dashed #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xs-footer-section ul li:last-child, .sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.xs-footer-section ul li a, .sidebar ul li a {
  color: #5a5a5a;
}
.xs-footer-section ul li a:hover, .sidebar ul li a:hover {
  color: #E7532C;
}
.xs-footer-section ul li a.url, .xs-footer-section ul li a.rsswidget, .sidebar ul li a.url, .sidebar ul li a.rsswidget {
  color: #1c1c24;
}
.xs-footer-section ul li a.rsswidget, .sidebar ul li a.rsswidget {
  font-weight: 600;
}
.xs-footer-section ul li cite, .sidebar ul li cite {
  font-style: normal;
}
.xs-footer-section ul.sub-menu, .xs-footer-section ul.children, .sidebar ul.sub-menu, .sidebar ul.children {
  padding: 10px 0px 0 20px;
}
.xs-footer-section ul.children, .sidebar ul.children {
  padding-bottom: 0;
}

.textwidget img {
  margin: 10px 0;
}

.not-found .input-group-btn {
  background: #E7532C;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}

/* 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;
}

/* Gutenberg CSS
==================================================*/
.sidebar-inactive .wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-image img {
  margin: 0 !important;
}

.wp-block-separator, hr {
  background-color: #eeeeee;
  height: 1px;
  max-width: calc(50vw - 28px);
  text-align: left;
  margin: 3.5em 0;
}

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

.wp-block-separator.is-style-dots {
  text-align: left;
  max-width: 50%;
  height: 14px;
  line-height: 10px;
  overflow: hidden;
}

.wp-block-separator.is-style-dots:before {
  content: "··············";
  padding-left: 2px;
}

.sidebar-inactive .wp-block-pullquote.alignfull {
  padding: 1em 3.5em;
}

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

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  padding-bottom: 10px;
  font-size: 14px;
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
}

.wp-block-image figure figcaption,
.wp-block-image figcaption {
  font-size: 13px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
  min-height: 110px;
}
.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;
}

/*===========================
    Recent Post
=============================*/
.recent-post-widget .widget-post {
  padding-bottom: 20px;
}
.recent-post-widget .widget-post img {
  max-width: 110px;
}
.recent-post-widget .widget-post .media-body {
  margin-left: 20px;
  text-align: left;
}
.recent-post-widget .widget-post .media-body .post-meta {
  color: #666666;
  font-size: 14px;
}
.recent-post-widget .widget-post .media-body .entry-title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}
.recent-post-widget .widget-post .media-body .entry-title a {
  color: #101010;
}
.recent-post-widget .widget-post .media-body .entry-title:hover a {
  color: #E7272D;
}
.recent-post-widget .widget-post:last-child {
  padding-bottom: 0;
}

/*===========================
    Social Widget
=============================*/
.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 14px;
  display: block;
  background: #E7532C;
  padding: 6px 0px;
  color: #fff;
  text-align: center;
  margin: 5px;
  line-height: 28px;
}
.footer-social ul li a:hover {
  background: #ec785a;
  color: #fff !important;
}

/*===========================
    error page
=============================*/
.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;
  border: 2px solid #E7532C;
}
.error-page .form-control {
  border-radius: 0;
}
.error-page button.input-group-btn.search-button {
  background: #E7272D;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# header top area
# topbar dark
# social links
# header-middle-area
# header search popup
# tranding bar
# post Category: Style
# banner blog
# copyright
# backto

--------------------------------------------------------------*/
/*=============================================
       header top area
===============================================*/
.topbar .top-info,
.topbar .top-nav {
  display: inline-block;
  list-style-type: none;
  padding: 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;
}
.topbar .top-nav li a:hover {
  color: #E7532C;
}
.topbar .b-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.topbar.topbar-gray {
  background-color: #f5f5f5;
  padding: 10px 0;
}
.topbar.topbar-gray .top-info li {
  padding-right: 0;
  border-right: 0;
}

/*=============================================
       topbar dark
===============================================*/
.topbar-dark .top-dark-info {
  background: #222222;
  margin-left: 0;
  margin-right: 0;
}
.topbar-dark .top-dark-info .top-info li,
.topbar-dark .top-dark-info .top-nav li,
.topbar-dark .top-dark-info .social-links li {
  color: #fff;
}
.topbar-dark .top-dark-info .top-info li a,
.topbar-dark .top-dark-info .top-nav li a,
.topbar-dark .top-dark-info .social-links li a {
  color: #fff;
}

/*=============================================
      //social links
===============================================*/
.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: #E7532C;
}
.social-links li:last-child {
  padding-right: 0;
}

/*=========================
    header-middle-area
===========================*/
.header-middle-area {
  padding: 20px 0;
}

/*=========================
    header area
===========================*/
.logo img {
  max-width: 220px;
}

.site-title {
  margin-top: -10px;
  margin-bottom: 0px;
}
.site-title a {
  color: #122223;
  text-decoration: none;
  font-size: 36px;
}

.header .navbar-light {
  padding: 0px;
}
.header .navbar-light .navbar-toggler {
  outline: none;
  border: none;
  top: 0px;
}
.header .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  background: #E7532C;
  padding: 5px 0px;
  width: 45px;
  height: 35px;
  border-radius: 4px;
}
.header .navbar-light .navbar-nav > li {
  padding: 0 20px;
  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: 60px;
  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: 80%;
  height: 2px;
  background: #E7532C;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #1c1c24;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .navbar-nav li a:hover {
  color: #E7532C;
}
.header .navbar-light .navbar-nav li.active > a {
  color: #E7532C;
}
.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:after {
  content: "\e998";
  font-family: "tsicon";
  font-weight: 700;
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown: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 {
  content: "\e998";
  font-family: "tsicon";
  border: 0;
  font-weight: 900;
  vertical-align: 0;
  float: right;
}
.header .navbar-light .nav-search-area a {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.header .navbar-light .nav-search-area a i {
  vertical-align: middle;
  font-weight: 700;
}
.header.header-solid {
  background-color: #fff;
  -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);
  margin-bottom: 0;
  padding: 10px 0;
}
.header.header-solid .logo img {
  max-width: 150px;
}
.header.header-solid .header-wrapper .navbar-collapse {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.header.header-solid .nav-search-area {
  width: auto !important;
}
.header.header-solid .nav-search-area a {
  background: #E7532C;
  color: #ffffff;
  border-radius: 0;
  width: 60px;
  height: 60px;
  display: block;
  line-height: 60px;
}

.header-classic .navbar-light,
.header-classic .newszone-elementskit-menu-container {
  background: #222222;
}
@media (min-width: 992px) {
  .header-classic .navbar-light,
  .header-classic .newszone-elementskit-menu-container {
    min-height: 50px;
  }
}
.header-classic .navbar-light .navbar-nav > li::before,
.header-classic .navbar-light .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li::before,
.header-classic .newszone-elementskit-menu-container .navbar-nav > li::before,
.header-classic .newszone-elementskit-menu-container .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li::before {
  background: rgba(255, 255, 255, 0.3);
}
.header-classic .navbar-light .navbar-nav > li > a,
.header-classic .navbar-light .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a,
.header-classic .newszone-elementskit-menu-container .navbar-nav > li > a,
.header-classic .newszone-elementskit-menu-container .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a {
  color: #fff !important;
}
.header-classic .navbar-light .navbar-nav > li > a:hover, .header-classic .navbar-light .navbar-nav > li > a:focus,
.header-classic .navbar-light .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a:hover,
.header-classic .navbar-light .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a:focus,
.header-classic .newszone-elementskit-menu-container .navbar-nav > li > a:hover,
.header-classic .newszone-elementskit-menu-container .navbar-nav > li > a:focus,
.header-classic .newszone-elementskit-menu-container .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a:hover,
.header-classic .newszone-elementskit-menu-container .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li > a:focus {
  color: #fff;
}
.header-classic .navbar-light .navbar-nav > li.active > a,
.header-classic .navbar-light .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li.active > a,
.header-classic .newszone-elementskit-menu-container .navbar-nav > li.active > a,
.header-classic .newszone-elementskit-menu-container .ekit-wid-con .newszone-elementskit-menu .elementskit-navbar-nav > li.active > a {
  color: #fff;
}
.header-classic .navbar-light .nav-search-area,
.header-classic .newszone-elementskit-menu-container .nav-search-area {
  padding-right: 15px;
}
.header-classic .navbar-nav.ml-auto {
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .header-classic .header-search-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 8px 10px;
  }
}

/*=============================================
      //header search popup
===============================================*/
.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);
}

/* 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);
}

/*=================================
   tranding bar
=====================================*/
.tranding-bar .trending-slide {
  position: relative;
  color: #fff;
  background: #eb1c23;
  padding: 10px 20px;
}
.tranding-bar .trending-slide .trending-title {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 6px 10px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  margin: 0 15px 0 0;
  background: #d30000;
}
.tranding-bar .trending-slide .carousel-inner {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.tranding-bar .trending-slide .post-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.tranding-bar .trending-slide .post-title a {
  color: #fff;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.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: 20px;
  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);
}

.tranding-bg-dark .tranding-bar {
  background: #222222;
}
.tranding-bg-dark .tranding-bar .trending-slide-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.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 {
  padding: 10px 0px;
}
.tranding-bg-white .tranding-bar .trending-slide-bg.trending-slide .post-title a {
  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;
}

.blog-single .post-meta {
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}
.blog-single .post-meta li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  font-weight: 400;
  color: #888888;
}
.blog-single .post-meta li i {
  margin-right: 6px;
  font-size: 15px;
  vertical-align: middle;
}
.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: #E7532C;
}
.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: 35px;
  height: 35px;
  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: #d72924;
}
.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 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #d72924;
  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: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 {
  line-height: 28px;
}
.blog-single blockquote {
  margin: 0 !important;
}
.blog-single blockquote.wp-block-quote {
  background: transparent !important;
  text-align: center;
}
.blog-single .wp-block-image figure {
  margin-bottom: 30px;
}
.blog-single .tag-lists span {
  padding: 4px 13px;
  background: #E7532C;
  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: #E7532C;
  color: #fff;
}
.blog-single .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

/*=============================================
      //post Category: Style
===============================================*/
.category-main-title .block-title {
  margin-bottom: 30px;
  text-transform: capitalize;
  border-color: #222222;
  font-size: 18px;
}
.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;
}

.category-main-desc {
  margin-top: 20px;
}

/*=============================================
      //post category-layout2
===============================================*/
.category-layout2 .entry-blog-summery p {
  margin-bottom: 0;
}
.category-layout2 .entry-blog-summery .readmore-btn {
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
}
.category-layout2 .entry-blog-summery .readmore-btn i {
  padding-left: 5px;
  font-size: 11px;
  font-weight: 700;
}
.category-layout2 .entry-blog-summery .readmore-btn:hover {
  color: #E7532C;
}
.category-layout2 .post-block-style {
  margin-bottom: 30px;
}

.category-layout5 .post-thumb {
  margin-bottom: 18px;
}
.category-layout5 .post-thumb .categories-sec {
  position: absolute;
  bottom: -7px;
  left: -3px;
}
.category-layout5 .readmore-btn {
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
  font-size: 13px;
  margin-top: 10px;
}
.category-layout5 .readmore-btn i {
  padding-left: 5px;
  font-size: 11px;
  font-weight: 700;
}
.category-layout5 .readmore-btn:hover {
  color: #E7532C;
}
.category-layout5 .post-title.md {
  font-size: 24px;
  line-height: 30px;
}

.category-title-breadcrumb {
  margin-bottom: 30px;
}
.category-title-breadcrumb .breadcrumb {
  background: none;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
}
.category-title-breadcrumb .breadcrumb i {
  font-size: 11px;
  margin-right: 10px;
  margin-top: 4px;
  font-weight: 700;
}
.category-title-breadcrumb .breadcrumb li {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 13px;
  color: #6b6b6b;
}
.category-title-breadcrumb .category-main-title .block-title {
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 0;
  color: #222;
  border: none;
}
.category-title-breadcrumb .category-main-title .block-title span {
  padding: 0;
  background: none;
}
.category-title-breadcrumb .category-main-title .block-title span:before {
  width: 0;
}

.author-box {
  padding: 20px 0;
  margin-bottom: 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.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;
}

/*================================
      banner blog
 ==================================*/
.etn-event-banner-wrap {
  padding: 300px 0 135px;
}
.etn-event-banner-wrap.etn-event-single2 .etn-col-lg-10 {
  margin: auto;
  text-align: center;
}
.etn-event-banner-wrap.etn-event-single2 .etn-event-banner-content {
  display: block;
}

.banner-area {
  padding: 300px 0 135px;
  position: relative;
  background-size: cover;
  background-color: #ea4c22;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-area .banner-title {
  font-size: 48px;
  letter-spacing: 2px;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin: 0;
}
.banner-area .image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 250;
}
.banner-area .breadcrumb {
  text-align: center;
  background: none;
  display: inline-block;
  color: #fff;
  margin-top: 15px;
  position: relative;
  margin-bottom: 0;
}
.banner-area .breadcrumb li {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 15px;
}
.banner-area .breadcrumb li a {
  color: #fff;
}
.banner-area.banner-standard {
  background: #E7532C;
  padding: 120px 0;
}
.banner-area.banner-standard::before {
  display: none;
}

.absolute-border:after {
  border: 1px solid #707070;
  left: 30px;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  content: "";
}

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

.bizxpo-reservation-from .reservation_form_submit {
  width: 100%;
}
.bizxpo-reservation-from #wpc_cancel_request {
  display: none;
}

.bizxpo-funfact .elementskit-funfact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizxpo-funfact .elementskit-funfact-inner .funfact-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 25px;
}

/*------------ Footer -------------*/
.footer--top--area {
  background: #222;
  padding: 80px 0;
}
.footer--top--area .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  position: relative;
  margin-bottom: 40px;
}
.footer--top--area p {
  color: #fff;
}
.footer--top--area .footer-info li {
  color: #fff;
  border-bottom: 0;
}
.footer--top--area .footer-info li i {
  margin-right: 10px;
}
.footer--top--area .tagcloud a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer--top--area .footer-widget img {
    float: left;
  }
}

/*------------copyright-------------*/
.copyright-area {
  background: #000;
  padding: 8px 0px;
  color: white;
}
.copyright-area p {
  margin-bottom: 0;
}
.copyright-area .footer-nav {
  margin-bottom: 0;
}
.copyright-area .footer-nav li {
  display: inline-block;
  padding-right: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.copyright-area .footer-nav li a {
  color: #fff;
}

/*------------back to top-------------*/
.BackTo {
  background: #E7532C 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;
  margin-bottom: 10px;
}
.BackTo:hover {
  background: #000;
}
.BackTo a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

:focus {
  -webkit-box-shadow: inset 0 0 0 1px transparent;
          box-shadow: inset 0 0 0 1px transparent;
  outline: 2px solid transparent;
}

.entry-title a :focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #eb1c23;
}

.blog-single .entry-content a,
.page .entry-content a {
  text-decoration: underline;
}

.blog-single .entry-content .post-footer a {
  text-decoration: none;
}

a.post-cat {
  position: relative;
  left: 3px;
  top: 0px;
  background: #eb1c23;
  color: #fff;
  padding: 0px 5px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  height: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 10px;
}

.post-meta span {
  margin-right: 15px;
  font-size: 13px;
  color: #777777;
}
.post-meta span i {
  vertical-align: middle;
  margin-right: 5px;
  font-weight: 700;
}

/*===================================
// Elementor widget : post grid slider
=====================================*/
.ekit-offcanvas-toggle-wraper {
  line-height: 1;
}

@media (max-width: 1024px) {
  .logged-in.admin-bar .elementskit-menu-offcanvas-elements {
    margin-top: 32px;
  }
  .elementskit-submenu-indicator {
    border: none !important;
    padding-right: 0 !important;
  }
  .elementskit-menu-close {
    border: none !important;
  }
}
/* Custom container width */
@media (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}
/* ========================
 Shortcode: Main Slider
=========================== */
.slider-item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 700px;
}
.slider-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(16, 16, 16, 0.44);
}
@media (min-width: 1400px) {
  .slider-item {
    height: 100vh;
  }
}
.slider-item .slider-content .slider-title {
  color: #fff;
  font-size: 75px;
  line-height: 85px;
  font-weight: 700;
}
.slider-item .slider-content .slider-title span {
  display: block;
  font-size: 50px;
}
.slider-item .slider-content .sub-title {
  font-size: 48px;
  letter-spacing: 5.4px;
  font-weight: 400;
  letter-spacing: 1.53px;
}
.slider-item .slider-content .slider-desc p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18px;
  line-height: 30px;
}
.slider-item .slider-content .slider-btn-area .btn {
  font-size: 16px;
  height: auto;
  padding: 7px 35px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}
.slider-item .slider-content .slider-btn-area .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-slider .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-slider .owl-dots .owl-dot {
  display: block;
}
.main-slider .owl-dots .owl-dot span {
  display: block;
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  display: inline-block;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span {
  border-color: #ee833b;
  background: #ee833b;
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 48px;
  color: #666666;
  background: transparent;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover {
  background: transparent;
}
.main-slider .owl-nav .owl-prev {
  left: 30px;
}
.main-slider .owl-nav .owl-next {
  right: 30px;
}

.image-overlay .elementor-image:after {
  background: rgba(231, 76, 60, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  border-radius: 8px;
}

.blog-home .ekit-wid-con .elementskit-btn i {
  margin-left: 8px;
}
.blog-home .ekit-wid-con .post-meta-list span i {
  color: #e7532c;
}

.pricing-home .ekit-wid-con .elementskit-single-pricing .elementskit-pricing-btn {
  margin-bottom: 50px;
}

.schedule-home .etn-nav li {
  margin-left: -8px;
}
.schedule-home .etn-nav li:first-child a {
  border-radius: 12px 0 0 12px;
}
.schedule-home .etn-nav li:last-child a {
  border-radius: 0 12px 12px 0;
}
.schedule-home .etn-nav li a {
  padding: 15px 75px;
}
.schedule-home .etn-nav li a.etn-active {
  background: #e74c3c;
}
.schedule-home .etn-schedule-wrap .etn-schedule-info .etn-schedule-location {
  display: none;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item {
  border-bottom-color: #283747;
  position: relative;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item .etn-schedule-info:after {
  position: absolute;
  right: 30px;
  top: -30px;
  bottom: -30px;
  width: 1px;
  background-color: #283747;
  content: "";
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item .etn-schedule-info:before {
  position: absolute;
  right: 21px;
  top: 15px;
  width: 18px;
  height: 18px;
  background-color: #042433;
  content: "";
  border-radius: 50%;
  border: 3px solid #e74c3c;
  z-index: 1;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item:last-of-type {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.schedule-home .etn-schedule-wrap .etn-single-schedule-item:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26%;
  height: 1px;
  background-color: #042433;
  content: "";
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker {
  margin: 0 0 2px -12px;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker img {
  border-radius: 50%;
  border: 2px solid #fff;
  height: 65px;
  width: 65px;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title {
  background-color: #fff;
  color: #e74c3c;
  font-weight: 600;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-speaker .etn-schedule-single-speaker .etn-schedule-speaker-title:after {
  border-top-color: #fff;
}
.schedule-home .schedule-tab-wrapper .etn-schedule-right-content .etn-schedule-speaker {
  text-align: right;
  margin-top: 0;
}

.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-hours,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-days,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-minutes,
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-seconds {
  padding: 0;
  position: relative;
}
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-count {
  height: 60px;
  line-height: 60px;
}
.countdown-home .ekit-wid-con .elementskit-countdown-timer-2 .elementskit-timer-title {
  position: absolute;
  top: -35px;
  left: 10px;
  right: 0;
  text-align: center;
}

/*==========================
// Shortcode : Event Category
============================ */
.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
.cat-item:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.cat-item .cat-bg {
  width: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100px;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cat-item .cat-bg .cat-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cat-item .cat-content {
  padding: 20px;
}
.cat-item .cat-content .ts-title {
  font-size: 18px;
  margin-bottom: 0;
}
.cat-item .cat-content .ts-title a {
  color: #1c1c24;
}
.cat-item .cat-content .ts-title a:hover {
  color: #E7532C;
}
.cat-item .cat-content p {
  margin: 0;
}

.creative-schedule .ts-schedule-schedule-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.creative-schedule .ts-schedule-single-speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .ts-speaker-image img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.creative-schedule .etn-schedule-info {
  background: #0bc07f;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .ts-schedule-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
  overflow: hidden;
  padding: 30px 45px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.creative-schedule .ts-schedule-time p {
  margin: 0;
}
.creative-schedule .swiper-button-next.swiper-button-disabled,
.creative-schedule .swiper-button-prev.swiper-button-disabled,
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next,
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-button-prev {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.creative-schedule .swiper-button-next::after,
.creative-schedule .swiper-button-prev::after {
  display: none;
}
.creative-schedule .swiper-button-prev,
.creative-schedule .swiper-container-rtl .swiper-button-next {
  left: -25px;
}
.creative-schedule .swiper-button-next,
.creative-schedule .swiper-container-rtl .swiper-button-prev {
  right: -30px;
}
.creative-schedule .ts-speaker-description {
  padding-left: 15px;
}
.creative-schedule .etn-schedule-speaker {
  position: relative;
}
.creative-schedule .etn-nav li {
  position: relative;
}
.creative-schedule .etn-nav li a {
  padding: 5px 0;
}
.creative-schedule .etn-nav li a span {
  padding: 0;
}
.creative-schedule .etn-nav li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 44px;
  background: #4f4f5f;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.creative-schedule .ts-schedule-schedule-item:nth-child(1) .etn-schedule-info {
  background-color: #0bc07f;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(2) .etn-schedule-info {
  background-color: #4999e8;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(3) .etn-schedule-info {
  background-color: #9d76ff;
}
.creative-schedule .ts-schedule-schedule-item:nth-child(4) .etn-schedule-info {
  background-color: #0fc5d0;
}

@media (max-width: 768px) {
  .creative-schedule .etn-schedule-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .creative-schedule .ts-schedule-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 15px;
  }
  .creative-schedule .swiper-button-prev,
  .creative-schedule .swiper-container-rtl .swiper-button-next {
    left: -18px;
  }
  .creative-schedule .swiper-button-next,
  .creative-schedule .swiper-container-rtl .swiper-button-prev {
    right: -15px;
  }
  .creative-schedule .ts-schedule-single-speaker {
    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;
  }
  .etn-speakers-social {
    visibility: visible;
    opacity: 1;
  }
}
/**
  Event Ticket Style
*/
.bizxpo-ticket-widget .etn-widget-title {
  display: none;
}
.bizxpo-ticket-widget .etn-widget,
.bizxpo-ticket-widget .etn-form-wrap {
  width: 100%;
}
.bizxpo-ticket-widget .event-registration .attr-form-control {
  background: transparent;
}
.bizxpo-ticket-widget .event-registration .etn-form-ticket-text {
  color: #ffffff;
}
.bizxpo-ticket-widget .etn-price-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bizxpo-ticket-widget .etn-price-field label {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  color: #fff;
}
.bizxpo-ticket-widget .etn-price-field .etn-event-form-price {
  font-size: 80px;
  padding: 0;
  height: 80px;
  max-width: 150px;
  overflow: visible;
  color: #fff;
  border: 1px solid transparent;
  background-color: transparent;
}
.bizxpo-ticket-widget .etn-qty-field {
  margin-bottom: 30px;
}
.bizxpo-ticket-widget .etn-qty-field .attr-form-control {
  border: 1px solid #fff;
  max-width: 120px;
  padding: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.bizxpo-ticket-widget .etn-total-price {
  font-size: 30px;
  color: #fff;
  margin-bottom: 15px;
}
.bizxpo-ticket-widget .etn-total-price .etn_form_price {
  margin-left: -7px !important;
}
.bizxpo-ticket-widget .bizxpo-btn {
  background: #f75b57;
  border: 3px solid #1c1d23;
  color: #fff;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 40px;
  -webkit-box-shadow: 10px 10px 0px 0px #1c1d23;
          box-shadow: 10px 10px 0px 0px #1c1d23;
  margin-left: 90px;
}
@media (max-width: 1092px) {
  .bizxpo-ticket-widget .bizxpo-btn {
    margin-left: 0;
  }
}
.bizxpo-ticket-widget .bizxpo-btn .bizxpo-button-text {
  margin-right: 10px;
}
.bizxpo-ticket-widget .bizxpo-btn i {
  color: #fff;
}
.bizxpo-ticket-widget .bizxpo-btn:hover {
  color: #fff;
}
.bizxpo-ticket-widget .bizxpo-btn:hover i {
  color: #fff;
}
.bizxpo-ticket-widget .price-image {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.bizxpo-ticket-widget .price-image .plan-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.bizxpo-ticket-widget .price-image .end-date {
  margin-bottom: 0;
}
.bizxpo-ticket-widget .avaiable-seat {
  text-align: center;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.speakers-grid {
  display: -ms-grid;
  display: grid;
}

.speaker-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.speaker-information {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.speaker-item {
  position: relative;
  overflow: hidden;
}
.speaker-item .speaker-thumb {
  position: relative;
}
.speaker-item .speaker-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--speaker-overlay-color);
  mix-blend-mode: var(--speaker-overlay-blend-mode);
}
.speaker-item .speaker-thumb img {
  width: 100%;
}
.speaker-item:hover .speaker-information {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 30px;
}
.speaker-item:hover .etn-speakers-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.speaker-item:hover .speaker-details-arrow {
  opacity: 1;
  visibility: visible;
}
.speaker-item:hover .speaker-thumb img {
  opacity: 0.18;
}

.etn-speakers-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  gap: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}
.etn-speakers-social a {
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.exh-speaker-title a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.speaker-details-arrow {
  display: inline-block;
  margin: 20px 0 0 30px;
  font-size: 44px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.speaker-details-arrow:hover {
  color: transparent;
}

.exh-speaker-title .first-name {
  display: block;
}

.bizxpo-creative-speaker .swiper-container-rtl.swiper-button-next, .bizxpo-creative-speaker .swiper-container-rtl.swiper-button-prev,
.bizxpo-creative-speaker .speaker-slider-nav-item.swiper-button-next,
.bizxpo-creative-speaker .speaker-slider-nav-item.swiper-button-prev {
  background-image: none;
}
.bizxpo-creative-speaker .swiper-button-next,
.bizxpo-creative-speaker .swiper-button-prev {
  top: auto;
  bottom: -100px;
  left: 0;
}
.bizxpo-creative-speaker .swiper-button-next::after,
.bizxpo-creative-speaker .swiper-button-prev::after {
  display: none;
}
.bizxpo-creative-speaker .swiper-button-next {
  left: 30px;
}

.conference-header .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  visibility: hidden;
}

.ofcanvas-menu .elementskit-navbar-nav-default .elementskit-navbar-nav {
  display: block;
}
.ofcanvas-menu .elementskit-navbar-nav li:hover .ekit-menu-nav-link::before {
  opacity: 1;
  width: 100%;
}
.ofcanvas-menu .elementskit-navbar-nav li a {
  display: inline-block !important;
}
.ofcanvas-menu .ekit-menu-nav-link::before {
  content: "";
  height: 2px;
  width: 0%;
  background: #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.plutinum-sponsor .elementskit-box-header {
  background: #fff;
}

.plutinum-sponsor .elementskit-box-header img {
  margin: 0 auto;
}

.gold-sponsors .elementor-container {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* conference gallery css */
.conference-gallery .gallery-item a,
.conference-gallery .gallery-item a:hover,
.conference-gallery .gallery-item a:focus {
  display: block;
}

.conference-gallery .gallery-item {
  padding: 0;
}

.creative-schedule .etn-schedule-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  padding: 0;
}
.creative-schedule .exhibz-speaker-description {
  padding-left: 15px;
}
.creative-schedule .etn-nav li:not(:last-child):before {
  right: 40px;
}

/* schedule css */
@media (max-width: 1092px) {
  .conference-gallery .gallery-item {
    padding: 0 10px 0 0;
  }
}
/* Header css */
@media (min-width: 1025px) and (max-width: 1545px) {
  .conference-header .elementor-widget-elementskit-button {
    display: none;
  }
}
/* Responsive css */
@media (max-width: 767px) {
  .conference-header {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.sidebar .widget .widget {
  padding: 0;
  border: navajowhite;
}

.creative-conference-hero-date .elementskit-section-title > span {
  -webkit-text-stroke: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #f8ed06;
  stroke: #f8ed06;
}

.bizxpo-speaker-scrollbar.swiper-pagination {
  left: 0;
  bottom: -71px;
}

/*----icon replace ------*/
.ekit-wid-con .ekit-menu-nav-link .elementskit-submenu-indicator:before {
  content: "\e874";
  font-family: "tsicon" !important;
}

.etn-speaker-wrapper.speaker-style5 .etn-speakers-social {
  display: block;
}
.etn-speaker-wrapper.speaker-style5 .etn-single-speaker-item:hover .etn-speakers-social {
  opacity: 1;
  visibility: visible;
}
.etn-speaker-wrapper.speaker-style5 .etn-single-speaker-item:hover .etn-speakers-social a {
  line-height: 40px;
}

.bizxpo-ticket-widget .ant-card-body {
  background-color: #6120CC;
  border-radius: 8px;
}
.bizxpo-ticket-widget .ant-card-body h3.ant-typography {
  display: none !important;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container {
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 50px 40px 50px 40px;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-title {
  font-weight: 700;
  color: rgb(248, 237, 6) !important;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-title .etn-remaining-seats {
  color: #fff;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-price-label,
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-subtotal-label,
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-subtotal,
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-quantity-label {
  color: #fff;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-price {
  font-weight: 700 !important;
  color: #fff;
}
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text,
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text span:first-child,
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label span:first-child {
  color: #fff !important;
}
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text span:last-child,
.bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label span:last-child {
  font-weight: 700 !important;
  color: #fff !important;
}
.bizxpo-ticket-widget .ant-card-body .ant-btn-primary {
  background-color: #F75B57 !important;
  color: #fff !important;
  -webkit-box-shadow: 6px 6px 0px 0px #1C1D23;
          box-shadow: 6px 6px 0px 0px #1C1D23;
  border: 3px solid #1C1D23 !important;
  height: 65px !important;
  margin-bottom: 10px !important;
}
.bizxpo-ticket-widget .ant-card-body .anticon svg {
  fill: #fff !important;
}
.bizxpo-ticket-widget .ant-card-body .anticon svg path {
  stroke: #fff;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number {
  background: #6120CC;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number-sm input.ant-input-number-input {
  font-weight: 700;
  color: #fff !important;
}
.bizxpo-ticket-widget .ant-card-body .ant-row-middle .ant-row-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity {
  background-color: #6120CC !important;
}
.bizxpo-ticket-widget .ant-card-body .ant-col.ant-col-sm-6:first-child {
  text-align: left !important;
}
.bizxpo-ticket-widget .ant-card-body .ant-col.ant-col-sm-6:last-child {
  text-align: right !important;
}
.bizxpo-ticket-widget .ant-card-body .etn-purchase-ticket-total-row {
  margin-top: 40px !important;
  padding: 0px 40px;
}
@media (min-width: 768px) {
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-title .etn-remaining-seats {
    font-size: 25px;
    line-height: 31px;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-price-label,
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-subtotal-label,
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity-label {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-price,
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-subtotal {
    font-size: 40px;
    line-height: 24px;
  }
  .bizxpo-ticket-widget .ant-card-body .ant-typography span:first-child {
    font-size: 20px !important;
    line-height: 25px;
  }
  .bizxpo-ticket-widget .ant-card-body .ant-typography span:last-child {
    font-size: 40px !important;
    line-height: 24px;
  }
  .bizxpo-ticket-widget .ant-card-body .ant-btn-primary {
    margin-top: 40px !important;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number-sm input.ant-input-number-input {
    font-size: 20px !important;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number {
    width: 60px;
  }
  .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity {
    padding: 8px 10px !important;
  }
  .bizxpo-ticket-widget .ant-card-body .anticon svg {
    width: 50px !important;
    height: 50px !important;
  }
}

/* archive banner */
.ts_eventin_banner {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  min-height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ts_eventin_banner .banner-area {
  min-height: 325px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}
.ts_eventin_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 26, 87, 0.85);
}
.ts_eventin_banner .banner-title {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ts_eventin_banner .banner-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.7) !important;
}
.ts_eventin_banner .breadcrumb {
  display: none;
}
.ts_eventin_banner .etn-single-event-img {
  min-height: 360px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* archive banner */
.etn_search_archive_sidebar {
  max-width: 350px;
  width: 100%;
}
.etn_search_archive_sidebar .widget_media_image a {
  display: block;
}
.etn_search_archive_sidebar img {
  width: 100%;
}

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

.etn_event_form_title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.09;
  letter-spacing: 0.02px;
  color: #041a57;
  margin-bottom: 30px;
}

.etn_search_bottom_area_text {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  color: #3c4144;
}

.etn_bizxpo_inline_form_top {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-right: 20px;
  background: #ffffff;
  position: relative;
  border-radius: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_bizxpo_inline_form_top:before {
  left: 20px;
  right: 20px;
  z-index: -1;
  bottom: -10px;
  height: 100%;
  opacity: 0.5;
  content: "";
  position: absolute;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
}
.etn_bizxpo_inline_form_top .etn_bizxpo_select {
  border: none !important;
  padding: 0 0 0 35px !important;
  color: #041a57;
  font-size: 15px;
}
.etn_bizxpo_inline_form_top .input-group {
  padding: 20px 30px;
  border-right: 1px solid #dfe1e5;
  width: 24%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.etn_bizxpo_inline_form_top .input-group:first-child {
  width: 31%;
}
.etn_bizxpo_inline_form_top .input-group:nth-child(3) {
  border-right: none;
}
.etn_bizxpo_inline_form_top .input-group input {
  width: 100%;
  border: none;
  height: 70px;
  padding: 0px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  padding-left: 35px;
  background-color: transparent;
}
.etn_bizxpo_inline_form_top .input-group-prepend {
  top: 50%;
  left: 30px;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.etn_bizxpo_inline_form_top .input-group-text {
  padding: 0px;
  border: none;
  color: #3c4144;
  line-height: 1;
  font-size: 18px;
  border-radius: 0px;
  background-color: transparent;
}
.etn_bizxpo_inline_form_top .select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  border-radius: 0px;
  padding-left: 35px;
  background-color: transparent;
}
.etn_bizxpo_inline_form_top .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0px;
  height: 70px;
  line-height: 70px;
  font-weight: 400;
  font-size: 16px;
  color: #041a57;
}
.etn_bizxpo_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  position: absolute;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.etn_bizxpo_inline_form_top .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-image: url(../images/down-arrow.png);
}
.etn_bizxpo_inline_form_top .btn.btn-primary {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  padding: 27px 46px;
  background: #e54220;
  border-radius: 12px;
  margin-left: 20px;
  height: auto;
}
.etn_bizxpo_inline_form_top .btn.btn-primary:hover {
  color: #ffffff;
}

.etn_bizxpo_inline_form_bottom {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 20px;
  padding-top: 45px;
}
.etn_bizxpo_inline_form_bottom .etn_bizxpo_select {
  border-radius: 8px;
  border-style: solid !important;
  border-color: #f2f2f2 !important;
  border-width: 1px !important;
  padding: 0 25px !important;
  height: 55px !important;
  line-height: 55px;
  width: 100% !important;
  color: #041a57;
  font-size: 15px;
}
.etn_bizxpo_inline_form_bottom .etn_bizxpo_inline_input_label {
  font-size: 14px;
  line-height: 1.07;
  color: rgba(4, 26, 87, 0.5);
  margin-bottom: 10px;
  display: block;
}
.etn_bizxpo_inline_form_bottom .select2-selection--single {
  border-radius: 8px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px !important;
  height: 55px;
  line-height: 55px;
  width: 100%;
}
.etn_bizxpo_inline_form_bottom .select2-container--default {
  width: 100% !important;
}
.etn_bizxpo_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  font-weight: 500;
  color: #041a57;
  padding: 0 25px;
}
.etn_bizxpo_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.etn_bizxpo_inline_form_bottom .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-image: url(../images/down-arrow.png);
}
.etn_bizxpo_inline_form_bottom .preview_type_lists {
  border-radius: 8px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 1px;
  display: inline-block;
}
.etn_bizxpo_inline_form_bottom .preview_type_lists li {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  padding: 0 20px;
  border-style: solid;
  border-color: #f2f2f2;
  border-width: 0px 1px 0px 0;
}
.etn_bizxpo_inline_form_bottom .preview_type_lists li:last-child {
  border-width: 0;
}

/* search box styling for tab & mobile device - start */
@media screen and (max-width: 1200px) {
  .etn_bizxpo_inline_form_top .input-group {
    width: 23%;
  }
  .etn_bizxpo_inline_form_top .input-group:first-child {
    width: 28%;
  }
  .etn_bizxpo_inline_form .input-group {
    width: 25%;
  }
  .etn_bizxpo_inline_form .btn.btn-primary {
    padding: 27px 45px;
  }
}
@media screen and (max-width: 992px) {
  .etn_bizxpo_inline_form {
    padding: 15px;
  }
  .etn_bizxpo_inline_form .input-group {
    width: 50%;
    border: none;
    padding: 15px;
    border-bottom: 1px solid #dfe1e5;
  }
  .etn_bizxpo_inline_form .input-group:nth-child(3) {
    border-bottom: none;
  }
  .etn_bizxpo_inline_form .btn.btn-primary {
    margin: 0px;
    width: 50%;
    margin-top: 15px;
    font-size: 15px;
    padding: 18px 30px;
  }
  .etn_bizxpo_inline_form .input-group-prepend {
    left: 15px;
  }
  .etn_bizxpo_inline_form .input-group input {
    height: 50px;
    font-size: 15px;
  }
  .etn_bizxpo_inline_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .etn_bizxpo_inline_form .input-group {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dfe1e5;
  }
  .etn_bizxpo_inline_form .btn.btn-primary {
    width: 100%;
  }
  .etn_bizxpo_inline_form_bottom .select2-container--default {
    margin-bottom: 30px;
  }
}
/* search box styling for tab & mobile device - start */
.preview_type_lists > li {
  cursor: pointer;
}
.preview_type_lists > li svg path {
  fill: #99a0a7;
}
.preview_type_lists > li.active svg path {
  fill: #e54220;
}

.etn_load_more_button {
  text-align: center;
  margin: 30px 0;
}
.etn_load_more_button span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 16px 32px;
  background-color: #e54220;
  border-color: #e54220;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.etn_load_more_button span:hover {
  background-color: transparent;
  color: #e54220;
  border-color: #e54220;
}

.etn_load_more_button.loading span {
  position: relative;
  font-size: 0;
}

.etn_load_more_button.loading span:before {
  content: attr(data-loading-text);
  font-size: 16px;
  font-weight: 500;
}

.select2-container--open .select2-dropdown {
  left: 0;
  top: 35px;
  border: transparent;
  -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);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f9fb;
  color: #212121;
}

.select2-results__options {
  margin: 0 4px;
}

.search-results .type-etn {
  margin-bottom: 30px;
}

.home .etn_bizxpo_search_wraper {
  margin-top: -90px;
}

.etn_search_archive_sidebar .widget_media_image a {
  display: block;
}

.etn_search_archive_sidebar .widget_media_image img {
  width: 100%;
}

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

.home .etn_bizxpo_search_wraper {
  margin-top: -90px;
}

.ts-event-archive-wrap .etn-event-item {
  padding: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb {
  visibility: visible;
  margin-bottom: 0;
}
.ts-event-archive-wrap .etn-event-item .etn-event-thumb > a {
  overflow: hidden;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper {
  z-index: 1;
  position: relative;
  left: 20px;
  bottom: 20px;
}
.ts-event-archive-wrap .etn-event-item .ts_etn_thumb_meta_wraper .ts-event-term {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  background-color: #e54220;
  z-index: 1;
  padding: 12px 20px;
  line-height: 1;
}
.ts-event-archive-wrap .etn-event-item .etn-event-content {
  padding: 20px 30px 10px;
}
.ts-event-archive-wrap .etn-event-item .etn-title {
  line-height: 1.3;
}
.ts-event-archive-wrap .etn-event-item .ts-event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.ts-event-archive-wrap .etn-event-item .etn-event-date i {
  margin-right: 5px;
  font-size: 14px;
}
.ts-event-archive-wrap .etn-event-item .etn-event-location {
  margin: 0;
}

@media (max-width: 992px) {
  .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 .nav-search-area a i {
    margin-left: 15px;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: rgb(228, 228, 228);
  }
  .header .navbar-light .navbar-nav > li > a:hover, .header .navbar-light .navbar-nav > li > a:focus {
    color: #000;
  }
  .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;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    border-top: none;
  }
  .header .navbar-light .navbar-nav li .dropdown-item:hover, .header .navbar-light .navbar-nav li .dropdown-item:focus {
    background-color: transparent !important;
  }
  .header.header-solid {
    padding: 10px 0;
  }
  .header.header-solid .navbar-collapse {
    background: #fff;
  }
  .header.header-solid .navbar .nav-search-area {
    display: none;
  }
  .header.header-solid .navbar-light .navbar-toggler {
    padding-right: 0;
  }
  .header.header-solid .navbar-light .navbar-nav > li > a {
    color: #000;
  }
}
@media (max-width: 767px) {
  .topbar .topbar-left-content {
    padding: 20px 0 0;
  }
  .topbar .social-links {
    padding: 10px 0 20px;
  }
  .topbar.topbar-gray .top-info {
    padding-top: 20px;
  }
  .topbar.topbar-gray .top-info li {
    padding-right: 0;
    border: none;
  }
  .logo-area {
    text-align: center;
  }
  .logo-area .site-desc {
    margin-bottom: 0;
  }
  .tranding-bar {
    display: none;
  }
  .copyright-area {
    padding: 20px 0;
  }
  .blog-single .sidebar-col {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .blog-single .post-image {
    margin-bottom: 20px;
  }
  .sidebar {
    margin-top: 40px;
  }
  .footer-menu ul {
    text-align: left;
  }
  .footer-menu ul li:first-child a {
    padding-left: 0;
  }
  .main-slider .owl-dots {
    display: none;
  }
  .slider-item .slider-content .slider-title {
    font-size: 48px;
    line-height: 1.3em;
  }
}
@media (min-width: 1150px) {
  .art-event-about {
    padding-left: calc((100% - 1140px) / 2) !important;
  }
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body {
  background-color: #E4E0D8;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container {
  padding: 30px 40px 30px 40px;
  background: #F5F4F2 !important;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-title {
  color: #C9A050 !important;
}
@media (min-width: 768px) {
  .art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-title {
    font-size: 32px !important;
    line-height: 42px;
  }
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-title .etn-remaining-seats {
  color: #555555;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-price-label,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-subtotal-label,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-subtotal,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-quantity-label {
  color: #555555;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-container .etn-ticket-price {
  color: #000000;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text span:first-child,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label span:first-child {
  color: #000 !important;
  background: none;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-text span:last-child,
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-typography.etn-purchase-ticket-total-label span:last-child {
  color: #000 !important;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .ant-btn-primary {
  background-color: #C9A050 !important;
  color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .anticon svg {
  fill: #000 !important;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .anticon svg path {
  stroke: #000;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity {
  background-color: #FFFFFF !important;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .etn-ticket-selection-btn {
  background: none;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number {
  background: #FFFFFF;
}
.art-evnet-pricing .bizxpo-ticket-widget .ant-card-body .etn-ticket-quantity.etn-ticket-quantity .ant-input-number-sm input.ant-input-number-input {
  color: #000 !important;
}

.art-event-schedule .etn-nav li a {
  min-width: 162px;
  padding: 20px 60px;
  border-radius: 6px;
  background: #FFFFFF;
}
.art-event-schedule .etn-nav li a.etn-active {
  background: #C9A050;
  color: #fff;
}
@media (max-width: 667px) {
  .art-event-schedule .etn-nav li a {
    padding: 15px 40px;
  }
}

.art-event-schedule .etn-tab-content {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #FFF;
}

.art-event-schedule .creative-schedule .ts-schedule-schedule-item .etn-schedule-info {
  background: #FFF5E3 !important;
  border-radius: 6px;
}

.art-event-schedule .etn-single-schedule-item:not(:last-child) {
  border: none;
}

@media (min-width: 768px) {
  .art-gallery-image img {
    margin: 0;
  }
}
.art-exhibition-wrapper .art-exhibition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  gap: 20px;
}
.art-exhibition-wrapper .art-exhibition-item:last-child {
  border-bottom: none;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-date .date-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.2;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-title a {
  color: #333;
  text-decoration: none;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-title a:hover {
  color: #F75B57;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-details {
  margin-bottom: 15px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-details .exhibition-location,
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-details .exhibition-duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  font-size: 14px;
  color: #666;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-details .exhibition-location i,
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-details .exhibition-duration i {
  margin-right: 8px;
  width: 16px;
  color: #999;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-read-more .read-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C9A050;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-read-more .read-more-link i {
  margin-left: 5px;
  font-size: 12px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-content .exhibition-read-more .read-more-link:hover {
  color: #d44a47;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  text-align: right;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-price .price-text {
  font-size: 18px;
  font-weight: bold;
  color: #C9A050;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-price .price-text.free {
  color: #000;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-price .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.art-exhibition-wrapper .art-exhibition-item .exhibition-price .price-container i {
  background: #000;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  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;
  font-size: 12px;
}
.art-exhibition-wrapper .ticket-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .art-exhibition-wrapper .art-exhibition-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-date .date-text {
    font-size: 16px;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-image img {
    height: 200px;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 0;
  }
  .art-exhibition-wrapper .art-exhibition-item .exhibition-price {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    text-align: left;
  }
}
.art-event-speaker .etn-speaker-item .etn-speaker-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.art-event-category .etn-nav {
  display: none;
}

.ekit-wid-con .elementskit-infobox {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

@media (max-width: 1024px) {
  .ekit-section-parallax-mousemove {
    display: none !important;
  }
  .etn-event-form-widget-title {
    font-size: 20px;
  }
}
.bizxpo-fancy-wrapper .bizxpo-fancy-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.bizxpo-fancy-wrapper .bizxpo-fancy-title .bizxpo-scroll-text {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 7em;
  font-weight: 100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bizxpo-fancy-wrapper .bizxpo-fancy-title .text-first {
  -webkit-animation: first-text-scroll 35s linear infinite;
          animation: first-text-scroll 35s linear infinite;
}
.bizxpo-fancy-wrapper .bizxpo-fancy-title .text-second {
  -webkit-animation: sec-text-scroll 35s linear infinite;
          animation: sec-text-scroll 35s linear infinite;
}
@-webkit-keyframes first-text-scroll {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes first-text-scroll {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@-webkit-keyframes sec-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes sec-text-scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}