@charset "UTF-8";
/*!
Theme Name: finex
Theme URI: https://finex.thimpress.com/
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium WordPress LMS theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: finex
Domain Path: /languages/
*/
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  position: relative;
}

body,
html {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/*---------------------------------------------*/
a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

/*---------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  font-style: normal;
  margin-bottom: 1rem;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/*---------------------------------------------*/
p {
  word-break: break-word;
  margin-bottom: 1.75rem;
}
p:last-child {
  margin-bottom: 0;
}

blockquote {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
  padding-left: 45px;
  position: relative;
  margin-bottom: 28px;
}
blockquote::before {
  content: "‘‘";
  font-family: "Arial";
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  line-height: 1;
  color: #e9011f;
  position: absolute;
  top: -5px;
  left: -5px;
  letter-spacing: -5px;
}

/*---------------------------------------------*/
ul, ol {
  margin-left: 20px;
  margin-bottom: 1.75rem;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------*/
label {
  display: block;
  outline: none;
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea {
  outline: none;
  width: 100%;
  line-height: 40px;
  min-width: 1px;
  background: transparent;
  padding: 0 18px;
  border: 1px solid #e5e5e5;
}
input:not([type=checkbox]):not([type=radio]):focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
button:focus {
  outline: none;
}

iframe {
  border: none;
  display: block;
  max-width: 100%;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
pre h1, pre h2, pre h3, pre h4, pre h5, pre h6 {
  margin-bottom: 0;
  padding-top: 0;
}

code {
  background-color: transparent;
  color: #6e6e6e;
}

dd {
  margin: 0 1.5em 1.5em;
}

input:-webkit-autofill, .lp-profile .lp-form-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.alignleft {
  clear: both;
  float: left;
  margin-right: 30px;
}

.alignright {
  clear: both;
  float: right;
  margin-left: 30px;
}

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

img {
  max-width: 100%;
  height: auto;
}

figure {
  max-width: 100%;
}

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

/*---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

th,
td {
  padding: 4px 6px;
}

table,
th,
td,
tr {
  border: 1px #e7e7e7 solid;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  max-width: 100%;
}

caption,
th {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 500;
}

td {
  border-width: 0 1px 1px 0;
}

dd {
  margin-bottom: 24px;
}

/*\
 *
 * Restyle bootstrap
 *
\*/
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .col,
.no-gutters [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

/*\
 *
 * Restyle Slick
 *
\*/
.slick-slide:focus {
  outline: none;
}

/*\
 *
 * Magnific-popup
 *
\*/
button.mfp-close {
  background: transparent;
}

button.mfp-arrow {
  background-color: transparent;
  border-radius: 0px;
  transition: all 0.2s;
}
button.mfp-arrow:hover {
  background-color: transparent;
}

.mfp-bg {
  z-index: 10000;
  background-color: #000;
  opacity: 0.9;
}

.mfp-wrap {
  z-index: 10000;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-figure {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-item-caption-over {
  text-align: center;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-1 .gallery-item:nth-child(1n+1) {
  clear: both;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}
.gallery-columns-2 .gallery-item:nth-child(2n+1) {
  clear: both;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
  clear: both;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.gallery-columns-4 .gallery-item:nth-child(4n+1) {
  clear: both;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.gallery-columns-5 .gallery-item:nth-child(5n+1) {
  clear: both;
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.gallery-columns-6 .gallery-item:nth-child(6n+1) {
  clear: both;
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.gallery-columns-7 .gallery-item:nth-child(7n+1) {
  clear: both;
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.gallery-columns-8 .gallery-item:nth-child(8n+1) {
  clear: both;
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery:after {
  content: "";
  display: block;
  clear: both;
}

.bypostauthor > article .fn:before {
  content: "";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

/*
Gutenberg
 */
.wp-block-cover, .wp-block-cover-image {
  margin-bottom: 1.75rem;
}

.bl-blogs-list .item-blog .text-blog .title-blog .sticky-post {
  font-size: 12px;
  background: #3584f5;
  padding: 0 10px;
  color: #FFFFFF;
  margin-right: 10px;
}

.wp-block-quote {
  border: none;
  padding-left: 45px;
}

.content-blog .wp-block-cover .wp-block-cover-text {
  color: #FFFFFF;
}

.wp-block-button {
  margin-bottom: 30px;
}

.bl-blogs-detail .blog-detail-text .content-blog .tags:before {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image:after {
  content: "";
  display: block;
  clear: both;
}

.entry-tag-share:before {
  content: "";
  display: block;
  clear: both;
}

.wp-block-media-text {
  margin-bottom: 30px;
}

.entry-content .page-links {
  margin-bottom: 30px;
}
.entry-content .page-links label {
  display: inline-block;
}
.entry-content .page-links .post-page-numbers {
  display: inline-block;
  color: #828282;
  text-align: center;
  padding: 0 10px;
}
.entry-content .page-links .post-page-numbers.current {
  color: #FFFFFF;
  background: #3584f5;
  border-color: #3584f5;
}
.entry-content .page-links .post-page-numbers.current:hover {
  color: #ffffff;
}
.entry-content .page-links .post-page-numbers.current > span {
  margin: 0;
}
.entry-content .page-links .post-page-numbers:hover {
  color: #3584f5;
  border-color: #3584f5;
}

form.post-password-form {
  margin-bottom: 30px;
}
form.post-password-form label {
  display: inline-block;
}
form.post-password-form input[type=post_password] {
  width: auto;
}
form.post-password-form input[type=submit] {
  width: auto;
  border-color: #3584f5;
  background: #3584f5;
  color: #FFFFFF;
}
form.post-password-form input[type=submit]:hover {
  background-color: #0a5dd3;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes effect-btn-scroll-to {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes scaleBorderBottomBtn {
  0% {
    transform: scaleX(0);
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#wrapper-container {
  width: 100%;
  overflow-x: hidden;
}

.mfp-hide {
  display: none;
}

/* Custom Slider Home 02*/
.ezi-custom-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  background-color: #f5f5f5;
  position: absolute;
}

/** EA Image Hot Spot */
.eael-image-hotspots .eael-hot-spot-inner:before {
  display: none;
}

.elementor-widget-eael-image-hotspots.custom-style .eael-hot-spot-wrap,
.elementor-widget-eael-image-hotspots.custom-style .eael-hot-spot-inner,
.elementor-widget-eael-image-hotspots.custom-style .eael-hotspot-icon-wrap {
  background-color: transparent !important;
}
.elementor-widget-eael-image-hotspots.custom-style .eael-hotspot-text {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 15px;
  min-width: 160px;
}
.elementor-widget-eael-image-hotspots.custom-style .eael-hot-spot-image {
  overflow: hidden;
}
.elementor-widget-eael-image-hotspots.custom-style .eael-hot-spot-image img {
  transform: scale(1, 1);
  transition: all 0.2s;
}
.elementor-widget-eael-image-hotspots.custom-style .eael-hot-spot-image:hover img {
  transform: scale(1.05, 1.05);
}

/** Elements Image */
.elementor-image {
  overflow: hidden;
}
.elementor-image a img {
  transform: scale(1, 1);
  transition: all 0.4s;
}
.elementor-image a:hover img {
  transform: scale(1.05, 1.05);
}

/** Elements Flip Box */
.elementor-widget-eael-flip-box .eael-elements-flip-box-rear-container,
.elementor-widget-eael-flip-box .eael-elements-flip-box-front-container {
  height: auto;
}
.elementor-widget-eael-flip-box .eael-elements-flip-box-heading {
  margin-top: 10px;
  margin-bottom: 0;
}

/** Elements EA Interactive */
.eael-interactive-promo figure {
  transition: all 0.3s;
}
.eael-interactive-promo figure figcaption > a {
  z-index: 2;
}
.eael-interactive-promo figure.effect-lily img {
  transform: none;
  width: 100%;
}
.eael-interactive-promo figure.effect-lily h2, .eael-interactive-promo figure.effect-lily p {
  transform: none;
  opacity: 1;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.eael-interactive-promo figure.effect-lily figcaption > div {
  height: auto;
  bottom: 50%;
  transform: translateY(50%);
  text-align: center;
}
.eael-interactive-promo figure.effect-apollo figcaption > div {
  position: absolute;
  bottom: 20%;
  transform: translateY(20%);
}
.eael-interactive-promo figure.effect-apollo h2 {
  margin-bottom: 20px;
}
.eael-interactive-promo figure.effect-apollo p {
  border-left: 1px solid #fff;
  border-right: none;
  text-align: left;
  position: relative;
  right: auto;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px;
  max-width: 100%;
  opacity: 1;
}
.eael-interactive-promo figure:hover.effect-lily h2 {
  letter-spacing: 3px;
}
.eael-interactive-promo figure:hover.effect-lily img {
  opacity: 0.5;
}

/** Elements EA Contact */
.eael-contact-form .wpforms-field-container {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  flex-grow: 1;
  margin: 0 -10px !important;
}
.eael-contact-form .wpforms-field-container .wpforms-field {
  flex-grow: 1;
  margin: 0 10px 20px !important;
  border-radius: 0;
}
.eael-contact-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  width: 100%;
}

/** Elements EA Flipster */
.flipster--flat .flipster__item {
  opacity: 1 !important;
}
.flipster--flat .flipster__item .flipster__item__content {
  transform: scale(1) !important;
  padding: 0 2.5px;
}
.flipster--flat .flipster__item .flipster__item__content .flip-carousel-text {
  position: absolute;
  top: 40%;
  text-align: center;
  transform: translateY(-40%);
  width: 550px;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
.flipster--flat .flipster__item.flipster__item--current .flipster__item__content .flip-carousel-text {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

/** ------------  Wishlish Form */
.wishlist_table .product-add-to-cart a.add_to_cart {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex !important;
  transition: all 0.2s;
  background: #e9011f;
  position: relative;
  z-index: 0;
  border-radius: 25px;
}
.wishlist_table .product-add-to-cart a.add_to_cart::before, .wishlist_table .product-add-to-cart a.add_to_cart::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #b60118;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.wishlist_table .product-add-to-cart a.add_to_cart::before {
  top: 0;
  left: 0;
  right: auto;
}
.wishlist_table .product-add-to-cart a.add_to_cart::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.wishlist_table .product-add-to-cart a.add_to_cart:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.wishlist_table .product-add-to-cart a.add_to_cart:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
.wishlist_table .product-name a.button {
  display: none;
}

/** ------------  EA Instagrams */
@media (max-width: 480px) {
  .eael-instafeed.eael-col-5 a.eael-instafeed-item:last-child {
    display: none;
  }
}

.eael-post-list-thumbnail {
  max-width: 35%;
  flex: 0 0 35%;
}

.eael-post-list-post {
  padding: 0 0 30px;
  display: flex;
  align-items: center;
}

/*--------------------------------------------
Magnific Popup CSS
----------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

.mfp-align-top .mfp-container:before {
  display: none;
}

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

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

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

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

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

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

.mfp-s-error .mfp-content {
  display: none;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-inline-holder .mfp-close {
  color: #333;
  right: 0;
  text-align: center;
  padding-right: 0;
  top: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.post-type-archive-product .mfp-content {
  max-width: 900px;
}

.mfp-inline-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.mfp-iframe-scaler #content {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #fff;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content #content.quickview {
  height: auto;
  background: #fff;
}

.quickview .woocommerce-review-link {
  display: none;
}
.quickview .product-info .right .woocommerce-product-rating {
  margin-bottom: 10px !important;
}
.quickview .product-info .right .product_meta {
  padding-bottom: 10px;
}
.quickview .product-info {
  margin-bottom: 0;
  position: relative;
  height: 100%;
}
.quickview .product-info .flexslider {
  overflow: hidden;
  position: relative;
}
.quickview .product-info .flexslider .flex-viewport .slides {
  margin-left: 0;
}
.quickview .product-info .flexslider .flex-direction-nav {
  margin-left: 0;
}
.quickview .product-info .flexslider .flex-direction-nav li {
  list-style: none;
}
.quickview .product-info .flexslider .flex-direction-nav li a {
  position: absolute;
  z-index: 9;
  top: 50%;
  cursor: pointer;
  width: 31px;
  margin: -16px 0 0;
  height: 32px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  color: #e9011f;
}
.quickview .product-info .flexslider .flex-direction-nav li a.flex-prev {
  left: -36px;
  opacity: 0;
}
.quickview .product-info .flexslider .flex-direction-nav li a.flex-prev:before {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 31px;
  display: inline-block;
}
.quickview .product-info .flexslider .flex-direction-nav li a.flex-next {
  right: -36px;
  opacity: 0;
}
.quickview .product-info .flexslider .flex-direction-nav li a.flex-next:before {
  content: "";
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 31px;
  display: inline-block;
}
.quickview .product-info .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.8;
  left: 5px;
}
.quickview .product-info .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.8;
  right: 5px;
}
.quickview .product-info .left {
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
}
.quickview .product-info .right {
  text-align: left;
  padding-left: 15px;
  float: left;
}
.quickview .product-info .right .woocommerce-product-details__short-description,
.quickview .product-info .right .description-product {
  font-size: 15px;
  float: left;
  margin-top: 15px;
}
.quickview .product-info .right .woocommerce-product-rating .star-rating {
  float: left;
  color: #ffb606;
  font-size: 14px;
}
.quickview .product-info .right .product_meta .categories > span {
  display: block;
}
.quickview .product-info .right .product_meta .categories > span a {
  transition: all 0.3s;
}
.quickview .product-info .right .name-product {
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 25px;
  font-size: 30px;
  line-height: 40px;
}
.quickview .product-info .right .share-links {
  float: left;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
.quickview .product-info .right .share-links .name-field {
  margin-right: 15px;
}
.quickview .product-info .right .share-links .item-share {
  margin-right: 15px;
  display: inline-block;
  list-style: none;
  color: #999;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  line-height: 28px;
  vertical-align: middle;
  transition: all 0.3s;
}
.quickview .product-info .right .share-links .item-share:hover {
  color: white;
}
.quickview .product-info .right .share-links .item-share.facebook-social:hover {
  border-color: #3b5998;
  background-color: #3b5998;
}
.quickview .product-info .right .share-links .item-share.googleplus-social:hover {
  border-color: #dd4b39;
  background-color: #dd4b39;
}
.quickview .product-info .right .share-links .item-share.twitter-social:hover {
  border-color: #00aced;
  background-color: #00aced;
}
.quickview .product-info .right .share-links .item-share.pinterest-social:hover {
  border-color: #cb2027;
  background-color: #cb2027;
}
.quickview .product-info .right .price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.quickview .product-info .right .price ins {
  text-decoration: none;
}
.quickview .product-info .right .price del {
  font-weight: normal;
  padding-right: 5px;
}
.quickview .product-info .right .cart {
  margin-top: 15px;
  float: left;
  width: 100%;
  padding-top: 0;
}
.quickview .product-info .right .cart:before, .quickview .product-info .right .cart:after {
  content: " ";
  display: table;
  clear: both;
}
.quickview .product-info .right .cart a {
  font-weight: normal;
}
.quickview .product-info .right .cart a .added:before {
  display: none !important;
}
.quickview .product-info .right .cart button.button {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  position: relative;
  z-index: 0;
}
.quickview .product-info .right .cart .quanlity-product {
  float: left;
  margin-right: 15px;
  height: auto;
}
.quickview .product-info .right .cart .quanlity-product .name-field {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.quickview .product-info .right .cart .quanlity-product .input-quanlity .btn-num-down, .quickview .product-info .right .cart .quanlity-product .input-quanlity .btn-num-up {
  display: none;
}
.quickview .product-info .right .cart .quanlity-product .input-quanlity input {
  padding: 5px 10px;
  border: 1px solid #eee;
  width: 55px;
  height: 40px;
  line-height: 30px;
  font-weight: normal;
}
.quickview .product-info .right .cart table, .quickview .product-info .right .cart th, .quickview .product-info .right .cart td {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.quickview .product-info .right .cart table .reset_variations, .quickview .product-info .right .cart th .reset_variations, .quickview .product-info .right .cart td .reset_variations {
  display: block;
}
.quickview .product-info .right .cart table label, .quickview .product-info .right .cart th label, .quickview .product-info .right .cart td label {
  font-weight: normal;
}
.quickview .product-info .right .cart table select, .quickview .product-info .right .cart th select, .quickview .product-info .right .cart td select {
  height: 30px;
  font-size: 13px;
}
.quickview .product-info .right .reset_variations {
  font-size: 13px;
}
.quickview .product-info .right .variations_form {
  margin-bottom: 0;
}
.quickview .product-info .right .woo-share {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
  float: left;
}
.quickview .product-info .right .woo-share .share_show {
  margin: 0;
}
.quickview .product-info .right .woo-share li {
  list-style: none;
  display: inline-block;
}
.quickview .product-info .right .woo-share li a {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.quickview .product-info .right .woo-share li a.facebook {
  background: #3b5999;
  margin-left: 0;
}
.quickview .product-info .right .woo-share li a.twitter {
  background: #61cae7;
}
.quickview .product-info .right .woo-share li a.pinterest {
  background: #d4232b;
}
.quickview .product-info .right .woo-share li a.googleplus {
  background: #f35633;
}
.quickview .product-info .right .woo-share li a:hover {
  opacity: 0.6;
}
.quickview .quick-view-detail {
  position: absolute;
  bottom: 10px;
  right: 20px;
  text-transform: none;
  text-decoration: underline;
  font-weight: 700;
  transition: all 0.3s;
}

.quick-view {
  position: absolute;
  z-index: 999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transform: rotateY(0deg) scale(0.5);
  transition: all 0.3s;
  border-radius: 50%;
}
.quick-view a {
  display: inline-block;
  transition: all 300ms;
  color: #fff;
  font-size: 16px;
}
.quick-view a i.fa-search {
  transform: translateY(2px);
}
.quick-view a.loading.dark {
  animation: fa-spin 1s infinite steps(8);
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome !important;
  width: auto;
  border: none;
  margin-top: 9px;
}
.quick-view a.loading.dark:before {
  content: "";
}
.quick-view a:hover {
  color: #fff;
}

.woocommerce .products li.item-product .shop-loop-image .shop-loop-button.wl-exists.qv-exists .quick-view {
  transform: scale(0.5) translateX(-25px);
}
.woocommerce .products li.item-product .shop-loop-image .shop-loop-button.wl-exists.qv-exists .yith-wcwl-add-to-wishlist {
  transform: translateX(25px);
}
.woocommerce .products li.item-product:hover .shop-loop-image .shop-loop-button .quick-view {
  opacity: 1;
  transform: scale(1);
}
.woocommerce .products li.item-product:hover .shop-loop-image .shop-loop-button.wl-exists.qv-exists .quick-view {
  transform: scale(1) translateX(-25px);
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  transition: all 0.3s;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
  color: #e9011f;
}

/*\
 *
 * Component
 *
\*/
.thim-toolbar {
  border-bottom: 1px solid rgba(235, 235, 235, 0.12);
}
.thim-toolbar .toolbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thim-toolbar .toolbar-inner .toolbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.thim-toolbar .toolbar-inner .widget_thim_layout_builder {
  display: flex;
  align-items: center;
}
.thim-toolbar .toolbar-inner .widget_thim_layout_builder .wpb_wrapper {
  display: flex;
  align-items: center;
}
.thim-toolbar.style-overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .responsive .thim-toolbar .thim-block-toolbar-help-info {
    display: none;
  }
}

.site-header {
  position: relative;
  z-index: 10;
  /* Layout */
}
.site-header .header-inner {
  min-height: 50px;
}
.site-header .header-inner .wrap-content-header {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.site-header .header-inner .wrap-content-header .header-logo {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: #e9011f;
}
.site-header .header-inner .wrap-content-header .header-logo a {
  width: 130px;
  color: inherit;
}
.site-header .header-inner .wrap-content-header .header-logo img {
  max-width: 100%;
}
.site-header .header-inner .wrap-content-header .header-logo .logo {
  display: inline-block;
}
@media (max-width: 320px) {
  .site-header .header-inner .wrap-content-header .header-logo {
    max-width: 50px;
  }
}
.site-header .header-inner .wrap-content-header .main-navigation {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .site-header .header-inner .wrap-content-header .main-navigation ul, .site-header .header-inner .wrap-content-header .main-navigation ol, .site-header .header-inner .wrap-content-header .main-navigation li {
    list-style-type: none;
    margin: 0;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
    list-style-type: none;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li {
    display: inline-block;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li {
    position: relative;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li > a {
    padding: 10px;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li .icon-toggle {
    display: none;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li .sub-menu {
    background: #fff;
    transition: all 0.2s;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    min-width: 230px;
    visibility: hidden;
    opacity: 0;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li .sub-menu .sub-menu {
    top: 0px;
    left: 100% !important;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li .sub-menu li a {
    transition: all 0.2s;
    padding: 8px 0;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
.site-header .header-inner .wrap-content-header .menu-effect {
  display: none;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header .header-inner .wrap-content-header .menu-effect {
    display: flex;
  }
}
.site-header.sticky-header .element-to-stick {
  transition: all 0.3s;
}
.site-header.sticky-header.fixed .element-to-stick {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}
.site-header.sticky-header.fixed .element-to-stick.header-inner .wrap-content-header {
  padding: 0;
}
.site-header.header-overlay {
  position: absolute;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}
.site-header.header-overlay .header-inner {
  background-color: transparent;
  box-shadow: unset;
}
.site-header.fixed .header-inner {
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.site-header .header-inner {
  background-color: #fff;
  transition: all 0.2s;
  position: static;
}
.site-header .header-inner .wrap-content-header {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .site-header .header-inner .wrap-content-header .header-logo {
    padding-left: 5px;
  }
}
.site-header .header-inner .wrap-content-header .main-navigation.layout-1 {
  flex-grow: 1;
}
.site-header .header-inner .wrap-content-header .main-navigation.layout-2 {
  flex-grow: 0;
}
@media (min-width: 992px) {
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists {
    text-align: right;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li {
    padding: 20px 8px;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    padding: 10px;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li:hover > a {
    color: #e9011f;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li.current_page_parent > a, .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .menu > li.current-menu-item > a {
    color: #e9011f;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li {
    position: relative;
    text-align: left;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu {
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0px;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu .sub-menu {
    top: -10px;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li {
    padding: 0px 20px;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    display: inline-block;
    width: 100%;
    padding: 6px 0;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists li .sub-menu li:hover > a {
    color: #e9011f;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists .title {
    display: none;
  }
}
.site-header .header-inner .wrap-content-header .menu-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.site-header .header-inner .wrap-content-header .menu-right .wpb_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-inner .wrap-content-header .menu-right .bp-element-button {
  margin-left: 23px;
}
.site-header .header-inner .wrap-content-header .menu-right .bp-element-button .btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  background: #e9011f;
  padding: 0 19px;
  height: 42px;
}
.site-header .header-inner .wrap-content-header .menu-right .bp-element-button .btn:hover {
  background: #9d0115;
}
.site-header .header-inner .wrap-content-header .menu-right .menu-effect {
  margin-left: 10px;
  margin-right: auto;
}
.site-header .header-inner .wrap-content-header .menu-right .menu-effect .icon-wrap {
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
  transition: all 0.3s;
}
.site-header .header-inner .wrap-content-header .menu-right .menu-effect .icon-wrap:hover {
  color: #e9011f;
}
@media (max-width: 1199px) {
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li {
    padding: 20px 5px;
  }
  .site-header .header-inner .wrap-content-header .main-navigation .menu-lists > li > a {
    padding: 10px 5px;
  }
  .site-header .header-inner .wrap-content-header .bp-element-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .site-header .header-inner .wrap-content-header {
    padding: 10px 0 !important;
  }
}
@media (max-width: 320px) {
  .site-header .header-inner .wrap-content-header {
    padding-top: 30px !important;
  }
}
@media (max-width: 1199px) {
  .site-header .header-inner .container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .menu-container {
    background-color: #222;
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 270px;
    height: 100%;
    padding: 20px;
    overflow: auto;
    transition: all 0.5s;
    transform: translate(-270px);
  }
  .menu-container .close-icon {
    width: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 20px;
  }
  .menu-container .close-icon span.icon-bar {
    width: 22px;
    height: 2px;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6px;
    background: #fff;
    transition: all 0.3s ease-in-out;
  }
  .menu-container .close-icon span.icon-bar:nth-child(1) {
    top: 13px;
    transform: rotate(-45deg);
  }
  .menu-container .close-icon span.icon-bar:nth-child(2) {
    opacity: 0;
  }
  .menu-container .close-icon span.icon-bar:nth-child(3) {
    top: 13px;
    transform: rotate(45deg);
  }
  .menu-container .close-icon:hover {
    cursor: pointer;
  }
  .menu-container .close-icon:hover span.icon-bar {
    background-color: #e9011f;
  }
  .menu-container .title {
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  .menu-container .menu {
    padding-left: 15px;
    border-left: 1px solid #666666;
    margin-left: 3px;
    margin-bottom: 40px;
  }
  .menu-container .menu .menu-item {
    float: none;
    padding: 7px 0;
    list-style: none;
    position: relative;
    margin: 0;
    font-size: 20px;
  }
  .menu-container .menu .menu-item:before {
    width: 10px;
    height: 1px;
    content: "";
    background-color: #666666;
    position: absolute;
    left: -15px;
    top: 25px;
  }
  .menu-container .menu .menu-item a {
    font-size: 15px;
    color: #999999;
  }
  .menu-container .menu .menu-item a:hover {
    color: #ffffff;
  }
  .menu-container .menu .menu-item .sub-menu {
    display: none;
    margin-left: 0px;
    margin-top: 10px;
  }
  .menu-container .menu .menu-item .sub-menu .menu-item {
    font-size: 16px;
  }
  .menu-container .menu .menu-item .sub-menu .menu-item:before {
    width: 10px;
    top: 20px;
  }
  .menu-container .menu .menu-item .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #999999;
  }
  .menu-container .menu .menu-item .icon-toggle:hover {
    color: #ffffff;
  }
  .menu-container .navbar-nav {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .menu-container .navbar-nav li {
    float: none;
    padding: 7px 0;
    position: relative;
    margin: 0;
    font-size: 20px;
  }
  .menu-container .navbar-nav li.current-menu-item > a {
    color: #e9011f;
  }
  .menu-container .navbar-nav li a {
    font-size: 15px;
    color: #fff;
  }
  .menu-container .navbar-nav li a:hover {
    color: #e9011f;
  }
  .menu-container .navbar-nav li .sub-menu {
    margin-left: 30px;
    display: none;
  }
  .menu-container .navbar-nav li .sub-menu li {
    font-size: 16px;
  }
  .menu-container .navbar-nav li .icon-toggle {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    top: 8px;
    color: #fff;
  }
  .menu-container > .copyright-text {
    display: none;
    text-align: center;
    padding: 15px;
    font-size: 14px;
  }
  .menu-container > .copyright-text a {
    color: #e9011f;
  }

  .menu-open .menu-container {
    transition: all 0.5s;
    visibility: visible;
    box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
    transform: translate(0, 0);
  }

  .menu-container .navbar-nav, .menu-container > .copyright-text {
    display: block;
  }
  .menu-container .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .menu-container .inner-menu {
    margin-right: -20px;
    max-height: 100%;
    padding: 0 20px;
  }
}
.site-footer {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.site-footer ul,
.site-footer ol,
.site-footer li {
  list-style-type: none;
  margin: 0;
}
.site-footer .footer-sidebars .footer-logo h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.site-footer .footer-sidebars .footer-logo h3 a {
  color: inherit;
}
.site-footer .copyright-area [class*=thim-][class*=-col] {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .site-footer .copyright-area [class*=thim-][class*=-col] {
    padding: 30px 15px;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].right {
  align-items: center;
  flex-direction: row-reverse;
}
.site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar, .site-footer .copyright-area [class*=thim-][class*=-col].right .copyright-text {
  width: 50%;
}
.site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar {
  font-weight: 400;
  text-align: right;
}
.site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar p {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar {
    width: 100%;
    text-align: center;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar .thim-social {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].right .copy-right-sidebar .thim-social {
    margin-bottom: 18px;
    text-align: center !important;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].right .copyright-text {
  text-align: left;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].right .copyright-text {
    width: 100%;
    text-align: center;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].left {
  align-items: center;
}
.site-footer .copyright-area [class*=thim-][class*=-col].left .copy-right-sidebar, .site-footer .copyright-area [class*=thim-][class*=-col].left .copyright-text {
  width: 50%;
}
.site-footer .copyright-area [class*=thim-][class*=-col].left .copy-right-sidebar {
  text-align: left;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].left .copy-right-sidebar {
    width: 100%;
    text-align: center;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].left .copy-right-sidebar .thim-social {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].left .copy-right-sidebar .thim-social {
    margin-bottom: 18px;
    text-align: center !important;
  }
}
.site-footer .copyright-area [class*=thim-][class*=-col].left .copyright-text {
  text-align: right;
}
@media (max-width: 575px) {
  .site-footer .copyright-area [class*=thim-][class*=-col].left .copyright-text {
    width: 100%;
    text-align: center;
  }
}
.site-footer .copyright-area .copy-right-sidebar {
  margin: 0px;
  width: 100%;
}
.site-footer .copyright-area .copy-right-sidebar .thim-social {
  margin-bottom: 18px;
}
.site-footer .copyright-area .copy-right-sidebar .thim-social .social-links li a {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}
.site-footer .copyright-area .copyright-text {
  margin: 0px;
  width: 100%;
}
.site-footer.layout-1 .footer-sidebars [class*=thim-][class*=-col] > * {
  margin: 0px !important;
  padding: 30px 5%;
  max-width: 375px;
  width: unset !important;
}
@media (max-width: 1299px) {
  .site-footer.layout-1 .footer-sidebars [class*=thim-][class*=-col] > * {
    padding: 30px 3%;
  }
}
@media (max-width: 991px) {
  .site-footer.layout-1 .footer-sidebars [class*=thim-][class*=-col] > * {
    width: 50% !important;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .site-footer.layout-1 .footer-sidebars [class*=thim-][class*=-col] > * {
    width: 100% !important;
    max-width: unset;
  }
}
.site-footer.layout-1 .footer-sidebars .widget .bp-element .title,
.site-footer.layout-1 .footer-sidebars .widget .bp-element .title-element,
.site-footer.layout-1 .footer-sidebars .widget .widget-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.666666;
  word-break: break-word;
  margin-bottom: 24px;
}
.site-footer.layout-1 .footer-sidebars .widget.widget_thim_layout_builder .footer-logo {
  margin-top: 47px;
  margin-bottom: 35px;
}
.site-footer.layout-1 .footer-sidebars .widget.widget_thim_layout_builder .footer-logo img {
  max-width: 100%;
}
.site-footer.layout-1 .footer-sidebars .widget.widget_thim_layout_builder p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  margin-bottom: 24px;
}
.site-footer.layout-1 .footer-sidebars .widget.widget_thim_layout_builder p a {
  transition: all 0.2s;
}
.site-footer.layout-1 .footer-sidebars .widget .menu .menu-item {
  margin-bottom: 5px;
}
.site-footer.layout-1 .footer-sidebars .widget .menu .menu-item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .site-footer.layout-1 .footer-sidebars .thim-5-col > * {
    width: calc(33% - 40px) !important;
  }
  .site-footer.layout-1 .footer-sidebars .thim-5-col > *:nth-child(1) {
    width: calc(66% - 40px) !important;
  }
}
@media (min-width: 768px) {
  .site-footer.layout-1 .footer-sidebars .thim-5-col > * {
    width: calc(25% - 40px) !important;
  }
  .site-footer.layout-1 .footer-sidebars .thim-5-col > *:nth-child(1) {
    width: calc(100% - 40px) !important;
  }
}
@media (min-width: 992px) {
  .site-footer.layout-1 .footer-sidebars .thim-5-col > * {
    width: calc(16.75% - 40px) !important;
  }
  .site-footer.layout-1 .footer-sidebars .thim-5-col > *:nth-child(1) {
    width: calc(33% - 40px) !important;
  }
}
.site-footer.layout-1 .copyright-area .copyright-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  word-break: break-word;
}
.site-footer.layout-1 .copyright-area .copyright-text a {
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .site-footer.layout-1 .copyright-area .copyright-text {
    font-size: 14px;
  }
}
.site-footer.layout-1 .copyright-area .copyright-menu {
  text-align: center;
  padding: 5px 0;
  letter-spacing: 16px;
}
.site-footer.layout-1 .copyright-area .copyright-menu .menu-item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
}
.site-footer.layout-1 .copyright-area .copyright-menu .menu-item::after {
  content: "|";
  position: absolute;
  top: 1px;
  right: -11px;
}
.site-footer.layout-1 .copyright-area .copyright-menu .menu-item:last-child:after {
  display: none;
}
.site-footer.layout-1 .copyright-area .copyright-menu .menu-item a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  transition: all 0.2s;
}
.site-footer.layout-1 .item-col .widget_text {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}
.site-footer.layout-1 .item-col .widget_text p {
  margin: 0;
}
.site-footer.layout-1 .item-col .widget_text i {
  font-size: 28px;
  margin-bottom: 20px;
  color: white;
}
.site-footer.layout-1 .footer-sidebars .ft-container {
  border-top: 1px solid rgba(149, 149, 149, 0.2);
  border-bottom: 1px solid rgba(149, 149, 149, 0.2);
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-footer.layout-1 .footer-sidebars .ft-container div[class*=-col] {
  justify-content: center;
}
.site-footer.layout-1 .footer-sidebars > div > div .item-col {
  position: relative;
}
.site-footer.layout-1 .footer-sidebars > div > div .item-col:after {
  width: 1px;
  height: 51px;
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  opacity: 0.1;
}
.site-footer.layout-1 .footer-sidebars > div > div .item-col:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .site-footer.layout-1 .footer-sidebars > div > div .item-col:after {
    display: none;
  }
}
.site-footer .list-contact-footer {
  list-style-type: none;
  margin: 0;
}
.site-footer .list-contact-footer li {
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}
.site-footer .list-contact-footer li:last-child {
  margin-bottom: 0;
}
.site-footer .list-contact-footer li i {
  position: absolute;
  top: 1px;
  left: 0;
}
.site-footer .menu {
  list-style-type: none;
  margin: 0;
}
.site-footer .menu li {
  margin-bottom: 5px;
}

.site-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.site-content.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.site-content .widget-area .widget {
  margin-bottom: 42px;
}
.site-content .widget-area .widget .screen-reader-text {
  display: none;
}
.site-content .widget-area .widget:last-child {
  margin-bottom: 0;
}
.site-content .widget-area .widget .bp-element .title,
.site-content .widget-area .widget .bp-element .element-title,
.site-content .widget-area .widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.555555;
  color: #161616;
  text-transform: uppercase;
  word-break: break-word;
  padding-top: 0;
  margin-bottom: 23px;
}
.site-content .widget-area .widget.widget_calendar table {
  width: 100%;
}
.site-content .widget-area .widget.widget_calendar table caption {
  color: #2a2a2a;
}
.site-content .widget-area .widget.widget_calendar table thead tr {
  background-color: #F5F5F5;
}
.site-content .widget-area .widget.widget_calendar table thead tr th {
  text-align: center;
  font-weight: bolder;
}
.site-content .widget-area .widget.widget_calendar table tr td {
  text-align: center;
}
.site-content .widget-area .widget.widget_calendar table tr td#today {
  background-color: #F5F5F5;
}
.site-content .widget-area .widget.widget_calendar table tr td a {
  color: #2a2a2a;
}
.site-content .widget-area .widget.widget_calendar table tr td a:hover {
  color: #3584f5;
}
.site-content .widget-area .widget.widget_recent_comments ul li {
  font-size: 16px;
  padding-left: 0;
  border-bottom: 1px dashed #e7e7e7;
  color: #999999;
  padding-bottom: 8px;
}
.site-content .widget-area .widget.widget_recent_comments ul li:last-child {
  border-bottom: none;
}
.site-content .widget-area .widget.widget_recent_comments ul li:before {
  display: none;
}
.site-content .widget-area .widget.widget_recent_comments ul li a {
  font-weight: 400;
  font-size: 16px;
  padding-right: 0;
  color: #2a2a2a;
}
.site-content .widget-area .widget.widget_recent_comments ul li a:hover {
  color: #3584f5;
}
.site-content .widget-area .widget.widget_recent_comments ul li > a {
  font-size: 16px;
}
.site-content .widget-area .widget.widget_recent_comments ul li .comment-author-link:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-right: 10px;
  background: #3585f5;
  border-radius: 50%;
  margin-bottom: 2px;
}
.site-content .widget-area .widget.widget_rss ul li {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  border-bottom: 1px dashed #e7e7e7;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.site-content .widget-area .widget.widget_rss ul li:before {
  display: none;
}
.site-content .widget-area .widget.widget_rss ul li .rsswidget {
  color: #2a2a2a;
  font-weight: 600;
}
.site-content .widget-area .widget.widget_rss ul li .rsswidget:hover {
  color: #3584f5;
}
.site-content .widget-area .widget.widget_rss ul li .rss-date, .site-content .widget-area .widget.widget_rss ul li cite {
  color: #999999;
}
.site-content .widget-area .widget.widget_rss ul li .rssSummary {
  margin-top: 5px;
  margin-bottom: 8px;
}
.site-content .widget-area .widget.widget_rss ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.site-content .widget-area ul {
  list-style-type: none;
  margin: 0;
  margin-top: -5px;
}
.site-content .widget-area ul ul {
  margin-top: 11px;
}
.site-content .widget-area ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #828282;
  word-break: break-word;
  padding-left: 17px;
  position: relative;
  transition: all 0.2s;
  margin-bottom: 11px;
}
.site-content .widget-area ul li:last-child {
  margin-bottom: 0;
}
.site-content .widget-area ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e9011f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.site-content .widget-area ul li a {
  color: inherit;
  transition: all 0.2s;
}
.site-content .widget-area ul li a:hover {
  color: #e9011f;
}
.site-content .widget-area .widget_search .search-form {
  position: relative;
  margin-top: -6px;
}
.site-content .widget-area .widget_search .search-form label {
  width: 100%;
  margin: 0;
}
.site-content .widget-area .widget_search .search-form label span {
  display: none;
}
.site-content .widget-area .widget_search .search-form label input {
  border: none;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  height: 40px;
  background-color: transparent;
  padding: 0 25px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.site-content .widget-area .widget_search .search-form label input:focus {
  border-color: #e9011f;
}
.site-content .widget-area .widget_search .search-form label input::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
  font-weight: 300;
}
.site-content .widget-area .widget_search .search-form label input:-moz-placeholder {
  color: #828282;
  font-style: italic;
  font-weight: 300;
}
.site-content .widget-area .widget_search .search-form label input::-moz-placeholder {
  color: #828282;
  font-style: italic;
  font-weight: 300;
}
.site-content .widget-area .widget_search .search-form label input:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
  font-weight: 300;
}
.site-content .widget-area .widget_search .search-form .search-submit {
  padding: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: -9px;
  width: 30px;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #828282;
  transition: all 0.2s;
}
.site-content .widget-area .widget_search .search-form .search-submit:hover {
  color: #e9011f;
}
.site-content .widget-area .widget_categories ul ul {
  margin-right: -40px;
}
.site-content .widget-area .widget_categories ul li {
  padding-right: 35px;
}
.site-content .widget-area .widget_categories ul li a[href] {
  padding-right: 10px;
}
.site-content .widget-area .widget_categories ul li .count {
  position: absolute;
  right: 0;
  top: 0;
}
.site-content .widget-area .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1.5;
  color: #6c6c6c;
  word-break: break-word;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 5px 22px;
  margin: 4px;
  transition: all 0.2s;
}
.site-content .widget-area .widget_tag_cloud .tagcloud .tag-cloud-link:hover {
  color: #fff;
  background-color: #e9011f;
  border-color: #e9011f;
}
.site-content .widget-area .widget_text .textwidget .single-image {
  padding-top: 7px;
}
.site-content .widget-area .widget_text .textwidget .single-image img {
  max-width: 100%;
}
.site-content .widget-area select {
  width: 100%;
  height: 42px;
  padding: 6px 4px;
  border: 1px solid #ddd;
}
@media (max-width: 991px) {
  .site-content.sidebar-right .site-main {
    margin-bottom: 40px;
  }
  .site-content.sidebar-left .site-main {
    margin-top: 40px;
  }
}

/* flex-last */
.flex-last {
  order: 1;
}

@media (max-width: 1024px) {
  body .site-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  body .site-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.widget_media_image img {
  width: 100%;
}

form .subscribe-form-01 {
  padding: 30px 22px 24px 22px;
  display: flex;
  border-radius: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  border: 3px solid #2d56e5;
}
form .subscribe-form-01 label {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  margin: 10px 10px 10px 20px;
}
form .subscribe-form-01 label i {
  color: #2d56e5;
  position: relative;
  top: 13px;
  left: 15px;
}
form .subscribe-form-01 label input, form .subscribe-form-01 label .lp-profile .lp-form-field input, .lp-profile .lp-form-field form .subscribe-form-01 label input {
  border: none !important;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  height: 42px;
  border-color: #a5a5a5 !important;
  border-bottom-width: thin !important;
  border-bottom-style: dotted !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: transparent !important;
  padding: 0 25px !important;
}
form .subscribe-form-01 label input:focus {
  border-color: #2d56e5 !important;
}
form .subscribe-form-01 label input::-webkit-input-placeholder, form .subscribe-form-01 label .lp-profile .lp-form-field input::-webkit-input-placeholder, .lp-profile .lp-form-field form .subscribe-form-01 label input::-webkit-input-placeholder {
  color: #a5a5a5;
}
form .subscribe-form-01 label input:-moz-placeholder {
  color: #a5a5a5;
}
form .subscribe-form-01 label input::-moz-placeholder, form .subscribe-form-01 label .lp-profile .lp-form-field input::-moz-placeholder, .lp-profile .lp-form-field form .subscribe-form-01 label input::-moz-placeholder {
  color: #a5a5a5;
}
form .subscribe-form-01 label input:-ms-input-placeholder {
  color: #a5a5a5;
}
form .subscribe-form-01 button {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  border-radius: 60px;
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%);
  background-size: 200% auto;
  padding: 0 55px;
  transition: all 0.5s;
  margin: 5px 15px 10px 30px;
  position: relative;
  z-index: 0;
}
form .subscribe-form-01 button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  form .subscribe-form-01 label {
    flex-basis: 30%;
    margin: 10px 30px 10px 20px;
  }
  form .subscribe-form-01 button {
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  form .subscribe-form-01 label {
    margin: 10px 30px 10px 20px;
    flex-basis: 100%;
  }
}
form .subscribe-form-02 {
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 11px 0px;
  border: 3px solid #2d56e5;
  border-radius: 50px;
}
form .subscribe-form-02 label {
  display: block;
  outline: none;
  margin-bottom: 0;
  flex-grow: 1;
  flex-basis: 300px;
  margin: 12px 40px;
}
form .subscribe-form-02 label input, form .subscribe-form-02 label .lp-profile .lp-form-field input, .lp-profile .lp-form-field form .subscribe-form-02 label input {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #2f2674;
  min-width: 0px;
  width: 100%;
  background: transparent;
  border: none !important;
  padding: 0;
}
form .subscribe-form-02 label input:focus {
  outline: 0;
}
form .subscribe-form-02 label input::-webkit-input-placeholder, form .subscribe-form-02 label .lp-profile .lp-form-field input::-webkit-input-placeholder, .lp-profile .lp-form-field form .subscribe-form-02 label input::-webkit-input-placeholder {
  color: #6c6c6c;
  font-style: italic;
}
form .subscribe-form-02 label input:-moz-placeholder {
  color: #6c6c6c;
  font-style: italic;
}
form .subscribe-form-02 label input::-moz-placeholder, form .subscribe-form-02 label .lp-profile .lp-form-field input::-moz-placeholder, .lp-profile .lp-form-field form .subscribe-form-02 label input::-moz-placeholder {
  color: #6c6c6c;
  font-style: italic;
}
form .subscribe-form-02 label input:-ms-input-placeholder {
  color: #6c6c6c;
  font-style: italic;
}
form .subscribe-form-02 button {
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  height: 48px;
  border-radius: 24px;
  background: #1950e8;
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%);
  background-size: 200% auto;
  padding: 0 35px;
  transition: all 0.5s;
  margin: 12px 40px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0);
}
form .subscribe-form-02 button:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
@media (max-width: 575px) {
  form .subscribe-form-02 label input, form .subscribe-form-02 label .lp-profile .lp-form-field input, .lp-profile .lp-form-field form .subscribe-form-02 label input {
    padding: 0 15px 0 15px !important;
  }
  form .subscribe-form-02 button {
    display: flex;
    position: relative;
    margin: 13px auto;
    justify-content: center;
  }
}
form .mc4wp-response {
  max-width: 1012px;
  margin: auto;
  color: red;
  text-align: center;
}

.tps-contact-form .row:first-child {
  margin: 0 -10px;
}
.tps-contact-form .row .col-sm-4 {
  padding: 0 10px;
}
.tps-contact-form .form-control {
  border-radius: 0;
}
.tps-contact-form .form-group {
  margin-bottom: 20px;
}
.tps-contact-form .form-group input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0 0 0 30px;
  border-radius: 30px;
  height: 50px;
}
.tps-contact-form .form-group textarea {
  padding: 10px 0 0 30px;
  border-radius: 20px;
}
.tps-contact-form .form-group ::placeholder {
  font-weight: 400;
  color: #a5a5a5;
  font-weight: 300;
  font-size: 14px;
}
.tps-contact-form .contact-form-submit {
  text-align: center;
  margin-top: 8px;
}
.tps-contact-form .contact-form-submit input {
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  height: 48px;
  border-radius: 24px;
  background: #1950e8;
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%);
  background-size: 200% auto;
  padding: 0 35px;
  transition: all 0.5s;
  margin: 12px 40px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0);
}
.tps-contact-form .contact-form-submit input:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.tps-faq-form .form-group input {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 50px;
  border-radius: 5px;
}
.tps-faq-form .form-group textarea {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 5px;
  height: 200px;
}
.tps-faq-form .form-group ::placeholder {
  color: #a5a5a5;
  font-weight: 300;
  font-size: 14px;
}
.tps-faq-form .faq-form-submit {
  text-align: center;
  margin-top: 20px;
}
.tps-faq-form .faq-form-submit input {
  margin-top: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  height: 48px;
  border-radius: 24px;
  background: #1950e8;
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%);
  background-size: 200% auto;
  padding: 0 35px;
  transition: all 0.5s;
  margin: 12px 40px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0);
}
.tps-faq-form .faq-form-submit input:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.wpcf7-response-output {
  display: none !important;
}

.upcoming-form {
  width: 430px !important;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
  padding: 30px 25px 25px 25px;
}
.upcoming-form.style-2 {
  box-shadow: none;
  border: 1px solid #ebebeb;
  margin-right: 0px;
}
@media (max-width: 1199px) {
  .upcoming-form.style-2 {
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .upcoming-form {
    width: 100% !important;
  }
}

.parent-image-area {
  position: relative;
}
.parent-image-area .image-area {
  position: absolute;
  left: -117px;
  bottom: -86px;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .parent-image-area .image-area {
    display: none;
  }
}

/*\
 *
 * get-lesson-form
 *
\*/
.tps-register-form br {
  display: none;
}
.tps-register-form label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.tps-register-form label input, .tps-register-form label .lp-profile .lp-form-field input, .lp-profile .lp-form-field .tps-register-form label input {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #363636;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 0 20px;
  width: 100%;
  height: 52px;
}
.tps-register-form label input::-webkit-input-placeholder, .tps-register-form label .lp-profile .lp-form-field input::-webkit-input-placeholder, .lp-profile .lp-form-field .tps-register-form label input::-webkit-input-placeholder {
  color: #828282;
}
.tps-register-form label input:-moz-placeholder {
  color: #828282;
}
.tps-register-form label input::-moz-placeholder, .tps-register-form label .lp-profile .lp-form-field input::-moz-placeholder, .lp-profile .lp-form-field .tps-register-form label input::-moz-placeholder {
  color: #828282;
}
.tps-register-form label input:-ms-input-placeholder {
  color: #828282;
}
.tps-register-form label input:focus {
  border-color: unset;
}
.tps-register-form button {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}

#back-to-top {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #999;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 35px;
  cursor: pointer;
  transition: all 0.3s;
  line-height: 60px;
  -webkit-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -ms-transform: translateY(130px);
  -o-transform: translateY(130px);
  z-index: 999;
}
#back-to-top.scrolldown {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

@media (max-width: 815px) {
  div#back-to-top {
    font-size: 25px;
    line-height: 40px;
    padding-top: 2px;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 15px;
  }
}
/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}
.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}
.sk-wave .sk-rect3 {
  animation-delay: -1s;
}
.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}
.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
#thim-preloading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thim-1-col > * {
  width: calc((100% - (1 * 30px)) / 1);
}

.thim-2-col > * {
  width: calc((100% - (2 * 30px)) / 2);
}

.thim-3-col > * {
  width: calc((100% - (3 * 30px)) / 3);
}

.thim-4-col > * {
  width: calc((100% - (4 * 30px)) / 4);
}

.thim-5-col > * {
  width: calc((100% - (5 * 30px)) / 5);
}

.thim-6-col > * {
  width: calc((100% - (6 * 30px)) / 6);
}

.thim-7-col > * {
  width: calc((100% - (7 * 30px)) / 7);
}

.thim-8-col > * {
  width: calc((100% - (8 * 30px)) / 8);
}

.thim-9-col > * {
  width: calc((100% - (9 * 30px)) / 9);
}

.thim-10-col > * {
  width: calc((100% - (10 * 30px)) / 10);
}

.thim-11-col > * {
  width: calc((100% - (11 * 30px)) / 11);
}

.thim-12-col > * {
  width: calc((100% - (12 * 30px)) / 12);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-left .thim-3-col > *,
.sidebar-right .thim-3-col > * {
    width: calc((100% - (2 * 30px)) / 2);
  }
  .sidebar-left .thim-4-col > *,
.sidebar-right .thim-4-col > * {
    width: calc((100% - (2 * 30px)) / 2);
  }
  .sidebar-left .thim-5-col > *,
.sidebar-right .thim-5-col > * {
    width: calc((100% - (3 * 30px)) / 3);
  }
  .sidebar-left .thim-6-col > *,
.sidebar-right .thim-6-col > * {
    width: calc((100% - (3 * 30px)) / 3);
  }
  .sidebar-left .thim-7-col > *,
.sidebar-right .thim-7-col > * {
    width: calc((100% - (4 * 30px)) / 4);
  }
  .sidebar-left .thim-8-col > *,
.sidebar-right .thim-8-col > * {
    width: calc((100% - (4 * 30px)) / 4);
  }
  .sidebar-left .thim-9-col > *,
.sidebar-right .thim-9-col > * {
    width: calc((100% - (5 * 30px)) / 5);
  }
  .sidebar-left .thim-10-col > *,
.sidebar-right .thim-10-col > * {
    width: calc((100% - (5 * 30px)) / 5);
  }
  .sidebar-left .thim-11-col > *,
.sidebar-right .thim-11-col > * {
    width: calc((100% - (6 * 30px)) / 6);
  }
  .sidebar-left .thim-12-col > *,
.sidebar-right .thim-12-col > * {
    width: calc((100% - (6 * 30px)) / 6);
  }
}
@media (max-width: 991px) {
  .thim-3-col > * {
    width: calc((100% - (2 * 30px)) / 2);
  }

  .thim-4-col > * {
    width: calc((100% - (2 * 30px)) / 2);
  }

  .thim-5-col > * {
    width: calc((100% - (3 * 30px)) / 3);
  }

  .thim-6-col > * {
    width: calc((100% - (3 * 30px)) / 3);
  }

  .thim-7-col > * {
    width: calc((100% - (4 * 30px)) / 4);
  }

  .thim-8-col > * {
    width: calc((100% - (4 * 30px)) / 4);
  }

  .thim-9-col > * {
    width: calc((100% - (5 * 30px)) / 5);
  }

  .thim-10-col > * {
    width: calc((100% - (5 * 30px)) / 5);
  }

  .thim-11-col > * {
    width: calc((100% - (6 * 30px)) / 6);
  }

  .thim-12-col > * {
    width: calc((100% - (6 * 30px)) / 6);
  }
}
@media (max-width: 767px) {
  [class*=thim-][class*=-col] > * {
    width: calc((100% - (1 * 30px)) / 1);
  }
}
/*\
 *
 * Custom
 *
\*/
body [class*=thim-][class*=-col] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body [class*=thim-][class*=-col] > * {
  margin-right: 15px;
  margin-left: 15px;
}

/*\
 *
 * Blocks
 *
\*/
@keyframes effect-btn-play-01 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*\
 *
 * thim-block-slider-home
 *
\*/
.thim-block-slider-home.layout-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.thim-block-slider-home.layout-2::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  right: auto;
  background: linear-gradient(0deg, #fff 0%, #fff 33%, rgba(255, 255, 255, 0) 100%);
}
.thim-block-slider-home.layout-2 .inner-slider {
  min-height: calc(100vh + 180px);
  display: flex;
  align-items: center;
  padding: 120px 0px 160px 0px;
  text-align: center;
}
.thim-block-slider-home.layout-2 .inner-slider .title-slider {
  font-weight: 600;
  font-size: 65px;
  line-height: 1.23;
  word-break: break-word;
  padding: 0;
  margin-bottom: 38px;
  position: relative;
  z-index: 0;
}
.thim-block-slider-home.layout-2 .inner-slider .title-slider .inner-title {
  display: inline-block;
  background: #ffc040;
  background: linear-gradient(-90deg, #fff, #ffc040, #fff);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.thim-block-slider-home.layout-2 .inner-slider .title-slider .shadow-title {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 2px;
  left: 1px;
  right: auto;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider {
  letter-spacing: 12px;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: normal;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 174px;
  height: 49px;
  border-radius: 24px;
  background-color: #ffc040;
  padding: 0 30px;
  margin: 6px 0;
  transition: all 0.2s;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider i {
  font-size: 18px;
  color: #ffc040;
  margin-right: 8px;
  transition: all 0.2s;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider:hover {
  background-color: #f3a300;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider:hover i {
  color: #000;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider:nth-child(even) {
  background: #fff;
}
.thim-block-slider-home.layout-2 .inner-slider .wrap-btn-slider .btn-slider:nth-child(even):hover {
  background-color: #f3a300;
}
@media (max-width: 991px) {
  .thim-block-slider-home.layout-2 .inner-slider .title-slider {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .thim-block-slider-home.layout-2 .inner-slider .title-slider {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .thim-block-slider-home.layout-2 .inner-slider .title-slider {
    font-size: 39px;
  }
}

.thim-block-slider-home-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 122px;
  position: relative;
  z-index: 0;
}
.thim-block-slider-home-3::before {
  content: "";
  display: block;
  width: calc((100% - 1200px) / 2 + 1200px - 148px);
  height: calc(100% - 77px);
  background: #f9f8fc;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: auto;
}
.thim-block-slider-home-3 .text-slide {
  width: 50%;
  padding-left: calc((100% - 1200px) / 2 + 20px);
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thim-block-slider-home-3 .text-slide .bp-element-heading.layout-3 .title {
  font-size: 52px;
  margin-bottom: 24px;
}
.thim-block-slider-home-3 .text-slide .bp-element-heading.layout-3 .sub-title {
  font-size: 18px;
  line-height: 1.777777;
  margin-bottom: 0;
}
.thim-block-slider-home-3 .image-slide {
  width: 50%;
  padding-left: 20px;
  padding-right: 0;
}
.thim-block-slider-home-3 .vc_column-inner {
  height: 100%;
}
.thim-block-slider-home-3 .vc_column-inner .wpb_wrapper {
  height: 100%;
}
@media (max-width: 1299px) {
  .thim-block-slider-home-3::before {
    width: calc((100% - 1140px) / 2 + 1140px - 148px);
  }
  .thim-block-slider-home-3 .text-slide {
    width: 50%;
    padding-left: calc((100% - 1140px) / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .thim-block-slider-home-3::before {
    width: calc((100% - 960px) / 2 + 960px - 148px);
  }
  .thim-block-slider-home-3 .text-slide {
    width: 50%;
    padding-left: calc((100% - 960px) / 2 + 20px);
  }
  .thim-block-slider-home-3 .text-slide .bp-element-heading.layout-3 .title {
    font-size: 39px;
  }
}
@media (max-width: 991px) {
  .thim-block-slider-home-3 {
    padding-top: 80px;
  }
  .thim-block-slider-home-3::before {
    width: 100%;
    height: 100%;
  }
  .thim-block-slider-home-3 .text-slide {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .thim-block-slider-home-3 .text-slide .bp-element-heading.layout-3 .title {
    font-size: 35px;
  }
  .thim-block-slider-home-3 .text-slide .bp-element-heading.layout-3 .sub-title {
    font-size: 16px;
  }
  .thim-block-slider-home-3 .image-slide {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .thim-block-slider-home-3 .text-slide {
    width: 540px;
  }
}
@media (max-width: 575px) {
  .thim-block-slider-home-3 .text-slide {
    width: 100%;
  }
}

/*\
 *
 * thim-block-image
 *
\*/
.thim-block-image img {
  max-width: 100%;
}
.thim-block-image.layout-1 {
  padding-bottom: 15%;
  position: relative;
  z-index: 0;
}
.thim-block-image.layout-1::before {
  content: "";
  display: block;
  width: 76.2%;
  height: 50%;
  background: #f9f8fc;
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 11.9%;
}
.thim-block-image.layout-1::after {
  content: "";
  display: block;
  width: 40.2%;
  height: 15px;
  background: #e9011f;
  margin-bottom: -15px;
  margin-left: 8%;
  margin-right: auto;
}
.thim-block-image.layout-1 img {
  width: 100%;
}
.thim-block-image.layout-2 {
  position: relative;
  padding-left: 6%;
  padding-right: 0;
  padding-bottom: 5%;
}
.thim-block-image.layout-2 img {
  width: 100%;
  border-radius: 4px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.thim-block-image.layout-2 .text-block {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #231f20;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #f3dd6e;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}
.thim-block-image.layout-2 .text-block .number {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 2px;
}
.thim-block-image.layout-3 {
  position: relative;
  height: 100%;
}
.thim-block-image.layout-3 .image-block {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
  padding-top: 62%;
}
.thim-block-image.layout-3 .text-block {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #614ef9;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
.thim-block-image.layout-3 .text-block .number {
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .thim-block-image.layout-3 .text-block {
    width: 110px;
    height: 110px;
    font-size: 14px;
  }
  .thim-block-image.layout-3 .text-block .number {
    font-size: 35px;
  }
}
.thim-block-image.layout-4 {
  height: 100%;
}
.thim-block-image.layout-4 .image-block {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80%;
}
.thim-block-image.layout-5 {
  position: relative;
  padding-left: 4.3%;
  padding-right: 0;
  padding-bottom: 4.3%;
}
.thim-block-image.layout-5 img {
  width: 100%;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.thim-block-image.layout-5 .text-block {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 123px;
  padding: 10px;
  background-color: #614ef9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}
.thim-block-image.layout-5 .text-block .number {
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 2px;
}

/*\
 *
 * thim-block-text
 *
\*/
.thim-block-text.layout-1 {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.666666;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text.layout-1 > *:last-child {
  margin-bottom: 0;
}

/*\
 *
 * thim-block-map
 *
\*/
.thim-block-map {
  min-height: 644px;
  position: relative;
  z-index: 0;
  padding-top: 197px;
  padding-bottom: 116px;
}
.thim-block-map iframe {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
}
.thim-block-map .info-contact {
  background: #fff;
  width: 360px;
  max-width: 100%;
  padding: 46px 40px;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.thim-block-map .info-contact ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.thim-block-map .info-contact ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  word-break: break-word;
  position: relative;
  padding-left: 45px;
  padding-right: 0;
  margin-bottom: 28px;
}
.thim-block-map .info-contact ul li:last-child {
  margin-bottom: 0;
}
.thim-block-map .info-contact ul li a {
  color: inherit;
  transition: all 0.2s;
}
.thim-block-map .info-contact ul li a:hover {
  color: #e9011f;
}
.thim-block-map .info-contact ul li i {
  font-size: 28px;
  line-height: 1;
  color: #e9011f;
  position: absolute;
  top: 2px;
  left: 0;
  right: auto;
}
.thim-block-map .info-contact ul li .name-info {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.thim-block-map.style-2 {
  min-height: 543px;
  padding-top: 65px;
  padding-bottom: 148px;
}
.thim-block-map.style-2 .info-contact ul li a:hover {
  color: #41d3bd;
}
.thim-block-map.style-2 .info-contact ul li i {
  color: #41d3bd;
}
.thim-block-map.style-3 {
  min-height: 543px;
  padding-top: 96px;
  padding-bottom: 116px;
}
.thim-block-map.style-3 .info-contact {
  background: #f3dd6e;
}
.thim-block-map.style-3 .info-contact ul li {
  color: #000;
}
.thim-block-map.style-3 .info-contact ul li a:hover {
  color: #3dad7c;
}
.thim-block-map.style-3 .info-contact ul li i {
  color: #000;
}
.thim-block-map.style-3 .info-contact ul li .name-info {
  font-weight: 600;
}
.thim-block-map.style-4 {
  min-height: 543px;
  padding-top: 96px;
  padding-bottom: 116px;
}
.thim-block-map.style-4 .info-contact ul li a:hover {
  color: #ff360d;
}
.thim-block-map.style-4 .info-contact ul li i {
  color: #ff360d;
}
.thim-block-map.style-5 {
  min-height: 543px;
  padding-top: 96px;
  padding-bottom: 116px;
}
.thim-block-map.style-5 .info-contact ul li a:hover {
  color: #ffc040;
}
.thim-block-map.style-5 .info-contact ul li i {
  color: #ffc040;
}
.thim-block-map.style-6 {
  min-height: 543px;
  padding-top: 65px;
  padding-bottom: 148px;
}
.thim-block-map.style-6 .info-contact ul li {
  color: #000;
}
.thim-block-map.style-6 .info-contact ul li a:hover {
  color: #3584f5;
}
.thim-block-map.style-6 .info-contact ul li i {
  color: #3584f5;
}
.thim-block-map.style-6 .info-contact ul li .name-info {
  font-weight: 600;
}

/*\
 *
 * thim-block-text-under-heading
 *
\*/
.thim-block-text-under-heading.layout-1 {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-1 strong {
  font-weight: 600;
  font-size: 24px;
  color: #3dad7c;
}
.thim-block-text-under-heading.layout-2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-2 strong {
  font-weight: 600;
  font-size: 24px;
  color: #614ef9;
}
.thim-block-text-under-heading.layout-3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-3 strong {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #e9011f;
}
.thim-block-text-under-heading.layout-3 > *:last-child {
  margin-bottom: 0;
}
.thim-block-text-under-heading.layout-4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-4 strong {
  font-weight: 600;
  font-size: 24px;
  color: #ff360d;
}
.thim-block-text-under-heading.layout-5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #dbdbdb;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-5 strong {
  font-weight: 600;
  font-size: 24px;
  color: #ffc040;
}
.thim-block-text-under-heading.layout-6 {
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  color: #6c6c6c;
  word-break: break-word;
}
.thim-block-text-under-heading.layout-6 strong {
  font-weight: 600;
  font-size: 24px;
  color: #3584f5;
}
.thim-block-text-under-heading.layout-7 {
  font-weight: 400;
}

/*\
 *
 * thim-block-about
 *
\*/
.thim-block-about.layout-1 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.875;
  color: #828282;
  word-break: break-word;
  margin-bottom: 30px;
}
.thim-block-about.layout-2 p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
  margin-bottom: 30px;
}

/*\
 *
 * thim-block-info-contact
 *
\*/
.thim-block-info-contact {
  text-align: center;
  background: #3584f5;
  background: linear-gradient(-120deg, #3584f5, #4638b4);
  padding: 35px 20px 40px 20px;
}
.thim-block-info-contact .title-block {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  word-break: break-word;
  padding-top: 0;
  margin-bottom: 9px;
}
.thim-block-info-contact .description-block {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
  color: #edebff;
  word-break: break-word;
  margin-bottom: 18px;
}
.thim-block-info-contact .content-block {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  word-break: break-word;
  margin-bottom: 23px;
}
.thim-block-info-contact .button-block {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  padding: 0 35px;
  transition: all 0.3s linear;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.thim-block-info-contact .button-block:hover {
  color: #fff;
}
.thim-block-info-contact .button-block::before, .thim-block-info-contact .button-block::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.thim-block-info-contact .button-block::before {
  top: 0;
  left: 0;
  right: auto;
}
.thim-block-info-contact .button-block::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.thim-block-info-contact .button-block:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.thim-block-info-contact .button-block:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}

/*\
 *
 * thim-row-background
 *
\*/
.thim-row-background-01 {
  position: relative;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 70px, 100% 1000%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 70px, 100% 1000%, 0% 100%);
}

.thim-row-background-02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.thim-row-background-02::before {
  content: "";
  display: block;
  background-image: url(assets/images/bg-png-09.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3dad7c;
  width: 100%;
  height: 101%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: auto;
  clip-path: polygon(0% 0%, 100% 70px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 70px, 100% 100%, 0% 100%);
}

.thim-row-background-03 {
  position: relative;
  z-index: 1;
}
.thim-row-background-03::before {
  content: "";
  display: block;
  background-image: url(assets/images/bg-png-10.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #3dad7c;
  width: 100%;
  height: calc(100% - 133px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: auto;
  clip-path: polygon(0% 0%, 100% 70px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 70px, 100% 100%, 0% 100%);
}

/*\
 *
 * thim-block-list-contact
 *
\*/
.thim-block-list-contact ul {
  list-style-type: none;
  margin: 0;
}
.thim-block-list-contact ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  word-break: break-word;
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
}
.thim-block-list-contact ul li:last-child {
  margin-bottom: 0;
}
.thim-block-list-contact ul li i {
  color: #e9011f;
  position: absolute;
  top: 4px;
  left: 0;
}
.thim-block-list-contact ul li a {
  color: inherit;
  transition: all 0.2s;
}
.thim-block-list-contact ul li a:hover {
  color: #e9011f;
}

/*\
 *
 * row_padding
 *
\*/
.row-padding-left > .wpb_column:first-child {
  padding-left: calc((100% - 1200px) / 2 + 20px);
}
@media (max-width: 1299px) {
  .row-padding-left > .wpb_column:first-child {
    padding-left: calc((100% - 1140px) / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .row-padding-left > .wpb_column:first-child {
    padding-left: calc((100% - 960px) / 2 + 20px);
  }
}
@media (max-width: 991px) {
  .row-padding-left > .wpb_column:first-child {
    padding-left: calc((100% - 720px) / 2 + 20px);
  }
}
@media (max-width: 767px) {
  .row-padding-left > .wpb_column:first-child {
    padding-left: calc((100% - 540px) / 2 + 20px);
  }
}
@media (max-width: 575px) {
  .row-padding-left > .wpb_column:first-child {
    padding-left: 20px;
  }
}

.row-padding-right > .wpb_column:last-child {
  padding-right: calc((100% - 1200px) / 2 + 20px);
}
@media (max-width: 1299px) {
  .row-padding-right > .wpb_column:last-child {
    padding-right: calc((100% - 1140px) / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .row-padding-right > .wpb_column:last-child {
    padding-right: calc((100% - 960px) / 2 + 20px);
  }
}
@media (max-width: 991px) {
  .row-padding-right > .wpb_column:last-child {
    padding-right: calc((100% - 720px) / 2 + 20px);
  }
}
@media (max-width: 767px) {
  .row-padding-right > .wpb_column:last-child {
    padding-right: calc((100% - 540px) / 2 + 20px);
  }
}
@media (max-width: 575px) {
  .row-padding-right > .wpb_column:last-child {
    padding-right: 20px;
  }
}

/* style info contact*/
div.thim-wrapper-info-contact {
  position: absolute;
  top: 50%;
  left: calc((100% - 1160px)/2 + 100px);
  transform: translate(0, -50%);
}
div.thim-wrapper-info-contact .info-contact {
  background: #fff;
  width: 360px;
  max-width: 100%;
  padding: 46px 40px;
  box-shadow: 13px 15px 15px 0 rgba(105, 105, 105, 0.08);
}
div.thim-wrapper-info-contact .info-contact .content_wrap .item_pace {
  list-style: none;
  margin: 0;
}
div.thim-wrapper-info-contact .info-contact .content_wrap .item_pace li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  word-break: break-word;
  position: relative;
  padding-left: 45px;
  padding-right: 0;
  margin-bottom: 28px;
}
div.thim-wrapper-info-contact .info-contact .content_wrap .item_pace li i {
  font-size: 28px;
  line-height: 1;
  color: #3584f5;
  position: absolute;
  top: 2px;
  left: 0;
  right: auto;
}
div.thim-wrapper-info-contact .info-contact .content_wrap .item_pace li .name-info {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
div.thim-wrapper-info-contact .info-contact .content_wrap .item_pace li a {
  color: #6c6c6c;
}
@media (max-width: 1199px) {
  div.thim-wrapper-info-contact {
    left: calc((100% - 960px) / 2);
  }
}
@media (max-width: 991px) {
  div.thim-wrapper-info-contact {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 767px) {
  div.thim-wrapper-info-contact {
    left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  div.thim-wrapper-info-contact {
    left: 0;
    transition: unset;
  }
  div.thim-wrapper-info-contact .info-contact {
    margin: 0 auto;
  }
}

ul.list-feature-text {
  margin-left: 0px;
}
ul.list-feature-text .item-feature {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
ul.list-feature-text .item-feature.item-margin {
  margin-bottom: 25px;
}
ul.list-feature-text .item-feature::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.list-sec-about ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-sec-about ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  word-break: break-word;
  padding-left: 20px;
  padding-right: 0;
  position: relative;
  margin-bottom: 10px;
}
.list-sec-about ul li:last-child {
  margin-bottom: 0;
}
.list-sec-about ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #614ef9;
  position: absolute;
  top: 11px;
  left: 0;
  right: auto;
}

.custom-about-us {
  transform: translate(-70px, 45px);
}
@media (max-width: 991px) {
  .custom-about-us {
    transform: unset;
  }
}

.custom-list-courses {
  position: relative;
}
.custom-list-courses::before {
  content: "";
  display: block;
  width: 57.75%;
  background: #fff;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: calc(100% - 200px);
}
@media (max-width: 767px) {
  .custom-list-courses::before {
    display: none;
  }
}

.textright {
  text-align: right;
}

.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.list-sec ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list-sec ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.666666;
  color: #6c6c6c;
  word-break: break-word;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  margin-bottom: 22px;
}
.list-sec ul li:last-child {
  margin-bottom: 0;
}
.list-sec ul li::before {
  content: "";
  font-family: Ionicons;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 7px;
  left: 0;
  right: auto;
}
.list-sec ul li strong {
  font-weight: 700;
  font-size: 20px;
}

/*\
 *
 * General
 *
\*/
.select2.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 40px;
  padding: 8px 0;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  vertical-align: middle;
}
.select2.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2.select2-container .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2.select2-container .select2-search--inline {
  float: left;
}
.select2.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.dropDownSelect2 {
  width: 100%;
  position: relative;
}
.dropDownSelect2 .select2-container {
  width: 100%;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  transform: translateY(-5px);
}
.select2-container--open .select2-dropdown--below {
  transform: translateY(5px);
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*\
 *
 * Style for default
 *
\*/
.wrap-select2 .dropDownSelect2 {
  position: relative;
  display: block;
  width: 100%;
}

.select2-container--default .select2-selection--single {
  display: block;
  outline: none;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  font-size: 15px;
  color: #828282;
  line-height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: "";
  font-family: FontAwesome;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-dropdown {
  border: 1px solid #ebebeb;
  min-width: 55px !important;
  background-color: #fff;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e6e;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 286px;
  overflow-y: auto;
  margin-top: 0 !important;
}
.select2-container--default .select2-results__option {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6e6e6e;
  border-bottom: 1px solid #ebebeb;
  text-transform: none;
  white-space: nowrap;
  padding: 8px 20px;
  margin-bottom: 0 !important;
}
.select2-container--default .select2-results__option:before {
  display: none !important;
}
.select2-container--default .select2-results__option:hover {
  color: #6e6e6e;
  background: #ebebeb;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #6e6e6e;
  background: #ebebeb;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.page-title .main-top {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.page-title .main-top .overlay-top-header {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: auto;
  background: #000;
  opacity: 0.65;
}
.page-title .main-top .content {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-title .main-top .content h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.2 * 2em);
  margin-top: 9px;
  margin-bottom: 10px;
}
.page-title .main-top .content .breadcrumbs-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.page-title .main-top .content .breadcrumbs-wrapper ul, .page-title .main-top .content .breadcrumbs-wrapper ol, .page-title .main-top .content .breadcrumbs-wrapper li {
  list-style-type: none;
  margin: 0;
}
.page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs .breadcrum-icon {
  color: #fff;
  margin: 0 5px;
  font-size: 10px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  transform: translateY(-2px);
}
.page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs li {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #fff;
  word-break: break-word;
  position: relative;
}
@media (max-width: 767px) {
  .page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs li {
    font-size: 14px;
  }
}
.page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs li a {
  color: #fff;
  transition: all 0.2s;
}
.page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs li a:hover {
  color: #3584f5;
}
.page-title .main-top .content .breadcrumbs-wrapper .breadcrumbs.product-breadrumbs li:last-child .breadcrum-icon {
  display: none;
}
.page-title .main-top .content .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #e6e3ff;
  word-break: break-word;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .page-title .main-top .content {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .page-title .main-top .content h1 {
    font-size: 32px !important;
  }
  .page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-title .main-top .content h1 {
    font-size: 28px !important;
  }
}

.single .page-title .main-top .content h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3;
  color: #fff;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.2 * 2em);
  margin-top: 9px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .single .page-title .main-top .content {
    padding-top: 90px;
    padding-bottom: 70px;
  }
  .single .page-title .main-top .content h2 {
    font-size: 32px !important;
  }
  .single .page-title .main-top .content .wrap-breadcrumb .breadcrumbs li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .single .page-title .main-top .content h2 {
    font-size: 28px !important;
  }
}

.loop-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.loop-pagination, .loop-pagination li {
  list-style-type: none;
  margin: 0;
}
.loop-pagination .page-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 5px;
  transition: all 0.2s;
}
.loop-pagination .page-numbers:hover {
  border-color: #e9011f;
  color: #e9011f;
}
.loop-pagination .page-numbers.current {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}
.loop-pagination .page-numbers.next {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.loop-pagination .page-numbers.next i {
  font-size: 20px;
  margin-left: 9px;
}
.loop-pagination .page-numbers.next:hover {
  color: #e9011f;
}
.loop-pagination .page-numbers.prev {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.loop-pagination .page-numbers.prev i {
  font-size: 20px;
  margin-right: 9px;
}
.loop-pagination .page-numbers.prev:hover {
  color: #e9011f;
}

.bl-blogs-list .grid-sizer {
  display: none;
}
.bl-blogs-list.grid-isotope .grid-sizer {
  display: block;
}
.bl-blogs-list .item-blog {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bl-blogs-list .item-blog {
    margin-bottom: 25px;
  }
}
.bl-blogs-list .item-blog.has-post-media .image-blog .date-blog {
  bottom: 0;
  top: auto;
}
.bl-blogs-list .item-blog.has-post-media .text-blog {
  border-top: none;
}
.bl-blogs-list .item-blog.has-post-media .text-blog .author-blog {
  margin-top: -16px;
}
.bl-blogs-list .item-blog.has-post-media .text-blog .title-blog {
  margin-top: 20px;
}
.bl-blogs-list .item-blog .image-blog {
  position: relative;
}
.bl-blogs-list .item-blog .image-blog .date-blog {
  pointer-events: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: auto;
  right: 0;
  padding: 6px 11px;
}
.bl-blogs-list .item-blog .image-blog .date-blog::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.bl-blogs-list .item-blog .image-blog img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .bl-blogs-list .item-blog .image-blog img {
    width: 100%;
  }
}
.bl-blogs-list .item-blog .image-blog iframe {
  height: 273px;
}
.bl-blogs-list .item-blog .image-blog .slide-image {
  position: relative;
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick {
  pointer-events: auto;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.4);
  transition: all 0.2s;
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick.prev-slick {
  transform: translateX(-60px);
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick.next-slick {
  transform: translateX(60px);
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick:hover {
  background: #ff3b47;
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
  display: none;
}
.bl-blogs-list .item-blog .image-blog .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
  visibility: hidden;
}
.bl-blogs-list .item-blog .image-blog .slide-image:hover .wrap-arrow-slick .arow-slick.prev-slick {
  transform: translateX(0) !important;
}
.bl-blogs-list .item-blog .image-blog .slide-image:hover .wrap-arrow-slick .arow-slick.next-slick {
  transform: translateX(0) !important;
}
.bl-blogs-list .item-blog .text-blog {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
.bl-blogs-list .item-blog .text-blog .author-blog {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.bl-blogs-list .item-blog .text-blog .author-blog a {
  color: inherit;
  transition: all 0.2s;
  text-transform: capitalize;
}
.bl-blogs-list .item-blog .text-blog .author-blog a:hover {
  color: #e9011f;
}
.bl-blogs-list .item-blog .text-blog .author-blog .ava-author {
  display: block;
  background-color: #fff;
  width: 36px;
  border-radius: 50%;
  padding: 5px;
  margin-left: -5px;
  margin-bottom: 5px;
}
.bl-blogs-list .item-blog .text-blog .author-blog .ava-author img {
  width: 100%;
  border-radius: 50%;
}
.bl-blogs-list .item-blog .text-blog .author-blog + .title-blog {
  margin-top: 20px;
}
.bl-blogs-list .item-blog .text-blog .description {
  margin-bottom: 12px;
}
.bl-blogs-list .item-blog .text-blog .title-blog {
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  word-break: break-word;
  margin-top: 50px;
  margin-bottom: 15px;
}
.bl-blogs-list .item-blog .text-blog .title-blog a {
  color: inherit;
  display: inline-block;
  max-height: calc(1.375 * 2em);
  transition: all 0.2s;
}
.bl-blogs-list .item-blog .text-blog .title-blog a:hover {
  color: #e9011f;
}
.bl-blogs-list .item-blog .text-blog .info-blog {
  list-style-type: none;
  padding: 0;
  margin: 0;
  letter-spacing: 16px;
}
.bl-blogs-list .item-blog .text-blog .info-blog li {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #6c6c6c;
  word-break: break-word;
  letter-spacing: normal;
  text-transform: capitalize;
}
.bl-blogs-list .item-blog .text-blog .info-blog li a {
  color: inherit;
  transition: all 0.2s;
}
.bl-blogs-list .item-blog .text-blog .info-blog li a:hover {
  color: #e9011f;
}
.bl-blogs-list .item-blog .text-blog .info-blog li i {
  color: #e9011f;
  margin-right: 2px;
}
.bl-blogs-list .item-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(105, 105, 105, 0.08);
}
.bl-blogs-list .item-blog:hover .text-blog {
  border-color: transparent;
}

.bl-blogs-detail .blog-detail-header {
  text-align: center;
  margin-bottom: 29px;
}
.bl-blogs-detail .blog-detail-header .title {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  word-break: break-word;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .bl-blogs-detail .blog-detail-header .title {
    font-size: 24px;
  }
}
.bl-blogs-detail .blog-detail-header .info-blog {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bl-blogs-detail .blog-detail-header .info-blog li {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #6c6c6c;
  word-break: break-word;
  padding: 0px 10px 0px 0px;
  margin-bottom: 0;
}
.bl-blogs-detail .blog-detail-header .info-blog li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #e7e7e7;
  margin-right: 8px;
}
.bl-blogs-detail .blog-detail-header .info-blog li i {
  font-size: 15px;
  color: #e9011f;
  margin-right: 6px;
}
.bl-blogs-detail .blog-detail-header .info-blog li a {
  text-transform: capitalize;
  color: inherit;
  transition: all 0.2s;
}
.bl-blogs-detail .blog-detail-header .info-blog li a:hover {
  color: #e9011f;
}
.bl-blogs-detail .blog-detail-header .meta-blog-detail {
  display: flex;
  justify-content: center;
}
.bl-blogs-detail .blog-detail-header .meta-blog-detail .date-blog i {
  margin-right: 6px;
}
.bl-blogs-detail .blog-detail-header .meta-blog-detail .name-author {
  padding: 0 10px 0 0;
}
.bl-blogs-detail .blog-detail-header .meta-blog-detail .name-author a {
  color: #6c6c6c;
  transition: all 0.35s;
}
.bl-blogs-detail .blog-detail-image {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 23px;
}
.bl-blogs-detail .blog-detail-image > img {
  width: 100%;
}
.bl-blogs-detail .blog-detail-image .slide-image {
  position: relative;
}
.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
  pointer-events: auto;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.4);
  transition: all 0.2s;
}
.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick:hover {
  background: #e9011f;
}
.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
  display: none;
}
.bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
  visibility: hidden;
}
.bl-blogs-detail .blog-detail-image .slide-image .item-slick img {
  width: 100%;
}
.bl-blogs-detail .blog-detail-image .date-blog {
  pointer-events: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 14px 28px;
}
.bl-blogs-detail .blog-detail-image .date-blog::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.bl-blogs-detail .blog-detail-text {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 71px;
}
.bl-blogs-detail .blog-detail-text .link-share {
  display: none;
  width: 80px;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 3px;
  margin-bottom: 14px;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  transition: all 0.2s;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:last-child {
  margin-bottom: 0;
}
.bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social:hover {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}
.bl-blogs-detail .blog-detail-text .content-blog {
  width: 100%;
}
.bl-blogs-detail .blog-detail-text .content-blog > p img {
  display: block;
  margin: 32px auto;
}
.bl-blogs-detail .blog-detail-text .content-blog .tags {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
  display: flex;
  flex-wrap: wrap;
  margin: 25px -4px 56px;
}
.bl-blogs-detail .blog-detail-text .content-blog .tags .name-field {
  color: #000;
  text-transform: uppercase;
  display: block;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  padding: 8.5px 28px;
  margin: 4px;
}
.bl-blogs-detail .blog-detail-text .content-blog .tags .tag-item {
  color: #e9011f;
  display: block;
  border-radius: 20px;
  border: 1px solid #e9e9e9;
  padding: 8.5px 35px;
  transition: all 0.2s;
  margin: 4px;
}
.bl-blogs-detail .blog-detail-text .content-blog .tags .tag-item:hover {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog {
  padding: 40px 28px 25px 28px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image {
  width: 136px;
  max-width: 100%;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .ava-author img {
  max-width: 100%;
  border-radius: 50%;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a {
  font-size: 18px;
  line-height: 1;
  color: #bfbfbf;
  padding: 5px;
  transition: all 0.2s;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image .socials-author a:hover {
  color: #e9011f;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text {
  width: calc(100% - 136px - 30px);
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  word-break: break-word;
  text-transform: capitalize;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a {
  color: inherit;
  transition: all 0.2s;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .name-author a:hover {
  color: #e9011f;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .info-author {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text .content-author {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
}
.bl-blogs-detail .blog-detail-text.have-share .link-share {
  display: block;
}
.bl-blogs-detail .blog-detail-text.have-share .content-blog {
  width: calc(100% - 80px);
}

.comments-area {
  margin-top: 30px;
}

.navigate-blog {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.navigate-blog::before {
  content: "";
  order: 2;
  display: block;
  min-width: 1px;
  min-height: 1px;
  background: #e6e6e6;
  margin-right: -2px;
  margin-left: -2px;
}
.navigate-blog .navi-item {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.navigate-blog .navi-item .navi-arrow {
  font-size: 30px;
  line-height: 1;
  color: #6c6c6c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 2px;
  transition: all 0.2s;
}
.navigate-blog .navi-item .navi-title {
  flex-grow: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444444;
  color: #000;
  word-break: break-word;
}
.navigate-blog .navi-item .navi-title a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 50px;
  transition: all 0.2s;
}
.navigate-blog .navi-item .navi-title a:hover {
  color: #e9011f;
}
.navigate-blog .navi-item.prev-blog {
  order: 1;
  padding-right: 20px;
  text-align: left;
}
.navigate-blog .navi-item.prev-blog .navi-title {
  padding-left: 20px;
}
.navigate-blog .navi-item.prev-blog .ion-ios-arrow-right {
  display: none;
}
.navigate-blog .navi-item.prev-blog .ion-ios-arrow-left {
  display: block;
}
.navigate-blog .navi-item.next-blog {
  order: 3;
  text-align: right;
  padding-left: 20px;
}
.navigate-blog .navi-item.next-blog .navi-title {
  padding-right: 20px;
}
.navigate-blog .navi-item.next-blog .ion-ios-arrow-left {
  display: none;
}
.navigate-blog .navi-item.next-blog .ion-ios-arrow-right {
  display: block;
}
.navigate-blog .navi-item:hover .navi-arrow {
  color: #e9011f;
}

.list-comments {
  margin-bottom: 15px;
}
.list-comments .comments-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  margin-bottom: 0;
}
.list-comments .comments-title a {
  color: inherit;
}
.list-comments .comments-title a .screen-reader-text {
  display: none;
}
.list-comments .comments-title a:hover {
  color: #e9011f;
}
.list-comments .comment-list {
  width: 100%;
  margin: 0;
}
.list-comments .comment-list .pingback {
  padding-top: 15px;
  list-style: none;
}
.list-comments .comment-list .pingback .content-comment .author {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.list-comments .comment-list .pingback .content-comment .author .comment-extra-info {
  font-style: italic;
  font-size: 15px;
  color: #999999;
}
.list-comments .comment-list .pingback .content-comment .author .author-name a {
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
}
.list-comments .comment-list .pingback .content-comment .author .author-name a:hover {
  color: #e9011f;
}
.list-comments .comment-list .pingback .content-comment .message p {
  margin-bottom: 10px;
}
.list-comments .comment-list .pingback .content-comment .message .meta-comment .comment-extra-info {
  font-size: 15px;
  font-weight: 300;
  color: #a5a5a5;
  font-style: italic;
}
.list-comments .comment-list .pingback .content-comment .message .meta-comment .link-edit {
  float: right;
  background-color: #e9011f;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 22px;
  margin-left: 10px;
}
.list-comments .comment-list .pingback .content-comment .message .meta-comment .link-edit a {
  color: #ffffff;
}
.list-comments .comment-list .pingback .content-comment .meta {
  display: flex;
  justify-content: space-between;
}
.list-comments .comment-list .pingback .content-comment .meta .comment-extra-info {
  color: #999999;
  font-style: italic;
}
.list-comments .comment-list .pingback .content-comment .meta .link-comment a {
  background-color: #e9011f;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
  line-height: 20px;
  display: inline-block;
}
.list-comments .comment-list .pingback .content-comment .meta .link-comment a:hover {
  background-color: #c9161f;
}
.list-comments .comment-list .comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 42px;
}
.list-comments .comment-list .comment + .comment {
  position: relative;
}
.list-comments .comment-list .comment + .comment::before {
  content: "................................................................................................................................................................................................................................";
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1;
  color: #d4d4d4;
  letter-spacing: 3px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.list-comments .comment-list .comment .avatar {
  width: 84px;
  display: block;
  margin-bottom: 32px;
  border-radius: 50%;
}
.list-comments .comment-list .comment .content-comment {
  width: calc(100% - 84px - 30px);
  margin-top: -5px;
  margin-bottom: 32px;
}
.list-comments .comment-list .comment .content-comment .author {
  position: relative;
  padding-right: 90px;
  margin-bottom: 16px;
}
.list-comments .comment-list .comment .content-comment .author .author-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  word-break: break-word;
  display: block;
  text-transform: capitalize;
}
.list-comments .comment-list .comment .content-comment .author .author-name a {
  color: inherit;
  transition: all 0.2s;
}
.list-comments .comment-list .comment .content-comment .author .author-name a:hover {
  color: #e9011f;
}
.list-comments .comment-list .comment .content-comment .author .comment-extra-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #6c6c6c;
  word-break: break-word;
  display: block;
}
.list-comments .comment-list .comment .content-comment .author .link-reply-edit {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.625;
  color: #6c6c6c;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}
.list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
  color: #e9011f;
  margin-left: 10px;
  border-bottom: 1px solid #e9011f;
}
.list-comments .comment-list .comment .content-comment .author .link-reply-edit a:hover {
  color: #000;
  border-color: #000;
}
.list-comments .comment-list .comment .content-comment .message {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  padding: 0;
  word-break: break-word;
}
.list-comments .comment-list .comment .content-comment .message p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
  margin: 0;
}
.list-comments .comment-list .children {
  margin: 0;
  width: 100%;
  padding-left: calc(84px + 30px);
  position: relative;
}
@media (max-width: 1999px) {
  .list-comments .comment-list .children {
    padding-left: calc(70px + 30px);
  }
}
.list-comments .comment-list .children::before {
  content: "................................................................................................................................................................................................................................";
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1;
  color: #bebebe;
  letter-spacing: 3px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}

.entry-content .page-links {
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  clear: both;
}
.entry-content .page-links label {
  font-weight: 500;
  margin-right: 5px;
}
.entry-content .page-links a {
  display: inline-block;
}
.entry-content .page-links a:hover span {
  color: #3584f5;
  border-color: #3584f5;
}
.entry-content .page-links .post-page-numbers {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  color: #111111;
  text-align: center;
  display: inline-block;
  width: 30px;
  border-radius: 50%;
  margin: 2px;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  transition: 0.3s all;
}

.form-comment .comment-respond .comment-reply-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #161616;
  text-transform: uppercase;
  word-break: break-word;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  margin-bottom: 35px;
}
.form-comment .comment-respond .comment-form .comment-notes {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #6c6c6c;
  word-break: break-word;
  margin-bottom: 24px;
}
.form-comment .comment-respond .comment-form .comment-meta .row {
  margin-right: -11px;
  margin-left: -11px;
}
.form-comment .comment-respond .comment-form .comment-meta .col,
.form-comment .comment-respond .comment-form .comment-meta [class*=col-] {
  padding-right: 11px;
  padding-left: 11px;
}
.form-comment .comment-respond .comment-form .comment-meta .comment-form-author,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email {
  margin: 0;
  margin-bottom: 25px;
}
.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  width: 100%;
  height: 50px;
  background: transparent;
  padding: 0 18px;
  border: 1px solid #e5e5e5;
}
.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input.invalid,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input.invalid {
  border-color: red;
}
.form-comment .comment-respond .comment-form .comment-meta .comment-form-author input:focus,
.form-comment .comment-respond .comment-form .comment-meta .comment-form-email input:focus {
  border-color: #e9011f;
}
.form-comment .comment-respond .comment-form .comment-message .comment-form-comment {
  width: 100%;
  margin-bottom: 25px;
}
.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  display: block;
  width: 100%;
  min-height: 200px;
  background: transparent;
  padding: 18px;
  border: 1px solid #e5e5e5;
}
.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea.invalid {
  border-color: red;
}
.form-comment .comment-respond .comment-form .comment-message .comment-form-comment textarea:focus {
  border-color: #e9011f;
}
.form-comment .comment-respond .comment-form .form-submit {
  border-radius: 60px;
  font-size: 12px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  background: #e9011f;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}
.form-comment .comment-respond .comment-form .form-submit .submit {
  border: 0;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  padding: 0 48px;
}

.related-blog .related-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: #161616;
  word-break: break-word;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-right: 110px;
  margin-bottom: 40px;
}
.related-blog .slide-posts {
  position: relative;
  margin-bottom: -37px;
}
.related-blog .slide-posts .slide-slick {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
.related-blog .slide-posts .slide-slick .slick-list .slick-track {
  margin-left: 0;
}
.related-blog .slide-posts .slide-slick .item-slick {
  padding: 0 15px 40px 15px;
}
.related-blog .slide-posts .wrap-arrow-slick {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -104px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -3px;
}
.related-blog .slide-posts .wrap-arrow-slick .arow-slick {
  pointer-events: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #bfbfbf;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  transition: all 0.2s;
  margin: 0 3px;
}
.related-blog .slide-posts .wrap-arrow-slick .arow-slick:hover {
  color: #fff;
  border-color: #e9011f;
  background: #e9011f;
}
.related-blog .slide-posts .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
  display: none;
}
.related-blog .slide-posts .wrap-arrow-slick .arow-slick[aria-disabled=true] {
  visibility: hidden;
}
.related-blog .item-blog {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.related-blog .item-blog.has-post-media .image-blog .date-blog {
  bottom: 0;
  top: auto;
}
.related-blog .item-blog.has-post-media .text-blog {
  border-top: none;
}
.related-blog .item-blog.has-post-media .text-blog .author-blog {
  margin-top: -16px;
}
.related-blog .item-blog.has-post-media .text-blog .title-blog {
  margin-top: 20px;
}
.related-blog .item-blog .image-blog {
  position: relative;
}
.related-blog .item-blog .image-blog .date-blog {
  pointer-events: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  padding: 6px 11px;
}
.related-blog .item-blog .image-blog .date-blog::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #161616;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.related-blog .item-blog .image-blog img {
  width: 100%;
}
.related-blog .item-blog .text-blog {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0px 15px 15px 15px;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
.related-blog .item-blog .text-blog .author-blog {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}
.related-blog .item-blog .text-blog .author-blog a {
  color: inherit;
  transition: all 0.2s;
}
.related-blog .item-blog .text-blog .author-blog a:hover {
  color: #e9011f;
}
.related-blog .item-blog .text-blog .author-blog .ava-author {
  display: block;
  background-color: #fff;
  width: 36px;
  border-radius: 50%;
  padding: 5px;
  margin-left: -5px;
  margin-bottom: 5px;
}
.related-blog .item-blog .text-blog .author-blog .ava-author img {
  width: 100%;
  border-radius: 50%;
}
.related-blog .item-blog .text-blog .author-blog + .title-blog {
  margin-top: 20px;
}
.related-blog .item-blog .text-blog .description {
  margin-bottom: 12px;
}
.related-blog .item-blog .text-blog .title-blog {
  flex-grow: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  word-break: break-word;
  margin-top: 50px;
  margin-bottom: 15px;
}
.related-blog .item-blog .text-blog .title-blog a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.375 * 2em);
  transition: all 0.2s;
}
.related-blog .item-blog .text-blog .title-blog a:hover {
  color: #e9011f;
}
.related-blog .item-blog .text-blog .description {
  margin-bottom: 12px;
}
.related-blog .item-blog .text-blog .info-blog {
  list-style-type: none;
  padding: 0;
  margin: 0;
  letter-spacing: 16px;
}
.related-blog .item-blog .text-blog .info-blog li {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #6c6c6c;
  word-break: break-word;
  letter-spacing: normal;
}
.related-blog .item-blog .text-blog .info-blog li a {
  color: inherit;
  transition: all 0.2s;
}
.related-blog .item-blog .text-blog .info-blog li a:hover {
  color: #e9011f;
}
.related-blog .item-blog .text-blog .info-blog li i {
  color: #e9011f;
  margin-right: 2px;
}
.related-blog .item-blog:hover {
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.related-blog .item-blog:hover .text-blog {
  border-color: transparent;
}

@media (max-width: 767px) {
  .responsive .bl-blogs-detail .blog-detail-text .link-share {
    width: 100%;
    margin-bottom: 10px;
  }
  .responsive .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .responsive .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .namefield {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 7px;
  }
  .responsive .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .responsive .bl-blogs-detail .blog-detail-text .link-share .link-share-inner .share .socials .item-social {
    width: 39px;
    height: 39px;
    font-size: 16px;
    margin: 7px;
  }
  .responsive .bl-blogs-detail .blog-detail-text .content-blog {
    width: 100%;
  }
  .responsive .bl-blogs-detail .blog-detail-text .content-blog .author-blog {
    justify-content: center;
  }
  .responsive .bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-image {
    margin-bottom: 15px;
  }
  .responsive .bl-blogs-detail .blog-detail-text .content-blog .author-blog .author-text {
    width: 100%;
    text-align: center;
  }
  .responsive .comments-area .list-comments .comment-list .comment .avatar {
    margin-bottom: 20px;
  }
  .responsive .comments-area .list-comments .comment-list .comment .content-comment {
    width: 100%;
  }
  .responsive .comments-area .list-comments .comment-list .comment .content-comment .author {
    padding-right: 0;
  }
  .responsive .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit {
    position: unset;
  }
  .responsive .comments-area .list-comments .comment-list .comment .content-comment .author .link-reply-edit a {
    margin-right: 10px;
    margin-left: 0;
  }
  .responsive .comments-area .list-comments .comment-list .children {
    padding-left: 50px;
  }
  .responsive .related-blog {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .responsive .bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick {
    padding: 0 20px;
  }
  .responsive .bl-blogs-detail .blog-detail-image .slide-image .wrap-arrow-slick .arow-slick {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .responsive .bl-blogs-detail .blog-detail-image .date-blog {
    font-size: 14px;
    padding: 8px 11px;
  }
  .responsive .comments-area .list-comments .comment-list .children {
    padding-left: 35px;
  }
  .responsive .navigate-blog .navi-item.prev-blog {
    padding-right: 10px;
  }
  .responsive .navigate-blog .navi-item.prev-blog .navi-title {
    padding-left: 10px;
  }
  .responsive .navigate-blog .navi-item.next-blog {
    padding-left: 10px;
  }
  .responsive .navigate-blog .navi-item.next-blog .navi-title {
    padding-right: 10px;
  }
  .responsive .navigate-blog .navi-item .navi-arrow {
    font-size: 25px;
  }
  .responsive .navigate-blog .navi-item .navi-title {
    font-size: 16px;
  }
  .responsive .navigate-blog .navi-item .navi-title a {
    max-height: 46px;
  }
  .responsive .related-blog .related-title {
    padding-right: 0px;
    margin-bottom: 70px;
  }
  .responsive .related-blog .slide-posts .wrap-arrow-slick {
    top: -55px;
    right: auto;
    left: 0;
  }
}

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

.woocommerce .products [class*=col-] {
  padding-bottom: 30px;
}
.woocommerce .products .heading-products {
  display: none;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.woocommerce .products .heading-products .woocommerce-ordering {
  min-width: 215px;
  margin-bottom: 0;
}
.woocommerce .products .heading-products .results {
  margin-bottom: 0;
  line-height: 40px;
}
.woocommerce .products .heading-products .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.woocommerce .products li.item-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.woocommerce .products li.item-product .yith-wcwl-add-to-wishlist, .woocommerce .products li.item-product .button.yith-wcqv-button {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image {
  position: relative;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-to-wishlist,
.woocommerce .products li.item-product .shop-loop-image .button.yith-wcqv-button {
  display: block;
  margin: 0 5px;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button > a {
  width: 40px;
  height: 40px;
  background-color: #e9011f;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a i,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a i,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button > a i {
  margin: 0;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button span {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a {
  font-size: 0;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a:before,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
}
.woocommerce .products li.item-product .shop-loop-image .shop-loop-button {
  display: flex;
  flex-flow: wrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  width: 100%;
  justify-content: center;
}
.woocommerce .products li.item-product::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
.woocommerce .products li.item-product:hover {
  box-shadow: 6px 10px 16px 0px rgba(0, 0, 0, 0.06);
}
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a,
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-add-button > a {
  transform: scale(1);
  opacity: 1;
}
.woocommerce .products li.item-product:hover:before {
  opacity: 0;
}
.woocommerce .products li.item-product .media-item {
  position: relative;
}
.woocommerce .products li.item-product .media-item img {
  margin-bottom: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  max-width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  transition: all 0.3s linear;
  z-index: 0;
  z-index: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover {
  color: #fff;
}
.woocommerce .products li.item-product .media-item .btn-addcart::before, .woocommerce .products li.item-product .media-item .btn-addcart::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #e9011f;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.woocommerce .products li.item-product .media-item .btn-addcart::before {
  top: 0;
  left: 0;
  right: auto;
}
.woocommerce .products li.item-product .media-item .btn-addcart::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
.woocommerce .products li.item-product .media-item .added_to_cart,
.woocommerce .products li.item-product .media-item .button {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  max-width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  transition: all 0.3s linear;
  z-index: 9;
}
.woocommerce .products li.item-product .media-item .added_to_cart.loading,
.woocommerce .products li.item-product .media-item .button.loading {
  opacity: 0.5;
}
.woocommerce .products li.item-product .media-item .button {
  bottom: -18px;
}
.woocommerce .products li.item-product .media-item .added_to_cart {
  bottom: 30px;
}
.woocommerce .products li.item-product .media-item .label-item {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff3b47;
  padding: 1px 11px;
  position: absolute;
  top: 19px;
  left: 18px;
}
.woocommerce .products li.item-product .media-item .label-item.sale-label {
  background-color: #614ef9;
}
.woocommerce .products li.item-product .text-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 39px 20px 25px 20px;
}
.woocommerce .products li.item-product .text-item .title-item {
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #161616;
  word-break: break-word;
  margin-bottom: 10px;
}
.woocommerce .products li.item-product .text-item .title-item a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.375 * 2em);
  transition: all 0.2s;
}
.woocommerce .products li.item-product .text-item .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 0;
}
.woocommerce .products li.item-product .text-item .price del {
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5d;
  margin: 2px 5px 0px 5px;
}
.woocommerce .products li.item-product .text-item .price ins {
  font-weight: 500;
  text-decoration: none;
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers, .woocommerce .woocommerce-pagination .page-numbers li {
  list-style-type: none;
  margin: 0;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 5px;
  transition: all 0.2s;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover {
  border-color: #e9011f;
  color: #e9011f;
  background-color: transparent;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.current {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next i {
  font-size: 20px;
  margin-left: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next:hover {
  color: #e9011f;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev i {
  font-size: 20px;
  margin-right: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev:hover {
  color: #e9011f;
}

.post-type-archive-product .woocommerce-message {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce .products .heading-products {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #e9011f;
  font-weight: 700;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #ee000f;
}

.woocommerce .bl-products-detail div.product .media-product {
  width: 360px;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .slide-slick .item-img img {
  width: 100%;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  list-style-type: none;
  padding: 0;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick li {
  cursor: pointer;
  width: calc((100% - 30px) / 3);
  position: relative;
  margin: 10px 5px 0px 5px;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick li img {
  width: 100%;
}
.woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick li:hover::before, .woocommerce .bl-products-detail div.product .media-product .slide-images .wrap-dot-slick .dots-slick li.slick-active::before {
  opacity: 0.2;
}
.woocommerce .bl-products-detail div.product .woocommerce-product-gallery {
  margin-bottom: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0px -5px 0 -5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-product-gallery .flex-control-thumbs li {
  cursor: pointer;
  position: relative;
  padding: 10px 5px 0px;
}
.woocommerce .bl-products-detail div.product .summary {
  width: calc(100% - 360px - 40px);
  margin-bottom: 0;
  padding-top: 16px;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .woocommerce-review-link {
  transition: all 0.3s;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #e9011f;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .count {
  margin-right: 4px;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .star-rating {
  font-size: 13px;
  margin-top: 0;
  width: 90px;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .star-rating:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .star-rating .rating {
  display: none;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-rating .star-rating > span:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .summary .name-product {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  color: #161616;
  word-break: break-word;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .woocommerce .bl-products-detail div.product .summary .name-product {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .woocommerce .bl-products-detail div.product .summary .name-product {
    font-size: 26px;
  }
}
.woocommerce .bl-products-detail div.product .summary .price {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: #e9011f;
  word-break: break-word;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 6px;
}
.woocommerce .bl-products-detail div.product .summary .price ins {
  text-decoration: none;
  margin-right: 15px;
  font-weight: 600;
}
.woocommerce .bl-products-detail div.product .summary .price del {
  font-weight: 400;
  font-size: 18px;
  color: #5d5d5d;
  text-decoration: line-through;
  margin-top: 6px;
}
.woocommerce .bl-products-detail div.product .summary .star-product {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #5d5d5d;
  word-break: break-word;
  margin-bottom: 29px;
}
.woocommerce .bl-products-detail div.product .summary .star-product .iconstars {
  margin-right: 5px;
}
.woocommerce .bl-products-detail div.product .summary .star-product .iconstars i {
  font-size: 12px;
  line-height: 1;
  color: #ffb606;
}
.woocommerce .bl-products-detail div.product .summary .woocommerce-product-details__short-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: #5d5d5d;
  word-break: break-word;
  margin-bottom: 26px;
  margin-top: 26px;
}
.woocommerce .bl-products-detail div.product .summary form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
  margin-top: 20px;
}
.woocommerce .bl-products-detail div.product .summary form.cart .button {
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: all 0.2s;
  height: 41px;
  padding: 0 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product {
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .name-field {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  line-height: 1.625;
  color: #161616;
  margin-right: 11px;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity {
  height: 41px;
  border: 1px solid #cccccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 5px;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-down,
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-up {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  cursor: pointer;
  padding: 6px;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-down:hover,
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-up:hover {
  color: #e9011f;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-down:active,
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .btn-num-up:active {
  color: #000;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity .num-product {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 25px;
  min-width: 1px;
  text-align: center;
  outline: none;
  margin: 0;
  background: transparent;
  padding: 0;
  border: none;
  height: 100%;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity input.num-product {
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity input.num-product::-webkit-outer-spin-button, .woocommerce .bl-products-detail div.product .summary form.cart .quanlity-product .input-quanlity input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: all 0.2s;
  height: 41px;
  background: #e9011f;
  padding: 0 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart::before, .woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart::before {
  top: 0;
  left: 0;
  right: auto;
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.woocommerce .bl-products-detail div.product .summary form.cart .btn-addcart:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
.woocommerce .bl-products-detail div.product .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 35px;
  display: inline-block;
}
.woocommerce .bl-products-detail div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: all 0.2s;
  height: 41px;
  padding: 0 25px;
  position: relative;
  z-index: 0;
}
.woocommerce .bl-products-detail div.product .summary .share-links {
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
  padding-top: 31px;
}
.woocommerce .bl-products-detail div.product .summary .share-links .name-field {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  color: #161616;
  letter-spacing: normal;
  display: inline-block;
  margin-right: 26px;
}
.woocommerce .bl-products-detail div.product .summary .share-links .item-share {
  font-size: 16px;
  line-height: 1;
  color: #727272;
  letter-spacing: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 10px;
}
.woocommerce .bl-products-detail div.product .summary .share-links .item-share:hover {
  background-color: #e9011f;
  color: #fff;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs {
  width: 100%;
  padding-top: 45px;
  overflow: hidden;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments {
  margin-bottom: 30px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  padding: 0;
  border: none;
  margin-left: 85px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta {
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 13px;
  margin-top: 0;
  width: 90px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating .rating {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating > span:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  width: 60px !important;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form {
  margin-top: 15px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form #reply-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form input[type=text], .woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form input[type=email] {
  width: 100%;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form p label {
  display: block;
  font-weight: 500;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 5px 0;
  align-items: center;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating label {
  margin-right: 5px;
  font-weight: 500;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .select2 {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars {
  margin-bottom: 0;
  line-height: 24px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a {
  margin-right: 3px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a:before {
  top: 3px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .form-submit input {
  color: #ffffff;
  background-color: #e40914;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  width: auto;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  word-break: break-word;
  margin: 0 30px 0 0;
  padding: 10px 0;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li a {
  color: inherit;
  font-weight: inherit;
  padding: 0;
  display: inline;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li:hover {
  color: #000;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li:before {
  content: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #e9011f;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li.active {
  font-weight: 600;
  color: #000;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs li.active::after {
  opacity: 1;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel {
  padding-top: 34px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #6c6c6c;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel p {
  margin-bottom: 25px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel ul {
  list-style-type: none;
  margin: 0 0 25px 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel ul li {
  word-break: break-word;
  padding-left: 17px;
  position: relative;
  transition: all 0.2s;
  margin-bottom: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e9011f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel .tab-panel > *:last-child {
  margin-bottom: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel h2 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #828282;
  margin-bottom: 25px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel ul {
  list-style-type: none;
  margin: 0 0 25px 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #828282;
  word-break: break-word;
  padding-left: 17px;
  position: relative;
  transition: all 0.2s;
  margin-bottom: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs .panel ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e9011f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  padding: 0;
  border: none;
  margin-left: 85px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .meta {
  margin-bottom: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .description .course-rate {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 13px;
  margin-top: 0;
  width: 90px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating .rating {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating > span:before {
  color: #f4b705;
  letter-spacing: 5px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  width: auto;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form {
  margin-top: 15px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form #reply-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #333333;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form input[type=text], .woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form input[type=email] {
  width: 100%;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form p label {
  display: block;
  font-weight: 500;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating {
  display: flex;
  padding: 5px 0;
  align-items: center;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating label {
  margin-right: 10px;
  font-weight: 500;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .select2 {
  display: none;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars {
  margin-bottom: 3px;
  line-height: normal;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a {
  margin-right: 3px;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .comment-form-rating .stars a:before {
  top: 3px;
  color: #f4b705;
}
.woocommerce .bl-products-detail div.product .woocommerce-tabs #reviews #review_form .comment-form .form-submit .submit {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: all 0.35s;
  height: 41px;
  background: #e9011f;
  padding: 0 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  z-index: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #ffffff;
  transition: all 0.3s;
}

.related.products, .related.bl-products-list {
  margin-top: 35px;
}
.related.products::after, .related.bl-products-list::after {
  content: "";
  display: block;
  height: 1px;
}
.related.products h2, .related.bl-products-list h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: #161616;
  word-break: break-word;
  margin-bottom: 31px;
}
.related.products .products, .related.bl-products-list .products {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .related.products .products .item-product, .related.bl-products-list .products .item-product {
    margin-bottom: 0px !important;
  }
}

.woocommerce button.button, .woocommerce a.button {
  border-radius: 0;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 15px;
}
.woocommerce table.shop_table tbody th {
  font-weight: 600;
}
.woocommerce table.shop_table .product-name a {
  color: #292929;
  font-weight: 500;
  transition: all 0.3s;
}
.woocommerce table.shop_table .product-name a:hover {
  color: #ff3b47;
}
.woocommerce .cart_totals h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  background: none;
  border: none;
  padding: 0;
  line-height: 24px;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background: none;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 165px;
  padding: 0 15px;
}
@media (max-width: 400px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
}
.woocommerce-cart table.cart td.actions .coupon .button {
  border-radius: 0;
  color: #ffffff;
  line-height: 42px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: all 0.2s;
  height: 41px;
  padding: 0 25px;
  position: relative;
  z-index: 0;
}
@media (max-width: 400px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
    display: block;
  }
}
.woocommerce-cart table.cart td.actions .button {
  color: #fff !important;
  font-weight: 400 !important;
}
.woocommerce-cart table.cart .product-quantity .name-field {
  display: none;
}
.woocommerce-cart table.cart .product-quantity .input-quanlity {
  display: flex;
  align-items: center;
}
.woocommerce-cart table.cart .product-quantity .input-quanlity input.num-product {
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce-cart table.cart .product-quantity .input-quanlity input.num-product::-webkit-outer-spin-button, .woocommerce-cart table.cart .product-quantity .input-quanlity input.num-product::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart table.cart .product-quantity .input-quanlity .input-text {
  width: 60px;
  margin: 0 10px;
  text-align: center;
}
.woocommerce-cart table.cart .product-quantity .input-quanlity > div {
  cursor: pointer;
}

@media (max-width: 767px) {
  .responsive.woocommerce .bl-products-detail div.product .media-product {
    width: 100%;
    margin-bottom: 50px;
  }
  .responsive.woocommerce .bl-products-detail div.product .summary {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .single-product .woocommerce-message {
    display: none;
  }
}

#add_payment_method #payment ul.payment_methods li > input, #add_payment_method #payment ul.payment_methods .lp-profile .lp-form-field li > input,
.woocommerce-cart #payment ul.payment_methods li > input,
.woocommerce-cart #payment ul.payment_methods .lp-profile .lp-form-field li > input,
.woocommerce-checkout #payment ul.payment_methods li > input,
.woocommerce-checkout #payment ul.payment_methods .lp-profile .lp-form-field li > input {
  display: inline-block;
}
#add_payment_method #payment ul.payment_methods li > label,
.woocommerce-cart #payment ul.payment_methods li > label,
.woocommerce-checkout #payment ul.payment_methods li > label {
  display: inline-block;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s;
  background: #e9011f;
  position: relative;
  z-index: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  transform: translateX(10px);
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 3;
}

.yith-wcwl-share li a {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  line-height: 1.2;
  transition: all 0.3s;
}
.yith-wcwl-share li a.facebook:hover {
  background: #595A5A;
  background-color: #595A5A;
}

.woocommerce form.woocommerce-cart-form table.shop_table thead tr th {
  color: #000000;
  font-weight: 500;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-remove {
  width: 60px;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
  width: 130px;
}
.woocommerce form.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail img {
  width: 100px;
}

.woocommerce form .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: 35px;
  padding: 0 15px;
  width: 100%;
  border-color: #ebebeb;
}
.woocommerce form .form-row textarea {
  padding: 10px 15px;
  line-height: inherit;
}
.woocommerce form .form-row label {
  font-weight: 500;
}
.woocommerce form.checkout input, .woocommerce form.checkout textarea, .woocommerce form.comment-form input, .woocommerce form.comment-form textarea {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce #payment #place_order {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  background: #e9011f;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  padding: 0 48px;
  font-weight: 400;
  z-index: 0;
}
.woocommerce .woocommerce-checkout #customer_details {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.woocommerce .woocommerce-checkout #customer_details .col-1, .woocommerce .woocommerce-checkout #customer_details .col-2 {
  max-width: 100%;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-checkout #customer_details .col-1, .woocommerce .woocommerce-checkout #customer_details .col-2 {
    flex: 0 1 100%;
  }
}
.woocommerce .woocommerce-checkout #customer_details h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-checkout #customer_details #ship-to-different-address label span {
  font-size: 20px;
  margin-left: 10px;
}
.woocommerce .woocommerce-checkout #order_review_heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table tr td.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

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

.woocommerce .products [class*=col-] {
  padding-bottom: 30px;
}
.woocommerce .products .heading-products {
  display: none;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.woocommerce .products .heading-products .woocommerce-ordering {
  min-width: 215px;
  margin-bottom: 0;
}
.woocommerce .products .heading-products .results {
  margin-bottom: 0;
  line-height: 40px;
}
.woocommerce .products .heading-products .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.woocommerce .products li.item-product {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.woocommerce .products li.item-product .yith-wcwl-add-to-wishlist, .woocommerce .products li.item-product .button.yith-wcqv-button {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image {
  position: relative;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-to-wishlist,
.woocommerce .products li.item-product .shop-loop-image .button.yith-wcqv-button {
  display: block;
  margin: 0 5px;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button > a {
  width: 40px;
  height: 40px;
  background-color: #e9011f;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a i,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a i,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button > a i {
  margin: 0;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-add-button span {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a {
  font-size: 0;
}
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a:before,
.woocommerce .products li.item-product .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
}
.woocommerce .products li.item-product .shop-loop-image .shop-loop-button {
  display: flex;
  flex-flow: wrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  width: 100%;
  justify-content: center;
}
.woocommerce .products li.item-product::before {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #ebebeb;
  transition: all 0.3s;
}
.woocommerce .products li.item-product:hover {
  box-shadow: 6px 10px 16px 0px rgba(0, 0, 0, 0.06);
}
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-wishlistaddedbrowse > a,
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-wishlistexistsbrowse > a,
.woocommerce .products li.item-product:hover .shop-loop-image .yith-wcwl-add-button > a {
  transform: scale(1);
  opacity: 1;
}
.woocommerce .products li.item-product:hover:before {
  opacity: 0;
}
.woocommerce .products li.item-product .media-item {
  position: relative;
}
.woocommerce .products li.item-product .media-item img {
  margin-bottom: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  max-width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  transition: all 0.3s linear;
  z-index: 0;
  z-index: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover {
  color: #fff;
}
.woocommerce .products li.item-product .media-item .btn-addcart::before, .woocommerce .products li.item-product .media-item .btn-addcart::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #e9011f;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.woocommerce .products li.item-product .media-item .btn-addcart::before {
  top: 0;
  left: 0;
  right: auto;
}
.woocommerce .products li.item-product .media-item .btn-addcart::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.woocommerce .products li.item-product .media-item .btn-addcart:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
.woocommerce .products li.item-product .media-item .added_to_cart,
.woocommerce .products li.item-product .media-item .button {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #5d5d5d;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  max-width: 100%;
  border-radius: 18px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
  transition: all 0.3s linear;
  z-index: 9;
}
.woocommerce .products li.item-product .media-item .added_to_cart.loading,
.woocommerce .products li.item-product .media-item .button.loading {
  opacity: 0.5;
}
.woocommerce .products li.item-product .media-item .button {
  bottom: -18px;
}
.woocommerce .products li.item-product .media-item .added_to_cart {
  bottom: 30px;
}
.woocommerce .products li.item-product .media-item .label-item {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #ff3b47;
  padding: 1px 11px;
  position: absolute;
  top: 19px;
  left: 18px;
}
.woocommerce .products li.item-product .media-item .label-item.sale-label {
  background-color: #614ef9;
}
.woocommerce .products li.item-product .text-item {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 39px 20px 25px 20px;
}
.woocommerce .products li.item-product .text-item .title-item {
  flex-grow: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #161616;
  word-break: break-word;
  margin-bottom: 10px;
}
.woocommerce .products li.item-product .text-item .title-item a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.375 * 2em);
  transition: all 0.2s;
}
.woocommerce .products li.item-product .text-item .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.375;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 0;
}
.woocommerce .products li.item-product .text-item .price del {
  font-weight: 500;
  font-size: 14px;
  color: #5d5d5d;
  margin: 2px 5px 0px 5px;
}
.woocommerce .products li.item-product .text-item .price ins {
  font-weight: 500;
  text-decoration: none;
  margin: 0 5px;
}
.woocommerce .woocommerce-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers, .woocommerce .woocommerce-pagination .page-numbers li {
  list-style-type: none;
  margin: 0;
  border: none;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 5px;
  transition: all 0.2s;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover {
  border-color: #e9011f;
  color: #e9011f;
  background-color: transparent;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.current {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next i {
  font-size: 20px;
  margin-left: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.next:hover {
  color: #e9011f;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev i {
  font-size: 20px;
  margin-right: 9px;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.prev:hover {
  color: #e9011f;
}

.post-type-archive-product .woocommerce-message {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce .products .heading-products {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.gallery-list {
  text-align: center;
}
.gallery-list [class*=col-] {
  padding-bottom: 40px;
}
.gallery-list .filter-gallery {
  display: inline-block;
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
}
.gallery-list .filter-gallery::before {
  content: "";
  display: block;
  width: calc(100% - 29px - 29px);
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 29px;
}
.gallery-list .filter-gallery .item-filter {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  margin: 5px 29px;
  transition: all 0.2s;
}
.gallery-list .filter-gallery .item-filter:hover {
  color: #e9011f;
}
.gallery-list .filter-gallery .item-filter.active {
  color: #e9011f;
  border-color: #e9011f;
}
.gallery-list .gallery-action {
  position: relative;
}
.gallery-list .gallery-action.loading:before {
  opacity: 0.8;
  visibility: visible;
}
.gallery-list .gallery-action.loading:after {
  display: flex;
  height: calc(100% - 40px);
  justify-content: center;
  align-items: center;
}
.gallery-list .gallery-action:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.gallery-list .gallery-action:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #222;
  z-index: 1;
  font-size: 30px;
  font-family: FontAwesome;
  animation: fa-spin 1s infinite steps(8);
  display: none;
}
.gallery-list .item-gallery {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.gallery-list .item-gallery img {
  width: 100%;
  border-radius: inherit;
}
.gallery-list .item-gallery .overlay-image {
  font-size: 45px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
}
.gallery-list .item-gallery .overlay-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #e9011f;
  opacity: 0.5;
}
.gallery-list .item-gallery .overlay-image i {
  transition: all 0.2s;
  transform: scale(0);
}
.gallery-list .item-gallery:hover .overlay-image {
  opacity: 1;
}
.gallery-list .item-gallery:hover .overlay-image i {
  transform: scale(1);
}
.gallery-list .load-more-gallery {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  height: 48px;
  background: #e9011f;
  padding: 0 45px;
  transition: all 0.2s;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.gallery-list .load-more-gallery::before, .gallery-list .load-more-gallery::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.gallery-list .load-more-gallery::before {
  top: 0;
  left: 0;
  right: auto;
}
.gallery-list .load-more-gallery::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.gallery-list .load-more-gallery:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.gallery-list .load-more-gallery:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}

.no-results form.search-form {
  position: relative;
}
.no-results form.search-form input[type=text] {
  padding-right: 70px;
}
.no-results form.search-form input[type=text]:focus {
  border-color: #e9011f;
}
.no-results form.search-form button.search-submit {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  background: #e9011f;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.no-results form.search-form button.search-submit:hover {
  background-color: #830111;
}

.bl-404-page .image-404 img {
  max-width: 100%;
}
.bl-404-page .text-404 {
  margin-bottom: 35px;
}
.bl-404-page .text-404 .sub-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #e9011f;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 5px;
}
.bl-404-page .text-404 .title {
  font-weight: 500;
  font-size: 63px;
  line-height: 1.2;
  color: #000;
  word-break: break-word;
  margin-top: 0 0 20px 0;
}
.bl-404-page .text-404 .description {
  font-weight: 300;
  font-size: 16px;
}
.bl-404-page .buttons-404 a {
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%) !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 28px;
  display: inline-table;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
  position: relative;
  z-index: 0;
  border-radius: 25px;
  background-size: 200% auto;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.bl-404-page .buttons-404 a:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.bl-event-list {
  text-align: center;
  margin: 10px 0 5px;
}
.bl-event-list .col,
.bl-event-list [class*=col-] {
  padding: 0 15px 30px;
}
.bl-event-list .feature-event {
  margin-bottom: 60px;
}
.bl-event-list .feature-event .image-event > img {
  width: 100%;
}
.bl-event-list .feature-event .image-event .slide-image {
  position: relative;
}
.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
  pointer-events: auto;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.3);
  transition: all 0.2s;
}
.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick:hover {
  background: #e9011f;
}
.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
  display: none;
}
.bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick[aria-disabled=true] {
  visibility: hidden;
}
.bl-event-list .feature-event .text-event {
  margin-top: -110px;
  width: 84.3%;
  margin-right: auto;
  margin-left: auto;
  background: #f5f4f0;
  padding: 0 0px 30px 0px;
  position: relative;
  z-index: 10;
}
.bl-event-list .feature-event .text-event .tp_event_counter {
  transform: translateY(-54px);
  background-color: transparent;
  border: none;
  padding: 0;
}
.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
  background: transparent;
  border: 0;
  padding: 0;
}
.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section {
  background-color: transparent;
  border: none;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px;
}
.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
  font-weight: 500;
  font-size: 45px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 90px;
  border-radius: 5px;
  background: #9d0115;
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  right: auto;
  background: #fff;
  opacity: 0.1;
}
.bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-period {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #6c6c6c;
}
.bl-event-list .feature-event .text-event .title-event {
  text-align: center;
  margin-bottom: 10px;
  padding: 0 15px;
  margin-top: -54px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.272727;
  color: #161616;
  text-transform: uppercase;
}
.bl-event-list .feature-event .text-event .title-event a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.272727 * 2em);
  transition: all 0.2s;
}
.bl-event-list .feature-event .text-event .title-event a:hover {
  color: #e9011f;
}
.bl-event-list .feature-event .text-event .info-event {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #5d5d5d;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl-event-list .feature-event .text-event .info-event span {
  margin: 0 15px;
}
.bl-event-list .feature-event .text-event .info-event span i {
  margin-right: 5px;
  font-size: 14px;
  color: #e9011f;
}
.bl-event-list .item-event {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: all 0.3s;
}
.bl-event-list .item-event .image-event {
  position: relative;
}
.bl-event-list .item-event .image-event .date-event {
  border-radius: 5px;
  pointer-events: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333333;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  padding: 6px 11px;
  background-color: #e9011f;
}
.bl-event-list .item-event .image-event .date-event .number-date {
  display: block;
  font-size: 14px;
}
.bl-event-list .item-event .image-event .label-event {
  pointer-events: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 15px;
}
.bl-event-list .item-event .image-event img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.bl-event-list .item-event .text-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 25px 18px;
  transition: all 0.3s;
}
.bl-event-list .item-event .text-event .title-event {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  word-break: break-word;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.bl-event-list .item-event .text-event .title-event a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.5 * 1em);
  transition: all 0.2s;
}
.bl-event-list .item-event .text-event .title-event a:hover {
  color: #e9011f;
}
.bl-event-list .item-event .text-event .info-event {
  flex-grow: 1;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 22px;
}
.bl-event-list .item-event .text-event .info-event li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #5d5d5d;
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.bl-event-list .item-event .text-event .info-event li:first-child {
  text-transform: uppercase;
}
.bl-event-list .item-event .text-event .info-event li:last-child {
  margin-bottom: 0;
}
.bl-event-list .item-event .text-event .info-event li i {
  color: #e9011f;
  position: absolute;
  top: 3px;
  left: 0;
}
.bl-event-list .item-event .text-event .author-event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.bl-event-list .item-event .text-event .author-event .ava-author {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.bl-event-list .item-event .text-event .author-event .ava-author img {
  border-radius: inherit;
}
.bl-event-list .item-event .text-event .author-event .text-author {
  width: calc(100% - 40px - 15px);
  align-self: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.375;
  color: #5d5d5d;
  word-break: break-word;
}
.bl-event-list .item-event .text-event .author-event .text-author .name-author {
  display: block;
}
.bl-event-list .item-event .text-event .author-event .text-author a {
  font-weight: 600;
  transition: all 0.2s;
  text-transform: capitalize;
}
.bl-event-list .item-event:hover {
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px rgba(105, 105, 105, 0.08);
}
.bl-event-list .item-event:hover .text-event {
  border-color: transparent;
}
.bl-event-list .load-more-events {
  background-image: linear-gradient(to right, #2955e9 0%, #9578e4 45%, #2955e9 100%) !important;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 28px;
  display: inline-table;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  border: none;
  transition: 0.5s;
  position: relative;
  z-index: 0;
  border-radius: 25px;
  background-size: 200% auto;
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
  color: #fff;
  font-size: 14px;
  margin: 30px 0 0 0;
}
.bl-event-list .load-more-events:hover {
  background-position: right center;
}
@media (max-width: 991px) {
  .bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick {
    padding: 0 20px;
  }
  .bl-event-list .feature-event .image-event .slide-image .wrap-arrow-slick .arow-slick {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }
  .bl-event-list .feature-event .text-event {
    margin-top: -80px;
    width: 84.3%;
  }
  .bl-event-list .feature-event .text-event .tp_event_counter {
    transform: translateY(-49px);
  }
  .bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 35px;
    line-height: 80px;
    width: 76px;
    height: 80px;
  }
  .bl-event-list .feature-event .text-event .title-event {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bl-event-list .feature-event .text-event {
    margin-top: 0px;
    width: 100%;
  }
  .bl-event-list .feature-event .text-event .title-event {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bl-event-list .feature-event .text-event .tp_event_counter {
    transform: translateY(-41px);
  }
  .bl-event-list .feature-event .text-event .tp_event_counter .countdown-row .countdown-section .countdown-amount {
    font-size: 22px;
    line-height: 60px;
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991px) {
  .bl-event-detail > .row > [class*=col-]:nth-child(1) {
    padding-bottom: 100px;
  }
}
.bl-event-detail .detail-event {
  margin-bottom: 20px;
}
.bl-event-detail .detail-event .title-event {
  font-size: 35px;
  line-height: 1.3;
  word-break: break-word;
  margin-top: -9px;
  margin-bottom: 30px;
}
.bl-event-detail .detail-event .image-event {
  margin-bottom: 33px;
}
.bl-event-detail .detail-event .image-event img {
  width: 100%;
}
.bl-event-detail .detail-event .content-event {
  height: 100%;
  padding-right: 9%;
  border-right: 1px solid rgba(235, 235, 235, 0.5);
}
.bl-event-detail .detail-event .content-event h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: break-word;
  padding-top: 5px;
}
.bl-event-detail .detail-event .content-event h4:first-child {
  padding-top: 0;
}
.bl-event-detail .detail-event .content-event > *:last-child {
  margin-bottom: 0;
}
.bl-event-detail .detail-event .info-event .item-info {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 27px;
}
.bl-event-detail .detail-event .info-event .item-info:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bl-event-detail .detail-event .info-event .item-info .name-info {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 14px;
}
.bl-event-detail .detail-event .info-event .item-info .value-info {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bl-event-detail .detail-event .info-event .item-info .value-info li {
  color: #6c6c6c;
  line-height: 1.75;
  margin-bottom: 0;
  position: relative;
  word-break: break-word;
  padding-left: 23px;
}
.bl-event-detail .detail-event .info-event .item-info .value-info li a {
  color: inherit;
  transition: all 0.2s;
}
.bl-event-detail .detail-event .info-event .item-info .value-info li a:hover {
  color: #e9011f;
}
.bl-event-detail .detail-event .info-event .item-info .value-info li i {
  font-size: 15px;
  color: #e9011f;
  position: absolute;
  top: 6px;
  left: 0;
}
.bl-event-detail .detail-event .info-event .item-info.share-link .name-info {
  display: inline-block;
  margin-right: 15px;
}
.bl-event-detail .detail-event .info-event .item-info.share-link .socials {
  display: inline-block;
}
.bl-event-detail .detail-event .info-event .item-info.share-link .socials a {
  color: #bfbfbf;
  line-height: 1.75;
  display: inline-block;
  margin-right: 15px;
  transition: all 0.2s;
}
.bl-event-detail .detail-event .info-event .item-info.share-link .socials a:hover {
  color: #e9011f;
}
.bl-event-detail .detail-event .info-event .item-info.share-link .socials a i {
  position: static;
  color: inherit;
  font-size: inherit;
}
.bl-event-detail .detail-event .col,
.bl-event-detail .detail-event [class*=col-] {
  padding-bottom: 50px;
}
.bl-event-detail .author-event {
  border: 1px solid #e7e7e7;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 73px;
}
.bl-event-detail .author-event .ava-author {
  width: 87px;
}
.bl-event-detail .author-event .ava-author img {
  width: 100%;
  border-radius: 50%;
}
.bl-event-detail .author-event .text-author {
  width: calc(100% - 87px - 21px);
  align-self: center;
}
.bl-event-detail .author-event .text-author .name-author {
  font-weight: 400;
  margin-bottom: 9px;
}
.bl-event-detail .author-event .text-author .description-author {
  line-height: 1.625;
}
@media (max-width: 575px) {
  .bl-event-detail .author-event .ava-author {
    width: 50px;
  }
  .bl-event-detail .author-event .text-author {
    width: calc(100% - 50px - 15px);
  }
}
.bl-event-detail .form-join-event .title-form {
  font-size: 30px;
  margin-bottom: 30px;
}
.bl-event-detail .form-join-event form .row {
  margin-right: -10px;
  margin-left: -10px;
}
.bl-event-detail .form-join-event form .row .col,
.bl-event-detail .form-join-event form .row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}
.bl-event-detail .form-join-event form label {
  display: block;
  width: 100%;
}
.bl-event-detail .form-join-event form label textarea,
.bl-event-detail .form-join-event form label input {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  width: 100%;
  background: transparent;
  padding: 0 18px;
  border: 1px solid #e5e5e5;
}
.bl-event-detail .form-join-event form label textarea:focus,
.bl-event-detail .form-join-event form label input:focus {
  border-color: #e9011f;
}
.bl-event-detail .form-join-event form label textarea::-webkit-input-placeholder,
.bl-event-detail .form-join-event form label input::-webkit-input-placeholder {
  color: #6c6c6c;
}
.bl-event-detail .form-join-event form label textarea:-moz-placeholder,
.bl-event-detail .form-join-event form label input:-moz-placeholder {
  color: #6c6c6c;
}
.bl-event-detail .form-join-event form label textarea::-moz-placeholder,
.bl-event-detail .form-join-event form label input::-moz-placeholder {
  color: #6c6c6c;
}
.bl-event-detail .form-join-event form label textarea:-ms-input-placeholder,
.bl-event-detail .form-join-event form label input:-ms-input-placeholder {
  color: #6c6c6c;
}
.bl-event-detail .form-join-event form label input {
  height: 50px;
}
.bl-event-detail .form-join-event form label textarea {
  display: block;
  margin-bottom: 0;
  min-height: 200px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.bl-event-detail .form-join-event form button {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-width: 200px;
  overflow: hidden;
  height: 50px;
  background: #e9011f;
  padding: 0 72px;
  transition: all 0.2s;
  margin-top: 40px;
}
.bl-event-detail .form-join-event form button:hover {
  background: #9d0115;
}
@media (max-width: 767px) {
  .bl-event-detail .detail-event .title-event {
    font-size: 28px;
  }
  .bl-event-detail .detail-event .content-event {
    padding-right: 0;
    border-right: none;
  }
}

.buy-ticket {
  padding: 0px 26px 84px 26px;
  border: 1px solid #ebebeb;
}
.buy-ticket .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #614ef9;
  padding: 19px 15px;
  margin: -1px -27px 7px -27px;
}
.buy-ticket .info-ticket .item-info {
  line-height: 1.5;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ebebeb;
}
.buy-ticket .info-ticket .item-info .name {
  font-weight: 300;
  color: #5d5d5d;
  padding: 4px 15px 4px 0px;
}
.buy-ticket .info-ticket .item-info .value {
  font-weight: 600;
  color: #161616;
}
.buy-ticket .info-ticket .item-info .value.special-value {
  color: #e9011f;
}
.buy-ticket .info-ticket .item-info .value input[type=number],
.buy-ticket .info-ticket .item-info .value input[type=text] {
  font-weight: 600;
  font-size: 16px;
  color: #161616;
  width: 44px;
  height: 31px;
  border-color: #ebebeb;
  padding: 0 5px;
  text-align: center;
}
.buy-ticket .info-ticket .pay-info {
  flex-wrap: wrap;
}
.buy-ticket .info-ticket .pay-info .value {
  width: 100%;
}
.buy-ticket .info-ticket .pay-info .value label {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.buy-ticket .info-ticket .pay-info .value label .image-input {
  width: calc(100% - 17px - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebebeb;
}
.buy-ticket .info-ticket .pay-info .value label .image-input img {
  max-width: 100%;
  max-height: 100%;
}
.buy-ticket .info-ticket .pay-info .value label .icon-radio {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  padding: 3px;
}
.buy-ticket .info-ticket .pay-info .value label .icon-radio::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e9011f;
  opacity: 0;
}
.buy-ticket .info-ticket .pay-info .value label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.buy-ticket .info-ticket .pay-info .value label input[type=radio]:checked ~ .icon-radio::before {
  opacity: 1;
}
.buy-ticket .buttons-ticket {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 25px;
}
.buy-ticket .buttons-ticket a,
.buy-ticket .buttons-ticket button {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 48px;
  background: #e9011f;
  padding: 0 40px;
  transition: all 0.2s;
  position: relative;
  z-index: 0;
  border-radius: 60px;
}
.buy-ticket .buttons-ticket .event_button_disable {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 48px;
  background: #e9011f;
  padding: 0 40px;
  transition: all 0.2s;
  cursor: no-drop;
}
.buy-ticket .notice-ticket {
  font-weight: 300;
  font-size: 16px;
  color: #6c6c6c;
  line-height: 1.5;
  text-align: center;
}

.bl-courses-list {
  text-align: center;
}
.bl-courses-list [class*=col-] {
  padding: 0 15px 30px;
}
.bl-courses-list .courses-group {
  margin-left: -15px;
  margin-right: -15px;
}
.bl-courses-list .item-course {
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.bl-courses-list .item-course .image-course {
  position: relative;
  overflow: hidden;
}
.bl-courses-list .item-course .image-course a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.bl-courses-list .item-course .image-course .image-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.bl-courses-list .item-course .image-course .price-course {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 0;
  left: auto;
  background: #e9011f;
  padding: 5px 10px;
}
.bl-courses-list .item-course .image-course .price-course .origin-price {
  text-decoration: line-through;
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  font-style: italic;
  padding: 0 5px 0 0;
  font-weight: 400;
}
.bl-courses-list .item-course .image-course .price-course:before {
  content: "";
  position: absolute;
  bottom: 0;
}
.bl-courses-list .item-course .image-course:hover img {
  transform: scale(1.1);
}
.bl-courses-list .item-course .course-info {
  background: #1e52e6;
  width: 100%;
  height: 3px;
  position: relative;
  margin: -2px 0 0 0;
}
.bl-courses-list .item-course .text-course {
  flex-grow: 1;
  padding: 23px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #f3f3f3;
  border-top: none;
  transition: all 0.3s;
  border-radius: 3px;
}
.bl-courses-list .item-course .text-course::after {
  content: "";
  display: block;
  order: 3;
  flex-grow: 1;
}
.bl-courses-list .item-course .text-course .author-course {
  width: 100%;
  margin-top: -45px;
}
.bl-courses-list .item-course .text-course .author-course .img-user-courses {
  display: flex;
  justify-content: center;
  margin-top: 0;
  position: relative;
  margin-bottom: 5px;
}
.bl-courses-list .item-course .text-course .author-course .img-user-courses a {
  background-color: #fff;
  width: 40px;
  border-radius: 50%;
  padding: 3px;
}
.bl-courses-list .item-course .text-course .author-course .img-user-courses a img {
  width: 100%;
  border-radius: 50%;
}
.bl-courses-list .item-course .text-course .author-course a {
  font-weight: 300;
  font-size: 14px;
  transition: all 0.2s;
}
.bl-courses-list .item-course .text-course .title-course {
  order: 1;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.625;
  color: #000;
  word-break: break-word;
  margin: 15px 0 0 0;
  text-align: center;
}
.bl-courses-list .item-course .text-course .title-course a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.625 * 2em);
  transition: all 0.2s;
}
.bl-courses-list .item-course .text-course .title-course a:hover {
  color: #e9011f;
}
.bl-courses-list .item-course .text-course .description-course {
  order: 2;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.625;
  color: #6c6c6c;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.625 * 3em);
  margin-bottom: 22px;
  text-align: left;
}
.bl-courses-list .item-course .text-course .foot-item {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #6c6c6c;
  order: 4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 20px 20px;
  justify-content: space-between;
}
.bl-courses-list .item-course .text-course .foot-item span a {
  transition: all 0.2s;
}
.bl-courses-list .item-course .text-course .foot-item span a i {
  margin-right: 2px;
}
.bl-courses-list .item-course .text-course .foot-item span a i[class*=star] {
  color: #f8b56c;
}
@media (max-width: 480px) {
  .bl-courses-list .item-course .text-course {
    padding: 33px 15px 0px 15px;
  }
}
.bl-courses-list .item-course:hover {
  box-shadow: 0px 15px 20px 0px rgba(105, 105, 105, 0.08);
}
.bl-courses-list .item-course:hover .text-course {
  border-color: transparent;
}
.bl-courses-list .load-more-courses {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 48px;
  background: #ff3b47;
  padding: 0 43px;
  margin-top: 20px;
  transition: all 0.2s;
  position: relative;
  z-index: 0;
}
.bl-courses-list .load-more-courses::before, .bl-courses-list .load-more-courses::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.bl-courses-list .load-more-courses::before {
  top: 0;
  left: 0;
  right: auto;
}
.bl-courses-list .load-more-courses::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.bl-courses-list .load-more-courses:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.bl-courses-list .load-more-courses:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}

.bl-courses-detail .course-remaining-time {
  margin-top: 20px;
  margin-bottom: 30px;
}
.bl-courses-detail .course-remaining-time .lp-label.label-enrolled {
  background-color: #FA3B44;
  border-radius: 0;
}
.bl-courses-detail .title-course-detail {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.3;
  color: #161616;
  word-break: break-word;
  margin-bottom: 16px;
}
.bl-courses-detail .info-course-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 25px;
}
.bl-courses-detail .info-course-detail .meta-info {
  flex-grow: 1;
  list-style-type: none;
  padding: 0;
  margin: 0px 0 0px 48px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .bl-courses-detail .info-course-detail .meta-info {
    flex-direction: column;
    margin-left: 0;
  }
}
.bl-courses-detail .info-course-detail .meta-info img {
  display: block;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -48px;
}
@media (max-width: 767px) {
  .bl-courses-detail .info-course-detail .meta-info img {
    position: inherit;
    left: 0;
    display: none;
  }
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info {
  font-size: 14px;
  line-height: 1.5;
  min-height: 53px;
  display: inline-block;
  padding: 4px 20px 0px 20px;
  margin: 5px 0;
  position: relative;
}
@media (max-width: 767px) {
  .bl-courses-detail .info-course-detail .meta-info .item-meta-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info + .item-meta-info::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 6px);
  background-color: #eaeaea;
  position: absolute;
  top: 3px;
  left: 0px;
}
@media (max-width: 767px) {
  .bl-courses-detail .info-course-detail .meta-info .item-meta-info + .item-meta-info::before {
    display: none;
  }
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .name {
  display: block;
  font-weight: 300;
  color: #6c6c6c;
  margin-bottom: 4px;
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value {
  display: flex;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value .review-stars-rated {
  margin-right: 5px;
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value a {
  color: inherit;
  transition: all 0.2s;
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value a:hover {
  color: #e9011f;
}
.bl-courses-detail .info-course-detail .meta-info .item-meta-info .value .stars {
  color: #f8b944;
  margin-right: 5px;
}
.bl-courses-detail .info-course-detail .price {
  display: flex;
  align-items: center;
}
@media (min-width: 400px) {
  .bl-courses-detail .info-course-detail .price {
    text-align: right;
  }
}
.bl-courses-detail .info-course-detail .price .price-course {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: #000;
  vertical-align: middle;
  padding-right: 15px;
}
.bl-courses-detail .info-course-detail .price .price-course .origin-price {
  font-weight: 300;
  text-decoration: line-through;
  color: #828282;
  font-size: 20px;
  margin-right: 5px;
}
.bl-courses-detail .info-course-detail .price .lp-course-buttons {
  display: block;
  margin-bottom: 0;
  vertical-align: middle;
}
.bl-courses-detail .info-course-detail .price .lp-course-buttons .woocommerce-message {
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.bl-courses-detail .info-course-detail .price .lp-course-buttons .woocommerce-message:before {
  display: none;
}
.bl-courses-detail .info-course-detail .price .lp-course-buttons .lp-button {
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}
.bl-courses-detail .info-course-detail .price .lp-course-buttons .lp-button.button-enroll-course {
  background-color: #e9011f;
}
.bl-courses-detail .info-course-detail .btn-buy {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
}
.bl-courses-detail .info-course-detail .btn-buy:hover {
  background: #9d0115;
}
.bl-courses-detail .media-course-detail {
  position: relative;
  margin-bottom: 40px;
}
.bl-courses-detail .media-course-detail .date-and-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
}
.bl-courses-detail .media-course-detail .date-course {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #e9011f;
  padding: 14px 13px;
}
.bl-courses-detail .media-course-detail .date-course .number {
  display: block;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 2px;
}
.bl-courses-detail .media-course-detail .btn-play {
  width: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(37, 37, 37, 0.5);
}
.bl-courses-detail .media-course-detail .btn-play i {
  font-size: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 0.8;
  padding-left: 5px;
  transition: all 0.2s;
}
.bl-courses-detail .media-course-detail .btn-play:hover i {
  background-color: #e9011f;
  opacity: 1;
}
.bl-courses-detail .media-course-detail img {
  width: 100%;
}
.bl-courses-detail .content-course-detail {
  margin-bottom: 48px;
}
.bl-courses-detail .content-course-detail .thim-nav-tabs {
  list-style-type: none;
  padding: 0;
  margin: 0 -3px 54px -3px;
  display: flex;
  align-items: stretch;
}
.bl-courses-detail .content-course-detail .thim-nav-tabs li {
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(235, 235, 235, 0.4);
  margin: 0 3px;
  padding: 10px;
  min-height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 1200px) {
  .bl-courses-detail .content-course-detail .thim-nav-tabs li {
    flex-direction: column;
  }
}
.bl-courses-detail .content-course-detail .thim-nav-tabs li::after {
  content: "";
  display: block;
  border-right: 8px solid #e9011f;
  border-top: 8px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .bl-courses-detail .content-course-detail .thim-nav-tabs li span {
    display: none;
  }
}
.bl-courses-detail .content-course-detail .thim-nav-tabs li i {
  margin-right: 9px;
}
@media (max-width: 1200px) {
  .bl-courses-detail .content-course-detail .thim-nav-tabs li i {
    display: block;
  }
}
@media (max-width: 767px) {
  .bl-courses-detail .content-course-detail .thim-nav-tabs li i {
    margin-right: 0;
    font-size: 16px;
  }
}
.bl-courses-detail .content-course-detail .thim-nav-tabs li:hover, .bl-courses-detail .content-course-detail .thim-nav-tabs li.active {
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
  background-color: #fff;
  color: #e9011f;
}
.bl-courses-detail .content-course-detail .thim-nav-tabs li:hover:after, .bl-courses-detail .content-course-detail .thim-nav-tabs li.active:after {
  opacity: 1;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content {
  height: 100%;
  padding-right: 40px;
  border-right: 1px solid rgba(235, 235, 235, 0.5);
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #6c6c6c;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: break-word;
  padding-top: 2px;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content h4:first-child {
  padding-top: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content ul {
  list-style-type: none;
  margin: 0 0 1.75rem 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6c6c6c;
  word-break: break-word;
  padding-left: 17px;
  position: relative;
  transition: all 0.2s;
  margin-bottom: 11px;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content ul li:last-child {
  margin-bottom: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e9011f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .detail-content > *:last-child {
  margin-bottom: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .course-feature h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 9px;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .course-feature ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .course-feature ul li {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #161616;
  word-break: break-word;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  padding: 18px 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .course-feature ul li span {
  font-weight: 400;
  color: #6c6c6c;
  display: inline-block;
  width: 65%;
  padding-right: 15px;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .course-feature ul li:last-child {
  border-bottom: none;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #e9011f;
  position: relative;
  z-index: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review::before, .bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review::after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #b60118;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review::before {
  top: 0;
  left: 0;
  right: auto;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review::after {
  bottom: 0;
  left: auto;
  right: 0;
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.bl-courses-detail .content-course-detail .thim-content-tabs .write-a-review:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
.bl-courses-detail .share-course-detail {
  letter-spacing: 6px;
}
.bl-courses-detail .share-course-detail .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375;
  color: #000;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  margin-right: 8px;
}
.bl-courses-detail .share-course-detail .link-share {
  font-size: 16px;
  line-height: 1;
  color: #9f9f9f;
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #e9e9e9;
  margin: 5px 0;
  transition: all 0.2s;
}
.bl-courses-detail .share-course-detail .link-share:hover {
  background-color: #e9011f;
  border-color: #e9011f;
  color: #fff;
}

.related-course {
  padding-top: 65px;
}
.related-course .related-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: #161616;
  word-break: break-word;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  padding-bottom: 20px;
  padding-right: 110px;
  margin-bottom: 40px;
}
.related-course .slide-courses {
  position: relative;
}
.related-course .slide-courses .slide-slick {
  overflow: hidden;
  margin-right: -20px;
  margin-left: -20px;
}
.related-course .slide-courses .slide-slick .slick-list .slick-track {
  margin-left: 0;
}
.related-course .slide-courses .slide-slick .item-slick {
  padding: 0 20px 30px 20px;
}
.related-course .slide-courses .wrap-arrow-slick {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -104px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -3px;
}
.related-course .slide-courses .wrap-arrow-slick .arow-slick {
  pointer-events: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #bfbfbf;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  transition: all 0.2s;
  margin: 0 3px;
}
.related-course .slide-courses .wrap-arrow-slick .arow-slick:hover {
  color: #fff;
  border-color: #e9011f;
  background: #e9011f;
}
.related-course .slide-courses .wrap-arrow-slick .arow-slick.slick-arrow.slick-hidden {
  display: none;
}
.related-course .slide-courses .wrap-arrow-slick .arow-slick[aria-disabled=true] {
  visibility: hidden;
}
.related-course .item-course {
  border-radius: 3px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
.related-course .item-course .image-course {
  position: relative;
  overflow: hidden;
}
.related-course .item-course .image-course a img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease 0s;
}
.related-course .item-course .image-course .image-border {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.related-course .item-course .image-course .price-course {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 0;
  left: auto;
  background: #e9011f;
  padding: 5px 10px;
}
.related-course .item-course .image-course .price-course .origin-price {
  text-decoration: line-through;
  color: #fff;
  opacity: 0.8;
}
.related-course .item-course .image-course:hover img {
  transform: scale(1.1);
}
.related-course .item-course .text-course {
  flex-grow: 1;
  padding: 23px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #f3f3f3;
  border-top: none;
  transition: all 0.3s;
}
.related-course .item-course .text-course::after {
  content: "";
  display: block;
  order: 3;
  flex-grow: 1;
}
.related-course .item-course .text-course .author-course {
  width: 100%;
  margin-top: -45px;
}
.related-course .item-course .text-course .author-course .img-user-courses {
  display: grid;
  margin-top: 0;
  position: relative;
  margin-bottom: 5px;
  justify-content: center;
}
.related-course .item-course .text-course .author-course .img-user-courses a {
  background-color: #fff;
  width: 40px;
  border-radius: 50%;
  padding: 3px;
}
.related-course .item-course .text-course .author-course .img-user-courses a img {
  width: 100%;
  border-radius: 50%;
}
.related-course .item-course .text-course .author-course a {
  display: grid;
  font-weight: 300;
  font-size: 14px;
  justify-content: center;
}
.related-course .item-course .text-course .title-course {
  order: 1;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.625;
  color: #000;
  word-break: break-word;
  margin: 15px 0 0 0;
  text-align: center;
}
.related-course .item-course .text-course .title-course a {
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.625 * 2em);
  transition: all 0.2s;
}
.related-course .item-course .text-course .title-course a:hover {
  color: #e9011f;
}
.related-course .item-course .text-course .description-course {
  order: 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #6c6c6c;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: calc(1.625 * 3em);
  margin-bottom: 22px;
}
.related-course .item-course .text-course .foot-item {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  color: #6c6c6c;
  order: 4;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px 20px 20px;
  justify-content: space-between;
}
.related-course .item-course .text-course .foot-item .author-course {
  width: 61%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}
.related-course .item-course .text-course .foot-item .author-course img {
  width: 35px;
  border-radius: 50%;
}
.related-course .item-course .text-course .foot-item .author-course a {
  width: calc(100% - 35px - 12px);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #161616;
  transition: all 0.2s;
}
.related-course .item-course .text-course .foot-item .author-course a:hover {
  color: #e9011f;
}
.related-course .item-course .text-course .foot-item span i {
  margin-right: 2px;
}
.related-course .item-course .text-course .foot-item span i[class*=star] {
  color: #f8b56c;
}
@media (max-width: 480px) {
  .related-course .item-course .text-course {
    padding: 33px 15px 0px 15px;
  }
}
.related-course .item-course:hover {
  box-shadow: 13px 15px 15px 0px rgba(105, 105, 105, 0.08);
}
.related-course .item-course:hover .text-course {
  border-color: transparent;
}

.course-curriculum {
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
.course-curriculum .learn-press-course-results-progress {
  margin: 30px 20px 0;
}
.course-curriculum .learn-press-breadcrumb {
  display: none;
}
.course-curriculum .section-heading {
  font-size: 18px;
  color: #888;
  font-weight: 300;
  line-height: 1.5;
  width: auto;
  margin-right: 0;
  letter-spacing: 0.3px;
  padding: 24px 28px 14px;
  border-bottom: 0;
  position: relative;
}
.course-curriculum .section-heading .meta {
  position: absolute;
  top: 24px;
  right: 28px;
}
.course-curriculum .section-heading.has_description {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.course-curriculum .section-description {
  font-size: 16px;
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
.course-curriculum .curriculum-empty {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
.course-curriculum .curriculum-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  padding-top: 28px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .course-curriculum .curriculum-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .course-curriculum .curriculum-heading .meta-section {
    display: flex;
    flex-direction: column;
  }
}
.course-curriculum .curriculum-heading .search {
  display: none;
}
.course-curriculum .curriculum-heading .title {
  padding-right: 15px;
}
.course-curriculum .curriculum-heading .title .course-curriculum-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #292929;
  text-transform: uppercase;
}
.course-curriculum .curriculum-heading .courses-lessons {
  margin-right: 0;
  margin-left: auto;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .course-curriculum .curriculum-heading .courses-lessons {
    text-align: right;
  }
}
.course-curriculum .curriculum-heading .courses-lessons .total-lessons {
  font-weight: 300;
  color: #7c7c7c;
}
.course-curriculum .curriculum-heading .courses-lessons .text {
  font-weight: 500;
  color: #292929;
}
.course-curriculum .curriculum-heading .courses-time {
  width: 140px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .course-curriculum .curriculum-heading .courses-time {
    text-align: right;
  }
}
.course-curriculum .curriculum-heading .courses-time .time {
  font-weight: 300;
  color: #7c7c7c;
}
.course-curriculum .curriculum-heading .courses-time .text {
  font-weight: 500;
  color: #292929;
}
.course-curriculum .curriculum-sections .section .section-heading {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 21px;
  color: #292929;
  background-color: rgba(235, 235, 235, 0.4);
  padding-left: 50px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
.course-curriculum .curriculum-sections .section .section-heading::before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  color: #e9011f;
  line-height: 1;
  position: absolute;
  top: 33px;
  left: 25px;
}
.course-curriculum .curriculum-sections .section .section-heading .title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  color: #7c7c7c;
  padding-right: 15px;
}
.course-curriculum .curriculum-sections .section .section-heading .courses-lessons {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #7c7c7c;
}
.course-curriculum .curriculum-sections .section .section-heading .courses-time {
  text-align: right;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
}
@media (min-width: 768px) {
  .course-curriculum .curriculum-sections .section .section-heading .courses-time {
    width: 130px;
  }
}
.course-curriculum .curriculum-sections .section.active-accordion .section-heading:before {
  content: "";
}
.course-curriculum .curriculum-sections .section .section-content {
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
  margin-bottom: 0;
  margin-left: 0;
}
.course-curriculum .curriculum-sections .section .section-content .course-item {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  padding: 20px;
  border-bottom: 1px solid rgba(124, 124, 124, 0.2);
}
@media (min-width: 768px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item {
    align-items: center;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item:last-child {
  border-bottom: none;
}
.course-curriculum .curriculum-sections .section .section-content .course-item.status-completed.passed .courses-time {
  display: none;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .meta-rank {
  flex: 0 1 15%;
}
@media (max-width: 1300px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .meta-rank {
    flex: 0 1 100%;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item .meta-rank .rank {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #82828D;
  display: flex;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .meta-rank .rank .index .label {
  display: none;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .course-format-icon {
  width: 25px;
  font-size: 16px;
  color: #e9011f;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.75;
  flex: 0 1 85%;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .item-name {
  font-weight: 500;
  color: #82828D;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.2s;
  padding-left: 5px;
}
@media (max-width: 1300px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .item-name {
    padding-left: 0;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta {
  font-weight: 300;
  color: #383838;
  transition: all 0.2s;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta > span:first-child {
    margin-left: 0;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .final-quiz {
  margin-left: 15px;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .courses-time {
  text-align: right;
}
@media (min-width: 768px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .courses-time {
    margin: 0 5px;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status {
  color: #fff;
  border-radius: 50%;
  background-color: #e9011f;
  width: 22px;
  line-height: 22px;
  display: block;
  height: 22px;
  text-align: center;
  margin: 0 5px;
}
@media (max-width: 1300px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status {
    position: absolute;
    top: -25px;
    right: 0;
  }
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status.item-status-completed:before, .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status.item-status-passed:before {
  content: "";
  font-size: 16px;
  font-family: FontAwesome;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status.item-status-failed {
  background-color: #c55757;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status.item-status-failed:before {
  content: "";
  font-size: 16px;
  font-family: FontAwesome;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-has-status.item-status-viewed {
  display: none;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link:hover .item-name,
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link:hover .course-item-meta,
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link:hover .lp-label {
  color: #e9011f !important;
}
.course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link:before {
  display: none;
}
@media (max-width: 1300px) {
  .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link {
    flex: 0 1 100%;
  }
}
.course-curriculum .curriculum-sections .section.active-dropdown .section-heading {
  border-color: transparent;
}
.course-curriculum .curriculum-sections .section.active-dropdown .section-heading::before {
  content: "";
}
@media (min-width: 768px) {
  .course-curriculum .courses-lessons {
    white-space: nowrap;
  }
}

.reviews {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-top: 50px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .reviews {
    display: flex;
  }
}
.reviews .average-rating {
  margin-right: 50px;
  text-align: center;
  width: 200px;
  display: block;
  height: 198px;
  border: 3px solid #ff3b47;
}
@media (max-width: 767px) {
  .reviews .average-rating {
    margin-bottom: 30px;
  }
}
.reviews .average-rating .number-rate {
  padding-bottom: 5px;
  font-size: 75px;
  font-weight: 700;
  padding-top: 36px;
  margin-bottom: -6px;
  display: block;
  line-height: 70px;
  color: #ff3b47;
}
.reviews .average-rating .star {
  letter-spacing: -2.5px;
  line-height: 20px;
  padding: 6px 0 0;
}
.reviews .average-rating .star i {
  color: #ff3b47;
}
.reviews .average-rating .review-stars-rated {
  width: 75px;
  position: relative;
  display: inline-block;
}
.reviews .average-rating .review-stars-rated .review-stars.empty {
  color: #ff3b47;
  width: 75px;
  font-size: 16px;
  height: 20px;
  font-family: FontAwesome;
}
.reviews .average-rating .review-stars-rated .review-stars.empty:before {
  content: "";
  line-height: 1;
  vertical-align: top;
}
.reviews .average-rating .review-stars-rated .review-stars.empty:after {
  clear: both;
  content: "";
  display: block;
}
.reviews .average-rating .review-number {
  font-size: 16px;
  font-weight: 400;
  color: #2b3339;
  text-transform: capitalize;
}
.reviews .detailed_rating {
  flex-grow: 1;
  margin: -4px 0 0;
  display: block;
}
.reviews .detailed_rating .course-rate {
  margin-top: 0;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.reviews .detailed_rating .course-rate .number-star {
  font-size: 18px;
  color: #2b3339;
  display: block;
  float: left;
  min-width: 70px;
  font-weight: 400;
  margin-right: 5px;
}
.reviews .detailed_rating .course-rate .review-bar {
  background-color: #ececec;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% - 174px);
  height: 15px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .reviews .detailed_rating .course-rate .review-bar {
    width: 100%;
  }
}
.reviews .detailed_rating .course-rate .review-bar .rating {
  background: #ff3b47;
  height: 15px;
}
.reviews .detailed_rating .course-rate .percent {
  font-weight: 300;
  font-size: 18px;
}

.instructor {
  padding-left: 0;
  border: 1px solid rgba(124, 124, 124, 0.2);
  margin-top: 42px;
}
.instructor .instructor-title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #292929;
  margin-left: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 35px;
  margin-right: 26px;
}
.instructor .list .item {
  padding: 35px 30px;
}
@media (min-width: 768px) {
  .instructor .list .item {
    display: flex;
    align-items: stretch;
  }
}
.instructor .list .item .content .title {
  margin-bottom: 4px;
}
.instructor .list .item .content .title a {
  line-height: 1.5;
  color: #292929;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.35s;
}
.instructor .list .item .content .title a:hover {
  color: #e9011f;
}
.instructor .list .item .content .info {
  margin-bottom: 25px;
}
.instructor .list .item .content .para {
  margin-bottom: 0;
}
.instructor .list .item .pic {
  width: 147px;
}
@media (min-width: 768px) {
  .instructor .list .item .pic {
    margin-right: 27px;
  }
}
.instructor .list .item .pic img {
  width: 100%;
  border-radius: 50%;
}
.instructor .list .item .pic .social-link {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.instructor .list .item .pic .social-link a {
  transition: all 0.3s;
}
.instructor .list .item .pic .social-link a i {
  font-size: 18px;
  color: #bfbfbf;
}
.instructor .list .item .pic .social-link a:hover i {
  color: #ff3b47;
}
@media (min-width: 768px) {
  .instructor .list .item .content {
    width: calc(100% - 147px - 27px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.instructor .list .item .content .para {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.666666;
  color: #7c7c7c;
  margin-bottom: 25px;
}
.instructor .list .item .content .info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #7c7c7c;
}
.instructor .list .item .content .info .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.444444;
  color: #383838;
}

.lp-landing:not(.course-item-popup) .course-curriculum .learn-press-breadcrumb,
.lp-landing:not(.course-item-popup) .course-curriculum .learn-press-course-results-progress,
.lp-landing:not(.course-item-popup) .course-curriculum .curriculum-heading .search {
  display: none;
}

body.learnpress.course-item-popup .course-curriculum .curriculum-heading {
  display: none;
}
body.learnpress.course-item-popup .content-item-description a {
  color: #292929;
}
body.learnpress.course-item-popup .content-item-description a:hover {
  color: #ff3b47;
}
body.learnpress.course-item-popup #course-item-content-header {
  background-color: #ff3b47;
  border-bottom: none;
  color: #ffffff;
}
body.learnpress.course-item-popup #course-item-content-header .course-title a {
  color: #ffffff;
}
body.learnpress.course-item-popup #course-item-content-header .lp-button-back {
  margin-right: 0;
}
body.learnpress.course-item-popup #course-item-content-header .lp-button-back .button {
  background-color: #d4000d;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 26px;
  line-height: 60px;
  height: auto;
  width: 60px;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
}
body.learnpress.course-item-popup #course-item-content-header .lp-button-back .button i {
  line-height: 60px;
}
body.learnpress.course-item-popup #course-item-content-header .lp-button-back .button:hover {
  opacity: 0.7;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search input {
  line-height: 30px;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search input,
body.learnpress.course-item-popup #course-item-content-header .course-item-search button {
  color: #ffffff;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
body.learnpress.course-item-popup #course-item-content-header .course-item-search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
body.learnpress.course-item-popup #course-item-content-header .toggle-content-item {
  color: #ffffff;
  border: none;
}
body.learnpress.course-item-popup #course-item-content-header .toggle-content-item:hover {
  opacity: 0.7;
}
body.learnpress.course-item-popup #learn-press-course-curriculum {
  background-color: #fdfdfd;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .progress-bg {
  background-color: #ffffff;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .section-header {
  margin-left: 15px;
  padding: 24px 28px 24px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .section-description {
  margin-left: 15px;
  display: none;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections {
  background-color: #ffffff;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-heading {
  padding-left: 43px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-heading .meta {
  right: 15px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-heading:before {
  left: 15px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item {
  margin: 0;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: flex-start;
  position: relative;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta {
  position: relative;
  text-align: right;
  font-size: 14px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .lp-label-preview {
  font-size: 16px;
  background: transparent;
  color: #82828D;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .lp-label-preview {
    position: absolute;
    top: -25px;
    right: 0;
  }
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .courses-time {
  width: auto;
  display: inline-block;
  margin: 0 5px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-meta {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  margin: 0 5px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .item-meta.duration {
  margin-left: 5px;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item:before {
  background-color: #ff3b47;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.current {
  background-color: #f9f9f9;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.current:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: 0;
  width: 5px;
  z-index: 3;
  background: #e9011f;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item.status-completed.passed .courses-time {
  display: none;
}
body.learnpress.course-item-popup #learn-press-course-curriculum .curriculum-sections .section .section-content .course-item-lp_quiz .section-item-link .course-item-meta .duration {
  display: none;
}
body.learnpress.course-item-popup #learn-press-content-item .thim-lesson-media {
  background-color: #000000;
  text-align: center;
}
body.learnpress.course-item-popup #learn-press-content-item .course-item-title {
  font-weight: 500;
  font-size: 32px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap {
  margin-top: 30px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav {
  border-top: 1px dotted #dddddd;
  padding-top: 15px;
  line-height: 20px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav a {
  font-size: 16px;
  color: #333;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .course-item-nav a:hover {
  text-decoration: underline;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .comments-area {
  margin-top: 50px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-message .edit-content:hover {
  text-decoration: underline;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-message:before {
  border-radius: 0;
  width: 3px;
}
body.learnpress.course-item-popup #learn-press-content-item .content-item-wrap .learn-press-content-protected-message {
  color: #666666;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.learnpress.course-item-popup #learn-press-content-item .scrollbar-light > .scroll-element div {
  left: 3px;
}
body.learnpress.course-item-popup #learn-press-content-item .scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  width: 8px;
  left: 0;
  background-color: #111111;
  opacity: 1;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz:after {
  content: "";
  display: table;
  clear: both;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .start-quiz {
  float: left;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-intro li label {
  font-weight: 400;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:before, body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:before {
  top: 0;
  left: 0;
  right: auto;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:after {
  bottom: 0;
  left: auto;
  right: 0;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .lp-quiz-buttons form button:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-progress {
  background-color: #fafafa;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .question-title {
  font-weight: 400;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option {
  border-radius: 0;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option input[type=radio],
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 5px;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option input[type=radio]:after,
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option input[type=checkbox]:after {
  width: 3px;
  height: 7px;
  left: 7px;
  margin-top: -5px;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .answer-options .answer-option:hover {
  background-color: transparent;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-result {
  margin: 30px 0;
  text-align: left;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-result h3 {
  font-size: 18px;
  font-weight: 500;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-result .result-grade .result-achieved {
  border-bottom: none;
}
body.learnpress.course-item-popup #learn-press-content-item #content-item-quiz .quiz-result .result-statistic .result-statistic-field label {
  font-weight: 400;
}
body.learnpress.course-item-popup .learn-press-breadcrumb {
  padding: 20px 10px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
body.learnpress.course-item-popup .learn-press-breadcrumb a {
  color: #a9a9a9;
}
body.learnpress.course-item-popup .learn-press-breadcrumb a:hover {
  color: #ec5f4c;
}
body.learnpress.course-item-popup .learn-press-breadcrumb .item-name {
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #202121;
  display: block;
}
body.learnpress.course-item-popup .learn-press-course-results-progress {
  margin: 15px 15px 30px;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .items-progress .learn-press-progress,
body.learnpress.course-item-popup .learn-press-course-results-progress .course-progress .learn-press-progress {
  margin-top: 4px;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .items-progress .lp-course-status .grade.passed,
body.learnpress.course-item-popup .learn-press-course-results-progress .course-progress .lp-course-status .grade.passed {
  background-color: transparent;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .button-wrapper {
  margin-bottom: 15px;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .items-progress,
body.learnpress.course-item-popup .learn-press-course-results-progress .course-progress {
  float: none;
  margin-bottom: 0;
  width: 100%;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .lp-course-progress {
  margin-top: 10px;
}
body.learnpress.course-item-popup .learn-press-course-results-progress .continue-course {
  display: none;
}
form.learn-press-checkout {
  margin-bottom: 15px;
}
form.learn-press-checkout textarea {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 300;
}

.learnpress #learn-press-checkout-login {
  padding-bottom: 20px;
}
.learnpress #learn-press-payment .payment-methods .lp-payment-method.selected > label {
  background-color: rgba(97, 78, 249, 0.1);
}
.learnpress .learn-press-message {
  border-radius: 0;
}
.learnpress .learn-press-message:before {
  border-radius: 0;
}
.learnpress .lp-list-table thead tr th {
  background-color: rgba(97, 78, 249, 0.1) !important;
  color: #333 !important;
  font-weight: 400;
}
.learnpress .lp-list-table tfoot .cart-subtotal td, .learnpress .lp-list-table tfoot .order-total td {
  font-weight: 500;
}
.learnpress .lp-list-table tfoot tr th {
  font-weight: 500;
}
.learnpress.learnpress-page.checkout p {
  margin-bottom: 15px;
}
.learnpress.learnpress-page.checkout .site-content .learnpress {
  width: 600px;
  margin: 0 auto;
}
.learnpress.learnpress-page.checkout .lp-button {
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  background: #e9011f;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  padding: 0 48px;
  font-weight: 700;
  z-index: 0;
}
.learnpress.learnpress-page.checkout .lp-button:before, .learnpress.learnpress-page.checkout .lp-button:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.learnpress.learnpress-page.checkout .lp-button:before {
  top: 0;
  left: 0;
  right: auto;
}
.learnpress.learnpress-page.checkout .lp-button:after {
  bottom: 0;
  left: auto;
  right: 0;
}
.learnpress.learnpress-page.checkout .lp-button:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.learnpress.learnpress-page.checkout .lp-button:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}

@media (max-width: 767px) {
  .responsive .bl-courses-detail .content-course-detail .thim-content-tabs .detail-content {
    padding-right: 0px;
    border-right: none;
    margin-bottom: 36px;
  }
}
@media (max-width: 575px) {
  .responsive .bl-courses-detail .media-course-detail .date-course {
    font-size: 10px;
    padding: 8px;
  }
  .responsive .bl-courses-detail .media-course-detail .date-course .number {
    font-size: 25px;
  }
  .responsive .bl-courses-detail .media-course-detail .btn-play {
    width: 54px;
  }
  .responsive .bl-courses-detail .content-course-detail .thim-nav-tabs {
    margin-left: -2px;
    margin-right: -2px;
  }
  .responsive .bl-courses-detail .content-course-detail .thim-nav-tabs li {
    word-break: break-word;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
  }
  .responsive .related-course .related-title {
    padding-right: 0px;
    margin-bottom: 70px;
  }
  .responsive .related-course .slide-courses .wrap-arrow-slick {
    top: -55px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 480px) {
  .responsive .bl-courses-detail .info-course-detail .meta-info {
    flex-wrap: wrap;
  }
}

.lp-course-progress .lp-passing-conditional {
  background: #e9011f !important;
}

.lp-single-course .thim-social-share .namefield {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-right: 15px;
}
.lp-single-course .thim-social-share .socials a {
  color: #999;
  width: 40px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  margin-right: 15px;
  display: inline-grid;
  transition: all 0.3s;
}
.lp-single-course .thim-social-share .socials a i {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.lp-single-course .content-course-detail .learn-press-course-wishlist, .lp-single-course .content-course-detail .button-add-to-cart, .lp-single-course .info-course-detail .learn-press-course-wishlist, .lp-single-course .info-course-detail .button-add-to-cart {
  font-weight: 700;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}
.lp-single-course .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link {
  width: calc(100% - 85px);
}
.lp-single-course .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .count-questions {
  margin: 0 5px;
}
.lp-single-course .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .lp-label-preview {
  font-size: 16px;
  background: transparent;
  color: #82828D;
  transition: all 0.3s;
}
.lp-single-course .course-curriculum .curriculum-sections .section .section-content .course-item .section-item-link .course-item-meta .duration {
  display: none;
}

.course-curriculum .learn-press-course-results-progress .lp-course-progress-heading {
  margin-top: 15px;
}

body.course-item-popup .content-item-summary .learn-press-form.completed p {
  font-size: 12px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  background: #e9011f;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
  padding: 0 48px;
  font-weight: 700;
}
body.course-item-popup .content-item-summary .learn-press-form.completed p i {
  margin-right: 5px;
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 40px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button:before, body.course-item-popup .content-item-summary .learn-press-form .lp-button:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background-color: #9d0115;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button:before {
  top: 0;
  left: 0;
  right: auto;
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button:after {
  bottom: 0;
  left: auto;
  right: 0;
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
body.course-item-popup .content-item-summary .learn-press-form .lp-button:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}

@media screen and (max-width: 768px) {
  html body.course-item-popup #content-item-nav,
html body.course-item-popup #course-item-content-footer,
html body.course-item-popup #learn-press-content-item {
    left: 300px;
  }
}
@media (max-width: 767px) {
  html body.course-item-popup #learn-press-course-curriculum {
    width: 300px;
  }
}
#frontend-editor .e-button {
  border-radius: 0;
}
#frontend-editor #e-page-header {
  background-color: #ff3b47;
  height: auto;
  padding: 15px 20px;
}
#frontend-editor #e-page-header #e-page-title {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
}
#frontend-editor #e-page-header .e-sub-page-title {
  display: inline-block;
}
#frontend-editor #e-page-header .e-header-actions {
  bottom: 15px;
}
#frontend-editor #e-page-header .e-button {
  background-color: transparent;
  color: #ffffff;
}
#frontend-editor #e-page #e-main {
  padding: 20px 0;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
#frontend-editor #e-page .e-page-title .e-button {
  padding: 0;
  width: 35px;
  text-align: center;
}
#frontend-editor #e-page .e-page-title .e-button i {
  line-height: 35px;
  color: #ff3b47;
}
#frontend-editor #e-page #e-list-posts #e-table-nav-top .e-table-actions {
  align-items: center;
}
#frontend-editor #e-page #e-list-posts #e-table-nav-top .e-post-filter-status li {
  color: #82828D;
  margin-bottom: 0;
}
#frontend-editor #e-page #e-list-posts #e-table-nav-top .e-post-filter-status a {
  color: #383838;
}
#frontend-editor #e-page #e-list-posts #e-table-nav-top .e-post-filter-status a:hover {
  color: #ff3b47;
}
#frontend-editor #e-page #e-list-posts .e-search-courses {
  margin-bottom: 30px;
}
#frontend-editor #e-page #e-list-posts .e-search-courses input {
  height: auto;
  line-height: 50px;
}
#frontend-editor #e-page #e-list-posts .e-search-courses .search-button {
  margin-left: -1px;
  border-radius: 0;
  line-height: 50px;
  height: auto;
  padding: 0 25px;
  border: none;
  background-color: #ff3b47;
  color: #ffffff;
}
#frontend-editor #e-page #e-list-posts .e-sort-courses {
  text-align: right;
}
#frontend-editor #e-page #e-list-posts .e-sort-courses .select2.select2-container {
  width: auto !important;
  border-radius: 0;
}
#frontend-editor #e-page #e-list-posts .list-courses .e-course-title a {
  color: #383838;
  font-weight: 500;
}
#frontend-editor #e-page #e-list-posts .list-courses .e-course-title a:hover {
  color: #ff3b47;
}
#frontend-editor #e-page #e-list-posts .list-courses .e-course-general-info span a {
  color: #383838;
}
#frontend-editor #e-page #e-list-posts .list-courses .e-course-general-info span a:hover {
  color: #ff3b47;
}
#frontend-editor #e-page #e-list-posts .list-courses .e-course-general-info {
  line-height: normal;
}
#frontend-editor #e-page #e-edit-post input[type=text],
#frontend-editor #e-page #e-edit-post input[type=email],
#frontend-editor #e-page #e-edit-post input[type=number],
#frontend-editor #e-page #e-edit-post input[type=url],
#frontend-editor #e-page #e-edit-post input[type=phone],
#frontend-editor #e-page #e-edit-post select,
#frontend-editor #e-page #e-edit-post textarea:not(.wp-editor-area) {
  border-radius: 0;
}
#frontend-editor #e-page #e-edit-post .wp-editor-container input:not([type=checkbox]):not([type=radio]), #frontend-editor #e-page #e-edit-post .wp-editor-container textarea {
  width: auto;
}
#frontend-editor #e-page #e-edit-post textarea.wp-editor-area {
  width: 100%;
}

.lp-profile .thim-about-me-area .custom-col {
  padding-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .lp-profile .thim-about-me-area .custom-col {
    padding-bottom: 0;
  }
}
.lp-profile .thim-about-me-area .teacher {
  position: relative;
}
@media screen and (max-width: 575px) {
  .lp-profile .thim-about-me-area .teacher {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 575px) {
  .lp-profile .thim-about-me-area .teacher img {
    width: 100%;
  }
}
.lp-profile .thim-about-me-area .teacher .pic {
  width: 100%;
}
.lp-profile .thim-about-me-area .teacher .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(41, 41, 41, 0.7);
}
.lp-profile .thim-about-me-area .teacher .content .social-link {
  display: flex;
  justify-content: center;
}
.lp-profile .thim-about-me-area .teacher .content .social-link .item {
  font-size: 16px;
  color: #878787;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  margin: -20px 5px 0 5px;
  transition: all 0.2s;
}
.lp-profile .thim-about-me-area .teacher .content .social-link .item:hover {
  background: #f8b944;
  border-color: #f8b944;
  color: #fff;
}
.lp-profile .thim-about-me-area .teacher .content .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 15px 20px 15px;
}
.lp-profile .thim-about-me-area .teacher .content .info .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.222222;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s;
  margin-bottom: 3px;
}
.lp-profile .thim-about-me-area .teacher .content .info .name:hover {
  color: #f8b944;
}
.lp-profile .thim-about-me-area .teacher .content .info .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.375;
  color: #c7c7c7;
  text-align: center;
}
.lp-profile .thim-about-me-area .title-area {
  margin-bottom: 34px;
  margin-top: -4px;
}
.lp-profile .thim-about-me-area .title-area .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  color: #292929;
  margin-bottom: 10px;
}
.lp-profile .thim-about-me-area .title-area .line {
  width: 100%;
  height: 1px;
  background: rgba(124, 124, 124, 0.2);
}
.lp-profile .thim-about-me-area .text-about-me p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.666666;
  color: #888;
  margin-bottom: 42px;
}
.lp-profile .thim-about-me-area .text-about-me ul li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.666666;
  color: #888;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.lp-profile .thim-about-me-area .text-about-me ul li i {
  position: absolute;
  font-size: 6px;
  top: 12px;
  left: 0;
}
.lp-profile .thim-about-me-area .contact-info {
  margin-left: 0;
}
.lp-profile .thim-about-me-area .contact-info li {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.444444;
  color: #747474;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  margin-bottom: 29px;
}
.lp-profile .thim-about-me-area .contact-info li a {
  color: #747474;
  transition: all 0.2s;
}
.lp-profile .thim-about-me-area .contact-info li a:hover {
  color: #f8b944;
}
.lp-profile .thim-about-me-area .contact-info li span {
  font-weight: 400;
  color: #292929;
  position: relative;
  margin-bottom: 8px;
}
.lp-profile .thim-about-me-area .contact-info li span i {
  color: #f8b944;
  position: absolute;
  top: 3px;
  left: -25px;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav:before {
  display: none;
}
.lp-profile #learn-press-user-profile .list-contact {
  padding: 0 60px 12px;
}
.lp-profile #learn-press-user-profile .list-contact .item {
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 5px;
}
.lp-profile #learn-press-user-profile .list-contact .item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.lp-profile #learn-press-user-profile .list-contact .item .contact-icon {
  font-size: 21px;
  margin-right: 20px;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #bfbfbf;
  border: 1px solid #e6e6e6;
}
.lp-profile #learn-press-user-profile .list-contact .item .contact-content {
  letter-spacing: 0.3px;
  font-size: 16px;
  flex-grow: 1;
  line-height: 1;
}
.lp-profile #learn-press-user-profile .list-contact .item .contact-content .title {
  margin-bottom: 6px;
}
.lp-profile #learn-press-user-profile .list-contact .item .contact-content a {
  color: #1e1e1e;
  font-weight: 400;
}
.lp-profile #learn-press-user-profile .info-general {
  padding-bottom: 59px;
  padding-top: 43px;
}
.lp-profile #learn-press-user-profile .info-general .avatar {
  flex-shrink: 0;
}
.lp-profile #learn-press-user-profile .info-general .biographical {
  padding-top: 28px;
  padding-left: 28px;
  line-height: 1.67;
  letter-spacing: 0.4px;
}
.lp-profile #learn-press-user-profile .info-general .biographical .title {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.6px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
  margin-bottom: 40px;
}
.lp-profile .group-settings .tabs-title {
  list-style: none;
  border-bottom: 1px solid rgba(230, 230, 230, 0.8);
  padding-bottom: 13px;
  margin-left: 0;
  margin-bottom: 40px;
}
.lp-profile .group-settings .tabs-title .tab {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.lp-profile .group-settings .tabs-title .tab:not(:last-child) {
  margin-right: 59px;
}
.lp-profile .group-settings .tabs-title .tab.active {
  position: relative;
}
.lp-profile .group-settings .tabs-title .tab.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -14px;
}
.lp-profile .group-settings .tabs-content {
  padding-bottom: 130px;
}
.lp-profile .group-settings .tabs-content .content:not(.active) {
  display: none;
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left,
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right {
  width: calc(50% - 26px);
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-left {
  margin-right: 52px;
}
.lp-profile .group-settings .tabs-content .user-profile-section-content .info-right .lp-form-field-wrap {
  margin-left: 0;
}
.lp-profile .lp-form-field input,
.lp-profile .lp-form-field textarea {
  width: 100%;
  border: solid 1px #e6e6e6;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 20px 12px;
  color: #7c7c7c;
}
.lp-profile .lp-form-field input:not([type=password]):focus,
.lp-profile .lp-form-field textarea:not([type=password]):focus {
  font-style: normal;
}
.lp-profile .lp-form-field input::placeholder,
.lp-profile .lp-form-field textarea::placeholder {
  font-style: italic;
}
.lp-profile .lp-form-field textarea {
  line-height: 1.88;
}
.lp-profile .lp-form-field input {
  line-height: 47px;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions {
  text-align: right;
  height: 100%;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-upload-photo {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  background-color: unset;
  border: none;
  margin-right: 5px;
}
.lp-profile #lp-user-edit-avatar .lp-avatar-preview #lp-avatar-actions #lp-remove-upload-photo {
  position: relative;
  color: #fff;
  cursor: pointer;
  background-color: unset;
  font-size: 15px;
  border: none;
  margin-right: 5px;
}
.lp-profile .learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions {
  margin: 0;
}
.lp-profile .after-main {
  overflow: hidden;
}
.lp-profile .after-main .container {
  max-width: 1024px;
}
.lp-profile .after-main .widget_thim_layout_builder img {
  position: static;
}
.lp-profile .after-main .thim-content-talk p {
  margin-bottom: 44px;
}
.lp-profile .after-main form.wpcf7-form {
  background-color: #fff;
  padding: 56px 50px 60px;
  width: 478px;
  box-sizing: border-box;
  border: 5px solid rgba(0, 0, 0, 0.8);
}
.lp-profile .after-main form.wpcf7-form .sub-title {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.lp-profile .after-main form.wpcf7-form .main-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
}
.lp-profile .after-main form.wpcf7-form label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.lp-profile .after-main form.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
}
.lp-profile .after-main form.wpcf7-form input,
.lp-profile .after-main form.wpcf7-form textarea {
  border: 1px solid #e2e2e2;
  line-height: 1.5;
  letter-spacing: 0.3px;
}
.lp-profile .after-main form.wpcf7-form input.wpcf7-not-valid,
.lp-profile .after-main form.wpcf7-form textarea.wpcf7-not-valid {
  border-color: red;
}
.lp-profile .after-main form.wpcf7-form input[type=email] {
  height: 50px;
}
.lp-profile .after-main form.wpcf7-form input[type=submit] {
  font-size: 18px;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  height: 50px;
}
.lp-profile .after-main form.wpcf7-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin-top: 10px;
}
.lp-profile .after-main .thim-content-talk {
  margin-top: 190px;
  margin-left: 0;
}
.lp-profile .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
  background: #202121;
}
.lp-profile .learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
  border-color: #202121;
}
.lp-profile #tab-settings .certificates-section .certificates-section-wrap {
  padding-left: 9px;
  padding-right: 18px;
}
.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs .item .inside {
  width: 100px;
}
.lp-profile #tab-settings .certificates-section .learn-press-cert-preview #cert-design-viewport {
  margin-top: 0;
}
.lp-profile #tab-settings .certificates-section .learn-press-user-profile-certs {
  margin: 0;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  font-size: 24px;
  color: #2b3339;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: -15px;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div.owl-prev {
  left: -10px;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-nav > div.owl-next {
  right: -19px;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item .inside {
  overflow: hidden;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child {
  position: absolute;
  height: 100%;
  right: 0;
  padding-left: 11px;
  background-clip: content-box;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info {
  position: relative;
  background-color: #e6e6e6;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.lp-profile #tab-settings .certificates-section .owl-carousel .owl-item:last-child .more-info:before {
  position: absolute;
  content: "+";
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
}
.lp-profile #learn-press-profile-content .button-when-logged {
  display: none !important;
}
.lp-profile .sk-three-bounce {
  display: inline-block;
  width: 65px;
  text-align: center;
}
.lp-profile .sk-three-bounce .sk-child {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.lp-profile .sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}
.lp-profile .sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field input {
  display: block;
  width: 100% !important;
  border: 1px solid;
  min-width: 100px;
}
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 {
  display: block;
  width: 100% !important;
  min-width: 100px;
}
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection {
  line-height: 50px;
  height: 50px;
}
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__rendered {
  line-height: 50px;
  padding: 0 25px;
}
.lp-profile .learn-press-user-profile .lp-form-field-wrap .lp-form-field .select2 .select2-selection .select2-selection__arrow {
  height: 50px;
}
.lp-profile .learn-press-user-profile .learn-press-subtabs {
  background: #efefef;
  margin: 0;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.lp-profile .lp-form-field input {
  line-height: 50px;
  padding: 0 25px;
}
.lp-profile table,
.lp-profile td,
.lp-profile tr {
  border: 1px solid #dddddd;
}
.lp-profile .learnpress .learn-press-user-profile .learn-press-subtab-content .profile-courses .learn-press-course-results-progress {
  padding: 0 28px;
}
.lp-profile #learn-press-form-login {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.lp-profile #learn-press-form-login p {
  display: inline-block;
  width: 100%;
}
.lp-profile #learn-press-form-login p input[type=text],
.lp-profile #learn-press-form-login p input[type=password] {
  line-height: 30px;
  padding: 4px 20px;
  border: 1px solid;
  width: 450px;
  max-width: 100%;
  color: #999;
  float: none;
  border-radius: 5px;
}
.lp-profile #learn-press-form-login p.login-username label, .lp-profile #learn-press-form-login p.login-password label {
  display: block;
}
.lp-profile #learn-press-form-login p input[type=submit] {
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.lp-profile .lp-profile .group-settings .tabs-content .profile-courses .content {
  display: inline-block;
}
.lp-profile .profile-courses .course {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-profile .profile-courses .course:last-child {
    margin-bottom: 0px;
  }
}
.lp-profile .profile-courses .course .course-title img {
  width: 100%;
}
.lp-profile .profile-courses .course .course-title h3 {
  font-size: 22px;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
  transition: all 0.3s;
}
.lp-profile .profile-courses .course .course-title h3:hover {
  color: #e9011f;
}
@media (min-width: 1024px) {
  .lp-profile .profile-courses .course .course-title h3 {
    font-size: 18px;
  }
}
.lp-profile .profile-courses .content {
  float: left;
  width: 100%;
}
.lp-profile .profile-courses .content .thumbnail {
  float: left;
  width: 100%;
}
.lp-profile .profile-courses .content .thim-course-content {
  float: left;
  width: 100%;
}
.lp-profile #load-more-button {
  text-align: center;
  margin-top: 20px;
}
.lp-profile #load-more-button .loadmore {
  position: relative;
  height: 55px;
  line-height: 55px;
  padding: 0 86px;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.lp-profile #load-more-button .loadmore .sk-three-bounce {
  display: none;
}
.lp-profile #load-more-button.loading .loadmore span {
  color: transparent;
}
.lp-profile #load-more-button.loading .loadmore .sk-three-bounce {
  display: block;
  position: absolute;
  left: 50%;
}
.lp-profile #load-more-button.loading .loadmore:hover span {
  color: transparent;
}
.lp-profile .learn-press-user-profile-certs {
  margin: 0 -15px;
}
.lp-profile .learn-press-user-profile-certs li {
  margin-bottom: 0;
  width: 33.33%;
}
.lp-profile .learn-press-user-profile-certs li .inside {
  margin: 0 15px 15px;
}
.lp-profile .learn-press-user-profile-certs .learn-press-cert-preview #cert-design-viewport {
  margin-top: 0;
}
.lp-profile .table-orders {
  border: none;
  border-top: 1px solid;
}
.lp-profile .table-orders th {
  border: 1px solid;
}
.lp-profile .table-orders thead tr {
  width: 100%;
  float: left;
  border-right: none;
  border-top: none;
}
.lp-profile .table-orders thead tr th {
  width: 20%;
  float: left;
  border-top: none;
  border-bottom: none;
  border-left: none;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.lp-profile .table-orders tbody tr {
  width: 100%;
  float: left;
  border-right: none;
  border-top: none;
}
.lp-profile .table-orders tbody tr td {
  min-width: 20%;
  float: left;
  border-top: none;
  border-bottom: none;
  border-left: none;
  line-height: 26px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #888888;
}
.lp-profile .table-orders tbody tr td a {
  color: #888888;
}
.lp-profile .learn-press-wishlist-courses {
  margin: 0;
  list-style: none;
}
.lp-profile .learn-press-wishlist-courses li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.lp-profile .learn-press-wishlist-courses li a {
  line-height: 50px;
  color: #202121;
}
.lp-profile .learn-press-wishlist-courses li button {
  padding: 0 40px;
  line-height: 50px;
  border: none;
  display: inline-block;
  float: right;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.lp-profile .lp_order_details h2 {
  margin: 50px 0 20px;
}
.lp-profile .lp_order_details ~ a {
  height: 55px;
  line-height: 55px;
  padding: 0 86px;
  font-weight: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 70px;
  display: inline-block;
}
.lp-profile .lp_order_details ~ a:hover {
  color: #fff;
}
.lp-profile .order_details thead tr th {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-left: 1px solid;
}
.lp-profile .order_details thead tr th:first-child {
  border: none;
}
.lp-profile .order_details tbody tr td {
  line-height: 26px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #888888;
}
.lp-profile .order_details tbody tr td a {
  color: #888888;
}
.lp-profile .order_details tfoot tr th {
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.lp-profile .order_details tfoot tr td {
  line-height: 26px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #888888;
}
.lp-profile .order_details tfoot tr td a {
  color: #888888;
}
.lp-profile .thim-course-results-progress.learn-press-course-results-progress .course-result {
  font-size: 12px;
}
.lp-profile .thim-course-results-progress.learn-press-course-results-progress .course-result .value {
  color: #202121;
  font-weight: 700;
}
.lp-profile .thim-course-results-progress.learn-press-course-results-progress .lp-progress-bar {
  height: 10px;
  margin: 0 0 15px 0;
}
.lp-profile .thim-course-results-progress.learn-press-course-results-progress .lp-passing-conditional {
  height: 20px;
}
.lp-profile #learn-press-user-profile:before {
  content: none;
}
.lp-profile #profile-content-courses .profile-courses-list .lp_course {
  margin: 0;
  padding: 0 15px 40px;
}
.lp-profile .profile-orders .learn-press-pagination .page-numbers > li {
  margin: 0 5px;
}
.lp-profile ul.learn-press-tabs > li {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
}
.lp-profile ul.learn-press-tabs > li:not(:last-child) {
  margin-right: -1px;
}
.lp-profile #learn-press-profile-content {
  float: none;
  width: 100%;
  overflow: unset;
}
.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu {
  margin-bottom: 20px;
}
.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li {
  margin-bottom: 0;
}
.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li a {
  color: #7c7c7c;
}
.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content .lp-sub-menu li span {
  color: #f8b944;
}
.lp-profile #learn-press-profile-content #profile-content-courses .learn-press-subtab-content ul.learn-press-courses {
  margin-left: -15px;
  margin-right: -15px;
}
.lp-profile ul.lp-tab-sections {
  border-bottom-width: 1px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
  background-color: transparent;
}
.lp-profile ul.lp-tab-sections > li.section-tab.active span {
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
.lp-profile ul.lp-tab-sections > li.section-tab.active:after {
  top: calc(100% + 2px);
  height: 1px;
  background: #f8b944;
}
.lp-profile ul.lp-tab-sections .section-tab {
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.lp-profile ul.lp-tab-sections .section-tab a,
.lp-profile ul.lp-tab-sections .section-tab span {
  padding-left: 0;
  padding-right: 0;
  color: #292929;
}
.lp-profile ul.lp-tab-sections .section-tab a {
  color: #7c7c7c;
}
.lp-profile ul.lp-tab-sections .section-tab a:hover {
  color: #292929;
}
.lp-profile .learn-press-subtab-content > input[type=radio], .lp-profile .lp-form-field .learn-press-subtab-content > input[type=radio] {
  display: none;
}
.lp-profile .learn-press-subtab-content > label {
  text-transform: capitalize;
  cursor: pointer;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav {
  float: none;
  background-color: transparent;
  margin-bottom: 30px;
  padding-top: 0;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li ul.profile-tab-sections {
  display: none;
  position: absolute;
  top: 101%;
  left: 10px;
  justify-content: center;
  align-items: stretch;
  width: calc(100% - 20px);
  padding: 0;
  border-bottom: 1px solid rgba(206, 206, 206, 0.5);
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  visibility: hidden;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li ul.profile-tab-sections > li {
  margin-bottom: 0;
  padding: 0 5px;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li ul.profile-tab-sections > li > a {
  padding: 0 20px;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li:hover > ul.profile-tab-sections {
  visibility: visible;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li.active > ul.profile-tab-sections {
  visibility: visible;
}
.lp-profile #learn-press-user-profile #learn-press-profile-nav ul.tabs > li.settings ul.profile-tab-sections {
  display: none;
}
.lp-profile #learn-press-user-profile ul.learn-press-tabs li.settings ul.profile-tab-sections {
  display: none;
}
.lp-profile #learn-press-profile-nav ul.tabs {
  position: relative;
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
}
.lp-profile #learn-press-profile-nav ul.tabs > li {
  position: static;
  padding: 0;
  margin: 0;
  border: none;
}
.lp-profile #learn-press-profile-nav ul.tabs > li > ul {
  display: none;
}
.lp-profile #learn-press-profile-nav ul.tabs > li > a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #7c7c7c;
  margin-right: 38px;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-left: 0;
}
.lp-profile #learn-press-profile-nav ul.tabs > li:last-child > a {
  margin-right: 0;
}
.lp-profile #learn-press-profile-nav ul.tabs > li.active > a {
  background-color: transparent;
  color: #292929;
}
.lp-profile #learn-press-profile-nav ul.tabs > li.active > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #f8b944;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.lp-profile #learn-press-profile-nav ul.tabs > li:hover:not(.active) > a {
  background-color: transparent;
  color: #292929;
}
.lp-profile #learn-press-profile-nav ul.tabs > li > ul.profile-tab-sections > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  width: 100%;
  height: 3px;
  visibility: hidden;
}
.lp-profile #learn-press-profile-nav ul.tabs > li > ul.profile-tab-sections > li.active > a:after, .lp-profile #learn-press-profile-nav ul.tabs > li > ul.profile-tab-sections > li:hover > a:after {
  visibility: visible;
}
.lp-profile #learn-press-profile-nav ul.tabs li a {
  position: relative;
}
.lp-profile #learn-press-profile-content .profile-heading {
  display: none;
}
.lp-profile .learn-press-subtab-content {
  display: flex;
  flex-wrap: wrap;
}
.lp-profile .learn-press-subtab-content .lp-sub-menu {
  width: 100%;
}
.lp-profile .learn-press-subtab-content .profile-courses-list,
.lp-profile .learn-press-subtab-content .learn-press-nav-items,
.lp-profile .learn-press-subtab-content .learn-press-message {
  flex-basis: 100%;
}
.lp-profile .learn-press-subtab-content .lp-sub-menu {
  text-align: right;
  font-size: 16px;
}
.lp-profile .learn-press-subtab-content .lp-sub-menu > li:last-child a {
  margin-right: 0;
}
.lp-profile .learn-press-nav-items {
  line-height: 45px;
}
.lp-profile .learn-press-nav-items .learn-press-pagination {
  margin-bottom: 0;
}
.lp-profile .learn-press-nav-items .learn-press-pagination .page-numbers > li .page-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 5px;
  transition: all 0.2s;
}
.lp-profile .learn-press-nav-items .learn-press-pagination .page-numbers > li .page-numbers:hover {
  border-color: #e9011f;
  color: #e9011f;
}
.lp-profile .learn-press-nav-items .learn-press-pagination .page-numbers > li .page-numbers.current {
  color: #fff;
  background: #e9011f;
  border-color: #e9011f;
}
.lp-profile ul.form-fields {
  list-style: none;
}
.lp-profile #profile-content-settings {
  position: relative;
  margin-bottom: 244px;
}
.lp-profile #profile-content-settings .lp-tab-sections {
  display: none;
}
.lp-profile #profile-content-settings form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-between;
  max-height: 1200px;
}
.lp-profile #profile-content-settings .lp-profile-section {
  width: 650px;
  max-width: calc(50% - 30px);
}
.lp-profile #profile-content-settings .lp-profile-section.basic-information {
  order: 1;
}
.lp-profile #profile-content-settings .lp-profile-section.avatar {
  order: 0;
}
.lp-profile #profile-content-settings .lp-profile-section.change-password {
  order: 2;
}
.lp-profile #profile-content-settings .lp-profile-section.additional-information {
  order: 3;
  margin-top: 25px;
}
.lp-profile #profile-content-settings .lp-profile-section.publicity {
  order: 4;
}
.lp-profile #profile-content-settings ul.lp-form-field-wrap {
  list-style: none;
  margin-left: 0;
}
.lp-profile .submit.update-profile {
  text-align: center;
  border: none;
}
.lp-profile .submit.update-profile button[type=submit] {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  height: 55px;
  line-height: 55px;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 226px;
  padding: 0 10px;
}
.lp-profile .submit.update-profile button[type=submit][disabled=disabled] {
  cursor: not-allowed;
}
.lp-profile .submit.update-profile button[type=submit] .sk-three-bounce {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.lp-profile form[name=lp-edit-profile].learnpress-v3-profile .submit.update-profile {
  position: absolute;
  bottom: -115px;
  left: 50%;
}
@media (max-width: 768px) {
  .lp-profile form[name=lp-edit-profile].learnpress-v3-profile .submit.update-profile {
    max-width: 100%;
    left: 0;
    bottom: -75px;
  }
}
.lp-profile form[name=lp-edit-profile] .lp-form-field {
  position: relative;
  margin-bottom: 28px;
}
.lp-profile form[name=lp-edit-profile] .lp-form-field-label {
  display: block;
  color: #292929;
  margin-bottom: 11px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
}
.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input {
  position: relative;
}
.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 49px;
  width: 54px;
  text-align: center;
  margin-bottom: 0;
}
.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field-input input {
  padding-left: 53px;
}
.lp-profile form[name=lp-edit-profile] .additional-information .lp-form-field:hover .clear-field {
  display: inline-block;
}
.lp-profile form[name=lp-edit-profile] .additional-information .clear-field {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 2px;
  font-size: 16px;
  cursor: pointer;
}
.lp-profile form[name=lp-edit-profile] .additional-information .clear-field:before {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  margin-right: 7px;
}
.lp-profile form[name=lp-edit-profile] .additional-information .clear-field:after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 19px);
  right: 0;
  bottom: 6px;
}
.lp-profile form[name=lp-edit-profile] .additional-information .clear-field:hover {
  color: #e9011f;
}
.lp-profile form[name=lp-edit-profile] .lp-avatar-preview .profile-picture {
  margin-top: 0;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field-label {
  display: block;
  flex-basis: 100%;
}
.lp-profile #lp-profile-edit-password-form .lp-form-field-wrap .lp-form-field:first-child {
  flex-basis: 100%;
}
.lp-profile .svg-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lp-profile .promoted-checkbox input:checked + label > svg {
  height: 24px;
  animation: draw-checkbox ease-in-out 0.2s forwards;
}
.lp-profile .promoted-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.lp-profile .promoted-checkbox label:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 1rem;
  border-radius: 3px;
  transform: translateY(-50%);
}
.lp-profile .promoted-checkbox svg {
  stroke-width: 4px;
  height: 0;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 50%;
  stroke-dasharray: 33;
  transform: translateY(-50%);
}
@keyframes draw-checkbox {
  0% {
    stroke-dashoffset: 33;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.lp-profile .lp-profile-section.publicity .form-field {
  list-style: none;
}
.lp-profile .lp-profile-section.publicity .form-field .form-field-input input:checked + label > svg {
  height: 24px;
  animation: draw-checkbox ease-in-out 0.2s forwards;
}
.lp-profile .lp-profile-section.publicity .form-field .form-field-input label {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.lp-profile .lp-profile-section.publicity .form-field .form-field-input label:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 1rem;
  border-radius: 3px;
}
.lp-profile .lp-profile-section.publicity .form-field .form-field-input svg {
  stroke-width: 4px;
  height: 0;
  width: 12px;
  position: absolute;
  left: 4px;
  top: 50%;
  stroke-dasharray: 33;
}
.lp-profile .lp-profile-section.publicity .form-field > label[for=my-assignments] {
  display: none;
}
.lp-profile .lp-profile-section.publicity .form-field input#my-assignments {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lp-profile .lp-profile-section.publicity .description {
  margin-bottom: 0;
}
.lp-profile .lp-profile-section.publicity .promoted-checkbox:not(:last-child) {
  margin-bottom: 10px;
}
.lp-profile .lp-profile-section.publicity .promoted-checkbox:not(:first-child) {
  margin-left: 20px;
}
.lp-profile #profile-content-orders .profile-recover-order {
  padding: 25px;
}
.lp-profile #profile-content-orders .profile-recover-order > p {
  font-weight: 400;
}
.lp-profile #profile-content-orders .profile-recover-order .order-recover {
  position: relative;
  display: inline-block;
}
.lp-profile #profile-content-orders .profile-recover-order input[type=text] {
  height: 40px;
  padding: 0 22px;
  font-size: 16px;
  outline: none;
  border: 1px solid #e6e6e6;
  width: 325px;
}
.lp-profile #profile-content-orders .profile-recover-order input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.lp-profile #profile-content-orders .profile-recover-order input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.lp-profile #profile-content-orders .profile-recover-order input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.lp-profile #profile-content-orders .profile-recover-order input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.lp-profile #profile-content-orders .profile-recover-order .button-recover-order {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  border: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.lp-profile #profile-content-orders .profile-recover-order .button-recover-order:before {
  content: "";
  font-family: FontAwesome;
  font-size: 19px;
  color: #fff;
}
.lp-profile body.learnpress.lp-profile .course .course-info,
.lp-profile body.learnpress.lp-profile .course .learn-press-course-buttons {
  display: none;
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  height: 50px;
  background: #e9011f;
  padding: 0 30px;
  transition: all 0.2s;
  margin: 10px 0;
  position: relative;
  z-index: 0;
  border-radius: 30px;
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:before, .lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  z-index: -1;
  background: #b60118;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s linear;
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:before {
  top: 0;
  left: 0;
  right: auto;
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:after {
  bottom: 0;
  left: auto;
  right: 0;
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:hover:before {
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: auto;
  left: 100%;
  right: auto;
  opacity: 1;
  transform: translate(-100%, -100%);
}
.lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist:hover:after {
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: auto;
  right: 100%;
  opacity: 1;
  transform: translate(100%, 100%);
}
@media (max-width: 1024px) {
  .lp-profile #learn-press-profile-tab-course-wishlist button.learn-press-course-wishlist {
    height: 45px;
  }
}
.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article {
  padding-bottom: 30px;
  text-align: center;
}
.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article .content {
  text-align: left;
}
.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article.course button.wishlist-button {
  padding: 0 20px !important;
  width: auto !important;
  outline: none;
}
.lp-profile #learn-press-user-profile .courses-list.learn-press-wishlist-courses article.course .content:hover .sub-content {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .lp-profile #learn-press-user-profile #profile-content-settings .lp-profile-section {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  .lp-profile #learn-press-user-profile #profile-content-settings form {
    max-height: unset;
  }
}
@media (max-width: 480px) {
  .lp-profile #learn-press-user-profile .info-general {
    flex-direction: column;
    padding-bottom: 0;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav {
    width: 100%;
    height: unset;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    text-align: center;
    margin-top: 25px;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs > li {
    flex-grow: 1;
    background-color: #fff;
    border-width: 1px;
    margin: 0;
    border-style: solid;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs > li.active > a {
    background-color: #fff !important;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs > li a {
    margin-right: 0;
    padding: 10px;
    background-color: rgba(208, 208, 208, 0.17);
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav ul.learn-press-tabs .profile-tab-sections {
    top: calc(100% + 20px);
    height: unset;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-nav #profile-mobile-menu {
    display: none;
  }
  .lp-profile #learn-press-user-profile #learn-press-profile-content {
    margin-top: 120px;
  }
}
/*\
 *
 * Shortcode-custom
 *
\*/
.wrapper-filter-controls .filter-controls {
  margin: 0 0 53px;
  padding: 0;
  text-align: center;
}
.wrapper-filter-controls .filter-controls li {
  list-style: none;
  display: inline-block;
}
.wrapper-filter-controls .filter-controls li .filter {
  padding: 5px 20px 10px 20px;
  margin: 0px -3px 20px -3px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .wrapper-filter-controls .filter-controls li .filter {
    font-size: 14px;
  }
}
.wrapper-filter-controls .filter-controls li .filter.active {
  border-color: #e9011f;
  color: #e9011f;
}

.wrapper-gallery-filter .thim-gallery-popup {
  display: block;
  position: relative;
}
.wrapper-gallery-filter .thim-gallery-popup.loading i {
  animation: fa-spin 2s infinite linear;
}
.wrapper-gallery-filter .thim-gallery-popup.loading i:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.wrapper-gallery-filter .thim-gallery-popup .info_post {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(56deg, #1950e8 0%, #6768e6 16%, #a07be4 41%);
  opacity: 0;
  transition: all 0.35s ease;
}
.wrapper-gallery-filter .thim-gallery-popup .inner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper-gallery-filter .thim-gallery-popup .inner-info i {
  color: white;
  font-size: 45px;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.wrapper-gallery-filter .thim-gallery-popup:hover .info_post {
  opacity: 0.4;
}
.wrapper-gallery-filter .thim-gallery-popup:hover .inner-info i {
  opacity: 1;
}
.wrapper-gallery-filter .thim-gallery-popup img {
  width: 100%;
}
.wrapper-gallery-filter .item_gallery {
  margin-bottom: 30px;
}

.thim-elementor-login-popup .login-links a {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  transition: all 0.3s ease 0s;
}
.thim-elementor-login-popup .login-links a:hover {
  color: #e9011f;
}

/*\
 *
 * Custom form
 *
\*/
body .mfp-wrap {
  z-index: 999999;
}

#bp-popup-login {
  background-color: red;
}
#bp-popup-login button.mfp-close {
  background: transparent !important;
}
#bp-popup-login .media-content:before {
  opacity: 0.1;
}

.site-header .bp-element-login-popup.layout-1 .login-links.show-icon:before {
  font-size: 16px;
}

#bp-popup-login .loginwrapper .login-popup .title .current-title {
  color: #e9011f;
}
#bp-popup-login .loginwrapper .login-popup .form-row {
  margin: 0;
}
#bp-popup-login .loginwrapper .login-popup form input[type=text]:focus,
#bp-popup-login .loginwrapper .login-popup form input[type=email]:focus,
#bp-popup-login .loginwrapper .login-popup form input[type=password]:focus {
  border-color: #e9011f;
}
#bp-popup-login .loginwrapper .login-popup form input[type=text].invalid,
#bp-popup-login .loginwrapper .login-popup form input[type=password].invalid {
  border-color: red !important;
}
#bp-popup-login .loginwrapper .login-popup form input[type=submit] {
  background: #e9011f;
  color: #fff;
  transition: all 0.2s;
}
#bp-popup-login .loginwrapper .login-popup form input[type=submit]:hover {
  background: #9d0115;
}

@media (max-width: 480px) {
  .site-header.layout-1 .header-inner .wrap-content-header .menu-right .thim-elementor-login-popup .login-links {
    line-height: 40px;
  }
  .site-header.layout-1 .header-inner .wrap-content-header .menu-right .thim-elementor-login-popup .login-links a {
    width: 20px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    position: relative;
  }
  .site-header.layout-1 .header-inner .wrap-content-header .menu-right .thim-elementor-login-popup .login-links a.login:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .site-header.layout-1 .header-inner .wrap-content-header .menu-right .thim-elementor-login-popup .login-links a.register:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .site-header.layout-1 .header-inner .wrap-content-header .menu-right .thim-elementor-login-popup .login-links a.logout:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
}
.eael-grid-post .eael-entry-wrapper {
  padding: 0;
}
.eael-grid-post .eael-entry-media {
  margin-bottom: 35px;
  overflow: hidden;
}
.eael-grid-post .eael-entry-media img {
  transition: all 0.3s;
  transform: scale(1, 1);
}
.eael-grid-post .eael-entry-header {
  display: flex;
  flex-flow: column;
}
.eael-grid-post .eael-entry-header .eael-entry-title {
  order: 2;
  margin: 5px 0 15px;
}
.eael-grid-post .eael-entry-header .eael-entry-meta {
  order: 1;
}
.eael-grid-post .eael-entry-header .eael-entry-meta span.eael-posted-on {
  padding: 0;
}
.eael-grid-post .eael-entry-header .eael-entry-meta span.eael-posted-on:before {
  display: none;
}
.eael-grid-post .eael-entry-header .eael-entry-meta .eael-posted-by {
  display: none;
}
.eael-grid-post:hover .eael-entry-media img {
  transform: scale(1.1, 1.1);
}

div.thim-elementor-testimonials .slick-list {
  margin-left: -30px;
  margin-right: -30px;
}
div.thim-elementor-testimonials .slide-testimonials {
  padding-top: 0;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  div.thim-elementor-testimonials .slide-testimonials .testimonial-item {
    flex-direction: column;
    align-items: center;
  }
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .avatar {
  width: 151px;
  height: 151px;
}
@media (max-width: 767px) {
  div.thim-elementor-testimonials .slide-testimonials .testimonial-item .avatar {
    margin-bottom: 30px;
  }
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .avatar img {
  border-radius: 50%;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text {
  width: calc(100% - 151px - 40px);
  padding-top: 0;
}
@media (max-width: 767px) {
  div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text {
    width: 100%;
    text-align: center;
  }
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text .testimonial-description {
  font-size: 18px;
  line-height: 1.777777;
  color: #000;
  word-break: break-word;
  font-style: normal;
  position: relative;
  z-index: 0;
  margin-bottom: 23px;
  font-weight: 300;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text .testimonial-description:before {
  content: "‘‘";
  font-family: Heebo;
  font-weight: 400;
  font-size: 200px;
  color: #dbdbdb;
  line-height: 1;
  position: absolute;
  z-index: -1;
  top: -25px;
  left: -26px;
  letter-spacing: -12px;
  opacity: 0.2;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text .info .testimonial-name {
  display: inline-flex;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375;
  color: #3584f5;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text .info .testimonial-info {
  display: inline-flex;
  font-size: 16px;
  line-height: 1.75;
  color: #6c6c6c;
  word-break: break-word;
  font-weight: 300;
}
div.thim-elementor-testimonials .slide-testimonials .testimonial-item .text .info .testimonial-info:before {
  content: "/";
}

.testimonial-item-new {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .testimonial-item-new {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .testimonial-item-new {
    flex-direction: unset;
  }
}
@media (max-width: 480px) {
  .testimonial-item-new {
    flex-direction: column;
  }
}
.testimonial-item-new img {
  margin-right: 35px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .testimonial-item-new img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-item-new img {
    margin-right: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .testimonial-item-new img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.testimonial-item-new .testimonial-text {
  position: relative;
}
.testimonial-item-new .testimonial-text .icon-testonial {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.1);
  font-size: 32px;
  left: -10px;
}
@media (max-width: 991px) {
  .testimonial-item-new .testimonial-text .icon-testonial {
    left: 0px;
  }
}
.testimonial-item-new .testimonial-text .content {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .testimonial-item-new .testimonial-text .content {
    font-size: 14px;
  }
}
.testimonial-item-new .testimonial-text .icon .total-rating .dashicons-star-filled {
  font-size: 16px;
  height: 16px;
  width: 12px;
  color: #fbd05c;
}
.testimonial-item-new .testimonial-text .author-text .name {
  font-size: 18px;
  font-weight: bold;
}
.testimonial-item-new .testimonial-text .author-text .info {
  font-weight: 300;
}

.testimonial-swapper .testimonial-heading {
  text-align: center;
}
.testimonial-swapper .testimonial-heading .testimonial-sub {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.testimonial-swapper .testimonial-heading .testimonial-title {
  font-size: 50px;
  color: #ffffff;
  font-weight: 200;
}
@media (max-width: 767px) {
  .testimonial-swapper .testimonial-heading .testimonial-title {
    font-size: 28px;
  }
}
.testimonial-swapper .testimonial-slider .content {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.testimonial-swapper .testimonial-slider .customer-info {
  color: #ffffff;
  text-align: center;
}
.testimonial-swapper .testimonial-slider .customer-info .name {
  text-transform: uppercase;
  font-weight: 500;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list {
  max-width: 240px;
  margin-right: 25px;
  margin-left: 25px;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list .slick-track .item {
  width: 80px !important;
  opacity: 0.5;
}
@media (max-width: 347px) {
  .testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list .slick-track .item {
    width: 70px !important;
  }
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list .slick-track .item.slick-current {
  opacity: 1;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list .slick-track .item.slick-current img {
  border: 2px solid #ffffff;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-list .slick-track .item img {
  border-radius: 50%;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-prev {
  cursor: pointer;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-prev i {
  font-size: 32px;
  color: #ffffff;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-next {
  cursor: pointer;
}
.testimonial-swapper .testimonial-slider .slider-testimonial-nav .slick-next i {
  font-size: 32px;
  color: #ffffff;
}

.bp-element-testimonials.style-2 .testimonial-swapper .testimonial-heading .testimonial-title {
  font-weight: 100;
}
.bp-element-testimonials.style-1 .slide-testimonial .slick-list .slick-slide {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .bp-element-testimonials.style-1 .slide-testimonial .slick-list .slick-slide {
    margin-right: 0px;
  }
}

.eael-testimonial-content {
  position: relative;
}

.eael-testimonial-item .testimonial-star-rating {
  font-size: 13px;
  letter-spacing: -2px;
}
.eael-testimonial-item .eael-testimonial-text {
  margin-bottom: 20px;
}
.eael-testimonial-item .eael-testimonial-image {
  margin: 10px auto;
  padding: 0;
}
.eael-testimonial-item .eael-testimonial-user {
  margin: 0;
}
.eael-testimonial-item .eael-testimonial-user:after {
  content: "/";
  margin: 0 0px 0 5px;
  color: rgba(0, 0, 0, 0.5);
}
.eael-testimonial-item.eael-testimonial-align-centered {
  text-align: center;
}

.icon-img-left-content .eael-testimonial-item {
  display: flex;
  align-items: center;
}
.icon-img-left-content .eael-testimonial-item .eael-testimonial-content {
  padding-left: 25px;
  padding-right: 25px;
}
.icon-img-left-content .eael-testimonial-item .eael-testimonial-image {
  margin: auto;
}
.icon-img-left-content .eael-testimonial-quote {
  left: 20px;
  right: auto;
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  border: none;
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(105, 105, 105, 0.08);
  padding: 0 25px;
  margin-bottom: 27px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
  font-family: "Raleway";
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
  padding: 18px 0;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span i {
  font-family: Ionicons;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span i.fa-minus:before {
  content: "";
  font-size: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon span i.fa-plus:before {
  content: "";
  font-size: 20px;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  color: #3584f5;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #828282;
  border-top-color: #ebebeb;
  padding: 22px 0 29px;
}

.elementor-widget-image-carousel {
  position: relative;
}
.elementor-widget-image-carousel:before {
  content: "";
  display: block;
  width: 10000px;
  height: calc(50% + 65px);
  background: #614ef9;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 13.75%;
  right: auto;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button {
  justify-content: center;
  width: 55px;
  height: 55px;
  background: rgba(12, 10, 32, 0.2);
  border-radius: 50%;
  line-height: 55px;
  transition: all 0.3s ease 0s;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button i {
  font-size: 30px;
  color: #FFFFFF;
  line-height: 55px;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button i:before {
  font-family: Ionicons;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  left: -10px;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-prev i:before {
  content: "";
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next {
  right: -10px;
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button.elementor-swiper-button-next i:before {
  content: "";
}
.elementor-widget-image-carousel .elementor-image-carousel-wrapper .elementor-swiper-button:hover {
  background: #3584f5;
}

.eael-countdown-items.style-2 .eael-countdown-item .eael-countdown-digits {
  border-radius: 5px;
  padding: 25px 0;
  margin-bottom: 15px;
  position: relative;
}
.eael-countdown-items.style-2 .eael-countdown-item .eael-countdown-digits:before {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}
@media (max-width: 767px) {
  .eael-countdown-items.style-2 .eael-countdown-item .eael-countdown-digits {
    padding: 20px 0;
  }
}

.eael-team-members-centered .eael-team-member-social-profiles {
  position: absolute;
  z-index: 1;
  top: 36%;
  left: 0;
  transform: translateY(-36%);
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
}
.eael-team-members-centered .eael-team-content {
  margin-top: 10px;
}
.eael-team-members-centered .eael-team-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.eael-team-members-centered .eael-team-image:before {
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s;
  margin: auto;
  content: "";
  height: 20%;
  width: 20%;
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.eael-team-members-centered:hover {
  cursor: pointer;
}
.eael-team-members-centered:hover .eael-team-member-social-profiles {
  opacity: 1;
}
.eael-team-members-centered:hover .eael-team-image:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}

/*\
 *
 * Plugins
 *
\*/
.vc_row.vc_parallax.bg-z-index .vc_parallax-inner {
  z-index: 1;
}
.vc_row.vc_parallax .vc_parallax-inner {
  background-size: unset;
  background-repeat: no-repeat;
}
.vc_row.wpb_row[data-vc-full-width] {
  overflow: visible;
}
.vc_row .vc-row-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vc_row.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.wpb_button, div.wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

/* Start Elementor */
.thim-style-elementor-padding-left > .elementor-container > .elementor-row > div:first-child {
  padding-left: calc(( 100% - 1160px)/2);
}
@media (max-width: 1190px) {
  .thim-style-elementor-padding-left > .elementor-container > .elementor-row > div:first-child {
    padding-left: calc(( 100% - 960px)/ 2);
  }
}
@media (max-width: 992px) {
  .thim-style-elementor-padding-left > .elementor-container > .elementor-row > div:first-child {
    padding-left: calc(( 100% - 720px)/ 2);
  }
}
@media (max-width: 767px) {
  .thim-style-elementor-padding-left > .elementor-container > .elementor-row > div:first-child {
    padding-left: calc(( 100% - 540px)/ 2);
  }
}
@media (max-width: 575px) {
  .thim-style-elementor-padding-left > .elementor-container > .elementor-row > div:first-child {
    padding-left: 20px;
  }
}

header.site-header .header-inner .wrap-content-header .menu-right .widget .elementor-column-wrap > .elementor-widget-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.site-header .header-inner .wrap-content-header .menu-right .widget .elementor-column-wrap > .elementor-widget-wrap > div {
  width: auto;
  margin-bottom: 0;
}

/*\
 *
 * row_padding
 *
\*/
.row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
  padding-left: calc((100% - 1200px) / 2 + 20px);
}
@media (max-width: 1299px) {
  .row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
    padding-left: calc((100% - 1140px) / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
    padding-left: calc((100% - 960px) / 2 + 20px);
  }
}
@media (max-width: 991px) {
  .row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
    padding-left: calc((100% - 720px) / 2 + 20px);
  }
}
@media (max-width: 767px) {
  .row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
    padding-left: calc((100% - 540px) / 2 + 20px);
  }
}
@media (max-width: 575px) {
  .row-padding-left > .elementor-container > .elementor-row > .elementor-column:first-child {
    padding-left: 20px;
  }
}

.row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
  padding-right: calc((100% - 1200px) / 2 + 20px);
}
@media (max-width: 1299px) {
  .row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
    padding-right: calc((100% - 1140px) / 2 + 20px);
  }
}
@media (max-width: 1199px) {
  .row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
    padding-right: calc((100% - 960px) / 2 + 20px);
  }
}
@media (max-width: 991px) {
  .row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
    padding-right: calc((100% - 720px) / 2 + 20px);
  }
}
@media (max-width: 767px) {
  .row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
    padding-right: calc((100% - 540px) / 2 + 20px);
  }
}
@media (max-width: 575px) {
  .row-padding-right > .elementor-container > .elementor-row > .elementor-column:last-child {
    padding-right: 20px;
  }
}

.thim-block-elementor-slider-home-3 {
  position: relative;
  z-index: 0;
}
.thim-block-elementor-slider-home-3::before {
  content: "";
  display: block;
  width: calc((100% - 1200px) / 2 + 1200px - 148px);
  height: calc(100% - 77px);
  background: #f9f8fc;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
@media (max-width: 1299px) {
  .thim-block-elementor-slider-home-3::before {
    width: calc((100% - 1140px) / 2 + 1140px - 148px);
  }
}
@media (max-width: 1199px) {
  .thim-block-elementor-slider-home-3::before {
    width: calc((100% - 960px) / 2 + 960px - 148px);
  }
}
@media (max-width: 991px) {
  .thim-block-elementor-slider-home-3 {
    padding-top: 80px;
  }
  .thim-block-elementor-slider-home-3::before {
    width: 100%;
    height: 100%;
  }
}
.thim-block-elementor-slider-home-3 > .elementor-container > .elementor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}
.thim-block-elementor-slider-home-3 > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget {
  height: 100%;
}
.thim-block-elementor-slider-home-3 > .elementor-container > .elementor-row > .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget > .elementor-widget-container {
  height: 100%;
}

/*\
 *
 * thim-portfolio
 *
\*/
.portfolio-image {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 20px;
}
.portfolio-image img {
  transition: all 1s;
}
.portfolio-image:hover img {
  transform: scale(1.1);
}
.portfolio-image:hover .portfolio_zoom .btn_zoom {
  opacity: 1;
}
.portfolio-image .portfolio_zoom .btn_zoom {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: all 0.2s;
  opacity: 0;
}
.portfolio-image .portfolio_zoom .btn_zoom:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(56deg, #1950e8 0%, #6768e6 16%, #a07be4 41%);
  opacity: 0.35;
}
.portfolio-hover .thumb-bg .mask-content {
  text-align: center;
}
.portfolio-hover .thumb-bg .mask-content .portfolio_title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  word-break: break-word;
  padding-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .portfolio-hover .thumb-bg .mask-content .portfolio_title h3 {
    font-size: 18px;
  }
}
.portfolio-hover .thumb-bg .mask-content .portfolio_title h3 a {
  transition: all 0.2s;
  color: #161616;
}
.portfolio-hover .thumb-bg .mask-content .portfolio_title h3 a:hover {
  color: #e9011f;
}
.portfolio-hover .thumb-bg .mask-content .portfolio_category {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  word-break: break-word;
  text-transform: capitalize;
}
.portfolio-hover .thumb-bg .mask-content .portfolio_category a {
  transition: all 0.2s;
  color: #5d5d5d;
}
.portfolio-hover .thumb-bg .mask-content .portfolio_category a:hover {
  color: #e9011f;
}

.portfolio-tabs-wrapper {
  text-align: center;
}
.portfolio-tabs-wrapper .portfolio-tabs {
  display: inline-block;
  margin-bottom: 55px;
  position: relative;
  z-index: 0;
}
.portfolio-tabs-wrapper .portfolio-tabs button {
  transition: all 0.2s;
  padding: 5px 20px 5px 20px;
  margin: 0px -3px 20px -3px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  text-transform: uppercase;
}
.portfolio-tabs-wrapper .portfolio-tabs button:focus, .portfolio-tabs-wrapper .portfolio-tabs button:active {
  outline: none;
}
.portfolio-tabs-wrapper .portfolio-tabs button:avtive, .portfolio-tabs-wrapper .portfolio-tabs button:hover {
  color: #e9011f;
  border-color: #e9011f;
}

.content_portfolio {
  width: 1170px;
}

.portfolio_column {
  width: 100%;
  overflow: hidden;
}
.portfolio_column > .page-numbers {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.portfolio_column > .page-numbers li {
  margin-bottom: 0;
}
.portfolio_column > .page-numbers li .page-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  margin: 5px;
  transition: all 0.2s;
}
.portfolio_column > .page-numbers li .page-numbers.next {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.portfolio_column > .page-numbers li .page-numbers.next i {
  font-size: 20px;
  margin-left: 9px;
}
.portfolio_column > .page-numbers li .page-numbers.prev {
  font-weight: 600;
  color: #161616;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 9px;
}
.portfolio_column > .page-numbers li .page-numbers.prev i {
  font-size: 20px;
  margin-right: 9px;
}
.portfolio_column > .page-numbers li .page-numbers:hover {
  border-color: #e9011f;
  color: #e9011f;
}
.portfolio_column > .page-numbers li .page-numbers.current {
  background: #e9011f;
  border-color: #e9011f;
  color: #fff;
}

.bd-content-portfolio .tags ul {
  display: inline-block;
  list-style: none;
}
.bd-content-portfolio .tags ul li {
  display: inline-block;
}
.bd-content-portfolio .tags ul li:after {
  content: ",";
}
.bd-content-portfolio .tags ul li:last-child:after {
  content: "";
}

.entry-content-portfolio .entry-content-left iframe {
  margin-top: 27px;
  width: 100%;
}
.entry-content-portfolio .single-img {
  margin-top: 27px;
}
.entry-content-portfolio .portfolio_carousel:hover .owl-controls .owl-next, .entry-content-portfolio .portfolio_carousel:hover .owl-controls .owl-prev, .entry-content-portfolio .portfolio_carousel:hover .owl-nav .owl-next, .entry-content-portfolio .portfolio_carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.entry-content-portfolio .portfolio_carousel .owl-controls, .entry-content-portfolio .portfolio_carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.entry-content-portfolio .portfolio_carousel .owl-controls .owl-next, .entry-content-portfolio .portfolio_carousel .owl-controls .owl-prev, .entry-content-portfolio .portfolio_carousel .owl-nav .owl-next, .entry-content-portfolio .portfolio_carousel .owl-nav .owl-prev {
  width: 40px;
  text-align: center;
  height: 40px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  border-radius: 50%;
}
.entry-content-portfolio .portfolio_carousel .owl-controls .owl-next, .entry-content-portfolio .portfolio_carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
}
.entry-content-portfolio .portfolio_carousel .owl-controls .owl-prev, .entry-content-portfolio .portfolio_carousel .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
}
.entry-content-portfolio .portfolio_carousel .owl-dots {
  display: none;
}

.portfolio-content.single-content .bd-content-portfolio {
  margin-top: 30px;
}
.portfolio-content .entry-content-portfolio .portfolio_title {
  font-size: 35px;
  line-height: 1.3;
  word-break: break-word;
  color: #161616;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .portfolio-content .entry-content-portfolio .portfolio_title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .portfolio-content .entry-content-portfolio .portfolio_title {
    font-size: 24px;
  }
}
.portfolio-content .entry-content-portfolio .entry-meta {
  margin-left: 0;
}
.portfolio-content .entry-content-portfolio .entry-meta li {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #5d5d5d;
  word-break: break-word;
  padding: 3px 10px 3px 0px;
  margin-bottom: 0;
}
.portfolio-content .entry-content-portfolio .entry-meta li i {
  font-size: 15px;
  color: #e9011f;
  margin-right: 6px;
}
.portfolio-content .entry-content-portfolio .entry-meta li a {
  transition: all 0.3s;
}
.portfolio-content .entry-content-portfolio .entry-meta li a:hover {
  color: #e9011f;
}

.one-col.item_portfolio.item_large {
  width: 100%;
}

.one-col.item_portfolio {
  width: 100%;
}

.two-col.item_portfolio.item_large {
  width: 100%;
}

.two-col.item_portfolio {
  width: 50%;
}

.three-col.item_portfolio.item_large {
  width: 66.66%;
}

.three-col.item_portfolio {
  width: 33.33%;
}

.four-col.item_portfolio.item_large {
  width: 50%;
}

.four-col.item_portfolio {
  width: 25%;
}

.five-col.item_portfolio.item_large {
  width: 40%;
}

.five-col.item_portfolio {
  width: 20%;
}

.item_portfolio {
  float: left;
  margin-bottom: 30px !important;
}

.related-portfolio {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .related-portfolio {
    margin-bottom: 50px;
  }
}
@media (max-width: 757px) {
  .related-portfolio {
    margin-bottom: 0px;
  }
}
.related-portfolio .portfolio-image {
  margin-bottom: 12px;
}
.related-portfolio .portfolio-hover .thumb-bg .mask-content .portfolio_title {
  margin-bottom: 0px;
}
.related-portfolio .portfolio-hover .thumb-bg .mask-content .portfolio_title h3 {
  font-size: 18px;
}
.related-portfolio .portfolio-hover .thumb-bg .mask-content .portfolio_category h3 {
  font-size: 15px;
}
.related-portfolio ul li {
  list-style: none;
}
.related-portfolio .p_line {
  display: none;
}
.related-portfolio .widget-title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  color: #161616;
  word-break: break-word;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-right: 110px;
  margin-bottom: 40px;
}

/* Thim PortFolio */
.thim-portfolio .portfolios {
  margin-left: -5px;
  margin-right: -5px;
}
.thim-portfolio .portfolios .portfolio {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
}
.thim-portfolio .portfolios .portfolio.col-md-4:nth-child(3n+1) {
  clear: both;
}
.thim-portfolio .portfolios .portfolio .inner {
  position: relative;
}
.thim-portfolio .portfolios .portfolio .inner .media {
  overflow: hidden;
}
.thim-portfolio .portfolios .portfolio .inner .media img {
  transition: all 0.6s;
}
.thim-portfolio .portfolios .portfolio .inner .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 70px 40px 24px;
}
.thim-portfolio .portfolios .portfolio .inner .content .content-inner {
  position: relative;
  z-index: 2;
}
.thim-portfolio .portfolios .portfolio .inner .content:before {
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.41) 60%, rgba(0, 0, 0, 0.61) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#9c000000", GradientType=0);
  z-index: 1;
}
.thim-portfolio .portfolios .portfolio .inner .content .title {
  color: #FFF;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 10px;
}
.thim-portfolio .portfolios .portfolio .inner .content .date {
  color: #FFF;
  font-size: 13px;
}
.thim-portfolio .portfolios .portfolio .inner .content .readmore {
  clear: both;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 27px;
  text-transform: uppercase;
}
.thim-portfolio .portfolios .portfolio .inner .content .readmore:after {
  content: "";
  font-family: FontAwesome;
  padding: 0px 8px;
}
.thim-portfolio .portfolios .portfolio .inner .content .readmore:hover {
  color: #FFF;
}
.thim-portfolio .portfolios .portfolio:hover {
  /* .portfolio hover*/
}
.thim-portfolio .portfolios .portfolio:hover .media img {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .thim-portfolio .portfolios .portfolio.col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .thim-portfolio .portfolios .portfolio.col-xs-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .related-portfolio .row .col-sm-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  body .thim-portfolio .portfolios .portfolio img {
    width: 100%;
  }
  body .thim-portfolio .portfolios .portfolio .inner .content {
    padding: 70px 15px 15px;
  }
  body .thim-portfolio .portfolios .portfolio .inner .content .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.post-type-archive-portfolio #elementor-lightbox-slideshow-single-img {
  display: none !important;
}