/*------------- #BLOCKS --------------*/
/*------------- #VARIABLES --------------*/
/*------------- #HEADING --------------*/
.crumina-heading {
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.crumina-heading > *:last-child {
  margin-bottom: 0;
}

.crumina-heading > *:first-child {
  margin-top: 0;
}

.crumina-heading + * {
  margin-top: 25px;
}

.crumina-heading.no-margin {
  margin: 0;
}

.crumina-heading .heading-sup-title {
  letter-spacing: 5px;
}

.crumina-heading.heading--with-decoration .heading-title:after {
  content: ".";
  font-size: inherit;
  color: #ffba00;
  width: 0;
  display: inline-block;
  position: relative;
}

.crumina-heading.heading--h1 .heading-text {
  font-size: 1.875em;
  line-height: 1.5;
  margin-top: 0;
}

.crumina-heading.heading--h1 .heading-sup-title {
  font-size: 1.875em;
  line-height: 1.5;
  margin-bottom: 25px;
}

.crumina-heading.heading--h2 .heading-text {
  font-size: 1.375em;
  line-height: 1.6;
  margin-top: 10px;
}

.crumina-heading.heading--h2 .heading-sup-title {
  font-size: 1.375em;
  line-height: 1.6;
  margin-bottom: 10px;
}

.crumina-heading.heading--h3 .heading-text {
  font-size: 1.125em;
  line-height: 1.6;
  margin-top: 5px;
}

.crumina-heading.heading--h3 .heading-sup-title {
  font-size: 1.125em;
  line-height: 1.6;
  margin-bottom: 5px;
}

.crumina-heading.heading--h4 .heading-text {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 13px;
}

.crumina-heading.heading--h4 .heading-sup-title {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 13px;
}

.crumina-heading.heading--h5 .heading-text {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 20px;
}

.crumina-heading.heading--h5 .heading-sup-title {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.crumina-heading.heading--h6 .heading-text {
  font-size: 1em;
  line-height: 1.6;
  margin-top: 25px;
}

.crumina-heading.heading--h6 .heading-sup-title {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 25px;
}

.heading-sup-title {
  margin-bottom: 25px;
  color: #ffba00;
  font-size: 16px;
}

.heading-title {
  display: inline-block;
  line-height: 1.3em;
  position: relative;
}

.heading-text {
  margin-top: 20px;
  color: #ffffff;
}

.primary-dots + .heading-title {
  display: block;
}

/**
 * Diagonally colored text, with fallback
 * Inspired from http://servicedesigndays.com/
 */
.heading--half-colored {
  display: inline-block;
}

@supports (-webkit-background-clip: text) {
  .heading--half-colored {
    color: transparent;
    background: linear-gradient(315deg, #fff 50%, #ffba00 100%);
    -webkit-background-clip: text;
  }
}

@supports (-webkit-background-clip: text) {
  .c-white .heading--half-colored {
    color: transparent;
    background: linear-gradient(315deg, #fff 50%, #ffba00 100%);
    -webkit-background-clip: text;
  }
}

/*================= Responsive Mode ============*/
@media (max-width: 980px) {
  .crumina-heading[class*="heading--h"] .heading-text {
    font-size: 20px;
  }
  .crumina-heading[class*="heading--h"] .heading-sup-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media (max-width: 570px) {
  .crumina-heading[class*="heading--h"] .heading-text {
    font-size: 14px;
  }
  .crumina-heading[class*="heading--h"] .heading-sup-title {
    font-size: 12px;
  }
}

/*------------- #BUTTONS --------------*/
.btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 1;
  color: #fff;
  border: 2px solid;
}

.btn + .btn {
  margin-left: 30px;
}

.btn:hover {
  background-color: transparent;
}

.btn:active {
  background-color: #ffba00;
  border-color: #ffba00;
}

.btn--x-large {
  font-size: 22px;
  border-radius: 33px;
  padding: 18px 36px;
}

.btn--large {
  font-size: 17px;
  border-radius: 30px;
  padding: 17px 34px;
}

.btn--medium {
  font-size: 16px;
  border-radius: 25px;
  padding: 13px 26px;
}

.btn--small {
  font-size: 16px;
  border-radius: 20px;
  padding: 9px 20px;
  border-width: 3px;
}

.btn--mini {
  font-size: 14px;
  border-radius: 15px;
  padding: 5px 10px;
  border-width: 3px;
}

.woox-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.double-arrow {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.double-arrow .woox-icon {
  width: 17px;
  height: 17px;
}

.double-arrow .woox-icon:last-child {
  position: absolute;
  top: 1px;
  right: -3px;
}

/*------------- #Color-scheme for buttons --------------*/
.btn--secondary {
  border-color: #fff;
  background-color: #fff;
  color: #3d434f;
}

.btn--secondary .woox-icon {
  fill: #3d434f;
}

.btn--secondary:hover {
  color: #fff;
}

.btn--secondary:hover .woox-icon {
  fill: #fff;
}

.btn--secondary:active {
  color: #fff;
  border-color: #c3c9d4;
  background-color: #c3c9d4;
}

.btn--secondary:active .woox-icon {
  fill: #fff;
}

.btn--primary {
  border-color: #ffba00;
  background-color: #ffba00;
  color: #fff;
}

.btn--primary .woox-icon {
  fill: #fff;
}

.btn--primary:hover {
  background-color: transparent;
  color: #ffba00;
}

.btn--primary:hover .woox-icon {
  fill: #ffba00;
}

.btn--primary:active {
  color: #16181d;
  border-color: #cc9500;
  background-color: #cc9500;
}

.btn--primary:active .woox-icon {
  fill: #16181d;
}

.btn--green-light {
  border-color: #00a654;
  background-color: #00a654;
  color: #fff;
}

.btn--green-light .woox-icon {
  fill: #fff;
}

.btn--green-light:hover {
  color: #00a654;
}

.btn--green-light:hover .woox-icon {
  fill: #00a654;
}

.btn--green-light:active {
  color: #16181d;
  border-color: #00733a;
  background-color: #00733a;
}
.btn--danger-light {
  border-color: #a60000;
  background-color: #a60000;
  color: #fff;
}

.btn--danger-light .woox-icon {
  fill: #fff;
}

.btn--danger-light:hover {
  color: #a60000;
}

.btn--danger-light:hover .woox-icon {
  fill: #a60000;
}

.btn--danger-light:active {
  color: #16181d;
  border-color: #a60000;
  background-color: #a60000;
}

.btn--danger-light:active .woox-icon {
  fill: #16181d;
}
.btn--green-light:active .woox-icon {
  fill: #16181d;
}

.btn--dark {
  border-color: #1c1f24;
  background-color: #1c1f24;
  color: #666d7a;
}

.btn--dark .woox-icon {
  fill: #666d7a;
}

.btn--dark:hover {
  color: #fff;
}

.btn--dark:hover .woox-icon {
  fill: #fff;
}

.btn--dark:active {
  color: #3d434f;
  border-color: #060607;
  background-color: #060607;
}

.btn--dark:active .woox-icon {
  fill: #3d434f;
}

.btn--dark-lighter {
  border-color: #22252c;
  background-color: #22252c;
  color: #666d7a;
}

.btn--dark-lighter .woox-icon {
  fill: #666d7a;
}

.btn--dark-lighter:hover {
  color: #fff;
}

.btn--dark-lighter:hover .woox-icon {
  fill: #fff;
}

.btn--dark-lighter:active {
  color: #666d7a;
  border-color: #0c0d0f;
  background-color: #0c0d0f;
}

.btn--dark-lighter:active .woox-icon {
  fill: #666d7a;
}

.btn--blue-light {
  border-color: #3452ff;
  background-color: #3452ff;
  color: #fff;
}

.btn--blue-light .woox-icon {
  fill: #fff;
}

.btn--blue-light:hover {
  color: #3452ff;
}

.btn--blue-light:hover .woox-icon {
  fill: #3452ff;
}

.btn--blue-light:active {
  color: #16181d;
  border-color: #0127ff;
  background-color: #0127ff;
}

.btn--blue-light:active .woox-icon {
  fill: #16181d;
}

.btn--transparent {
  background-color: transparent;
}

.btn--transparent.btn--secondary {
  color: #fff;
}

.btn--transparent.btn--secondary .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--secondary:hover {
  color: #ffba00;
  border-color: #ffba00;
}

.btn--transparent.btn--secondary:hover .woox-icon {
  fill: #ffba00;
}

.btn--transparent.btn--secondary:active {
  background-color: #ffba00;
  color: #fff;
  border-color: #ffba00;
}

.btn--transparent.btn--secondary:active .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--primary {
  color: #ffba00;
}

.btn--transparent.btn--primary .woox-icon {
  fill: #ffba00;
}

.btn--transparent.btn--primary:hover {
  color: #ffba00;
  background-color: none;
}

.btn--transparent.btn--primary:hover .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--primary:active {
  background-color: #cc9500;
  border-color: #cc9500;
  color: #16181d;
}

.btn--transparent.btn--primary:active .woox-icon {
  fill: #16181d;
}

.btn--transparent.btn--green-light {
  color: #00a654;
}

.btn--transparent.btn--green-light .woox-icon {
  fill: #00a654;
}

.btn--transparent.btn--green-light:hover {
  background-color: #00a654;
  color: #fff;
}

.btn--transparent.btn--green-light:hover .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--green-light:active {
  background-color: #00733a;
  border-color: #00733a;
  color: #16181d;
}

.btn--transparent.btn--green-light:active .woox-icon {
  fill: #16181d;
}

.btn--transparent.btn--blue-light {
  color: #3452ff;
}

.btn--transparent.btn--blue-light .woox-icon {
  fill: #3452ff;
}

.btn--transparent.btn--blue-light:hover {
  background-color: #3452ff;
  color: #fff;
}

.btn--transparent.btn--blue-light:hover .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--blue-light:active {
  background-color: #0127ff;
  border-color: #0127ff;
  color: #16181d;
}

.btn--transparent.btn--blue-light:active .woox-icon {
  fill: #16181d;
}

.btn--transparent.btn--dark-lighter {
  color: #666d7a;
}

.btn--transparent.btn--dark-lighter .woox-icon {
  fill: #666d7a;
}

.btn--transparent.btn--dark-lighter:hover {
  background-color: #22252c;
  color: #fff;
}

.btn--transparent.btn--dark-lighter:hover .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--dark-lighter:active {
  background-color: #0c0d0f;
  border-color: #0c0d0f;
  color: #3d434f;
}

.btn--transparent.btn--dark-lighter:active .woox-icon {
  fill: #3d434f;
}

.btn--transparent.btn--dark {
  color: #666d7a;
}

.btn--transparent.btn--dark .woox-icon {
  fill: #666d7a;
}

.btn--transparent.btn--dark:hover {
  background-color: #1c1f24;
  color: #fff;
}

.btn--transparent.btn--dark:hover .woox-icon {
  fill: #fff;
}

.btn--transparent.btn--dark:active {
  background-color: #060607;
  border-color: #060607;
  color: #3d434f;
}

.btn--transparent.btn--dark:active .woox-icon {
  fill: #3d434f;
}

.btn--with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn--with-icon .woox-icon,
.btn--with-icon i {
  width: 14px;
  height: 14px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.btn--with-icon.btn--x-large .woox-icon,
.btn--with-icon.btn--x-large i {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.btn--icon-right .woox-icon,
.btn--icon-right i {
  margin-left: 10px;
}

.btn--icon-left .woox-icon,
.btn--icon-left i {
  margin-right: 10px;
}

.btn-market-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn--market {
  padding: 12px 20px;
  margin-right: 30px;
}

.btn--market .woox-icon,
.btn--market i {
  min-width: 30px;
  min-height: 30px;
}

.btn--market .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.btn--market .sup-title {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--market .title {
  font-size: 16px;
}

.btn--market + .btn--market {
  margin-right: 0;
  margin-left: 0;
}

.btn--apple {
  color: #c3c9d4;
}

.btn--apple .woox-icon {
  fill: #c3c9d4;
}

.btn--apple .sup-title {
  color: #666d7a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--apple:hover,
.btn--apple:active {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.btn--apple:hover .woox-icon,
.btn--apple:active .woox-icon {
  fill: #fff;
}

.btn--apple:hover .sup-title,
.btn--apple:active .sup-title {
  color: #fff;
}

.btn--google {
  color: #fff;
  background-color: #ffba00;
  border-color: #ffba00;
}

.btn--google .woox-icon {
  fill: #fff;
}

.btn--google .sup-title {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--google:hover,
.btn--google:active {
  background-color: transparent;
  border-color: #c3c9d4;
  color: #c3c9d4;
}

.btn--google:hover .sup-title,
.btn--google:active .sup-title {
  color: #c3c9d4;
}

.btn--google:hover .woox-icon,
.btn--google:active .woox-icon {
  fill: #c3c9d4;
}

.btn--round {
  border-radius: 100%;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.btn--round:hover .woox-icon {
  fill: #ffba00;
  color: #ffba00;
}

.btn--round .woox-icon {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn--with-count {
  font-size: 16px;
  background-color: transparent;
}

.btn--with-count:hover .count {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #1c1f24;
}

.btn--with-count .count {
  display: block;
  border-radius: 100%;
  position: absolute;
  right: -4px;
  top: -4px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn--with-count.btn--x-large {
  padding-right: 80px;
}

.btn--with-count.btn--x-large .count {
  height: 66px;
  width: 66px;
  line-height: 66px;
}

.btn--with-count.btn--large {
  padding: 18px 70px 18px 34px;
}

.btn--with-count.btn--large .count {
  height: 60px;
  width: 60px;
  line-height: 60px;
}

.btn--with-count.btn--medium {
  padding-right: 60px;
}

.btn--with-count.btn--medium .count {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.btn--with-count.btn--small {
  padding-right: 50px;
}

.btn--with-count.btn--small .count {
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.btn--with-count.btn--mini {
  padding-right: 30px;
}

.btn--with-count.btn--mini .count {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.btn--with-count.btn--secondary .count {
  background-color: #fff;
}

.btn--with-count.btn--primary .count {
  background-color: #ffba00;
}

.btn--with-count.btn--green-light .count {
  background-color: #00a654;
}

.btn--with-count.btn--blue-light .count {
  background-color: #3452ff;
}

.btn--with-count.btn--dark-lighter .count {
  background-color: #22252c;
}

.btn--with-count.btn--dark .count {
  background-color: #1c1f24;
}

.btn--share {
  border-color: #a1abbd;
}

.btn--share:active {
  background-color: transparent;
  border-color: #3d4451;
}

.btn--share .woox-icon {
  fill: #a1abbd;
}

.btn--share .socials {
  padding-left: 65px;
  padding-right: 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  opacity: 0;
}

.btn--share .socials li {
  margin-right: 10px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--share .socials li a {
  display: inline-block;
}

.btn--share .socials .woox-icon {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
}

.btn--share .socials .woox-icon:hover {
  -webkit-box-shadow: 0 5px 15px -5px #ffba00;
  box-shadow: 0 5px 15px -5px #ffba00;
}

.btn--share .shared-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 60px;
  max-width: 60px;
  left: -4px;
  top: -4px;
  -webkit-transition: max-width 0.8s ease, opacity 0.3s ease;
  transition: max-width 0.8s ease, opacity 0.3s ease;
  border: 4px solid #a1abbd;
  border-radius: 33px;
  opacity: 0;
  visibility: hidden;
}

.btn--share.open .shared-wrap {
  visibility: visible;
  opacity: 1;
  max-width: 300px;
}

.btn--share.open .socials {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.btn--share.open .socials li {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn--share-in-down {
  border-color: #a1abbd;
}

.btn--share-in-down:active {
  background-color: transparent;
  border-color: #3d4451;
}

.btn--share-in-down .woox-icon {
  fill: #a1abbd;
}

.btn--share-in-down .socials {
  padding: 55px 10px 10px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, -webkit-transform 0.6s ease;
  opacity: 0;
}

.btn--share-in-down .socials li {
  margin-right: 0;
  margin-top: 10px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--share-in-down .socials li a {
  display: inline-block;
}

.btn--share-in-down .socials .woox-icon {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
}

.btn--share-in-down .socials .woox-icon:hover {
  -webkit-box-shadow: 0 5px 15px -5px #ffba00;
  box-shadow: 0 5px 15px -5px #ffba00;
}

.btn--share-in-down .shared-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 60px;
  max-width: 60px;
  left: -4px;
  top: -4px;
  -webkit-transition: max-width 0.8s ease, opacity 0.3s ease;
  transition: max-width 0.8s ease, opacity 0.3s ease;
  border: 4px solid #a1abbd;
  border-radius: 33px;
  opacity: 0;
  visibility: hidden;
}

.btn--share-in-down.open .shared-wrap {
  visibility: visible;
  opacity: 1;
  max-width: 60px;
  max-height: 300px;
  height: auto;
  width: 60px;
}

.btn--share-in-down.open .socials {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.btn--share-in-down.open .socials li {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*================= Styles for links ============*/
.content-block--dark a:hover,
.form--dark a:hover {
  color: #fff;
}

.content-block--dark a:active,
.form--dark a:active {
  color: #ffba00;
}

.link-underlined {
  text-decoration: underline;
}

/*------------- #Button back-to-top --------------*/
.back-to-top {
  position: fixed;
  z-index: 1000;
  width: 120px;
  height: 120px;
  display: block;
  fill: #fff;
  stroke: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
  border-radius: 100%;
  background-color: #ffba00;
  text-align: center;
  -webkit-box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  outline: none;
}

.back-to-top:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 100%;
  background-color: #ffba00;
  position: absolute;
  top: -4px;
  right: -4px;
  -webkit-box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-to-top.hidden {
  opacity: 0;
}

.back-to-top .woox-icon {
  fill: #fff;
  height: 20px;
  width: 20px;
  margin-top: 30px;
}

.back-to-top:hover {
  bottom: -50px;
  -webkit-box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
}

.back-to-top:hover:after {
  -webkit-box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
  box-shadow: inset 5px 5px 20px 0 rgba(255, 133, 0, 0), 5px 5px 20px 0 rgba(255, 133, 0, 0.4);
}

.primary-link-with-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.primary-link-with-icon .woox-icon {
  width: 13px;
  height: 13px;
  margin-left: 15px;
  fill: currentColor;
}

.primary-link-with-icon:hover {
  color: #ffba00;
}

.universal-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.universal-btn-wrap .btn {
  margin-bottom: 20px;
  margin-right: 20px;
}

.universal-btn-wrap .btn + .btn {
  margin-left: 0;
}

.universal-btn-wrap .btn:last-child {
  margin-right: 0;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 799px) {
  .back-to-top {
    width: 60px;
    height: 60px;
    bottom: -30px;
  }
  .back-to-top:hover {
    bottom: -25px;
  }
  .back-to-top .woox-icon {
    height: 15px;
    width: 15px;
    margin-top: 10px;
  }
  .btn--x-large {
    font-size: 18px;
    padding: 16px 32px;
  }
  .btn--large {
    font-size: 16px;
    padding: 15px 30px;
  }
  .btn--medium {
    font-size: 14px;
    padding: 12px 24px;
  }
  .btn--small {
    font-size: 12px;
    padding: 9px 20px;
  }
}

@media (max-width: 768px) {
  .btn--round {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-width: 2px;
  }
  .btn--round .woox-icon {
    height: 10px;
    width: 10px;
  }
  .btn--market {
    padding: 8px 12px;
    margin-right: 5px;
  }
  .btn--market .woox-icon,
  .btn--market i {
    min-width: 15px;
    min-height: 15px;
  }
  .btn--market .sup-title {
    font-size: 10px;
  }
  .btn--market .title {
    font-size: 12px;
  }
  .btn--icon-right .woox-icon,
  .btn--icon-right i {
    margin-left: 5px;
  }
  .btn--icon-left .woox-icon,
  .btn--icon-left i {
    margin-right: 5px;
  }
  .btn--share .socials {
    padding-left: 35px;
  }
  .btn--share .socials li .woox-icon {
    height: 20px;
    width: 20px;
  }
  .btn--share .shared-wrap {
    height: 30px;
    max-width: 30px;
    left: -2px;
    top: -2px;
    border-width: 2px;
  }
  .btn--share-in-down .shared-wrap {
    height: 30px;
    max-width: 30px;
    left: -2px;
    top: -2px;
    border-width: 2px;
  }
  .btn--share.btn--round {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-width: 2px;
  }
  .btn--share.btn--round .woox-icon {
    height: 10px;
    width: 10px;
  }
  .btn--share-in-down .socials .woox-icon {
    height: 20px;
    width: 20px;
  }
  .btn--share-in-down.open .shared-wrap {
    max-width: 30px;
    width: 30px;
  }
  .btn--share-in-down .socials {
    padding: 25px 3px 10px;
  }
}

/*------------- #SOCIALS --------------*/
.socials {
  margin: 15px 0;
  padding-left: 0;
}

.socials .social-item {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.socials .social-item:last-child {
  margin-right: 0;
}

.socials .social-item:hover .woox-icon {
  fill: #ffba00;
  color: #ffba00;
}

.socials .woox-icon {
  height: 22px;
  width: 22px;
  font-size: 22px;
  fill: #3d434f;
  color: #3d434f;
  display: block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

.socials--small .woox-icon {
  height: 20px;
  width: 20px;
}

.socials--small .social-item {
  display: inline-block;
  margin-right: 10px;
}

.socials--white .woox-icon {
  fill: #fff;
  color: #fff;
}

.socials--white .social-item:hover .woox-icon {
  fill: #ffba00;
  color: #ffba00;
}

.socials--with-title .social-item:first-child {
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .socials li {
    margin-right: 15px;
  }
}

@media (max-width: 640px) {
  .socials--with-title li:first-child {
    margin-right: 10px;
  }
}

/*------------- #ALERT MESSAGES --------------*/
.alert {
  border-radius: 10px;
  border: none;
  margin: 30px 0;
  padding: 10px 20px;
  background-color: #20232a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.alert strong {
  margin-right: 3px;
}

.alert .alert-icon {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  line-height: 40px;
  border: 3px solid;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
}

.alert .alert-icon .woox-icon {
  width: 16px;
  height: 16px;
}

.alert .icon-close {
  margin-left: auto;
}

.alert .icon-close .woox-icon {
  width: 12px;
  height: 12px;
  fill: #666d7a;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-notice strong {
  color: #c3c9d4;
}

.alert-notice .alert-icon {
  border-color: #3c424e;
}

.alert-notice .alert-icon .woox-icon {
  fill: #666d7a;
}

.alert-success strong {
  color: #8ec545;
}

.alert-success .alert-icon {
  border-color: #8ec545;
}

.alert-success .alert-icon .woox-icon {
  fill: #8ec545;
}

.alert-info strong {
  color: #3452ff;
}

.alert-info .alert-icon {
  border-color: #3452ff;
}

.alert-info .alert-icon .woox-icon {
  fill: #3452ff;
}

.alert-warning strong {
  color: #ffba00;
}

.alert-warning .alert-icon {
  border-color: #ffba00;
}

.alert-warning .alert-icon .woox-icon {
  fill: #ffba00;
}

.alert-danger strong {
  color: #ff3133;
}

.alert-danger .alert-icon {
  border-color: #ff3133;
}

.alert-danger .alert-icon .woox-icon {
  fill: #ff3133;
}

/*------------- #ALERT Bordered --------------*/
.alert--bordered {
  background-color: transparent;
  border: 3px solid;
  padding: 7px 20px;
}

.alert--bordered .alert-icon {
  border-color: transparent;
  background-color: #20232a;
}

.alert--bordered.alert-notice {
  border-color: #3d434f;
}

.alert--bordered.alert-notice .alert-icon .woox-icon {
  fill: #3d434f;
}

.alert--bordered.alert-danger {
  border-color: #ff3133;
}

.alert--bordered.alert-danger .alert-icon .woox-icon {
  fill: #ff3133;
}

.alert--bordered.alert-warning {
  border-color: #ffba00;
}

.alert--bordered.alert-warning .alert-icon .woox-icon {
  fill: #ffba00;
}

.alert--bordered.alert-success {
  border-color: #8ec545;
}

.alert--bordered.alert-success .alert-icon .woox-icon {
  fill: #8ec545;
}

.alert--bordered.alert-info {
  border-color: #3452ff;
}

.alert--bordered.alert-info .alert-icon .woox-icon {
  fill: #3452ff;
}

/*------------- #ALERT With BG --------------*/
.alert--with-bg {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert--with-bg .alert-icon {
  border-color: transparent;
  background-color: #20232a;
}

.alert--with-bg .alert-icon .woox-icon {
  fill: #fff;
}

.alert--with-bg .icon-close .woox-icon {
  fill: #fff;
}

.alert--with-bg.alert-notice {
  background-color: #20232a;
}

.alert--with-bg.alert-notice .alert-icon {
  background-color: #3c424e;
}

.alert--with-bg.alert-notice .icon-close .woox-icon {
  fill: #3c424e;
}

.alert--with-bg.alert-danger {
  background-color: #ff3133;
  color: #fff;
}

.alert--with-bg.alert-danger strong {
  color: #fff;
}

.alert--with-bg.alert-warning {
  background-color: #ffba00;
  color: #20232a;
}

.alert--with-bg.alert-warning strong {
  color: #20232a;
}

.alert--with-bg.alert-success {
  background-color: #8ec545;
  color: #fff;
}

.alert--with-bg.alert-success strong {
  color: #fff;
}

.alert--with-bg.alert-info {
  background-color: #3452ff;
  color: #fff;
}

.alert--with-bg.alert-info strong {
  color: #fff;
}

/*------------- #ALERT Small --------------*/
.alert--small {
  padding: 0 20px 0 0;
  font-size: 14px;
}

.alert--small .alert-icon {
  border-color: transparent;
  border-radius: 10px;
}

.alert--small .alert-icon .woox-icon {
  fill: #fff;
}

.alert--small .icon-close .woox-icon {
  width: 8px;
  height: 8px;
}

.alert--small.alert-notice .alert-icon {
  background-color: #3d434f;
}

.alert--small.alert-danger .alert-icon {
  background-color: #ff3133;
}

.alert--small.alert-warning .alert-icon {
  background-color: #ffba00;
}

.alert--small.alert-success .alert-icon {
  background-color: #ffba00;
}

.alert--small.alert-info .alert-icon {
  background-color: #3452ff;
}

/*------------- #ALERT Large --------------*/
.alert--large {
  padding: 60px;
}

.alert--large strong {
  display: block;
  font-size: 22px;
}

.alert--large .alert-icon {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  line-height: 90px;
  margin-right: 40px;
  -webkit-box-shadow: 6px 0 13px 0 rgba(61, 67, 79, 0.08);
  box-shadow: 6px 0 13px 0 rgba(61, 67, 79, 0.08);
  border-color: transparent;
}

.alert--large .alert-icon .woox-icon {
  fill: #fff;
  width: 28px;
  height: 28px;
}

.alert--large .alert-content {
  font-size: 14px;
}

.alert--large .icon-close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.alert--large.alert-notice strong {
  color: #c3c9d4;
}

.alert--large.alert-notice .alert-icon {
  background-color: #3d434f;
}

.alert--large.alert-danger .alert-icon {
  background-color: #ff3133;
}

.alert--large.alert-warning .alert-icon {
  background-color: #ffba00;
}
.alert--large.alert-org .alert-icon {
  background-color: #ffb200;
}

.alert--large.alert-success .alert-icon {
  background-color: #8ec545;
}

.alert--large.alert-info .alert-icon {
  background-color: #3452ff;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .alert--large .icon-close {
    top: 20px;
    right: 20px;
  }
  .alert--large {
    padding: 20px;
  }
  .alert--large .alert-icon {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    line-height: 65px;
    margin-right: 20px;
  }
  .alert--large .alert-icon .woox-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .alert .icon-close {
    margin: auto;
    margin-top: 15px;
  }
  .alert .alert-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .alert--large .alert-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .alert--small {
    padding: 10px;
  }
  .alert strong {
    margin-right: 0;
    margin-bottom: 3px;
  }
}

/*------------- #PIE-CHARTS --------------*/
.crumina-pie-chart {
  text-align: center;
}

.pie-chart {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #2a2e37;
  padding: 5px;
  margin: 0 auto 30px;
  color: #fff;
}

.pie-chart:after {
  content: "";
  display: block;
  width: 164px;
  height: 164px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 2px solid #2a2e37;
  z-index: -1;
}

.pie-chart .content {
  font-size: 41px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pie-chart .content span {
  color: inherit;
}

.pie-chart img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pie-chart canvas {
  max-width: 100%;
}

/*------------- #PIE-CHARTS SOLID --------------*/
.pie-chart--solid .pie-chart {
  border: none;
  width: 176px;
  height: 176px;
  padding: 0;
}

.pie-chart--solid .pie-chart:after {
  width: 100%;
  height: 100%;
  border: 8px solid #2a2e37;
  -webkit-transform: none;
  transform: none;
  top: 0;
  left: 0;
}

.pie-chart--solid .content {
  color: #ffba00;
}

.pie-chart--solid .content span {
  color: #3d434f;
}

/*------------- #PIE-CHARTS LARGE --------------*/
.pie-chart--large .pie-chart {
  border: none;
  padding: 0;
}

.pie-chart--large .pie-chart:after {
  display: none;
}

/*------------- #SKILLS --------------*/
.crumina-skills-item {
  margin-bottom: 40px;
}

.skills-item-meter-active {
  position: absolute;
  height: 10px;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}

.skills-item-meter-active:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border: 6px solid #fff;
  background-color: inherit;
  border-radius: 100%;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.skills-item-meter-active.skills-animate {
  -webkit-animation: skills-animated 1.2s ease-out;
  animation: skills-animated 1.2s ease-out;
}

.skills-item-meter-active.skills-animate-opacity {
  -webkit-animation: skills-animated-opacity 0.2s ease-out;
  animation: skills-animated-opacity 0.2s ease-out;
}

.skills-item-meter {
  padding: 0 5px;
  width: 100%;
  border-radius: 10px;
  background-color: #2a2e37;
  position: relative;
  height: 10px;
}

.skills-item-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.skills-item-count {
  position: absolute;
  right: -30px;
  top: -40px;
  font-weight: 700;
  font-size: 18px;
}

.skills-item-info {
  margin-bottom: 15px;
}

@-webkit-keyframes skills-animated {
  0% {
    width: 0;
  }
}

@keyframes skills-animated {
  0% {
    width: 0;
  }
}

@-webkit-keyframes skills-animated-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes skills-animated-opacity {
  100% {
    opacity: 1;
  }
}

/*------------- #SKILLS Bordered --------------*/
.skills-item--bordered .skills-item-meter {
  height: 20px;
  background-color: transparent;
  border: 4px solid #3d434f;
  margin-left: 0;
}

.skills-item--bordered .skills-item-meter-active {
  height: 6px;
  bottom: 3px;
  left: 3px;
  border-radius: 5px;
}

.skills-item--bordered .skills-item-meter-active:after {
  display: none;
}

.skills-item--bordered .skills-item-count {
  position: relative;
  right: auto;
  top: auto;
  margin-left: 30px;
}

/*------------- #SKILLS Big --------------*/
.skills-item--big .skills-item-meter {
  height: 40px;
  background-color: #2a2e37;
  border-radius: 50px;
}

.skills-item--big .skills-item-meter-active {
  height: 30px;
  border-radius: 50px;
  bottom: 5px;
  left: 5px;
}

.skills-item--big .skills-item-meter-active:after {
  width: 14px;
  height: 14px;
  right: 8px;
  border: none;
  background-color: #2a2e37;
}

.skills-item--big .skills-item-count {
  right: auto;
  left: 15px;
  top: 4px;
  font-size: 14px;
}

/*------------- #SKILLS Large --------------*/
.skills-item--large .skills-item-meter {
  height: 40px;
  background-color: #fff;
  border-radius: 50px;
}

.skills-item--large .skills-item-meter-active {
  height: 40px;
  border-radius: 50px;
  bottom: 0;
  left: 0;
}

.skills-item--large .skills-item-meter-active:after {
  width: 50px;
  height: 30px;
  right: 8px;
  border: none;
  border-radius: 30px;
  background-color: #fff;
}

.skills-item--large .skills-item-count {
  position: absolute;
  top: 9px;
  right: 18px;
  z-index: 5;
  font-size: 14px;
}

.skills-item--large .skills-item-title {
  position: absolute;
  top: 9px;
  left: 18px;
  font-size: 14px;
}

.skills-item--large .skills-item-title.c-black-lighter {
  color: #16181d;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .skills-item-title {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .skills-item-count {
    top: auto;
    bottom: -40px;
  }
  .skills-item--bordered .skills-item-count {
    bottom: auto;
  }
}

/*------------- #ACCORDIONS --------------*/
.crumina-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion-panel {
  position: relative;
  border-top: 1px solid #3d434f;
}

.accordion-panel.active {
  border-top: 2px solid #ffba00;
}

.accordion-panel.active .accordion-heading {
  padding-bottom: 25px;
}

.accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.accordion-heading .title {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-heading .icons {
  line-height: 1;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
}

.accordion-heading .icons .woox-icon {
  height: 16px;
  width: 16px;
  fill: #3d434f;
}

.accordion-heading .icons .active {
  opacity: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
}

.crumina-accordion .panel-collapse {
  padding: 0 0 30px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.crumina-accordion .panel-heading {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.crumina-accordion .panel-heading.active .accordion-heading .title {
  color: #ffba00;
}

.crumina-accordion .panel-heading.active .accordion-heading i,
.crumina-accordion .panel-heading.active .accordion-heading .woox-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ffba00;
}

.crumina-accordion .panel-heading.active .accordion-heading i.active,
.crumina-accordion .panel-heading.active .accordion-heading .woox-icon.active {
  opacity: 1;
}

/*------------- #ACCORDION Style 1 --------------*/
.accordion--style1 {
  overflow: hidden;
}

.accordion--style1 .accordion-heading {
  color: #c3c9d4;
  text-transform: none;
}

.accordion--style1 .panel-collapse {
  padding: 0 0 30px 45px;
}

.accordion--style1 .accordion-panel {
  border-bottom: 1px solid #3d434f;
  border-top: none;
}

/*------------- #ACCORDION Style 2 --------------*/
.accordion--style2 {
  border-radius: 10px;
  overflow: hidden;
}

.accordion--style2 .accordion-panel {
  background-color: #131418;
  border: none;
}

.accordion--style2 .accordion-panel.active {
  background-color: #1e2126;
}

.accordion--style2 .accordion-heading {
  color: #c3c9d4;
  text-transform: none;
  padding: 25px 40px;
}

.accordion--style2 .panel-collapse {
  padding: 0 40px 30px 85px;
}

/*------------- #ACCORDION Style 3 --------------*/
.accordion--style3 .accordion-panel {
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #1e2126;
  border-top: none;
}

.accordion--style3 .accordion-panel.active {
  background-color: #131418;
}

.accordion--style3 .accordion-panel.active .accordion-heading {
  padding-bottom: 20px;
}

.accordion--style3 .panel-collapse {
  padding: 0 30px 30px 90px;
}

.accordion--style3 .accordion-heading {
  color: #c3c9d4;
  text-transform: none;
  padding: 20px;
}

.accordion--style3 .accordion-heading .icons {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 3px solid transparent;
  position: relative;
  padding-right: 0;
  margin-right: 30px;
  background-color: #131418;
}

.accordion--style3 .accordion-heading .icons .woox-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8px;
}

.accordion--style3 .panel-heading.active .accordion-heading .icons {
  border-color: #ffba00;
}

.accordion--style3 .panel-heading.active .accordion-heading .woox-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

/*------------- #ACCORDION Style 4 --------------*/
.accordion--style4 .accordion-panel {
  margin-bottom: 10px;
  border-top: none;
}

.accordion--style4 .accordion-panel.active {
  border-top: none;
}

.accordion--style4 .panel-collapse {
  padding: 40px;
}

.accordion--style4 .accordion-heading {
  border-radius: 10px;
  padding: 20px;
  color: #c3c9d4;
  text-transform: none;
  background-color: #1e2126;
}

.accordion--style4 .accordion-heading .icons {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: relative;
  padding-right: 0;
  margin-right: 30px;
  background-color: #131418;
}

.accordion--style4 .accordion-heading .icons .woox-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

.accordion--style4 .panel-heading.active .accordion-heading .icons {
  background-color: #ffba00;
}

.accordion--style4 .panel-heading.active .accordion-heading .woox-icon {
  fill: #fff;
}

/*------------- #ACCORDION Style 5 --------------*/
.accordion--style5 .accordion-panel {
  margin-bottom: 10px;
  border-top: none;
}

.accordion--style5 .accordion-panel.active .accordion-heading {
  background-color: #ffba00;
  padding-bottom: 20px;
}

.accordion--style5 .panel-collapse {
  padding: 40px;
}

.accordion--style5 .accordion-heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  color: #c3c9d4;
  text-transform: none;
  border-radius: 10px;
  background-color: #1e2126;
}

.accordion--style5 .accordion-heading .icons {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: relative;
  padding-right: 0;
  margin-right: 0;
  background-color: #131418;
}

.accordion--style5 .accordion-heading .icons .woox-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}

.accordion--style5 .panel-heading.active .accordion-heading .title {
  color: #fff;
}

.accordion--style5 .panel-heading.active .accordion-heading .woox-icon {
  fill: #fff;
}

/*------------- #ACCORDION FAQs --------------*/
.accordion--faqs {
  background-color: #181a20;
  border-radius: 20px;
  overflow: hidden;
  padding: 100px 120px;
}

.accordion--faqs .first-letter {
  margin-right: 30px;
  color: #3d434f;
  float: left;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion--faqs .panel-info {
  overflow: hidden;
}

.accordion--faqs .panel-info:before {
  display: none;
}

.accordion--faqs .panel-collapse {
  padding: 0 0 40px 60px;
}

.accordion--faqs .accordion-heading {
  font-size: 30px;
  padding: 35px 0;
  text-transform: none;
  color: #c3c9d4;
}

.accordion--faqs .accordion-panel {
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 2px solid #21232b;
  border-top: none;
}

.accordion--faqs .accordion-panel:last-child {
  border-bottom: none;
}

.accordion--faqs .accordion-panel.active .first-letter {
  color: #666d7a;
}

/*=====================================================
                Transition
=======================================================*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .accordion--faqs {
    padding: 40px 50px;
  }
  .accordion-heading .title {
    line-height: 1;
    font-size: 13px;
  }
  .crumina-accordion .panel-info {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .accordion--style3 .accordion-heading .icons {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
}

@media (max-width: 540px) {
  .crumina-accordion .panel-collapse,
  .accordion--style3 .panel-collapse {
    padding: 0 20px 40px;
  }
  .accordion-heading,
  .accordion--style1 .accordion-heading,
  .accordion--style2 .accordion-heading,
  .accordion--style3 .accordion-heading,
  .accordion--style5 .accordion-heading {
    padding: 20px;
  }
  .accordion--faqs {
    padding: 20px;
  }
  .accordion--faqs .accordion-heading {
    padding: 20px 0;
  }
  .accordion--style5 .panel-collapse,
  .accordion--style4 .panel-collapse {
    padding: 20px;
  }
}

/*------------- #TABLES --------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: none;
  text-align: left;
}

table * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table > tbody > tr:hover {
  -webkit-box-shadow: 15px 0 40px 5px rgba(19, 20, 24, 0.2);
  box-shadow: 15px 0 40px 5px rgba(19, 20, 24, 0.2);
}

table > tbody > tr:hover > td {
  color: #fff;
  background-color: #16171c;
  border-color: #16171c;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 28px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #21232b;
  background-color: #121418;
}

table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 60px 28px;
}

table > tbody > tr > td:last-child {
  border-right: none;
}

table > thead > tr > th {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  font-weight: 700;
  background-color: #0f1114;
}

table > tbody > tr:first-child > td {
  border-top: none;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody {
  border-top: 2px solid #21232b;
}

table table {
  background-color: #fff;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

table > thead > tr > td.active,
table > tbody > tr > td.active,
table > tfoot > tr > td.active,
table > thead > tr > th.active,
table > tbody > tr > th.active,
table > tfoot > tr > th.active,
table > thead > tr.active > td,
table > tbody > tr.active > td,
table > tfoot > tr.active > td,
table > thead > tr.active > th,
table > tbody > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

table > thead > tr > td.success,
table > tbody > tr > td.success,
table > tfoot > tr > td.success,
table > thead > tr > th.success,
table > tbody > tr > th.success,
table > tfoot > tr > th.success,
table > thead > tr.success > td,
table > tbody > tr.success > td,
table > tfoot > tr.success > td,
table > thead > tr.success > th,
table > tbody > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

table > thead > tr > td.info,
table > tbody > tr > td.info,
table > tfoot > tr > td.info,
table > thead > tr > th.info,
table > tbody > tr > th.info,
table > tfoot > tr > th.info,
table > thead > tr.info > td,
table > tbody > tr.info > td,
table > tfoot > tr.info > td,
table > thead > tr.info > th,
table > tbody > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

table > thead > tr > td.warning,
table > tbody > tr > td.warning,
table > tfoot > tr > td.warning,
table > thead > tr > th.warning,
table > tbody > tr > th.warning,
table > tfoot > tr > th.warning,
table > thead > tr.warning > td,
table > tbody > tr.warning > td,
table > tfoot > tr.warning > td,
table > thead > tr.warning > th,
table > tbody > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

table > thead > tr > td.danger,
table > tbody > tr > td.danger,
table > tfoot > tr > td.danger,
table > thead > tr > th.danger,
table > tbody > tr > th.danger,
table > tfoot > tr > th.danger,
table > thead > tr.danger > td,
table > tbody > tr.danger > td,
table > tfoot > tr.danger > td,
table > thead > tr.danger > th,
table > tbody > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/*------------- #TABLES Style1--------------*/
.table--style1 > tbody > tr > td:first-child {
  font-weight: 700;
}

.table--style1 > tbody > tr:hover > td:first-child {
  color: #ffba00;
}

/*------------- #TABLES Style2--------------*/
.table--style2 > thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
}

.table--style2 > tbody > tr > td,
.table--style2 > tfoot > tr > td {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.table--style2 > tbody > tr:nth-child(odd) > td {
  background-color: #181a20;
}

.table--style2 > tbody:hover > tr {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.table--style2 > tbody > tr:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.table--style2 > tbody > tr:hover > td {
  background-color: #181a20;
  color: #c3c9d4;
}

.table--style2 > tbody > tr:hover > td:first-child {
  color: #666d7a;
}

.table--style2 > tbody > tr > td,
.table--style2 > thead > tr > th:first-child {
  color: #666d7a;
}

.table--style2 > tbody > tr > td.c-brown:before,
.table--style2 > thead > tr > th:first-child.c-brown:before {
  background-color: #ee7800;
}

.table--style2 > tbody > tr > td.c-blue:before,
.table--style2 > thead > tr > th:first-child.c-blue:before {
  background-color: #3235aa;
}

.table--style2 > tbody > tr > td.c-blue-light:before,
.table--style2 > thead > tr > th:first-child.c-blue-light:before {
  background-color: #3452ff;
}

.table--style2 > tbody > tr > td.c-border-color:before,
.table--style2 > thead > tr > th:first-child.c-border-color:before {
  background-color: #3d434f;
}

.table--style2 > tbody > tr > td.c-blue-lighter:before,
.table--style2 > thead > tr > th:first-child.c-blue-lighter:before {
  background-color: #016cb0;
}

.table--style2 > tbody > tr > td.c-primary:before,
.table--style2 > thead > tr > th:first-child.c-primary:before {
  background-color: #ffba00;
}

.table--style2 > tbody > tr > td {
  color: #c3c9d4;
}

.table--style2 > tbody > tr > td:first-child {
  position: relative;
}

.table--style2 > tbody > tr > td:first-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------- #TABLES Style3--------------*/
.table--style3 {
  border-collapse: unset;
}

.table--style3 > thead > tr > th {
  font-size: 18px;
}

.table--style3 > tbody > tr:hover td {
  background-color: #131519;
  color: #a1abbd;
}

.table--style3 > tbody > tr > td {
  position: relative;
  color: #a1abbd;
  background-color: #131519;
}

.table--style3 > tbody > tr > td.c-brown:before {
  background-color: #ee7800;
}

.table--style3 > tbody > tr > td.c-blue:before {
  background-color: #3235aa;
}

.table--style3 > tbody > tr > td.c-blue-light:before {
  background-color: #3452ff;
}

.table--style3 > tbody > tr > td.c-border-color:before {
  background-color: #3d434f;
}

.table--style3 > tbody > tr > td.c-blue-lighter:before {
  background-color: #016cb0;
}

.table--style3 > tbody > tr > td.c-primary:before {
  background-color: #ffba00;
}

.table--style3 > tbody > tr > td:hover {
  background-color: #16171c;
  color: #c3c9d4;
}

.table--style3 > tbody > tr > td:hover:before {
  opacity: 1;
}

.table--style3 > tbody > tr > td:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.scrollable-responsive-table table {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 799px) {
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 15px;
  }
  table {
    border-radius: 10px;
  }
  table > thead > tr > th {
    font-size: 12px;
  }
  .table--style3 > thead > tr > th {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  table > thead > tr > th,
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 5px;
  }
  table {
    font-size: 10px;
  }
}

/*------------- #TESTIMONIALS --------------*/
.author-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.author-block .avatar {
  margin-right: 30px;
}

.author-block--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.author-block--column .avatar {
  margin-right: 0;
  margin-bottom: 30px;
}

.author-block--column-start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-block--column-start .avatar {
  margin-right: 0;
  margin-bottom: 20px;
}

.author-name {
  color: #fff;
}

.author-name:hover {
  color: #ffba00;
}

.avatar {
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.avatar:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.avatar img {
  border-radius: inherit;
}

.avatar200 {
  width: 200px;
  height: 200px;
}

.avatar320 {
  width: 320px;
  height: 320px;
}

.avatar440 {
  width: 440px;
  height: 440px;
}

.avatar60 {
  width: 60px;
  height: 60px;
}

.avatar80 {
  width: 80px;
  height: 80px;
}

.author-content {
  font-family: Comfortaa, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.3;
}

.author-prof {
  font-weight: 400;
  color: #a1abbd;
}

.rait-stars {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0;
  margin: 10px 0;
}

.rait-stars .woox-icon {
  width: 10px;
  height: 10px;
}

.rait-stars li {
  display: inline-block;
  fill: #fecd35;
}

.testimonial-wrap .crumina-testimonial-item {
  margin-bottom: 80px;
}

.testimonial-content {
  position: relative;
  padding: 80px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 4px solid transparent;
}

.testimonial-content .rait-stars {
  margin: 0;
}

.testimonial-text {
  position: relative;
  line-height: 1.75em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 35px;
  color: #c3c9d4;
  z-index: 1;
}

.testimonial-text > .quote {
  fill: #3d4451;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: -1;
}

.testimonial-text > .quote-close {
  top: auto;
  left: auto;
  bottom: -10px;
  right: -20px;
}

.info-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*------------- #Expert Hover Effects --------------*/
.hover-shadow-top .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, 0 -15px 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, 0 -15px 0 2px #0c0e10;
}

.hover-shadow-top:hover .avatar:before {
  -webkit-box-shadow: inset 0 15px 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset 0 15px 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-right .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, 15px 0 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, 15px 0 0 2px #0c0e10;
}

.hover-shadow-right:hover .avatar:before {
  -webkit-box-shadow: inset -15px 0 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset -15px 0 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-left .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, -15px 0 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, -15px 0 0 2px #0c0e10;
}

.hover-shadow-left:hover .avatar:before {
  -webkit-box-shadow: inset 15px 0 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset 15px 0 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-left-top .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, -10px -10px 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, -10px -10px 0 2px #0c0e10;
}

.hover-shadow-left-top:hover .avatar:before {
  -webkit-box-shadow: inset 10px 10px 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset 10px 10px 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-right-bottom .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, 10px 10px 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, 10px 10px 0 2px #0c0e10;
}

.hover-shadow-right-bottom:hover .avatar:before {
  -webkit-box-shadow: inset -10px -10px 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset -10px -10px 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-bottom .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, 0 15px 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, 0 15px 0 2px #0c0e10;
}

.hover-shadow-bottom:hover .avatar:before {
  -webkit-box-shadow: inset 0 -15px 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset 0 -15px 0 0 #ffba00, 0 0 0 0 transparent;
}

.hover-shadow-right-top .avatar:before {
  -webkit-box-shadow: inset 0 0 0 0 transparent, 10px -10px 0 2px #0c0e10;
  box-shadow: inset 0 0 0 0 transparent, 10px -10px 0 2px #0c0e10;
}

.hover-shadow-right-top:hover .avatar:before {
  -webkit-box-shadow: inset -10px 10px 0 0 #ffba00, 0 0 0 0 transparent;
  box-shadow: inset -10px 10px 0 0 #ffba00, 0 0 0 0 transparent;
}

/*------------- #Testimonial With BG --------------*/
.testimonial-item--with-bg .testimonial-content {
  background-color: #131519;
  border-color: transparent;
}

.testimonial-item--with-bg .testimonial-text > .quote {
  fill: #1e1f24;
}

.testimonial-item--with-bg:hover .testimonial-content {
  border-color: #ffba00;
}

/*------------- #Testimonial Bordered --------------*/
.testimonial--bordered .testimonial-content {
  border: 4px solid #3d4451;
}

.testimonial--bordered:hover .testimonial-content {
  background-color: #131519;
  border-color: #ffba00;
}

.testimonial--bordered:hover .testimonial-text > .quote {
  fill: #1e1f24;
}

.testimonial--bordered .info-rating-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.testimonial--bordered .rait-stars {
  margin-bottom: 0;
}

/*------------- #Testimonial Style 2 --------------*/
.testimonial--style2 {
  text-align: center;
}

.testimonial--style2 .author-name {
  color: #fff;
}

.testimonial--style2 .testimonial-content {
  z-index: 1;
  margin-bottom: 50px;
}

.testimonial--style2 .avatar {
  margin: 0 auto -45px;
  position: relative;
  z-index: 3;
}

.testimonial--style2 .author-block {
  margin-left: 0;
}

/*------------- #Testimonial Style 3 --------------*/
.testimonial--style3 {
  text-align: center;
}

.testimonial--style3 .testimonial-content {
  padding: 60px 120px;
  margin-bottom: 70px;
}

.testimonial--style3 .avatar {
  margin-right: 0;
}

.testimonial--style3 .testimonial-text > .quote {
  width: 65px;
  height: 65px;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*------------- #Testimonial Style 4 --------------*/
.testimonial--style4 .testimonial-content {
  padding: 60px 80px 50px;
  background-color: #fff;
  -webkit-box-shadow: -10px 50px 50px 10px rgba(61, 67, 79, 0.08);
  box-shadow: -10px 50px 50px 10px rgba(61, 67, 79, 0.08);
  border-radius: 50px 50px 50px 0;
  margin-bottom: 35px;
}

.testimonial--style4 .arrow-bottom-left {
  left: 0;
  z-index: 1;
}

.testimonial--style4 .testimonial-text {
  z-index: 1;
  margin-bottom: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .avatar200 {
    width: 100px;
    height: 100px;
  }
  .avatar320 {
    width: 200px;
    height: 200px;
  }
  .avatar440 {
    width: 300px;
    height: 300px;
  }
  .avatar60 {
    width: 50px;
    height: 50px;
  }
  .avatar80 {
    width: 60px;
    height: 60px;
  }
  .author-block .avatar {
    margin-right: 20px;
  }
  .author-block--column .avatar {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .avatar200 {
    width: 80px;
    height: 80px;
  }
  .avatar320 {
    width: 150px;
    height: 150px;
  }
  .avatar440 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .testimonial-content {
    padding: 30px;
  }
  .testimonial--style3 .testimonial-content {
    padding: 30px;
    margin-bottom: 40px;
  }
  .testimonial--style2 .testimonial-content {
    padding: 50px 30px 30px;
  }
  .testimonial--style2 .avatar {
    margin: 0 auto -35px;
  }
  .testimonial-text {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .testimonial-item--with-bg .info-rating-wrap,
  .testimonial--bordered .info-rating-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .testimonial-item--with-bg .info-rating-wrap .author-block,
  .testimonial--bordered .info-rating-wrap .author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .testimonial-item--with-bg .info-rating-wrap .author-block .avatar,
  .testimonial--bordered .info-rating-wrap .author-block .avatar {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .testimonial-item--with-bg .info-rating-wrap .author-block + img,
  .testimonial--bordered .info-rating-wrap .author-block + img {
    min-width: 30%;
  }
}

/*------------- #SLIDERS --------------*/
.crumina-module-slider {
  position: relative;
}

.slides-item {
  position: relative;
}

.slider-item--equal-height .swiper-slide {
  height: auto;
}

.swiper-btn-wrap {
  z-index: 19;
}

.swiper-btn-wrap .swiper-btn-prev + .swiper-btn-next,
.swiper-btn-wrap .btn-prev + .btn-next {
  margin-left: 15px;
}

.swiper-btn-wrap.arrow-small .swiper-btn-next .woox-icon,
.swiper-btn-wrap.arrow-small .swiper-btn-prev .woox-icon {
  width: 17px;
  height: 17px;
}

.swiper-btn-next,
.swiper-btn-prev,
.btn-next,
.btn-prev {
  z-index: 99;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-btn-next .woox-icon,
.swiper-btn-prev .woox-icon,
.btn-next .woox-icon,
.btn-prev .woox-icon {
  width: 33px;
  height: 33px;
  fill: #3c424e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.swiper-btn-next:hover .woox-icon,
.swiper-btn-prev:hover .woox-icon,
.btn-next:hover .woox-icon,
.btn-prev:hover .woox-icon {
  fill: #ffba00;
}

.swiper-btn-next.btn--round,
.swiper-btn-prev.btn--round,
.btn-next.btn--round,
.btn-prev.btn--round {
  border: 3px solid transparent;
}

.swiper-btn-next.btn--round .woox-icon,
.swiper-btn-prev.btn--round .woox-icon,
.btn-next.btn--round .woox-icon,
.btn-prev.btn--round .woox-icon {
  height: 17px;
  width: 17px;
  color: #fff;
  fill: #fff;
}

.swiper-btn-next.btn--round:hover,
.swiper-btn-prev.btn--round:hover,
.btn-next.btn--round:hover,
.btn-prev.btn--round:hover {
  border-color: #fff;
  -webkit-box-shadow: inset 2px 3px 0 0 #ffba00, 2px 3px 0 0 #ffba00;
  box-shadow: inset 2px 3px 0 0 #ffba00, 2px 3px 0 0 #ffba00;
}

.navigation-center-both-sides .swiper-btn-next,
.navigation-center-both-sides .swiper-btn-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
}

.navigation-center-both-sides .swiper-btn-prev {
  left: 5%;
}

.navigation-center-both-sides .swiper-btn-next {
  right: 5%;
}

.navigation-bottom-right .swiper-btn-wrap {
  position: absolute;
  bottom: 30px;
  right: 80px;
}

.navigation-bottom-left .swiper-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 80px;
}

.navigation-bottom-both-sides .swiper-btn-next,
.navigation-bottom-both-sides .swiper-btn-prev {
  bottom: 30px;
  position: absolute;
}

.navigation-bottom-both-sides .swiper-btn-prev {
  left: 20%;
}

.navigation-bottom-both-sides .swiper-btn-next {
  right: 20%;
}

.slider-events .crumina-event-item {
  padding: 120px;
}

/*------------- #Swiper Pagination --------------*/
.swiper-pagination {
  width: 100%;
}

.pagination-bottom {
  padding-bottom: 100px;
}

.pagination-bottom .swiper-pagination {
  bottom: 0;
}

.pagination-bottom-center {
  padding-bottom: 100px;
}

.pagination-bottom-center .swiper-pagination {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.pagination-top-center {
  padding-top: 100px;
}

.pagination-top-center .swiper-pagination {
  top: 10px;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  opacity: 1;
  background-color: #3d4451;
  border-radius: 3px;
}

.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 40px;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffba00;
  position: relative;
}

.swiper-pagination--small.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 40px;
}

.swiper-pagination--small.swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}

.swiper-pagination-fraction {
  font-size: 22px;
  color: #ffba00;
}

.swiper-pagination-current {
  color: #fff;
}

/*------------- #Slider Info-boxes --------------*/
.crumina-slider--info-boxes {
  position: relative;
  padding: 80px 180px 100px 80px;
  background-color: #131519;
  border-radius: 20px;
  background-image: url("../img/graph.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

.crumina-slider--info-boxes .swiper-btn-wrap {
  position: absolute;
  right: 120px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.crumina-slider--info-boxes .swiper-btn-next,
.crumina-slider--info-boxes .swiper-btn-prev {
  display: block;
}

/*------------- #Slider Info-boxes Style 3 --------------*/
.crumina-slider--testimonial-style3 .swiper-slide {
  padding: 0 30px;
  opacity: 0 !important;
}

.crumina-slider--testimonial-style3 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.crumina-slider--testimonial-style3 .slider-slides {
  z-index: 999;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  text-align: center;
}

.crumina-slider--testimonial-style3 .slides-item {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
  opacity: 0.3;
}

.crumina-slider--testimonial-style3 .slides-item:last-child {
  margin-right: 0;
}

.crumina-slider--testimonial-style3 .slides-item.swiper-slide-active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
  border: 4px solid #ffba00;
  z-index: 20;
}

.crumina-slider--testimonial-style4 .swiper-wrapper {
  width: 100%;
  max-width: 100%;
}

.crumina-slider--testimonial-style4 .swiper-slide {
  width: 1400px;
  max-width: calc(100% - 40px);
  opacity: 0.3;
}

.crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item {
  display: inline-block;
  max-width: 48%;
}

.crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item + .crumina-testimonial-item {
  margin-left: 20px;
}

.crumina-slider--testimonial-style4 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/*------------- #Clients SLIDER --------------*/
.clients--slider {
  padding: 0 50px;
}

.clients--slider .swiper-btn-next {
  right: 0;
}

.clients--slider .swiper-btn-prev {
  left: 0;
}

.clients--slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1300px) {
  .crumina-slider--info-boxes {
    position: relative;
    padding: 40px 80px 50px 40px;
  }
  .crumina-slider--info-boxes .swiper-btn-wrap {
    right: 20px;
  }
}

@media (max-width: 1300px) {
  .slider-events .crumina-event-item {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .navigation-bottom-right .swiper-btn-wrap {
    right: auto;
    left: 10px;
    bottom: 20px;
  }
  .pagination-bottom,
  .pagination-bottom-center {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .slider-events .crumina-event-item {
    padding: 20px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
  }
  .crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item {
    max-width: none;
    width: 100%;
  }
  .crumina-slider--testimonial-style4 .swiper-slide .crumina-testimonial-item + .crumina-testimonial-item {
    margin-left: 0;
    margin-top: 20px;
  }
  .crumina-slider--testimonial-style3 .slides-item {
    width: 40px;
    height: 40px;
  }
  .navigation-bottom-both-sides .swiper-btn-next {
    right: 10%;
  }
  .navigation-bottom-both-sides .swiper-btn-prev {
    left: 10%;
  }
  .crumina-slider--testimonial-style3 .slides-item {
    width: 30px;
    height: 30px;
  }
  .crumina-slider--testimonial-style3 .swiper-slide {
    padding: 0;
  }
  .crumina-slider--testimonial-style3 .slides-item.swiper-slide-active {
    border-width: 2px;
  }
}

/*------------- #QUOTES --------------*/
blockquote .primary-dots {
  display: block;
}

.quote--bg-dark {
  background-color: #131519;
}

.quote--bg-dark p {
  color: #c3c9d4;
}

.primary-dots {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.quote-bg1 {
  background-image: url("../img/quote-bg1.jpg");
}

.quote-bg2 {
  background-image: url("../img/quote-bg2.jpg");
}

/*------------- #QUOTE Style2 --------------*/
.quote--style2 {
  padding: 100px 70px 55px;
}

.quote--style2 p {
  font-size: 26px;
  margin-bottom: 50px;
  line-height: 1.75em;
}

.quote--style2:before {
  top: 70px;
  left: 30px;
}

/*------------- #QUOTE Style3 --------------*/
.quote--style3 {
  font-family: Comfortaa, Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
  font-style: normal;
  padding: 60px 0;
  border-radius: 0;
}

.quote--style3:before {
  display: none;
}

.quote--style3 .primary-dots {
  margin-bottom: 30px;
}

.quote--style3.quote--with-bg {
  padding: 60px;
  border-radius: 20px;
}

.quote--style3 p {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #c3c9d4;
}

.quote--style3 p:first-letter {
  font-size: 30px;
}

/*------------- #QUOTE Style4 --------------*/
.quote--style4 {
  padding: 80px;
}

.quote--style4:before {
  display: none;
}

.quote--style4 p {
  font-size: 24px;
}

.quote--style4 p > .quote {
  fill: #3d4451;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: -1;
}

.quote--style4 p > .quote-close {
  top: auto;
  left: auto;
  bottom: -10px;
  right: -20px;
}

.quote--style4.quote--with-bg p {
  color: #c3c9d4;
}

.quote--style4.quote--bg-photo p {
  color: #fff;
}

.quote--style4.quote--bg-photo p > .quote {
  fill: #ffba00;
  width: 50px;
  height: 50px;
  top: -10px;
  left: -20px;
}

.quote--style4.quote--bg-photo p > .quote-close {
  top: auto;
  left: auto;
  bottom: -10px;
  right: -20px;
}

/*------------- #QUOTE Style BG-Photo --------------*/
.quote--bg-photo {
  background-size: cover;
  -webkit-box-shadow: 60px 0 100px 5px rgba(22, 24, 29, 0.4);
  box-shadow: 60px 0 100px 5px rgba(22, 24, 29, 0.4);
}

.quote--bg-photo p {
  color: #fff;
  position: relative;
}

.quote--bg-photo p > .quote {
  fill: #ffba00;
  width: 80px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: -1;
}

.quote--bg-photo:before {
  display: none;
}

.quote--bg-photo .author-block {
  z-index: 1;
}

.quote--bg-photo .author-name {
  color: #ffba00;
}

/*------------- #QUOTE Style Post Type --------------*/
.quote--post-type {
  padding: 10px 30px;
  margin: 0;
}

.quote--post-type:before {
  display: none;
}

.quote--post-type p {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

.quote--post-type p > .quote {
  fill: #3d4451;
  width: 80px;
  height: 90px;
  position: absolute;
  top: -15px;
  left: -20px;
  z-index: -1;
}

.quote--post-type p > .quote-close {
  top: auto;
  left: auto;
  bottom: -15px;
  right: -20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .quote--style2 {
    padding: 50px 35px 30px;
  }
}

@media (max-width: 991px) {
  .quote--style2 {
    padding: 30px 20px 20px;
  }
}

@media (max-width: 768px) {
  blockquote .author-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .quote--style3 .primary-dots {
    margin: 0 auto 30px;
  }
  .quote--style2 {
    padding: 15px;
  }
  .quote--style4.quote--bg-photo p > .quote {
    top: 0;
    left: 0;
  }
  .quote--style4.quote--bg-photo p > .quote-close {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
  .quote--style4 {
    padding: 20px;
  }
  .quote--style3.quote--with-bg {
    padding: 20px;
  }
  .quote--style2 p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .quote--bg-photo p > .quote {
    width: 40px;
    height: 50px;
    top: 0;
    left: 0;
  }
  .quote--style2::before {
    top: 30px;
    left: 30px;
  }
  blockquote::before {
    width: 40px;
    height: 50px;
    top: 30px;
    left: 30px;
  }
  .quote--style4 p {
    font-size: 18px;
  }
  .quote--style3 p {
    font-size: 16px;
  }
}

/*------------- #INFO-BOXES --------------*/
.crumina-info-box {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box-thumb {
  position: relative;
  border-radius: 100%;
  margin: 0 auto 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box-thumb .woox-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.info-box-content {
  overflow: hidden;
}

.info-box-title {
  max-width: 75%;
  margin: 15px auto;
  color: #c3c9d4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box-title span {
  color: #666d7a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box-text {
  max-width: 75%;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*------------- #Info-box double borders --------------*/
.info-box--double-borders .info-box-thumb {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: 10px double #3d434f;
}

.info-box--double-borders .info-box-thumb .woox-icon {
  width: 110px;
  height: 110px;
  fill: #3d434f;
}

.info-box--double-borders:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #3d434f;
  border-radius: 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-box--double-borders:hover .info-box-thumb {
  border-color: #ffba00;
}

.info-box--double-borders:hover .info-box-thumb .woox-icon {
  fill: #ffba00;
}

.info-box--double-borders:hover .info-box-title {
  color: #ffba00;
}

.info-box--double-borders:hover .info-box-title span {
  color: #ffba00;
}

.info-box--double-borders:hover .info-box-text {
  color: #c3c9d4;
}

.info-box--double-borders:hover:after {
  background-color: #ffba00;
  width: 60%;
}

/*------------- #Info-box style2 --------------*/
.info-box--style2 {
  text-align: left;
  padding-left: 40px;
}

.info-box--style2 .info-box-thumb {
  width: 170px;
  height: 170px;
  line-height: 170px;
  border: 10px double #3d434f;
  margin: 0 0 -70px -40px;
}

.info-box--style2 .info-box-thumb .woox-icon {
  width: 110px;
  height: 110px;
  fill: #3d434f;
}

.info-box--style2 .info-box-content {
  position: relative;
  z-index: 5;
}

.info-box--style2 .info-box-title {
  max-width: none;
}

.info-box--style2 .info-box-text {
  max-width: none;
}

.info-box--style2:hover .info-box-thumb {
  border-color: #ffba00;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 0 20px 0;
}

.info-box--style2:hover .info-box-thumb .woox-icon {
  fill: #ffba00;
  width: 50px;
  height: 50px;
}

.info-box--style2:hover .info-box-title {
  color: #ffba00;
}

.info-box--style2:hover .info-box-title span {
  color: #ffba00;
}

.info-box--style2:hover .info-box-text {
  color: #c3c9d4;
}

/*------------- #Info-box style4 --------------*/
.info-box--style4 {
  border: 4px solid transparent;
  border-radius: 20px;
  padding: 60px;
  background-color: #131519;
}

.info-box--style4 .info-box-title {
  max-width: none;
}

.info-box--style4 .info-box-text {
  max-width: none;
}

.info-box--style4 .info-box-thumb {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: 10px double #3d434f;
}

.info-box--style4 .info-box-thumb .woox-icon {
  width: 110px;
  height: 110px;
  fill: #3d434f;
}

.info-box--style4:hover {
  border-color: #ffba00;
}

.info-box--style4:hover .info-box-thumb {
  border-color: #ffba00;
}

.info-box--style4:hover .info-box-thumb .woox-icon {
  fill: #ffba00;
}

.info-box--style4:hover .info-box-title {
  color: #ffba00;
}

.info-box--style4:hover .info-box-title span {
  color: #ffba00;
}

.info-box--style4:hover .info-box-text {
  color: #c3c9d4;
}

.info-box--style4:hover .btn {
  background-color: #ffba00;
  color: #fff;
  border-color: #ffba00;
}

.info-box--style4:hover .btn .woox-icon {
  fill: #fff;
}

/*------------- #Info-box BG-colored --------------*/
.info-box--bg-colored {
  border-radius: 20px;
  padding: 60px;
}

.info-box--bg-colored .info-box-title {
  max-width: none;
  color: #fff;
  line-height: 1;
}

.info-box--bg-colored .info-box-title span {
  display: block;
  color: #ffba00;
}

.info-box--bg-colored .info-box-text {
  max-width: none;
  color: #fff;
}

.info-box--bg-colored .info-box-thumb {
  margin: 20px auto;
}

.info-box--bg-colored .info-box-thumb .woox-icon {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0);
  transform: translate(0);
  min-width: 160px;
  min-height: 160px;
  max-width: 160px;
  max-height: 160px;
}

.info-box--bg-colored:hover .btn {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.info-box--bg-colored:hover .btn .woox-icon {
  fill: #fff;
}

/*------------- #Info-box style5 --------------*/
.info-box--style5 {
  text-align: left;
}

.info-box--style5 .info-box-title {
  max-width: none;
}

.info-box--style5 .info-box-text {
  max-width: none;
}

.info-box--style5 .info-box-thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 40px 0 0;
}

.info-box--style5 .info-box-thumb .woox-icon {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: 80px;
  height: auto;
}

.info-box--style5:hover .info-box-title {
  color: #ffba00;
}

.info-box--style5:hover .info-box-title span {
  color: #ffba00;
}

.info-box--style5:hover .info-box-text {
  color: #c3c9d4;
}

.info-box--style5:hover .btn {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.info-box--style5:hover .btn .woox-icon {
  fill: #fff;
}

/*------------- #Info-box style6 --------------*/
.info-box--style6 {
  text-align: left;
  border: 4px solid transparent;
  border-radius: 20px;
  padding: 80px;
  background-color: #131519;
}

.info-box--style6 .info-box-thumb {
  width: 160px;
  height: 160px;
  float: left;
  margin: 0 40px 0 0;
}

.info-box--style6 .info-box-thumb .woox-icon {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: 160px;
  height: auto;
}

.info-box--style6 .info-box-title {
  max-width: none;
}

.info-box--style6 .info-box-text {
  max-width: none;
}

.info-box--style6:hover {
  border-color: #ffba00;
}

.info-box--style6:hover .info-box-title {
  color: #ffba00;
}

.info-box--style6:hover .info-box-title span {
  color: #ffba00;
}

.info-box--style6:hover .info-box-text {
  color: #c3c9d4;
}

.info-box--style6:hover .btn {
  background-color: #ffba00;
  border-color: #ffba00;
  color: #fff;
}

.info-box--style6:hover .btn .woox-icon {
  fill: #fff;
}

/*------------- #Info-box style7 --------------*/
.info-box--style7 {
  padding: 0 70px 60px;
  border: 4px solid #3d4451;
  border-radius: 40px;
  margin-top: 70px;
}

.info-box--style7 .info-box-thumb {
  margin: -70px auto 30px;
  background-color: #ffba00;
  width: 160px;
  height: 160px;
}

.info-box--style7 .info-box-thumb .woox-icon {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  width: 160px;
  height: auto;
}

.info-box--style7 .info-box-text {
  max-width: none;
}

.info-box--style7 .info-box-title {
  max-width: none;
}

.info-box--style7:hover {
  background-color: #131519;
  border-color: #ffba00;
}

.info-box--style7:hover .info-box-title {
  color: #ffba00;
}

.info-box--style7:hover .info-box-title span {
  color: #ffba00;
}

.info-box--style7:hover .info-box-text {
  color: #c3c9d4;
}

.info-box--style7:hover .btn {
  background-color: #ffba00;
  color: #fff;
  border-color: #ffba00;
}

.info-box--style7:hover .btn .woox-icon {
  fill: #fff;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1300px) {
  .info-box--style2 {
    padding-left: 0;
  }
  .info-box--style2 .info-box-thumb {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 0 -70px 0;
    border-width: 5px;
  }
  .info-box--style2 .info-box-title {
    font-size: 18px;
  }
  .info-box--style2 .info-box-thumb .woox-icon {
    width: 40px;
    height: 40px;
  }
  .info-box--style2:hover .info-box-thumb .woox-icon {
    width: 20px;
    height: 20px;
  }
  .info-box--style2:hover .info-box-thumb {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 -10px 0;
  }
  .info-box--style6 {
    padding: 30px;
  }
  .info-box--style4 {
    padding: 30px;
  }
  .info-box--style7 {
    padding: 0 20px 20px;
  }
  .info-box--style5 .info-box-thumb {
    margin: 0;
    float: none;
  }
  .info-box-title {
    max-width: 100%;
  }
  .info-box-text {
    max-width: 100%;
  }
  .info-box--style4 .info-box-thumb {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .info-box--style4 .info-box-thumb .woox-icon {
    width: 60px;
    height: 60px;
  }
  .info-box-thumb {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .info-box--double-borders .info-box-thumb {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .info-box--double-borders .info-box-thumb .woox-icon {
    width: 60px;
    height: 60px;
  }
  .info-box--bg-colored .info-box-thumb .woox-icon {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
  .info-box--style6 .info-box-thumb {
    width: 100px;
    height: 100px;
    margin: 0;
    float: none;
  }
  .info-box--style6 .info-box-thumb .woox-icon {
    width: 100%;
  }
  .info-box--style7 .info-box-thumb {
    margin: -50px auto 30px;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .info-box--bg-colored {
    padding: 40px;
  }
  .info-box--style2 .info-box-thumb {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 0 -40px 0;
    border-width: 3px;
  }
  .info-box--style2 .info-box-thumb .woox-icon {
    width: 35px;
    height: 35px;
  }
  .info-box--style2:hover .info-box-thumb .woox-icon {
    width: 15px;
    height: 15px;
  }
  .info-box--style2:hover .info-box-thumb {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
  }
}

/*------------- #COUNTERS --------------*/
.crumina-counter-item {
  text-align: center;
}

.crumina-counter-item:hover .counter-line {
  width: 80%;
  background-color: #ffba00;
}

.crumina-counter-item:hover .woox-icon {
  fill: #ffba00;
}

.crumina-counter-item .woox-icon {
  fill: #666d7a;
  width: 100px;
  height: 100px;
}

.counter-numbers {
  color: #ffba00;
  font-size: 80px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter-numbers .units {
  color: #666d7a;
}

.counter-line {
  width: 80px;
  height: 4px;
  background-color: #3d434f;
  border-radius: 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-dotted-map {
  background: url("../img/dotted-map.png") no-repeat;
  background-size: contain;
  background-position: 50%;
}

.counter-title {
  margin-bottom: 30px;
}

/*================= Counter Icon Left ============*/
.counter--icon-left {
  text-align: left;
}

.counter--icon-left .woox-icon {
  float: left;
  margin-right: 35px;
  width: 80px;
  height: 80px;
}

.counter--icon-left .counter-content {
  overflow: hidden;
}

.counter--icon-left .counter-numbers {
  font-size: 48px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.1;
}

.counter--icon-left .counter-title {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}

.counter--icon-left .counter-text {
  font-size: 14px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .counter-numbers {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .crumina-counter-item {
    text-align: center;
  }
  .counter--icon-left {
    text-align: left;
  }
  .counter-numbers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .counter-numbers {
    font-size: 40px;
  }
  .counter--icon-left .woox-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  .counter--icon-left .counter-numbers {
    font-size: 30px;
  }
}

/*------------- #COUNTDOWN --------------*/
.crumina-countdown-item {
  text-align: center;
}

.crumina-countdown-item + .btn {
  margin-left: 40px;
}

.crumina-countdown,
.crumina-countdown-number {
  min-height: 100px !important;
  width: 100% !important;
  /*max-width: 400px !important;*/
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 10;
  position: relative;
}

.countdown--with-bg {
  padding: 80px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.countdown--with-bg .overlay {
  opacity: 1;
}

.countdown-bg1 {
  background-image: url("../img/countdown-bg1.png");
  background-color: #111216;
}

.countdown-bg2 {
  background-image: url("../img/countdown-bg2.jpg");
}

.countdown-bg3 {
  background-image: url("../img/countdown-bg3.jpg");
}

.crumina-countdown-number .time_circles > div > span {
  color: #ffba00;
  display: inline-block;
  width: auto;
}

.crumina-countdown-number .time_circles > div > h4 {
  bottom: -30px;
}

.crumina-countdown-number .time_circles > div:after {
  content: ":";
  display: block;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: -5px;
  bottom: 5px;
}

.crumina-countdown-number .time_circles > div:last-child:after {
  display: none;
}

/*================= Responsive Mode ============*/
@media (max-width: 991px) {
  .countdown--with-bg {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .crumina-countdown-item .time_circles > div > h4 {
    bottom: -30px;
    font-size: 10px !important;
  }
}

/*------------- #EVENTS --------------*/
.crumina-event-item {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}

.crumina-event-item .event-thumb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.crumina-event-item:hover .event-title {
  color: #ffba00;
}

.crumina-event-item:hover:after {
  opacity: 1;
}

.crumina-event-item:hover .event-thumb {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.crumina-event-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffba00;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.crumina-event-item img {
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.crumina-event-item .overlay {
  opacity: 1;
  background: rgba(22, 24, 29, 0.7);
}

.crumina-event-item .event-title {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-date {
  font-size: 14px;
  color: #c3c9d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-date .woox-icon {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  fill: #c3c9d4;
  margin-right: 15px;
}

.event-date + .event-date {
  margin-top: 15px;
}

.event-venue {
  padding: 60px;
  border-radius: 30px;
  background-color: #15171c;
  overflow: hidden;
}

.event-venue .event-date {
  color: #a1abbd;
  line-height: 1.1;
}

.event-venue .event-date .woox-icon {
  fill: #3d434f;
}

.event-venue .author-block {
  margin-top: 35px;
}

.event-venue--details {
  padding: 40px;
}

.event-venue--details .author-block {
  margin-top: 0;
}

.event-venue--details .author-content {
  font-size: 14px;
}

.event-venue--details .author-block .avatar {
  margin-right: 20px;
}

.event-venue--details .event-date .woox-icon {
  fill: #ffba00;
}

.event-item--content-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.coming-soon-label {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px;
  padding: 7px 20px;
  border-width: 3px;
  background-color: #666d7a;
  text-transform: uppercase;
}

.event-details-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-details-thumb .crumina-countdown-item {
  margin: 90px 0 170px;
}

.countdown-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bg-event1 {
  background-image: url("../img/event1.jpg");
}

.bg-event2 {
  background-image: url("../img/event2.jpg");
}

.bg-event3 {
  background-image: url("../img/event3.jpg");
}

.bg-event4 {
  background-image: url("../img/event4.jpg");
}

.bg-event5 {
  background-image: url("../img/event5.jpg");
}

.bg-event6 {
  background-image: url("../img/event6.jpg");
}

.bg-event7 {
  background-image: url("../img/event7.jpg");
}

.bg-event8 {
  background-image: url("../img/event-details.jpg");
}

/*------------- #For Masonry --------------*/
.grid-sizer {
  width: 33.3333%;
}

.grid-sizer-half-width {
  width: 50%;
}

.grid-sizer-full-width {
  width: 100%;
}

.sorting-container .sorting-item {
  margin-bottom: 40px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .event-venue {
    padding: 20px;
  }
  .event-details-thumb {
    padding: 40px;
  }
  .event-details-thumb .crumina-countdown-item {
    margin: 50px 0 100px;
  }
}

@media (max-width: 1199px) {
  .grid-sizer {
    width: 50%;
  }
  .crumina-event-item {
    padding: 20px;
  }
  .event-venue .row > * {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .event-details-thumb .crumina-countdown-item {
    margin: 40px 0;
  }
  .crumina-event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .crumina-event-item > * + * {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .countdown-btn-wrap {
    display: block;
  }
  .countdown-btn-wrap .crumina-countdown-item {
    text-align: left;
  }
  .countdown-btn-wrap .crumina-countdown-item + .btn {
    margin-left: 0;
  }
  .event-details-thumb {
    padding: 20px;
  }
}

/*------------- #FORMS --------------*/
input,
textarea,
select,
.select2 {
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #fff;
  color: #a0a9ba;
  border: 2px solid #a1abbd;
  width: 100%;
  outline: none;
  caret-color: #ffba00;
}

input:focus,
textarea:focus,
select:focus,
.select2:focus {
  color: #666d7a;
}

input:focus + .woox-icon,
textarea:focus + .woox-icon,
select:focus + .woox-icon,
.select2:focus + .woox-icon {
  fill: #ffba00;
  color: #ffba00;
}

input.input--squared,
textarea.input--squared,
select.input--squared,
.select2.input--squared {
  border-radius: 8px;
  padding: 15px 30px;
}

input.input--dark,
textarea.input--dark,
select.input--dark,
.select2.input--dark {
  background-color: #202228;
  color: #a1abbd;
  border: 2px solid #333744;
}

input.input--dark:focus,
textarea.input--dark:focus,
select.input--dark:focus,
.select2.input--dark:focus {
  background-color: #fff;
  color: #666d7a;
}

input.input--dark.input--with-border,
textarea.input--dark.input--with-border,
select.input--dark.input--with-border,
.select2.input--dark.input--with-border {
  background-color: #fff;
}

input.input--with-border,
textarea.input--with-border,
select.input--with-border,
.select2.input--with-border {
  border-color: #1e2027;
}

input.input--with-border:focus,
textarea.input--with-border:focus,
select.input--with-border:focus,
.select2.input--with-border:focus {
  border-color: #ffba00;
}

.woox-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

::-webkit-input-placeholder {
  color: #a1abbd;
}

::-moz-placeholder {
  color: #a1abbd;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #a1abbd;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #a1abbd;
}

label {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0 20px 35px;
}

label span {
  color: #ff3133;
  margin-left: 3px;
}

/*------------- Input with Button inline --------------*/
.input-with-btn-inline {
  position: relative;
}

.input-with-btn-inline input {
  margin-bottom: 0;
  font-size: 14px;
  padding: 17px 40px;
}

.input-with-btn-inline input:focus {
  color: #666d7a;
  -webkit-box-shadow: 20px 0 40px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 20px 0 40px 5px rgba(0, 0, 0, 0.7);
}

.input-with-btn-inline .btn,
.input-with-btn-inline button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

/*------------- Subscribe FORMS --------------*/
.subscribe-form {
  padding: 60px;
  border-radius: 20px;
  text-align: center;
}

.subscribe--primary {
  background-color: #ffba00;
}

.subscribe--primary input {
  color: #666d7a;
}

.subscribe--primary input:focus {
  color: #ffba00;
}

.subscribe--dark {
  background-color: #131519;
  -webkit-box-shadow: 40px 0 90px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 40px 0 90px 5px rgba(0, 0, 0, 0.5);
}

.subscribe--dark input {
  padding: 20px 40px;
}

/*------------- FORMS search --------------*/
.form--search input {
  padding: 25px 30px;
}

.form--search-transparent {
  position: relative;
}

.form--search-transparent input {
  padding: 0 0 20px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #3d434f;
  border-radius: 0;
  color: #666d7a;
}

.form--search-transparent input:focus {
  border-bottom-color: #ffba00;
  color: #fff;
}

/*------------- Login FORMS --------------*/
.login-form {
  padding: 120px;
  border-radius: 20px;
  text-align: center;
}

.login-form .crumina-heading {
  margin-bottom: 60px;
}

.login-form .checkbox label {
  font-size: 16px;
}

.login-form .checkbox {
  margin: 1.4em 0;
  text-align: left;
}

.login-form .btn + .btn {
  margin-left: 0;
  margin-top: 20px;
}

.login-form .forgot-block {
  margin: 60px 0;
}

.login-form .input-label {
  margin: 20px 0;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: left;
}

.login-form .input-label abbr {
  color: #fe3235;
}

.login-form > *:last-child {
  margin-bottom: 0;
}

.login-form > *:first-child {
  margin-top: 0;
}

.register-form {
  padding: 120px;
  border-radius: 20px;
}
.register-form.org {
  padding: 60px;
  border-radius: 0;
  max-width: 500px;
  margin: 0 auto;
}

.register-form .crumina-heading {
  margin-bottom: 60px;
}

.register-form .checkbox {
  margin: 60px 0;
}

.form--dark {
  background-color: #131519;
}

.form--dark .input-label {
  color: #fff;
}
.form--org {
  background-color: #ffb200;
}
.input-with-icon {
  position: relative;
}

.input-with-icon .woox-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  height: 25px;
  width: 25px;
  font-size: 20px;
  fill: #c3c9d4;
  color: #c3c9d4;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.input-with-icon input,
.input-with-icon textarea,
.input-with-icon select {
  padding-left: 80px;
  margin-bottom: 0;
}

.input-with-icon input:focus + .woox-icon,
.input-with-icon textarea:focus + .woox-icon,
.input-with-icon select:focus + .woox-icon {
  fill: #ffba00;
}

.input-with-icon input.input--dark + .woox-icon,
.input-with-icon textarea.input--dark + .woox-icon,
.input-with-icon select.input--dark + .woox-icon {
  color: #3d434f;
  fill: #3d434f;
}

.input-with-icon input.input--dark:focus + .woox-icon,
.input-with-icon textarea.input--dark:focus + .woox-icon,
.input-with-icon select.input--dark:focus + .woox-icon {
  fill: #ffba00;
  color: #ffba00;
}

.input-with-icon.input-icon--right .woox-icon {
  left: auto;
  right: 30px;
}

.input-with-icon.input-icon--right input,
.input-with-icon.input-icon--right textarea,
.input-with-icon.input-icon--right select {
  padding-left: 30px;
  padding-right: 80px;
}

.forgot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.6em 0;
  width: 100%;
}

.forgot-block .checkbox {
  margin: 0;
}

.forgot-block a {
  font-weight: 700;
}

/*------------- Styles for inputs with label (material) --------------*/
/*https://www.creative-tim.com/product/material-kit#*/
.form-group.is-focused .checkbox label {
  color: rgba(0, 0, 0, 0.26);
}

.form-group label.control-label {
  line-height: 1.07143;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  color: #a1abbd;
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
  top: 25px;
  left: 30px;
}

.form-group.label-static label.control-label,
.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label {
  top: 7px;
  font-size: 11px;
  line-height: 1.07143;
}

.form-group.label-floating input.form-control:-webkit-autofill ~ label.control-label label.control-label {
  top: -28px;
  left: 0;
  font-size: 11px;
  line-height: 1.07143;
}

input.form-control {
  padding: 17px 30px;
}

select.form-control {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.form-group.is-focused select.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d2d2d2;
}

select.form-control[multiple],
.form-group.is-focused select.form-control[multiple] {
  height: 85px;
}

.input-group-btn .btn {
  margin: 0 0 7px 0;
}

.form-group.form-group-sm .input-group-btn .btn {
  margin: 0 0 3px 0;
}

.form-group.form-group-lg .input-group-btn .btn {
  margin: 0 0 9px 0;
}

.form-group input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.form-group {
  position: relative;
}

.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
  position: absolute;
  pointer-events: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.form-group.label-floating label.control-label {
  will-change: left, top, contents;
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
  display: none;
}

.form-group select ~ .material-input:after {
  display: none;
}

/*------------- #SELECT2 Customization --------------*/
select,
.select2 {
  border-color: #333744;
}

select:disabled,
.select2:disabled {
  background-color: #1e2126;
  color: #3d434f;
}

select:disabled + .select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2:disabled + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #a1abbd;
  border-right-color: #a1abbd;
}

select:disabled + .select2-container--default.select2-container--disabled .select2-selection--single,
.select2:disabled + .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

select:disabled + .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2:disabled + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3d434f;
}

.select2 {
  padding: 14px 30px;
}

.select2-container {
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
  border-color: transparent;
  background-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #a0a9ba;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #666d7a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: block;
  border-bottom: 3px solid #a1abbd;
  border-right: 3px solid #a1abbd;
  height: 10px;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-bottom-color: #ffba00;
  border-right-color: #ffba00;
}

.select2.select2-container--disabled {
  background-color: #1e2126;
}

.select2-dropdown {
  -webkit-box-shadow: 15px 0 40px 5px rgba(61, 67, 79, 0.08);
  box-shadow: 15px 0 40px 5px rgba(61, 67, 79, 0.08);
  padding: 20px 10px;
}

.select2-results__option {
  border-radius: 5px;
}

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

/*------------- #Woox-select Dark --------------*/
.woox--select--dark + .select2 {
  background-color: #1e2126;
}

.woox--select--dark + .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #a1abbd;
  border-right-color: #a1abbd;
}

.woox--select--dark + .select2-container .select2-selection--single .select2-selection__rendered {
  color: #666d7a;
}

.woox--select--dark + .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #c3c9d4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woox--select--dark + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #ffba00;
  border-right-color: #ffba00;
}

.woox--select--dark-dropdown {
  background-color: #1e2126;
}

.woox--select--dark-dropdown .select2-results__option--highlighted[aria-selected],
.woox--select--dark-dropdown .select2-results__option[aria-selected="true"] {
  background-color: #22262c;
}

/*------------- #Woox-select style-squared --------------*/
.woox--select-squared {
  border-radius: 8px;
  padding: 14px 30px;
}

.woox--select-squared + .select2 {
  border-radius: 8px;
  z-index: 5;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.woox--select-squared + .select2.select2-container--open {
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 15px 0 40px 5px rgba(61, 67, 79, 0.08);
  box-shadow: 15px 0 40px 5px rgba(61, 67, 79, 0.08);
}

.woox--select-squared:disabled + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  background-color: #2a2f36;
}

.woox--select-squared + .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 35px;
}

.woox--select-squared + .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  top: -4px;
  left: -20px;
  border-bottom: 0;
  border-right: 0;
  content: "";
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 1px;
  opacity: 1;
  background-color: #a0a9ba;
}

.woox--select-squared + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  background-color: #ffba00;
}

.woox--select-squared.woox--select--dark + .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  background-color: #3d434f;
}

.woox--select-squared.woox--select--dark + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  background-color: #ffba00;
}

.woox--select-squared-dropdown {
  border-radius: 0 0 8px 8px;
  margin-top: -10px;
}

.woox--select-squared-dropdown .select2-results__option::after {
  border-bottom-color: #ffba00;
  border-right-color: #ffba00;
}

.woox--select-squared-dropdown-dark {
  border-radius: 0 0 8px 8px;
  margin-top: -10px;
  background-color: #181a20;
}

.woox--select-squared-dropdown-dark .select2-results__option::after {
  border-bottom-color: #ffba00;
  border-right-color: #ffba00;
}

.woox--select-squared-dropdown-dark .select2-results__option--highlighted[aria-selected],
.woox--select-squared-dropdown-dark .select2-results__option[aria-selected="true"] {
  background-color: #1e2126;
}

/*------------- Language Switcher --------------*/
.language-switcher {
  width: auto;
  min-width: 150px;
}

.language-switcher + .select2 {
  padding: 14px 50px 14px 30px;
  border: 2px solid #a1abbd;
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: none;
  transition: none;
  width: auto;
  min-width: 150px;
}

.language-switcher + .select2-container {
  margin-bottom: 0;
}

.language-switcher + .select2-container.select2-container--open {
  border-radius: 30px 30px 0 0;
  border-color: transparent;
  background-color: #131418;
}

.language-switcher-dropdown {
  border-radius: 0 0 30px 30px;
  background-color: #131418;
  top: 0;
  padding: 0 20px 20px 20px;
}

.language-switcher-dropdown .select2-results__option {
  padding: 10px 0;
  border-top: 1px solid #3d4451;
  border-radius: 0;
}

.language-switcher-dropdown .select2-results__option:last-child {
  padding-bottom: 0;
}

.language-switcher-dropdown .select2-results__option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-switcher-dropdown .select2-results__option span .woox-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
}

.language-switcher-dropdown .select2-results__option:after {
  display: none;
}

.language-switcher-dropdown .select2-results__option[aria-selected="true"],
.language-switcher-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #ffba00;
}

/*------------- Contact FORMS --------------*/
.contact-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 50px;
}

.contact-form .select2,
.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-bottom: 40px;
}

.contact-form button {
  margin-bottom: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .subscribe-form {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .language-switcher + .select2 {
    padding: 5px 50px 5px 30px;
  }
  .contact-form input {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .login-form,
  .register-form {
    padding: 40px;
  }
  .contact-form {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .input-with-btn-inline {
    text-align: center;
  }
  .input-with-btn-inline .btn,
  .input-with-btn-inline button {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    margin-top: 20px;
  }
  .form-group label.control-label {
    font-size: 12px;
  }
  .login-form {
    padding: 20px;
  }
  .select2,
  input,
  select,
  textarea {
    font-size: 12px;
    padding: 10px 20px;
  }
  input.form-control {
    padding: 12px 18px;
  }
  label {
    margin: 20px 0 20px 20px;
  }
  textarea.input--squared {
    padding: 12px 18px;
  }
  .form-group.label-floating label.control-label,
  .form-group.label-placeholder label.control-label {
    top: 17px;
    left: 23px;
  }
  .form-group.label-floating.is-focused label.control-label,
  .form-group.label-floating:not(.is-empty) label.control-label,
  .form-group.label-static label.control-label {
    top: 5px;
    left: 18px;
  }
  .contact-form input {
    margin-bottom: 20px;
  }
  .leave-reply label {
    margin: 5px 0 5px 0;
  }
  .form--search input {
    padding: 13px 30px 13px 80px;
  }
  .login-form .forgot-block {
    margin: 30px 0;
  }
  .login-form .checkbox label,
  .forgot-block a {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .forgot-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .forgot-block > * + * {
    margin-top: 20px;
  }
  textarea {
    height: 150px !important;
  }
  .subscribe--dark input {
    padding: 20px 30px;
  }
}

/*------------- #STYLES for RADIO buttons --------------*/
.radio {
  margin-bottom: 1rem;
}

.radio label {
  cursor: pointer;
  padding-left: 40px;
  margin: 0;
  position: relative;
}

.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-left: 0;
}

.radio label .circle {
  border: 2px solid #3d434f;
  background-color: #16181d;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}

.radio label .check {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: #ffba00;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.radio label .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  left: -20px;
  top: -20px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1);
  transform: scale3d(1.5, 1.5, 1);
}

.radio input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

.radio input[type="radio"]:checked ~ .check,
.radio input[type="radio"]:checked ~ .circle {
  opacity: 1;
}

.radio input[type="radio"]:checked ~ .check {
  background-color: #fff;
}

.radio input[type="radio"]:checked ~ .circle {
  border-color: #ffba00;
  background-color: #ffba00;
}

.radio input[type="radio"]:checked:disabled ~ .check {
  background-color: #3d434f;
}

.radio input[type="radio"]:checked:disabled ~ .circle {
  background-color: #16181d;
  border-color: #3d434f;
}

.radio input[type="radio"]:checked ~ .check {
  -webkit-transform: scale3d(0.4, 0.4, 1);
  transform: scale3d(0.4, 0.4, 1);
}

.radio input[type="radio"][disabled] ~ .check {
  background-color: transparent;
}

.radio input[type="radio"][disabled] ~ .circle {
  background-color: #5a5f68;
}

@-webkit-keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

/*------------- RADIO buttons Style2 --------------*/
.radio--style2.radio label .circle {
  border-color: #ffba00;
  background-color: #ffba00;
}

.radio--style2.radio input[type="radio"]:checked ~ .circle {
  border-color: #ffba00;
  background-color: #ffba00;
}

.radio--style2.radio input[type="radio"]:checked ~ .check {
  background-color: #16181d;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.radio--style2.radio input[type="radio"]:checked:disabled ~ .check {
  background-color: #3d434f;
}

.radio--style2.radio input[type="radio"]:checked:disabled ~ .circle {
  border-color: #16181d;
  background-color: #16181d;
}

.radio--style2.radio input[type="radio"][disabled] ~ .circle {
  border-color: #5a5f68;
}

/*------------- RADIO buttons Style3 --------------*/
.radio--style3.radio input[type="radio"]:checked ~ .circle {
  border-color: #ffba00;
  background-color: #16181d;
}

.radio--style3.radio input[type="radio"]:checked ~ .check {
  background-color: #ffba00;
}

.radio--style3.radio input[type="radio"]:checked:disabled ~ .check {
  background-color: #3d434f;
  -webkit-transform: scale3d(0.4, 0.4, 1);
  transform: scale3d(0.4, 0.4, 1);
}

.radio--style3.radio input[type="radio"]:checked:disabled ~ .circle {
  border-color: #3d434f;
}

/*------------- RADIO buttons Style4 --------------*/
.radio--style4.radio label .circle {
  border-color: #ffba00;
}

.radio--style4.radio input[type="radio"]:checked ~ .circle {
  border-color: #ffba00;
  background-color: #16181d;
}

.radio--style4.radio input[type="radio"][disabled] ~ .circle {
  border-color: #5a5f68;
}

.radio--style4.radio input[type="radio"]:checked ~ .check {
  background-color: #ffba00;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.radio--style4.radio input[type="radio"]:checked:disabled ~ .circle {
  border-color: #16181d;
  background-color: #16181d;
}

.radio--style4.radio input[type="radio"]:checked:disabled ~ .check {
  background-color: #3d434f;
}

/*------------- RADIO buttons Style5 --------------*/
.radio--style5.radio label .circle {
  background-color: #3d434f;
}

.radio--style5.radio input[type="radio"]:checked ~ .circle {
  border-color: #ffba00;
  background-color: #ffba00;
}

.radio--style5.radio input[type="radio"]:checked ~ .check {
  -webkit-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  background-color: #16181d;
}

.radio--style5.radio input[type="radio"]:checked:disabled ~ .check {
  background-color: #3d434f;
}

.radio--style5.radio input[type="radio"]:checked:disabled ~ .circle {
  background-color: #16181d;
  border-color: #16181d;
}

.fw-table table > tbody > tr > td {
  border-top: none;
}

/*------------- #STYLES for checkboxes --------------*/
.checkbox {
  margin-bottom: 1rem;
}

.checkbox label {
  cursor: pointer;
  padding-left: 0;
  margin: 0;
  font-weight: 900;
  color: #666d7a;
  font-size: 14px;
}

.checkbox label span {
  margin-left: 0;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}

.checkbox .checkbox-material {
  vertical-align: middle;
  position: relative;
  top: 1px;
  padding-right: 20px;
  display: inline-block;
}

.checkbox .checkbox-material:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  top: 0;
  -webkit-transform: scale3d(2.3, 2.3, 1);
  transform: scale3d(2.3, 2.3, 1);
}

.checkbox .checkbox-material .check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #3d434f;
  background-color: #16181d;
  overflow: hidden;
  z-index: 1;
  border-radius: 5px;
}

.checkbox .checkbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  margin-top: -3px;
  margin-left: 7px;
  width: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 0 inset;
  box-shadow: 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards;
  animation: checkbox-off 0.3s forwards;
}

.checkbox input[type="checkbox"]:focus + .checkbox-material .check:after {
  opacity: 0.2;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #fff;
  border-color: #ffba00;
}

.checkbox input[type="checkbox"]:checked + .checkbox-material .check:before {
  color: #ffba00;
  -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards;
  animation: checkbox-on 0.3s forwards;
}

.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check {
  background-color: #3d434f;
  border-color: #3d434f;
}

.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check:before {
  color: #16181d;
}

.checkbox.clicked input[type="checkbox"]:checked + .checkbox-material:before {
  -webkit-animation: rippleOn 500ms;
  animation: rippleOn 500ms;
}

.checkbox.clicked input[type="checkbox"]:checked + .checkbox-material .check:after {
  -webkit-animation: rippleOn 500ms forwards;
  animation: rippleOn 500ms forwards;
}

.checkbox.clicked input[type="checkbox"]:not(:checked) + .checkbox-material:before {
  -webkit-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}

.checkbox.clicked input[type="checkbox"]:not(:checked) + .checkbox-material .check:after {
  -webkit-animation: rippleOff 500ms;
  animation: rippleOff 500ms;
}

.checkbox input[type="checkbox"][disabled] ~ .checkbox-material .check {
  border-color: #3d434f;
  background-color: #3d434f;
}

.checkbox input[type="checkbox"][disabled] + .checkbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.87);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes rippleOn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rippleOff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

/*------------- CHECKBOX buttons Style2 --------------*/
.checkbox--style2.checkbox .checkbox-material .check {
  border-color: #ffba00;
  background-color: #ffba00;
}

.checkbox--style2.checkbox input[type="checkbox"]:checked + .checkbox-material .check::before {
  width: 10px;
  height: 10px;
  background-color: #16181d;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  top: 3px;
  left: 3px;
  border-radius: 2px;
}

.checkbox--style2.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background-color: #ffba00;
  border-color: #ffba00;
}

.checkbox--style2.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check {
  background-color: #16181d;
  border-color: #16181d;
}

.checkbox--style2.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check::before {
  background-color: #3d434f;
}

/*------------- CHECKBOX buttons Style3 --------------*/
.checkbox--style3.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background: #ffba00;
  border-color: #ffba00;
}

.checkbox--style3.checkbox input[type="checkbox"]:checked + .checkbox-material .check::before {
  color: #16181d;
}

.checkbox--style3.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check {
  background-color: #3d434f;
  border-color: #3d434f;
}

.checkbox--style3.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check::before {
  color: #16181d;
}

/*------------- CHECKBOX buttons Style4 --------------*/
.checkbox--style4.checkbox input[type="checkbox"]:checked + .checkbox-material::after {
  opacity: 0;
}

.checkbox--style4.checkbox .checkbox-material .check {
  border-color: #ffba00;
}

.checkbox--style4.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  border-color: #ffba00;
  background-color: #16181d;
}

.checkbox--style4.checkbox input[type="checkbox"]:checked + .checkbox-material .check::before {
  width: 10px;
  height: 10px;
  background-color: #ffba00;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
  -webkit-transform: none;
  transform: none;
  margin: 0;
  top: 3px;
  left: 3px;
  border-radius: 1px;
}

.checkbox--style4.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check::before {
  background-color: #3d434f;
}

.checkbox--style4.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check {
  background-color: #16181d;
  border-color: #16181d;
}

/*------------- CHECKBOX buttons Style5 --------------*/
.checkbox--style5.checkbox .checkbox-material .check {
  background-color: #3d434f;
  border-color: #3d434f;
}

.checkbox--style5.checkbox input[type="checkbox"]:checked + .checkbox-material .check {
  background-color: #16181d;
}

.checkbox--style5.checkbox input[type="checkbox"]:checked + .checkbox-material .check::before {
  color: #ffba00;
}

.checkbox--style5.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check {
  border-color: #16181d;
  background-color: #3d434f;
}

.checkbox--style5.checkbox input[type="checkbox"]:checked:disabled + .checkbox-material .check::before {
  color: #16181d;
}

/*------------- #LESSONS --------------*/
.lessons__list {
  padding-left: 0;
  list-style: none;
  margin: 10px 0;
}

.lessons__item {
  margin-bottom: 30px;
}

.lessons__item .author-name {
  font-size: 16px;
}

.lessons__item .lessons-title {
  margin-bottom: 30px;
  display: block;
}

.lessons__item .lessons-title:hover {
  color: #ffba00;
}

.lessons__item .lessons-text {
  margin-bottom: 50px;
}

.lessons__item .lessons__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.lessons__item .lessons__time .woox-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  fill: #ffba00;
}

.lessons__body {
  padding: 10px 0 30px 70px;
  border-left: 2px solid #3d4451;
  margin-left: 8px;
}

.lessons-content {
  padding-bottom: 60px;
  border-bottom: 1px solid #3d4451;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .lessons__body {
    padding: 10px 0 30px 30px;
  }
}

@media (max-width: 768px) {
  .lessons__item .lessons__time {
    margin-bottom: 15px;
  }
  .lessons__item .lessons-text {
    margin-bottom: 20px;
  }
  .lessons-content {
    padding-bottom: 30px;
  }
  .tabs ul li.lessons__item {
    margin-bottom: 20px;
  }
}

/*------------- #MOVE BACKGROUND --------------*/
.crumina-flying-balls {
  position: relative;
}

.crumina-flying-balls *[class*="col-"] {
  z-index: 100;
}

.crumina-flying-balls:after,
.crumina-flying-balls:before {
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

.crumina-flying-balls:after {
  bottom: 0;
  -webkit-box-shadow: inset 0px -200px 119px -40px #16181d;
  box-shadow: inset 0px -150px 119px -40px #16181d;
}

.crumina-flying-balls:before {
  top: 0;
  -webkit-box-shadow: inset 0 150px 119px -40px #16181d;
  box-shadow: inset 0 150px 119px -40px #16181d;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100%;
  max-height: 100vh;
}

/*------------- #PRICING TABLES --------------*/
.crumina-pricing-table {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 30px;
}

.crumina-pricing-table .pricing-title {
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.crumina-pricing-table .price-sup-title {
  color: #666d7a;
  font-weight: 700;
}

.crumina-pricing-table .pricing-thumb {
  margin-bottom: 25px;
}

.crumina-pricing-table .pricing-thumb img {
  border-radius: 100%;
  display: inline-block;
}

.crumina-pricing-table .price {
  position: relative;
  margin-bottom: 0px;
}

.crumina-pricing-table .price .price-value {
  color: #ffba00;
  font-weight: 400;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-tables-position {
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0;
}

.pricing-tables-position li {
  padding: 4px 0;
  border-bottom: 2px solid #181a20;
  font-weight: 400;
}

.pricing-tables-position li:last-child {
  border-bottom: none;
}

.pricing-tables-position li .currency-details-item {
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-tables-position li .currency-details-item .title {
  font-size: 16px;
  color: #666d7a;
}

.pricing-tables-position li .currency-details-item .value {
  font-size: 18px;
}

.pricing-tables-position--inline li {
  border-bottom: none;
}

.pricing-tables-position--inline li .currency-details-item .title {
  font-size: 14px;
  display: inline-block;
}

.pricing-tables-position--inline li .currency-details-item .value {
  font-size: 14px;
  color: #c3c9d4;
  display: inline-block;
}

/*------------- #PRICING Style1 --------------*/
.pricing-table--style1 {
  border: 4px solid transparent;
  border-radius: 20px;
  background-color: #131418;
}

.pricing-table--style1:hover {
  border-color: #ffba00;
  padding: 65px 40px;
  margin-top: -25px;
  margin-bottom: -25px;
}

.pricing-table--style1 .pricing-thumb img {
  width: 100px;
  height: 100px;
}

.pricing-table--style1 .pricing-title {
  text-transform: uppercase;
}

.pricing-table--style1 .pricing-title > span {
  display: block;
  font-size: 22px;
  color: #666d7a;
}

.pricing-table--style1 .price {
  padding: 30px;
  border-radius: 20px;
  background-color: #181a20;
}

.pricing-table--style1 .pricing-tables-position {
  margin-bottom: 40px;
}

.pricing-table--style1 .pricing-tables-position li {
  border-bottom: 1px solid #3d434f;
}

.pricing-table--style1 .pricing-tables-position li em {
  color: #ffba00;
}

/*------------- #PRICING STYLE2 --------------*/
.pricing-table--style2 {
  text-align: left;
  border-width: 6px;
}

.pricing-table--style2 .pricing-thumb {
  margin-bottom: 40px;
}

.pricing-table--style2 .pricing-thumb img {
  width: 80px;
  height: 80px;
  vertical-align: middle;
  margin-right: 20px;
}

.pricing-table--style2 .pricing-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 26px;
}

.pricing-table--style2 .pricing-title > span {
  display: block;
  font-size: 22px;
  color: #666d7a;
}

.pricing-table--style2 .price .price-value {
  font-size: 48px;
}

.pricing-table--style2 .pricing-tables-position li {
  padding: 9px 0;
}

/*------------- #PRICING small --------------*/
.pricing-table--small {
  background-color: #111115;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.pricing-table--small:hover {
  border-color: #ffba00;
}

.pricing-table--small:hover .price-value {
  color: #fff;
}

.pricing-table--small .pricing-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.pricing-table--small .pricing-thumb img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.pricing-table--small .pricing-title {
  margin: 0;
  font-size: 22px;
}

.pricing-table--small .pricing-title > span {
  display: block;
  font-size: 22px;
  color: #666d7a;
}

.pricing-table--small .price-value {
  font-size: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-table--small .price-value .growth,
.pricing-table--small .price-value .drop {
  font-size: 20px;
  font-weight: 700;
}

.pricing-table--small .price-value .growth {
  color: #8dc647;
}

.pricing-table--small .price-value .drop {
  color: #ff3133;
}

.pricing-table--small .gain-drop-arrow {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table--small .gain-drop-arrow .woox-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  fill: #666d7a;
}

.pricing-table--small .gain-drop-arrow .woox-icon + .woox-icon {
  margin-left: 10px;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-up.active {
  fill: #8dc647;
}

.pricing-table--small .gain-drop-arrow .woox-icon.arrow-down.active {
  fill: #ff3133;
}

.drop {
  color: #ff3133;
}

.growth {
  color: #8dc647;
}

/*------------- #PRICING Style Tables --------------*/
.pricing-tables-wrap-table {
  overflow: visible;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-collapse: unset;
}

.pricing-tables-wrap-table > thead:first-child > tr:first-child > th:first-child {
  border-radius: 20px 0 0 0;
  overflow: hidden;
}

.pricing-tables-wrap-table > thead:first-child > tr:first-child > th:last-child {
  border-radius: 0 20px 0 0;
  overflow: hidden;
}

.pricing-tables-wrap-table > tfoot > tr > td {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  text-align: center;
}

.pricing-tables-wrap-table > thead > tr > th {
  font-size: 18px;
  color: #c3c9d4;
  background-color: #111115;
}

.pricing-tables-wrap-table > tbody > tr > td {
  padding: 35px 20px;
  border-right: none;
}

.pricing-tables-wrap-table tbody > tr:first-child > td {
  border-top: 4px solid transparent;
}

.pricing-tables-wrap-table > tbody > tr > td:last-child,
.pricing-tables-wrap-table > thead > tr > th:last-child {
  padding-right: 40px;
}

.pricing-tables-wrap-table > tbody > tr > td:first-child,
.pricing-tables-wrap-table > thead > tr > th:first-child {
  padding-left: 40px;
}

.pricing-table--style-table {
  text-align: left;
}

.pricing-table--style-table > td:first-child {
  border-left: 4px solid transparent;
}

.pricing-table--style-table > td:last-child {
  border-right: 4px solid transparent;
}

.pricing-table--style-table > td {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.pricing-table--style-table:hover.c-brown > td:first-child {
  background-color: #ee7800;
  border-radius: 5px 0 0 5px;
  border-left: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-brown > td:last-child {
  border-right: 4px solid #ee7800;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-brown > td {
  border-top: 4px solid #ee7800;
  border-bottom: 4px solid #ee7800;
}

.pricing-table--style-table:hover.c-blue > td:first-child {
  background-color: #3235aa;
  border-radius: 5px 0 0 5px;
  border-left: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue > td:last-child {
  border-right: 4px solid #3235aa;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue > td {
  border-top: 4px solid #3235aa;
  border-bottom: 4px solid #3235aa;
}

.pricing-table--style-table:hover.c-blue-light > td:first-child {
  background-color: #3452ff;
  border-radius: 5px 0 0 5px;
  border-left: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-blue-light > td:last-child {
  border-right: 4px solid #3452ff;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-light > td {
  border-top: 4px solid #3452ff;
  border-bottom: 4px solid #3452ff;
}

.pricing-table--style-table:hover.c-border-color > td:first-child {
  background-color: #3d434f;
  border-radius: 5px 0 0 5px;
  border-left: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-border-color > td:last-child {
  border-right: 4px solid #3d434f;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-border-color > td {
  border-top: 4px solid #3d434f;
  border-bottom: 4px solid #3d434f;
}

.pricing-table--style-table:hover.c-blue-lighter > td:first-child {
  background-color: #016cb0;
  border-radius: 5px 0 0 5px;
  border-left: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-blue-lighter > td:last-child {
  border-right: 4px solid #016cb0;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-blue-lighter > td {
  border-top: 4px solid #016cb0;
  border-bottom: 4px solid #016cb0;
}

.pricing-table--style-table:hover.c-primary > td:first-child {
  background-color: #ffba00;
  border-left: 4px solid #ffba00;
  border-radius: 5px 0 0 5px;
}

.pricing-table--style-table:hover.c-primary > td:last-child {
  border-right: 4px solid #ffba00;
  border-radius: 0 5px 5px 0;
}

.pricing-table--style-table:hover.c-primary > td {
  border-top: 4px solid #ffba00;
  border-bottom: 4px solid #ffba00;
}

.pricing-table--style-table .pricing-thumb {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table--style-table .pricing-thumb img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.pricing-table--style-table .pricing-title {
  margin: 0;
}

.pricing-table--style-table .pricing-title > span {
  color: #ffba00;
}

.pricing-table--style-table .currency-details-item .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #666d7a;
}

.pricing-table--style-table .currency-details-item .value {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.pricing-table--style-table .price {
  margin-bottom: 0;
}

.pricing-table--style-table .price .price-value {
  font-size: 30px;
}

.pricing-table--style-table .price-sup-title {
  font-size: 14px;
}

/*------------- #PRICING Tables Triple --------------*/
.pricing-tables-wrap {
  border-radius: 20px;
  width: 100%;
  float: left;
  background-color: #131418;
}

.pricing-tables-wrap .bg-layer {
  background-color: #131418;
  border-radius: 20px;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  border: 6px solid #ffba00;
}

.pricing-tables-wrap .crumina-pricing-table {
  border-radius: 0;
  min-height: 100%;
  border: none;
  background-color: transparent;
}

.pricing-tables-wrap .crumina-pricing-table:hover {
  z-index: 990;
}

.pricing-tables-wrap .crumina-pricing-table:hover .bg-layer {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

/*================= Styles for Custom Pricing ============*/
.pricing-tables-modern-wrap {
  position: relative;
}

.pricing-tables-modern-wrap > *:nth-child(2) {
  border-radius: 20px 0 0 0;
}

.pricing-tables-modern-wrap > *:last-child {
  border-radius: 0 20px 20px 0;
}

.pricing-tables-modern-wrap .pricing-table--modern {
  width: 20%;
  float: left;
  overflow: hidden;
}

.pricing-tables-modern-wrap .pricing-table--modern-main {
  width: 20%;
  float: left;
  z-index: 10;
  padding: 0;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-content {
  background-color: #111115;
  margin-top: auto;
  border-radius: 20px 0 0 20px;
  padding: 0 0 60px;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
  padding: 100px 50px 50px;
  margin-bottom: 0;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position {
  margin: 0;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li {
  padding: 20px 40px;
  border-bottom: none;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li:first-child {
  padding: 35px 40px;
}

.pricing-tables-modern-wrap .pricing-table--modern-main .pricing-tables-position li .currency-details-item .value {
  font-size: 16px;
  color: #666d7a;
}

.pricing-table--modern {
  padding: 0;
}

.pricing-table--modern:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 20px;
  border: 6px solid currentColor;
  z-index: 11;
  margin-top: -8px;
}

.pricing-table--modern .pricing-thumb {
  background-color: currentColor;
  padding: 50px;
  margin-bottom: 0;
}

.pricing-table--modern .pricing-thumb img {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 20px;
}

.pricing-table--modern .pricing-content {
  background-color: #111115;
  padding: 0 0 60px;
}

.pricing-table--modern .pricing-title {
  margin-bottom: 0;
}

.pricing-table--modern .price {
  margin-bottom: 0;
}

.pricing-table--modern .price .price-value {
  padding: 20px 40px;
}

.pricing-table--modern .pricing-tables-position {
  margin: 0;
}

.pricing-table--modern .pricing-tables-position li {
  padding: 20px 40px;
  border-bottom: none;
}

.pricing-table--modern .btn {
  margin-top: 20px;
}

/*================= #PRICING Style Tables Blurring ============*/
.pricing-tables-wrap-table-blurring {
  overflow: visible;
  border-collapse: collapse;
}

.pricing-tables-wrap-table-blurring > tbody > tr {
  color: #c3c9d4;
}

.pricing-tables-wrap-table-blurring > thead:first-child > tr:first-child > th:first-child {
  border-radius: 20px 0 0 0;
  overflow: hidden;
}

.pricing-tables-wrap-table-blurring > thead:first-child > tr:first-child > th:last-child {
  border-radius: 0 20px 0 0;
  overflow: hidden;
}

.pricing-tables-wrap-table-blurring > tfoot > tr > td {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  text-align: center;
}

.pricing-tables-wrap-table-blurring > thead > tr > th {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.pricing-tables-wrap-table-blurring > tbody > tr > td {
  padding: 35px 20px;
  border-right: none;
}

.pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
.pricing-tables-wrap-table-blurring > thead > tr > th:last-child {
  padding-right: 40px;
}

.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
.pricing-tables-wrap-table-blurring > thead > tr > th:first-child {
  padding-left: 40px;
}

.pricing-tables-wrap-table-blurring > tbody:hover > tr {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.pricing-tables-wrap-table-blurring > tbody > tr:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.pricing-tables-wrap-table-blurring > tbody > tr:hover > td {
  background-color: #181a20;
}

.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child {
  position: relative;
}

.pricing-tables-wrap-table-blurring > tbody > tr > td:first-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-brown > td:first-child:before {
  background-color: #ee7800;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-blue > td:first-child:before {
  background-color: #3235aa;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-blue-light > td:first-child:before {
  background-color: #3452ff;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-border-color > td:first-child:before {
  background-color: #3d434f;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-blue-lighter > td:first-child:before {
  background-color: #016cb0;
}

.pricing-tables-wrap-table-blurring > tbody > tr.c-primary > td:first-child:before {
  background-color: #ffba00;
}

.pricing-table--style-table-blurring {
  text-align: left;
}

.pricing-table--style-table-blurring .pricing-thumb {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-table--style-table-blurring .pricing-thumb img {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}

.pricing-table--style-table-blurring .pricing-title {
  margin: 0;
  line-height: 1;
  font-size: 20px;
}

.pricing-table--style-table-blurring .pricing-title > span {
  color: #ffba00;
  font-size: 14px;
  text-transform: uppercase;
}

.payment-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.payment-method img {
  height: 20px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1400px) {
  .pricing-table--small {
    padding: 20;
  }
  .crumina-pricing-table .price .price-value {
    font-size: 22px;
  }
  .pricing-table--style2 .pricing-thumb img {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .pricing-table--small .pricing-thumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 10px;
  }
  .pricing-table--small .pricing-thumb > * {
    margin-bottom: 20px;
  }
  .pricing-table--small .pricing-thumb img {
    margin-right: 15px;
  }
  .pricing-table--small .gain-drop-arrow {
    margin-left: auto;
  }
  .pricing-table--small .pricing-title {
    text-align: left;
  }
  .pricing-tables-wrap-table > tbody > tr > td,
  .pricing-tables-wrap-table > thead > tr > th,
  .pricing-tables-wrap-table-blurring > thead > tr > th,
  .pricing-tables-wrap-table-blurring > tbody > tr > td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .pricing-tables-wrap-table > tfoot > tr > td,
  .pricing-tables-wrap-table-blurring > tfoot > tr > td {
    padding: 20px 10px;
    font-size: 12px;
  }
  .pricing-table--style-table .currency-details-item .title,
  .pricing-table--style-table .currency-details-item .value {
    font-size: 12px;
  }
  .pricing-tables-wrap-table > tbody > tr > td:first-child,
  .pricing-tables-wrap-table > thead > tr > th:first-child,
  .pricing-tables-wrap-table-blurring > tbody > tr > td:first-child,
  .pricing-tables-wrap-table-blurring > thead > tr > th:first-child {
    padding-left: 10px;
  }
  .pricing-tables-wrap-table > tbody > tr > td:last-child,
  .pricing-tables-wrap-table > thead > tr > th:last-child,
  .pricing-tables-wrap-table-blurring > tbody > tr > td:last-child,
  .pricing-tables-wrap-table-blurring > thead > tr > th:last-child {
    padding-right: 10px;
  }
  .payment-method img {
    height: 15px;
  }
  .pricing-tables-wrap-table .pricing-title,
  .pricing-table--style-table-blurring .pricing-title {
    font-size: 14px;
  }
  .pricing-tables-wrap-table .pricing-thumb img,
  .pricing-table--style-table-blurring .pricing-thumb img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .pricing-table--style2 {
    text-align: center;
  }
  .pricing-table--style2 .pricing-thumb img {
    margin: 0 auto 20px;
  }
  .pricing-table--modern .pricing-thumb {
    padding: 50px 20px;
  }
  .pricing-tables-modern-wrap .pricing-table--modern-main .crumina-heading {
    padding: 50px 20px 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .crumina-pricing-table .price .price-value {
    font-size: 18px;
  }
  .payment-method img {
    height: 10px;
  }
  .pricing-tables-modern-wrap .pricing-table--modern-main {
    display: none;
  }
  .pricing-tables-modern-wrap .pricing-table--modern {
    width: 100%;
  }
  .pricing-tables-modern-wrap {
    position: relative;
  }
  .pricing-tables-modern-wrap > * {
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .pricing-tables-modern-wrap > *:nth-child(2) {
    border-radius: 20px;
  }
  .pricing-tables-modern-wrap > *:last-child {
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .pricing-tables-wrap-table > thead > tr > th,
  .pricing-tables-wrap-table > tbody > tr > td,
  .pricing-tables-wrap-table-blurring > thead > tr > th,
  .pricing-tables-wrap-table-blurring > tbody > tr > td {
    font-size: 10px;
  }
  .pricing-tables-wrap {
    padding: 0 15px;
  }
}

/*------------- #CONTACTS --------------*/
.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-item .info {
  color: #c3c9d4;
  font-weight: 700;
  font-size: 18px;
}

.contact-item .info span {
  display: inline-block;
  color: #a1abbd;
  font-weight: 400;
}

.contact-item .info a {
  color: #fff;
}

.contact-item .info a:hover {
  color: #ffba00;
}

.contact-item .info-wrap span {
  font-size: 18px;
}

.contact-item .socials {
  margin-top: 40px;
}

.contact-item + .contact-item {
  margin-top: 50px;
}

.contact-item-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.contact-item-title:after {
  content: ".";
  font-size: inherit;
  color: #ffba00;
  width: 0;
  display: inline-block;
  position: relative;
}

#map,
.crumina-map {
  position: relative;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  -webkit-box-shadow: 70px 0 110px rgba(0, 0, 0, 0.3);
  box-shadow: 70px 0 110px rgba(0, 0, 0, 0.3);
  max-height: 90vh;
}

#map .map-canvas,
.crumina-map .map-canvas {
  height: 100%;
}

.block-location-info {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 999;
  max-width: 90%;
}

.block-location-info .adress {
  color: #ffba00;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1024px) {
  .contact-item + .contact-item {
    margin-top: 20px;
  }
}

@media (max-width: 799px) {
  #map,
  .crumina-map {
    border-radius: 20px;
  }
}

/*------------- #EXPERTS --------------*/
/* Orbitlist core */
ul.orbit.orbitlistJS {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Orbitlist satellites */
ul.orbit.orbitlistJS li {
  position: absolute;
  cursor: pointer;
  display: inline-block;
}

ul.orbit.orbitlistJS li.relative {
  -webkit-transform: none;
  transform: none;
  top: auto !important;
  left: auto !important;
  position: relative;
  margin: auto;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  ul.orbit.orbitlistJS {
    height: auto;
    max-height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.orbit.orbitlistJS li {
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    margin-bottom: 30px;
  }
  ul.orbit.orbitlistJS li:last-child {
    margin-bottom: 0;
  }
  ul.orbit.orbitlistJS li.relative {
    margin-bottom: 30px;
  }
}

/*------------- #WINDOW-POPUP --------------*/
.window-popup {
  position: fixed;
  top: -2000px;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999999;
  margin-left: 0 !important;
  width: 1400px;
  max-width: calc(100% - 40px);
  border-radius: 30px;
  -webkit-box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 80px 0 110px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.window-popup .mCustomScrollbar {
  max-height: calc(100vh - 200px);
}

.window-popup .ps.ps--active-y > .ps__scrollbar-y-rail {
  z-index: 5;
  right: 20px !important;
  background-color: transparent;
}

.window-popup .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: transparent;
  border-right: 4px dotted #ffba00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.window-popup .ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.window-popup .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #fbeb0b66;
}

.window-popup .content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: background-image 0.1s ease, all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-image 0.1s ease, all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-image: url(../img/body-bg.png);
  background-color: #16181d;
}

.window-popup.active {
  top: 100px;
}

.register-event {
  width: 680px;
}

body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(7, 8, 9, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -999;
}

body.popup-active .crumina-flying-balls [class*="col-"] {
  z-index: unset;
}

body.body-overlay-active:before {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99999;
}

.popup-close {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999;
}

.popup-close:hover .woox-icon {
  fill: #ffba00;
}

.popup-close .woox-icon {
  width: 40px;
  height: 40px;
  fill: #666d7a;
}

.crumina-grid .ps.ps--active-y > .ps__scrollbar-y-rail {
  z-index: 5;
  right: 20px !important;
  background-color: transparent;
}

.crumina-grid .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: transparent;
  border-right: 4px dotted #ffba00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0 !important;
}

.crumina-grid .ps:hover > .ps__scrollbar-y-rail {
  opacity: 1;
}

.crumina-grid .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #fbeb0b66;
}

.crumina-grid .ps.ps--active-x > .ps__scrollbar-x-rail {
  background-color: transparent;
  z-index: 5;
}

.crumina-grid .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x,
.crumina-grid .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  height: 6px;
}

.crumina-grid .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: transparent;
  border-bottom: 4px dotted #ffba00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0 !important;
}

.crumina-grid .ps:hover > .ps__scrollbar-x-rail {
  opacity: 1;
}

.crumina-grid .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #fbeb0b66;
}

/*================= Responsive Mode ============*/
@media (max-width: 991px) {
  .popup-close .woox-icon {
    width: 20px;
    height: 20px;
  }
  .author-details .popup-close {
    top: 20px;
    right: auto;
    left: 20px;
  }
}

@media (max-width: 460px) {
  .window-popup.active {
    top: 150px;
  }
}

/*------------- #AUTHOR DETAILS --------------*/
.author-details {
  position: relative;
  overflow: hidden;
}

.author-details .avatar-details {
  border-radius: 0;
  float: left;
  max-width: 50%;
}

.author-details .author-content {
  padding: 100px;
  overflow: hidden;
  text-align: left;
}

.author-details .author-content blockquote {
  margin: 0;
}

.author-details .author-content blockquote p {
  font-size: 24px;
  margin-bottom: 0;
}

.author-details .author-content .author-name {
  color: #fff;
}

.author-details .author-content .socials {
  margin-top: 50px;
}

/*================= Responsive Mode ============*/
@media (max-width: 1300px) {
  .author-details .author-content {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .author-details .avatar-details {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .author-details .author-content blockquote p {
    font-size: 18px;
  }
}

/*------------- #BLOGS --------------*/
.post {
  position: relative;
  padding: 60px 0;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.post .post__date {
  padding-bottom: 40px;
  display: inline-block;
}

.post .post__date:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 3px;
  background-color: #3d4451;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post:hover .post__date:after {
  background-color: #ffba00;
}

.post.sticky-post .post__content {
  width: 50%;
}

.post.sticky-post .post__date {
  padding-bottom: 0;
}

.post.sticky-post .post__date:after {
  display: none;
}

.post.sticky-post .post__text {
  font-size: 22px;
  color: #c3c9d4;
}

.post.sticky-post .post-thumb {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  max-width: 80%;
}

.post.sticky-post .post-thumb:before {
  content: "\f005";
  font-size: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  background-color: #ffba00;
  background-size: 60%;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 40px;
  right: 40px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  color: #fff;
  fill: #fff;
}

.post__content {
  position: relative;
  z-index: 1;
}

.post-thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.post-thumb img {
  display: block;
  margin: 0 auto;
}

.post-thumb iframe {
  width: 100%;
}

.post__title {
  display: block;
}

a.post__title:hover {
  color: #ffba00;
}

.post__date {
  position: relative;
}

.post__date .number {
  font-size: 48px;
  color: #ffba00;
  display: block;
  line-height: 1.1;
}

.post__date time {
  font-size: 12px;
  font-weight: 700;
}

/*------------- #VIDEO POST --------------*/
.post.video .video-control {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-control .woox-icon {
  fill: #fff;
  color: #fff;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.video-control-youtube {
  padding: 15px 23px 14px 30px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cd201f;
  display: block;
  line-height: 1;
}

.video-control-youtube .woox-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 0;
}

/*------------- #Slider POST --------------*/
.post.slider .post-thumb img {
  border-radius: 20px;
}

.post.slider .pagination-bottom-center {
  padding-bottom: 45px;
}

/*------------- #Link POST --------------*/
.post.link {
  padding: 40px;
}

.post.link .post-thumb {
  padding: 0 50px;
}

.post.link .post-thumb:before {
  content: "http://";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  font-size: 160px;
  line-height: 1;
  color: #1e2025;
  font-weight: 700;
  z-index: -1;
}

.post.link .site-link {
  display: inline-block;
  color: #ffba00;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 35px;
}

/*------------- #Audio POST --------------*/
.post.audio .post-thumb {
  margin-bottom: 40px;
}

/*------------- #POST Standard Details --------------*/
.post-details-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-details-wrap .post__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #c3c9d4;
}

.post-details-wrap .post__date .number {
  font-size: 40px;
  margin-right: 15px;
}

.post-details-wrap .post__date time {
  font-size: 16px;
  line-height: 1.2;
}

.post-details-wrap .post__date time span {
  display: block;
  color: #a1abbd;
}

.post-details-wrap .post__date + .author-block {
  margin-left: 60px;
}

.post-details-wrap .author-block {
  text-align: left;
}

.post-details-wrap .author-block .avatar {
  margin-right: 20px;
}

.post-standard-details .post-additional-info {
  float: left;
}

.post-standard-details .post__content {
  padding-left: 60px;
  overflow: hidden;
}

.post-standard-details blockquote {
  padding: 80px;
  font-weight: 400;
  margin: 0;
}

.post-standard-details blockquote::before {
  top: 40px;
  left: 40px;
}

.post-standard-details blockquote p {
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1.6em;
  z-index: 2;
}

/*================= Responsive Mode ============*/
@media (max-width: 1199px) {
  .post {
    text-align: center;
  }
  .post .row > * {
    margin-bottom: 30px;
  }
  .post .row > *:last-child {
    margin-bottom: 0;
  }
  .post.sticky-post .post__content {
    width: 100%;
  }
  .post.link .post-thumb {
    padding: 0;
  }
  .post.sticky-post .post-thumb {
    position: relative;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .post.sticky-post .post-thumb::before {
    top: 15px;
    right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
  }
  .post.post-standard-details {
    text-align: left;
    padding: 0;
  }
  .post.quote .author-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
  }
  .post.quote .author-block--column-start .avatar {
    margin: 0 auto 20px;
  }
}

@media (max-width: 1024px) {
  .post__date .number {
    font-size: 30px;
  }
  .post .post__date {
    padding-bottom: 20px;
  }
  .post.sticky-post .post__text {
    font-size: 18px;
    color: #c3c9d4;
  }
  .post-details-wrap .post__date .number {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .post {
    padding: 0;
    margin-bottom: 30px;
  }
  .post .post-additional-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .post .post-additional-info .btn + .btn {
    margin-left: 0;
  }
  .post .post-additional-info > * {
    margin-bottom: 20px;
  }
  .post .post-additional-info > *:last-child {
    margin-bottom: 0;
  }
  .quote--post-type p {
    font-size: 20px;
  }
  .quote--post-type p > .quote {
    width: 40px;
    height: 50px;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .quote--post-type p > .quote-close {
    bottom: 0;
    right: 0;
    top: auto;
    left: auto;
  }
  .quote--post-type {
    padding: 10px 0;
  }
  .post-details-wrap .post__date + .author-block {
    margin-left: 20px;
  }
  .post-standard-details .post__content {
    padding-left: 20px;
  }
  .post-standard-details blockquote {
    padding: 0;
    margin: 20px 0;
  }
  .post-standard-details blockquote::before {
    top: 0;
    left: 0;
  }
  .post-standard-details blockquote p {
    margin: 0 0 20px;
    font-size: 18px;
  }
  .video-control-youtube {
    padding: 15px 25px;
  }
  .video-control-youtube .woox-icon {
    width: 15px;
    height: 15px;
  }
}

/*------------- #NAVIGATION --------------*/
.navigation {
  margin: 20px 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-numbers {
  position: relative;
  background-color: #101216;
  display: inline-block;
  margin: 0 12px 0 0;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  border-radius: 100%;
  border: 4px solid transparent;
  font-weight: 700;
}

.page-numbers:hover {
  border-color: #ffba00;
  background-color: #ffba00;
  color: #fff;
}

.page-numbers:active {
  background-color: transparent;
  border-color: #ffba00;
  color: #ffba00;
}

.page-numbers.current {
  background-color: transparent;
  border-color: #ffba00;
  color: #ffba00;
}

.page-numbers.current:hover {
  border-color: #ffba00;
}

.page-numbers span {
  position: relative;
}

.page-numbers.btn-next,
.page-numbers.btn-prev {
  background-color: transparent;
  min-width: auto;
  min-height: auto;
  max-width: unset;
  max-height: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-numbers.btn-next:active,
.page-numbers.btn-prev:active {
  -webkit-box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
  box-shadow: inset 2px 4px 0 0 transparent, 2px 4px 0 0 transparent;
  background-color: transparent;
  border-color: transparent;
}

.page-numbers.btn-next {
  margin-right: 80px;
}

.page-numbers.btn-prev {
  margin-right: 40px;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .page-numbers {
    margin: 0 8px 0 0;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
    line-height: 24px;
    font-size: 12px;
  }
  .page-numbers.btn-next {
    margin-right: 20px;
  }
  .page-numbers.btn-prev {
    margin-right: 20px;
  }
}

/*------------- #COMMENTS --------------*/
.comments {
  margin-bottom: 80px;
}

.comments__list {
  padding-left: 0;
  list-style: none;
}

.comments__list .reply {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #a1abbd;
  line-height: 1;
  border-radius: 30px;
  padding: 5px 23px;
  background-color: #030305;
}

.comments__list .reply:hover {
  background-color: #ffba00;
  color: #fff;
}

.comments__list .comments__avatar {
  float: left;
  margin-right: 40px;
}

.comments__list .comments__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
}

.comments__list .comments__body {
  overflow: hidden;
}

.comments__list .comments__author {
  font-style: normal;
  display: inline-block;
}

.comments__list .comments__author a {
  color: #fff;
  font-weight: 700;
}

.comments__list .comments__author a:hover {
  color: #ffba00;
}

.comments__list .comments__time {
  font-size: 14px;
  color: #a0a8b7;
  padding-left: 8px;
  position: relative;
  display: inline-block;
}

.comments__list .comments__time:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #666d7a;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin-right: 7px;
}

.comments__list .comment-content p {
  margin: 20px 0;
}

.comments__item {
  padding-left: 0;
  list-style: none;
  margin-top: 40px;
}

.comments__item .children {
  margin: 60px 0 0 120px;
  list-style: none;
  padding: 0;
}

.comments__item:before {
  display: none;
}

.leave-reply label {
  margin-left: 0;
}

/*================= Responsive Mode ============*/
@media (max-width: 1024px) {
  .comments__item .children {
    margin: 30px 0 0 60px;
  }
}

@media (max-width: 768px) {
  .comments__list .comments__avatar img {
    width: 60px;
    height: 60px;
  }
  .comments__list .comments__body {
    padding-top: 5px;
  }
  .comments__item .children {
    margin: 30px 0 0 30px;
  }
  .comments__item {
    margin-top: 20px;
  }
  .contact-form.leave-reply {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .comments__list .comments__avatar {
    float: none;
    text-align: left;
    margin-right: 0;
  }
  .comments__list .comments__time {
    display: block;
    padding-left: 0;
  }
  .comments__list .comments__time:before {
    display: none;
  }
}

/*------------- #FEATURED BLOCK --------------*/
.crumina-featured-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.crumina-featured-block .image-block {
  width: 70%;
}

.crumina-featured-block .text-block {
  width: 50%;
  margin-left: -320px;
}

/*------------- Responsive Mode --------------*/
@media (max-width: 1300px) {
  .crumina-featured-block .text-block {
    margin-left: 0;
  }
  .crumina-featured-block .image-block {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .crumina-featured-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .crumina-featured-block .text-block {
    width: 100%;
    padding: 0 15px;
  }
  .crumina-featured-block .image-block {
    width: 100%;
    padding: 0 15px;
  }
}

/*------------- #CLIENTS --------------*/
.clients-item {
  display: block;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clients-item:hover {
  opacity: 1;
}

/*------------- #CRYPTO CONVERTER  --------------*/
.crumina-crypto-converter {
  padding: 80px;
  border-radius: 20px;
  background-color: #ffba00;
  background-image: url(../img/bg-convert.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.crumina-crypto-converter form {
  margin-top: 30px;
}

.crumina-crypto-converter .current-crypto {
  font-weight: 700;
  color: #181a20;
}

.crumina-crypto-converter .result-crypto {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .crumina-crypto-converter {
    padding: 30px;
  }
}

/*------------- #CIRCLED BLOCK --------------*/
.crumina-circled-block {
  position: relative;
  width: 25em;
  height: 25em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url("../img/woox.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 6em auto;
}

.crumina-circled-block > * {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px;
}

.crumina-circled-block > :nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(12.5em) rotate(0deg);
  transform: rotate(0deg) translate(12.5em) rotate(0deg);
}

.crumina-circled-block > :nth-of-type(2) {
  -webkit-transform: rotate(90deg) translate(12.5em) rotate(-90deg);
  transform: rotate(90deg) translate(12.5em) rotate(-90deg);
}

.crumina-circled-block > :nth-of-type(3) {
  -webkit-transform: rotate(180deg) translate(12.5em) rotate(-180deg);
  transform: rotate(180deg) translate(12.5em) rotate(-180deg);
}

.crumina-circled-block > :nth-of-type(4) {
  -webkit-transform: rotate(270deg) translate(12.5em) rotate(-270deg);
  transform: rotate(270deg) translate(12.5em) rotate(-270deg);
}

.circle__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #111216;
}

.circle__item .woox-icon {
  max-width: 80px;
  margin-bottom: 20px;
}

.circle__item .title {
  font-weight: 700;
  color: #fff;
}

.circle__item img {
  display: inline-block;
  width: 100%;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .crumina-circled-block {
    margin: 3em auto;
    width: 20em;
    height: 20em;
  }
  .crumina-circled-block > * {
    width: 100px;
    height: 100px;
    margin: -50px;
  }
  .circle__item .woox-icon {
    max-width: 40px;
  }
}

@media (max-width: 460px) {
  .crumina-circled-block {
    width: 100%;
    height: 15em;
    margin: 3em auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .crumina-circled-block > * {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0;
    width: 40%;
  }
}

/*------------- #CHART STATISTICS --------------*/
.js-chart-statistic {
  margin: 60px 0;
}

.highcharts-button-box {
  fill: transparent;
}

.highcharts-button.highcharts-button-pressed .highcharts-button-box {
  fill: #ffba00;
}

/*================= Responsive Mode ============*/
@media (max-width: 768px) {
  .js-chart-statistic {
    margin: 30px 0;
  }
}

/*------------- #STYLES for Range Sliders --------------*/
.range-slider .irs-line {
  border-radius: 5px;
}

.range-slider .irs-line-left,
.range-slider .irs-line-mid,
.range-slider .irs-line-right {
  background: none;
  background-color: #3d434f;
}

.range-slider .irs-bar {
  background: none;
}

.range-slider .irs-slider {
  background: none;
  background-color: #fff;
  border-radius: 100%;
}

.range-slider .irs-slider:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  opacity: 0.7;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.range-slider .irs-slider:hover:before {
  opacity: 1;
}

.range-slider--primary .irs-bar {
  background-color: #ffba00;
}

.range-slider--primary .irs-grid-pol {
  background: #ffba00;
}

.range-slider--primary .irs-slider:before {
  background-color: #ffba00;
}

.range-slider--red .irs-bar {
  background-color: #fe3235;
}

.range-slider--red .irs-grid-pol {
  background: #fe3235;
}

.range-slider--red .irs-slider:before {
  background-color: #fe3235;
}

.range-slider--green .irs-bar {
  background-color: #008543;
}

.range-slider--green .irs-grid-pol {
  background: #008543;
}

.range-slider--green .irs-slider:before {
  background-color: #008543;
}

.range-slider--blue .irs-bar {
  background-color: #3235aa;
}

.range-slider--blue .irs-grid-pol {
  background: #3235aa;
}

.range-slider--blue .irs-slider:before {
  background-color: #3235aa;
}
/*# sourceMappingURL=blocks.css.map */
